/* Minification failed. Returning unminified contents.
(23541,23311): run-time error CSS1030: Expected identifier, found '+'
(23541,23326): run-time error CSS1031: Expected selector, found ')'
(23541,23326): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html {
    min-height: 100%;
    position: relative;
}

body {
    background-color: #E4E6E9;
    min-height: 100%;
    padding-bottom: 0;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #393939;
    line-height: 1.5;
}

.main-container:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    max-width: inherit;
    bottom: 0;
    top: 0;
    background-color: #FFF;
}

.main-container.container,
.rtl .main-container.container {
    padding-left: 0;
    padding-right: 0;
}

    .main-container.container:before {
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        width: inherit;
    }

@media (max-width: 767px) {
    .main-container.container:before {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
}

.main-content {
    margin-left: 0;
    min-height: 100%;
    padding: 0;
}

    .main-content:before,
    .main-content:after {
        content: " ";
        display: table;
    }

    .main-content:after {
        clear: both;
    }

.sidebar + .main-content {
    margin-left: 215px;
}

.page-content {
    background-color: #FFF;
    position: relative;
    margin: 0;
    padding: 8px 20px 24px;
}

.page-header {
    margin: 0 0 12px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 16px;
    padding-top: 7px;
}

    .page-header h1 {
        padding: 0;
        margin: 0 8px;
        font-size: 24px;
        font-weight: lighter;
        color: #2679B5;
    }

        .page-header h1 small {
            margin: 0 6px;
            font-size: 14px;
            font-weight: normal;
            color: #8089A0;
        }

.ajax-loading-overlay {
    position: absolute;
    z-index: 1999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80FFFFFF', endColorstr='#80FFFFFF',GradientType=0 );
}

    .ajax-loading-overlay > .ajax-loading-icon {
        position: relative;
        left: 8px;
        top: 8px;
    }

    .ajax-loading-overlay.content-loaded {
        background-color: rgba(255, 255, 255, 0.4);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66FFFFFF', endColorstr='#66FFFFFF',GradientType=0 );
    }

    .ajax-loading-overlay.almost-loaded {
        background-color: rgba(255, 255, 255, 0.3);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CFFFFFF', endColorstr='#4CFFFFFF',GradientType=0 );
    }

    .ajax-loading-overlay.ajax-overlay-body {
        position: fixed;
        z-index: 2999;
    }

        .ajax-loading-overlay.ajax-overlay-body > .ajax-loading-icon {
            left: 8px;
            top: 8px;
        }

.ace-icon {
    text-align: center;
}

a:focus,
a:active {
    text-decoration: none;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    h1.smaller {
        font-size: 31px;
    }

    h1.bigger {
        font-size: 33px;
    }

    h1.block {
        margin-bottom: 16px;
    }

h2 {
    font-size: 26px;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    h2.smaller {
        font-size: 25px;
    }

    h2.bigger {
        font-size: 27px;
    }

    h2.block {
        margin-bottom: 16px;
    }

h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    h3.smaller {
        font-size: 21px;
    }

    h3.bigger {
        font-size: 23px;
    }

    h3.block {
        margin-bottom: 16px;
    }

h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    h4.smaller {
        font-size: 17px;
    }

    h4.bigger {
        font-size: 19px;
    }

    h4.block {
        margin-bottom: 16px;
    }

h5 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    h5.smaller {
        font-size: 14px;
    }

    h5.bigger {
        font-size: 16px;
    }

    h5.block {
        margin-bottom: 16px;
    }

h6 {
    font-size: 13px;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    h6.smaller {
        font-size: 12px;
    }

    h6.bigger {
        font-size: 14px;
    }

    h6.block {
        margin-bottom: 16px;
    }

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 25px;
    padding: 0;
}

    ul.margin-5,
    ol.margin-5 {
        margin-left: 5px;
    }

    ul.margin-10,
    ol.margin-10 {
        margin-left: 10px;
    }

    ul.margin-15,
    ol.margin-15 {
        margin-left: 15px;
    }

    ul.margin-20,
    ol.margin-20 {
        margin-left: 20px;
    }

li > ul,
li > ol {
    margin-left: 18px;
}

.list-unstyled,
.list-inline {
    margin-left: 0;
}

    .list-unstyled > li > .ace-icon:first-child,
    .list-inline > li > .ace-icon:first-child {
        width: 18px;
        text-align: center;
    }

.spaced > li {
    margin-top: 9px;
    margin-bottom: 9px;
}

.spaced2 > li {
    margin-top: 15px;
    margin-bottom: 15px;
}

li.divider {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 0;
    font-size: 0;
}

.spaced > li.divider {
    margin-top: 5px;
    margin-bottom: 5px;
}

.spaced2 > li.divider {
    margin-top: 8px;
    margin-bottom: 8px;
}

li.divider:before {
    content: "";
    display: inline-block;
}

blockquote,
blockquote.pull-right,
.blockquote-reverse {
    border-color: #E5EAF1;
}

pre.prettyprint {
    white-space: pre-wrap;
}

.well {
    border-radius: 0;
}

    .well h1,
    .well h2,
    .well h3,
    .well h4,
    .well h5,
    .well h6 {
        margin-top: 0;
    }

    .well h1,
    .well h2,
    .well h3 {
        line-height: 36px;
    }

.alert {
    font-size: 14px;
    border-radius: 0;
}

    .alert .close {
        /*font-size: 16px;*/
    }

.alert-block p + p {
    margin-top: 10px;
}

.pagination > li > span,
.pager > li > span {
    border-width: 1px;
    border-radius: 0 !important;
}

.pagination > li > a,
.pager > li > a {
    /*border-width: 1px;
    border-color: #d4dfe3;
    border-radius: 0 !important;
    color: #2283C5;
    background-color: #FAFAFA;
    margin: 0 -1px 0 0;
    position: relative;
    z-index: auto;*/
}

    .pagination > li > a:hover,
    .pager > li > a:hover {
        color: #1c6ca2;
        background-color: #EAEFF2;
        border-color: #c1d1d7;
        z-index: 1;
    }

    .pagination > li > a:focus,
    .pager > li > a:focus {
        background-color: #eaeef2;
    }

/*.pagination > li.disabled > a,
.pager > li.disabled > a,
.pagination > li.disabled > a:hover,
.pager > li.disabled > a:hover {
    background-color: #F9F9F9;
    border-color: #D9D9D9;
    z-index: auto;
}*/

.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
    /*background-color: #6FAED9;
    border-color: #6FAED9;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;*/
}

.list-group {
    margin-left: auto;
}

.list-group-item {
    border-radius: 0 !important;
}

.lighter {
    font-weight: lighter;
}

.bolder {
    font-weight: bolder;
}

.inline {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.center,
.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-justify {
    text-align: justify;
}

.middle {
    vertical-align: middle;
}

.align-middle {
    vertical-align: middle !important;
}

.align-top {
    vertical-align: top !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.position-relative,
.pos-rel {
    position: relative;
}

.position-absolute,
.pos-abs {
    position: absolute;
}

.no-float {
    float: none !important;
}

.line-height-normal {
    line-height: normal !important;
}

.line-height-0 {
    line-height: 0 !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-125 {
    line-height: 1.25 !important;
}

.line-height-150 {
    line-height: 1.5 !important;
}

.dark {
    color: #333;
}

.white {
    color: #FFF;
}

.red {
    color: #DD5A43;
}

.red2 {
    color: #E08374;
}

.light-red {
    color: #FF7777;
}

.blue {
    color: #478FCA;
}

.light-blue {
    color: #93CBF9;
}

.green {
    color: #69AA46;
}

.light-green {
    color: #B0D877;
}

.orange {
    color: #FF892A;
}

.orange2 {
    color: #FEB902;
}

.light-orange {
    color: #FCAC6F;
}

.purple {
    color: #A069C3;
}

.pink {
    color: #C6699F;
}

.pink2 {
    color: #D6487E;
}

.brown {
    color: brown;
}

.grey {
    color: #777;
}

.light-grey {
    color: #BBB !important;
}

.bigger-110 {
    font-size: 110% !important;
}

.bigger-120 {
    font-size: 120% !important;
}

.bigger-130 {
    font-size: 130% !important;
}

.bigger-140 {
    font-size: 140% !important;
}

.bigger-150 {
    font-size: 150% !important;
}

.bigger-160 {
    font-size: 160% !important;
}

.bigger-170 {
    font-size: 170% !important;
}

.bigger-180 {
    font-size: 180% !important;
}

.bigger-190 {
    font-size: 190% !important;
}

.bigger-200 {
    font-size: 200% !important;
}

.bigger-210 {
    font-size: 210% !important;
}

.bigger-220 {
    font-size: 220% !important;
}

.bigger-230 {
    font-size: 230% !important;
}

.bigger-240 {
    font-size: 240% !important;
}

.bigger-250 {
    font-size: 250% !important;
}

.bigger-260 {
    font-size: 260% !important;
}

.bigger-270 {
    font-size: 270% !important;
}

.bigger-280 {
    font-size: 280% !important;
}

.bigger-290 {
    font-size: 290% !important;
}

.bigger-300 {
    font-size: 300% !important;
}

.bigger-115 {
    font-size: 115% !important;
}

.bigger-125 {
    font-size: 125% !important;
}

.bigger-175 {
    font-size: 175% !important;
}

.bigger-225 {
    font-size: 225% !important;
}

.bigger-275 {
    font-size: 275% !important;
}

.smaller-90 {
    font-size: 90% !important;
}

.smaller-80 {
    font-size: 80% !important;
}

.smaller-70 {
    font-size: 70% !important;
}

.smaller-60 {
    font-size: 60% !important;
}

.smaller-50 {
    font-size: 50% !important;
}

.smaller-40 {
    font-size: 40% !important;
}

.smaller-30 {
    font-size: 30% !important;
}

.smaller-20 {
    font-size: 20% !important;
}

.smaller-75 {
    font-size: 75% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-50 {
    width: 50% !important;
}

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-65 {
    width: 65% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}

.width-75 {
    width: 75% !important;
}

.width-25 {
    width: 25% !important;
}

.width-auto {
    width: auto !important;
}

.height-auto {
    height: auto !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-border {
    border-width: 0;
}

.no-border-bottom {
    border-bottom-width: 0;
}

.no-border-top {
    border-top-width: 0;
}

.no-border-left {
    border-left-width: 0;
}

.no-border-right {
    border-right-width: 0;
}
/**
.no-underline {
 text-decoration: none !important;
}
.no-hover-underline:hover {
 text-decoration: none !important;
}
.no-outline:focus {
 outline: none !important;
}

.no-box-shadow {
 .box-shadow(none) !important;
}

.overflow-auto {overflow: auto !important;}
.overflow-visible {overflow: visible !important;}
*/
.overflow-hidden {
    overflow: hidden !important;
}

.overflow-scroll {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.no-radius {
    border-radius: 0 !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0 0;
    border-top: 1px solid #E3E3E3;
    margin: 12px 0;
    border-top-color: rgba(0, 0, 0, 0.11);
}

.hr-double {
    height: 3px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-top-color: rgba(0, 0, 0, 0.11);
    border-bottom-color: rgba(0, 0, 0, 0.11);
}

.hr.dotted,
.hr-dotted {
    border-style: dotted;
}

.hr-32,
.hr32 {
    margin: 32px 0;
}

.hr-30,
.hr30 {
    margin: 30px 0;
}

.hr-28,
.hr28 {
    margin: 28px 0;
}

.hr-26,
.hr26 {
    margin: 26px 0;
}

.hr-24,
.hr24 {
    margin: 24px 0;
}

.hr-22,
.hr22 {
    margin: 22px 0;
}

.hr-20,
.hr20 {
    margin: 20px 0;
}

.hr-18,
.hr18 {
    margin: 18px 0;
}

.hr-16,
.hr16 {
    margin: 16px 0;
}

.hr-14,
.hr14 {
    margin: 14px 0;
}

.hr-12,
.hr12 {
    margin: 12px 0;
}

.hr-10,
.hr10 {
    margin: 10px 0;
}

.hr-8,
.hr8 {
    margin: 8px 0;
}

.hr-6,
.hr6 {
    margin: 6px 0;
}

.hr-4,
.hr4 {
    margin: 4px 0;
}

.hr-2,
.hr2 {
    margin: 2px 0;
}

.space {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
}

[class*="vspace-"] {
    display: none;
}

.space-32 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 32px 0 31px;
}

[class*="vspace-32"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 32px 0 31px 0;
}

.space-30 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 30px 0 29px;
}

[class*="vspace-30"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 30px 0 29px 0;
}

.space-28 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 28px 0 27px;
}

[class*="vspace-28"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 28px 0 27px 0;
}

.space-26 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 26px 0 25px;
}

[class*="vspace-26"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 26px 0 25px 0;
}

.space-24 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 24px 0 23px;
}

[class*="vspace-24"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 24px 0 23px 0;
}

.space-22 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 22px 0 21px;
}

[class*="vspace-22"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 22px 0 21px 0;
}

.space-20 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 20px 0 19px;
}

[class*="vspace-20"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 20px 0 19px 0;
}

.space-18 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 18px 0 17px;
}

[class*="vspace-18"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 18px 0 17px 0;
}

.space-16 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 16px 0 15px;
}

[class*="vspace-16"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 16px 0 15px 0;
}

.space-14 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 14px 0 13px;
}

[class*="vspace-14"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 14px 0 13px 0;
}

.space-12 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px;
}

[class*="vspace-12"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px 0;
}

.space-10 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 10px 0 9px;
}

[class*="vspace-10"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 10px 0 9px 0;
}

.space-8 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px;
}

[class*="vspace-8"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px 0;
}

.space-6 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px;
}

[class*="vspace-6"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px 0;
}

.space-4 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 4px 0 3px;
}

[class*="vspace-4"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 4px 0 3px 0;
}

.space-2 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 2px 0 1px;
}

[class*="vspace-2"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 2px 0 1px 0;
}

.space-0,
[class*="vspace-0"] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 0;
}

@media only screen and (max-width: 479px) {
    [class*="vspace-"][class*="-xs"] {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    [class*="vspace-"][class*="-sm"] {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    [class*="vspace-"][class*="-md"] {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    [class*="vspace-"][class*="-lg"] {
        display: block;
    }
}

.header {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
}

    .header.less-margin {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header.blue {
        border-bottom-color: #d5e3ef;
    }

    .header.green {
        border-bottom-color: #cce2c1;
    }

    .header.purple {
        border-bottom-color: #e0d1ea;
    }

    .header.orange {
        border-bottom-color: #fdd0ac;
    }

    .header.orange2 {
        border-bottom-color: #fbd36b;
    }

    .header.red {
        border-bottom-color: #f3cdc6;
    }

    .header.grey {
        border-bottom-color: #c3c3c3;
    }

    .header.pink {
        border-bottom-color: #f2e0eb;
    }

    .header.pink2 {
        border-bottom-color: #e69eb9;
    }

    .header.light-blue {
        border-bottom-color: #dceefc;
    }

    .header.light-red {
        border-bottom-color: #fec5c5;
    }

    .header.light-green {
        border-bottom-color: #d2e7b5;
    }

    .header.brown {
        border-bottom-color: #df9393;
    }

    .header > .ace-icon {
        margin-right: 2px;
    }

.action-buttons a {
    margin: 0 3px;
    display: inline-block;
    opacity: 0.85;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

    .action-buttons a:hover {
        text-decoration: none;
        opacity: 1;
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
    background: #438EB9;
}

    .navbar .navbar-text,
    .navbar .navbar-link {
        color: #FFF;
    }

    .navbar .navbar-brand {
        color: #FFF;
        font-size: 24px;
        text-shadow: none;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }

        .navbar .navbar-brand:hover,
        .navbar .navbar-brand:focus {
            color: #FFF;
        }
/**
@media (min-width: @grid-float-breakpoint) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
	margin-right: 0;
  }
}
*/
@media only screen and (min-width: 992px) {
    .navbar-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.navbar-container.container {
    padding-left: 0;
    padding-right: 0;
}

.ace-nav {
    height: 100%;
    margin: 0 !important;
}

    .ace-nav > li {
        line-height: 45px;
        height: 45px;
        border-left: 1px solid #E1E1E1;
        padding: 0;
        position: relative;
        float: left;
    }

        .ace-nav > li:first-child {
            border-left-width: 0;
        }

        .ace-nav > li > a {
            background-color: #2E6589;
            color: #FFF;
            display: block;
            line-height: inherit;
            text-align: center;
            height: 100%;
            width: auto;
            min-width: 50px;
            padding: 0 8px;
            position: relative;
        }

            .ace-nav > li > a > .ace-icon {
                display: inline-block;
                font-size: 16px;
                color: #FFF;
                text-align: center;
                width: 20px;
            }

            .ace-nav > li > a > .badge {
                position: relative;
                top: -4px;
                left: 2px;
                padding-right: 5px;
                padding-left: 5px;
            }

            .ace-nav > li > a:hover,
            .ace-nav > li > a:focus,
            .ace-nav > li.open > a {
                background-color: #2c5976;
                color: #FFF;
            }

        .ace-nav > li.blue > a {
            background-color: #2E6589;
        }

            .ace-nav > li.blue > a:hover,
            .ace-nav > li.blue > a:focus,
            .ace-nav > li.open.blue > a {
                background-color: #2c5976;
            }

        .ace-nav > li.grey > a {
            background-color: #555;
        }

            .ace-nav > li.grey > a:hover,
            .ace-nav > li.grey > a:focus,
            .ace-nav > li.open.grey > a {
                background-color: #4b4b4b;
            }

        .ace-nav > li.purple > a {
            background-color: #892E65;
        }

            .ace-nav > li.purple > a:hover,
            .ace-nav > li.purple > a:focus,
            .ace-nav > li.open.purple > a {
                background-color: #762c59;
            }

        .ace-nav > li.green > a {
            background-color: #2E8965;
        }

            .ace-nav > li.green > a:hover,
            .ace-nav > li.green > a:focus,
            .ace-nav > li.open.green > a {
                background-color: #2c7659;
            }

        .ace-nav > li.light-blue > a {
            background-color: #62A8D1;
        }

            .ace-nav > li.light-blue > a:hover,
            .ace-nav > li.light-blue > a:focus,
            .ace-nav > li.open.light-blue > a {
                background-color: #579ec8;
            }

        .ace-nav > li.light-blue2 > a {
            background-color: #42A8E1;
        }

            .ace-nav > li.light-blue2 > a:hover,
            .ace-nav > li.light-blue2 > a:focus,
            .ace-nav > li.open.light-blue2 > a {
                background-color: #359fd9;
            }

        .ace-nav > li.red > a {
            background-color: #B74635;
        }

            .ace-nav > li.red > a:hover,
            .ace-nav > li.red > a:focus,
            .ace-nav > li.open.red > a {
                background-color: #a34335;
            }

        .ace-nav > li.light-green > a {
            background-color: #9ABC32;
        }

            .ace-nav > li.light-green > a:hover,
            .ace-nav > li.light-green > a:focus,
            .ace-nav > li.open.light-green > a {
                background-color: #8ba832;
            }

        .ace-nav > li.light-purple > a {
            background-color: #CB6FD7;
        }

            .ace-nav > li.light-purple > a:hover,
            .ace-nav > li.light-purple > a:focus,
            .ace-nav > li.open.light-purple > a {
                background-color: #c263ce;
            }

        .ace-nav > li.light-orange > a {
            background-color: #F79263;
        }

            .ace-nav > li.light-orange > a:hover,
            .ace-nav > li.light-orange > a:focus,
            .ace-nav > li.open.light-orange > a {
                background-color: #f28653;
            }

        .ace-nav > li.light-pink > a {
            background-color: #F4DAE5;
        }

            .ace-nav > li.light-pink > a:hover,
            .ace-nav > li.light-pink > a:focus,
            .ace-nav > li.open.light-pink > a {
                background-color: #eeccda;
            }

        .ace-nav > li.dark > a {
            background-color: #404040;
        }

            .ace-nav > li.dark > a:hover,
            .ace-nav > li.dark > a:focus,
            .ace-nav > li.open.dark > a {
                background-color: #363636;
            }

        .ace-nav > li.white-opaque > a {
            background-color: rgba(255, 255, 255, 0.8);
        }

            .ace-nav > li.white-opaque > a:hover,
            .ace-nav > li.white-opaque > a:focus,
            .ace-nav > li.open.white-opaque > a {
                background-color: rgba(245, 245, 245, 0.8);
            }

        .ace-nav > li.dark-opaque > a {
            background-color: rgba(0, 0, 0, 0.2);
        }

            .ace-nav > li.dark-opaque > a:hover,
            .ace-nav > li.dark-opaque > a:focus,
            .ace-nav > li.open.dark-opaque > a {
                background-color: rgba(0, 0, 0, 0.2);
            }

        .ace-nav > li.transparent > a {
            background-color: transparent;
        }

            .ace-nav > li.transparent > a:hover,
            .ace-nav > li.transparent > a:focus,
            .ace-nav > li.open.transparent > a {
                background-color: rgba(0, 0, 0, 0.1);
            }

        .ace-nav > li.light-10 > a {
            background-color: rgba(255, 255, 255, 0.1);
        }

            .ace-nav > li.light-10 > a:hover,
            .ace-nav > li.light-10 > a:focus,
            .ace-nav > li.open.light-10 > a {
                background-color: rgba(255, 255, 255, 0.2);
            }

        .ace-nav > li.dark-10 > a {
            background-color: rgba(0, 0, 0, 0.1);
        }

            .ace-nav > li.dark-10 > a:hover,
            .ace-nav > li.dark-10 > a:focus,
            .ace-nav > li.open.dark-10 > a {
                background-color: rgba(0, 0, 0, 0.2);
            }

        .ace-nav > li.margin-4 {
            margin-left: 4px;
        }

        .ace-nav > li.margin-3 {
            margin-left: 3px;
        }

        .ace-nav > li.margin-2 {
            margin-left: 2px;
        }

        .ace-nav > li.margin-1 {
            margin-left: 1px;
        }

        .ace-nav > li.no-border {
            border-width: 0 !important;
        }

        .ace-nav > li .dropdown-menu {
            z-index: 1031;
        }

    .ace-nav .nav-user-photo {
        margin: -4px 8px 0 0;
        border-radius: 100%;
        border: 2px solid #FFF;
        max-width: 40px;
    }

    .ace-nav li.dropdown-footer a .ace-icon {
        display: inline-block;
        width: 1.25em;
        text-align: center;
    }

@media only screen and (max-height: 540px) {
    .ace-nav > li.dropdown-modal > .dropdown-menu {
        position: fixed;
        margin-top: auto;
        z-index: 1052;
    }

        .ace-nav > li.dropdown-modal > .dropdown-menu:before,
        .ace-nav > li.dropdown-modal > .dropdown-menu:after {
            display: none;
        }

    .ace-nav > li.dropdown-modal > .user-menu > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .ace-nav > li.dropdown-modal.open:before {
        background-color: #000;
        opacity: 0.5;
        border-width: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        display: block;
        height: 2000px;
        width: auto;
        z-index: 1051;
    }
}

@media only screen and (max-width: 767px) {
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        right: -100px;
    }

        .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
            right: 120px;
        }

    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        right: -80px;
    }

        .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
            right: 100px;
        }

    .user-menu.dropdown-close.dropdown-menu-right {
        right: 0 !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right,
    .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right {
        left: auto;
        right: -60px;
    }

        .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:before,
        .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:before,
        .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:after,
        .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:after {
            right: 80px;
            left: auto;
        }
}

@media only screen and (max-width: 480px) {
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        right: -120px;
    }

        .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
            right: 140px;
        }

    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        right: -90px;
    }

        .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
            right: 110px;
        }

    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        right: -50px;
    }

        .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
            right: 70px;
        }
}

@media only screen and (max-width: 479px) {
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        left: -10px;
        right: auto;
    }

        .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
            right: auto;
            left: 30px;
        }

    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        left: -50px;
        right: auto;
    }

        .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
            left: 75px;
            right: auto;
        }

    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -70px;
        right: auto;
    }

        .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
            left: 90px;
            right: auto;
        }
}

@media only screen and (max-width: 319px) {
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -110px;
        right: auto;
    }

        .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
            left: 130px;
            right: auto;
        }

    .ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -85px;
        right: auto;
    }

        .ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
            left: 105px;
            right: auto;
        }

    .ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        left: -35px;
        right: auto;
    }

        .ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
            left: 55px;
            right: auto;
        }

    .ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -60px;
        right: auto;
    }

        .ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
        .ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
            left: 75px;
            right: auto;
        }
}

@media only screen and (max-width: 479px) {
    .navbar:not(.navbar-collapse) .ace-nav {
        display: block;
        float: none !important;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-width: 1px 0 0;
        letter-spacing: -3px;
    }

        .navbar:not(.navbar-collapse) .ace-nav > li {
            display: inline-block;
            text-align: left;
            letter-spacing: normal;
        }
}

@media only screen and (max-width: 319px) {
    .ace-nav > li > a {
        padding: 0 5px !important;
    }
}

.user-menu > li > a {
    padding: 4px 12px;
}

    .user-menu > li > a > .ace-icon {
        margin-right: 6px;
        font-size: 120%;
    }

.user-info {
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: 6px;
}

    .user-info small {
        display: block;
    }

/*@media (min-width: 480px) and (max-width: 540px), (max-width: 360px) {*/
@media (max-width: 360px) {
    .navbar:not(.navbar-collapse) .navbar-buttons .user-menu {
        padding-top: 42px !important;
    }

    .navbar:not(.navbar-collapse) .navbar-buttons .nav-user-photo {
        margin-right: 0;
    }

    .navbar:not(.navbar-collapse) .navbar-buttons .user-info {
        position: absolute !important;
        margin-top: 40px;
        margin-left: 1px;
        right: 2px;
        z-index: 1032;
        width: 156px;
        max-width: 156px;
        padding-left: 8px;
        padding-right: 8px;
        height: 40px;
        display: none;
        border-bottom: 1px solid #E5E5E5;
        line-height: normal;
        cursor: text;
        background: #2c3e50 !important;
        padding-left: 30px;
    }

        .navbar:not(.navbar-collapse) .navbar-buttons .user-info > small {
            display: block !important;
        }

        .navbar:not(.navbar-collapse) .navbar-buttons .user-info > small {
            display: inline;
            opacity: 1;
        }
}

@media (max-width: 360px) {
    .navbar.navbar-collapse .navbar-buttons .user-menu {
        padding-top: 42px !important;
    }

    .navbar.navbar-collapse .navbar-buttons .nav-user-photo {
        margin-right: 0;
    }

    .navbar.navbar-collapse .navbar-buttons .user-info {
        position: absolute;
        margin-top: 40px;
        margin-left: 1px;
        right: 2px;
        z-index: 1032;
        color: #777;
        font-size: 14px;
        width: 156px;
        max-width: 156px;
        padding-left: 8px;
        padding-right: 8px;
        height: 32px;
        line-height: 26px !important;
        display: none;
        border-bottom: 1px solid #E5E5E5;
        text-align: center;
        vertical-align: none;
        line-height: normal;
        cursor: text;
    }

        .navbar.navbar-collapse .navbar-buttons .user-info > small {
            display: inline;
            opacity: 1;
        }

    li.open .user-info {
        display: inline-block !important;
        right: 2px;
    }
}

@media (min-width: 992px) {
    .user-min .user-menu {
        padding-top: 42px !important;
    }

    .user-min .nav-user-photo {
        margin-right: 0;
    }

    .user-min .user-info {
        position: absolute;
        margin-top: 40px;
        margin-left: 1px;
        right: 2px;
        z-index: 1032;
        color: #777;
        font-size: 14px;
        width: 156px;
        max-width: 156px;
        padding-left: 8px;
        padding-right: 8px;
        height: 32px;
        line-height: 26px !important;
        display: none;
        border-bottom: 1px solid #E5E5E5;
        text-align: center;
        vertical-align: none;
        line-height: normal;
        cursor: text;
    }

        .user-min .user-info > small {
            display: inline;
            opacity: 1;
        }

    .user-min .user-info {
        right: -3px;
    }

    .user-min.open .user-info {
        display: inline-block !important;
    }
}

@media (max-height: 540px) and (min-width: 480px) and (max-width: 540px), (max-height: 540px) and (max-width: 360px) {
    .navbar:not(.navbar-collapse) .ace-nav > li.dropdown-modal .user-info {
        position: fixed;
        right: auto;
        margin-top: auto;
        max-width: none;
    }
}

@media (max-height: 540px) and (max-width: 360px) {
    .navbar.navbar-collapse .ace-nav > li.dropdown-modal .user-info {
        position: fixed;
        right: auto;
        margin-top: auto;
        max-width: none;
    }
}

@media (max-height: 540px) and (min-width: 992px) {
    .ace-nav > li.dropdown-modal.user-min .user-info {
        position: fixed;
        right: auto;
        margin-top: auto;
        max-width: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar.navbar-collapse {
        max-height: none;
    }

        /*.navbar .navbar-header,
    .navbar .navbar-collapse {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }*/

        .navbar.navbar-collapse .navbar-header {
            float: none !important;
            min-height: 45px;
        }

        .navbar.navbar-collapse .navbar-buttons {
            min-height: 0;
            padding-left: 0;
            padding-right: 0;
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-width: 1px 0 0;
            width: 100%;
        }

            .navbar.navbar-collapse .navbar-buttons.in {
                overflow: visible !important;
            }

            .navbar.navbar-collapse .navbar-buttons > .ace-nav {
                display: block;
                float: none !important;
                text-align: center;
                background-color: transparent !important;
                border-width: 0;
                letter-spacing: -3px;
            }

                .navbar.navbar-collapse .navbar-buttons > .ace-nav > li {
                    display: inline-block;
                    float: none !important;
                    text-align: left;
                    letter-spacing: normal;
                }

                    .navbar.navbar-collapse .navbar-buttons > .ace-nav > li:first-child {
                        border-left: 1px solid rgba(255, 255, 255, 0.4);
                    }

                    .navbar.navbar-collapse .navbar-buttons > .ace-nav > li:last-child {
                        border-right: 1px solid rgba(255, 255, 255, 0.4);
                    }
}

.container > .navbar-buttons,
.container-fluid > .navbar-buttons {
    padding-right: 0 !important;
}

@media only screen and (max-height: 400px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 280px;
    }
}

@media only screen and (max-height: 360px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 240px;
    }
}

@media only screen and (max-height: 320px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

@media only screen and (max-height: 280px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 160px;
    }
}

@media only screen and (max-height: 240px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 120px;
    }
}

.navbar .navbar-nav > li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0 1px 0 0;
}

    .navbar .navbar-nav > li:first-child {
        border-width: 0 1px 0 1px;
    }

    .navbar .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 11px;
        height: 45px;
        background-color: transparent;
        font-size: 13px;
        color: #FFF;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

        .navbar .navbar-nav > li > a:hover,
        .navbar .navbar-nav > li > a:focus,
        .navbar .navbar-nav > li.open > a {
            background-color: rgba(0, 0, 0, 0.1) !important;
            color: #FFF !important;
        }

    .navbar .navbar-nav > li > .dropdown-menu > li > a {
        line-height: 2;
    }

.navbar-nav .dropdown-menu > li > a > .ace-icon {
    display: inline-block;
    width: 20px;
}

.navbar-nav > li > .dropdown-menu {
    z-index: 1033;
}

@media only screen and (max-width: 991px) {
    .navbar.navbar-collapse .navbar-menu {
        float: none !important;
        clear: both;
    }

        .navbar.navbar-collapse .navbar-menu .dropdown-menu:after,
        .navbar.navbar-collapse .navbar-menu .dropdown-menu:before {
            display: none !important;
        }

    .navbar .navbar-nav {
        margin: 0 -6px;
    }

        .navbar .navbar-nav > li,
        .navbar .navbar-nav > li:first-child {
            border-width: 1px 0 0;
        }

        .navbar .navbar-nav .dropdown-menu {
            float: none;
            position: relative;
            background-color: transparent;
            box-shadow: none;
            border-width: 0;
        }

            .navbar .navbar-nav .dropdown-menu > li > a {
                color: #FFF !important;
            }

                .navbar .navbar-nav .dropdown-menu > li > a:hover {
                    background-color: rgba(0, 0, 0, 0.07) !important;
                }

                .navbar .navbar-nav .dropdown-menu > li > a > .ace-icon {
                    color: #FFF !important;
                }

        .navbar .navbar-nav .dropdown-hover > .dropdown-menu {
            left: 32px !important;
            right: auto !important;
            top: auto !important;
            width: 80% !important;
            width: calc(100% - 32px);
        }
}

.navbar-form.form-search {
    margin-top: 9px;
    margin-bottom: 0;
}

    .navbar-form.form-search .form-group {
        margin-bottom: 0;
    }

    .navbar-form.form-search input[type=text] {
        width: 100px;
    }

.navbar-form input[type=text] {
    font-size: 13px;
    line-height: 1.4;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 0;
}

@media only screen and (max-width: 991px) {
    .navbar-form .form-group {
        display: inline-block;
        width: 50%;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form.form-search input[type=text] {
        width: 100%;
    }

    .navbar-nav + .navbar-form {
        margin-top: 0;
    }

    .navbar .navbar-collapse,
    .navbar .navbar-form {
        border-color: rgba(255, 255, 255, 0.4);
    }

    .navbar .navbar-nav > li:first-child {
        border-top-width: 0;
    }
}

@media only screen and (max-width: 480px) {
    .navbar-form .form-group {
        width: 80%;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-left: 12px;
    padding-right: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar.navbar-collapse {
        background-color: transparent;
    }

        .navbar.navbar-collapse:before {
            background: #438EB9;
            content: "";
            display: block;
            position: absolute;
            min-height: inherit;
            left: 0;
            right: 0;
            top: 0;
            z-index: -1;
            border-radius: inherit;
        }

        .navbar.navbar-collapse .navbar-container {
            background-color: #438EB9;
        }
}

.navbar .navbar-toggle {
    border: 1px solid transparent;
    width: 40px;
    height: 35px;
    line-height: 0;
    padding: 0 0 1px;
    text-align: center;
}

    .navbar .navbar-toggle.pull-right {
        margin: 5px 6px 4px 0;
    }

    .navbar .navbar-toggle.pull-left {
        margin: 5px 0 4px 6px;
    }

    .navbar .navbar-toggle:active {
        top: 1px;
    }

    .navbar .navbar-toggle.navbar-toggle-img {
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 0;
        border-width: 0;
    }

        .navbar .navbar-toggle.navbar-toggle-img > img {
            border-radius: inherit;
            max-height: 35px;
            border-width: 0;
        }

    .navbar .navbar-toggle .icon-bar {
        background-color: #FFF;
        border-radius: 0;
        width: 24px;
        margin-left: 7px;
    }

.sidebar {    
    width: 215px;
    float: left;
    position: static;
    padding-left: 0;
    padding-right: 0;
}

    .sidebar:before {
        content: "";
        display: block;
        width: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-color: inherit;
        border-style: inherit;
        border-color: inherit;
        border-width: inherit;
    }
/**li .@{icon} {
 & , .nav-list & {
	width: auto;
 }
}*/
.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-list > li,
    .nav-list > li > a,
    .nav-list .nav-header {
        margin: 0;
    }

    .nav-list li > a:focus {
        outline: none;
    }

    .nav-list > li {
        display: block;
        position: relative;
        float: none;
        padding: 0;
        border-style: solid;
        border-width: 1px 0 0;
    }

        .nav-list > li:last-child {
            border-bottom-width: 1px;
        }

        .nav-list > li.active > a {
            font-weight: bold;
        }

        .nav-list > li > a {
            display: block;
            height: 39px;
            line-height: 17px;
            padding-left: 7px;
            text-shadow: none !important;
            font-size: 13px;
            text-decoration: none;
        }

            .nav-list > li > a > .menu-icon {
                display: inline-block;
                min-width: 30px;
                margin-right: 2px;
                vertical-align: sub;
                text-align: center;
                font-size: 18px;
                font-weight: normal;
            }

        .nav-list > li:before {
            display: none;
            content: "";
            position: absolute;
            top: -1px;
            left: 0;
            z-index: 1;
            height: 41px;
            width: 3px;
            max-width: 3px;
            overflow: hidden;
            background-color: #006ADB;
        }

@media only screen and (min-width: 992px) {
    .main-container.container .sidebar:not(.h-sidebar) .nav-list > li:before {
        left: -2px;
    }
}

.main-container.container .sidebar.sidebar-fixed:not(.h-sidebar) .nav-list > li:before {
    left: 0;
}

.nav-list > li:hover:before {
    display: block;
}

.nav-list > li a > .arrow {
    display: block;
    width: 14px !important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 12px;
    padding: 0;
    text-align: center;
}

.nav-list > li.separator {
    height: 3px;
    background-color: transparent;
    position: static;
    margin: 1px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-list > li .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    position: relative;
}

    .nav-list > li .submenu > li {
        margin-left: 0;
        position: relative;
    }

        .nav-list > li .submenu > li > a {
            display: block;
            position: relative;
            padding: 7px 0 9px 37px;
            margin: 0;
            border-top-width: 1px;
            border-top-style: dotted;
        }

            .nav-list > li .submenu > li > a:hover {
                text-decoration: none;
            }

        .nav-list > li .submenu > li a > .menu-icon {
            display: none;
            font-size: 12px;
            font-weight: normal;
            width: 18px;
            height: auto;
            line-height: 12px;
            text-align: center;
            position: absolute;
            left: 10px;
            top: 11px;
            z-index: 1;
            background-color: inherit;
        }

        .nav-list > li .submenu > li.active > a > .menu-icon,
        .nav-list > li .submenu > li:hover > a > .menu-icon {
            display: inline-block;
        }

.nav-list > li > .submenu {
    border-top: 1px solid;
}

    .nav-list > li > .submenu > li:before {
        content: "";
        display: block;
        width: 7px;
        position: absolute;
        z-index: 1;
        left: 20px;
        top: 17px;
        border: 1px dotted;
        border-width: 1px 0 0;
    }

    .nav-list > li > .submenu:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        left: 18px;
        top: 0;
        bottom: 0;
        border: 1px dotted;
        border-width: 0 0 0 1px;
    }

.nav-list li:hover > a > .arrow,
.nav-list li.active > a > .arrow,
.nav-list li.open > a > .arrow {
    color: inherit;
}

.nav-list li.open > .submenu,
.nav-list > li > .submenu li.open > .submenu {
    display: block;
}

.nav-list > li .submenu.collapsing {
    display: block;
}

no_such_element:-o-prefocus,
.nav-list > li > a > .menu-icon {
    vertical-align: middle;
}

.nav-list > li > .submenu li > .submenu {
    display: none;
}

    .nav-list > li > .submenu li.active > .submenu,
    .nav-list > li > .submenu li > .submenu.collapsing {
        display: block;
    }

.nav-list > li > .submenu a > .arrow {
    right: 10px;
    top: 10px;
    font-size: 16px;
}

.nav-list > li > .submenu > li:first-child > a {
    border-top-width: 0;
}

.nav-list > li > .submenu li > .submenu > li {
    line-height: 18px;
}

    .nav-list > li > .submenu li > .submenu > li:before {
        display: none;
    }

    .nav-list > li > .submenu li > .submenu > li > a {
        margin-left: 20px;
        padding-left: 22px;
    }

    .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
        margin-left: 20px;
        padding-left: 38px;
    }

    .nav-list > li > .submenu li > .submenu > li a > .menu-icon {
        display: inline-block;
        width: auto;
        position: static;
        background-color: transparent;
        margin-right: 4px;
        color: inherit;
    }

    .nav-list > li > .submenu li > .submenu > li a .menu-icon,
    .nav-list > li > .submenu li > .submenu > li a .arrow {
        color: inherit;
    }

.nav-list > li > .submenu li.open:not(.hover) > a > .menu-icon {
    display: inline-block;
}

.nav-list a .badge,
.nav-list a .label {
    position: absolute;
    top: 9px;
    right: 10px;
    opacity: 0.88;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

    .nav-list a .badge .ace-icon,
    .nav-list a .label .ace-icon {
        vertical-align: middle;
        margin: 0;
    }

.nav-list a.dropdown-toggle .badge,
.nav-list a.dropdown-toggle .label {
    right: 26px;
}

.nav-list li:hover > a .badge,
.nav-list li:hover > a .label {
    opacity: 1;
}

.nav-list .submenu .submenu a .badge,
.nav-list .submenu .submenu a .label {
    top: 6px;
}

.sidebar.sidebar-fixed {
    position: fixed;
    top: auto;
    float: none !important;
    z-index: 1027;
}

    .sidebar.sidebar-fixed:before {
        height: 5000px;
        top: auto;
        bottom: auto;
    }

.sidebar-scroll-native {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

body.mob-safari .sidebar.sidebar-fixed {
    top: 45px;
}

@media (max-width: 479px) {
    body.mob-safari .navbar-fixed-top:not(.navbar-collapse) + .main-container .sidebar-fixed {
        top: 90px;
    }
}

@media (max-width: 991px) {
    body.mob-safari .navbar-fixed-top + .main-container .sidebar.responsive {
        top: 45px;
    }
}

@media (max-width: 479px) {
    body.mob-safari .navbar-fixed-top + .main-container .sidebar.responsive {
        top: 90px;
    }
}
/**
//http://updates.html5rocks.com/2012/09/Stacking-Changes-Coming-to-position-fixed-elements
//webkit & Chrome22+ special case
//webkit is not following the standard specs as of Chrome22+
@media screen and (-webkit-min-device-pixel-ratio:0) {
	//like it happens in Firefox&IE, we expect when we set "z-index:auto" for fixed position .sidebar,
	//the child .submenu elements "z-index" is independent
	//and for example a "z-index:1031" .submenu appears on top of a fixed .navbar with "z-index:1030"
	//and a "z-index:1010" .popover appears on top of ".sidebar" but below ".submenu"
	//but webkit defines a new stacking context on "fixed" position elements(.sidebar here)
	//and the above doesn't happen, in fact .submenu inside fixed .sidebar with "z-index:auto" will appear below everything
	//so we set a good(?) "z-index" for .sidebar, but still it's not as good as standard specs (such as in Firefox)
	//and we may need other workarounds!
	//and you may change it based on your needs

	//it's possible have standard functionality in Chrome by going to:
	//chrome://flags/#fixed-position-creates-stacking-context
	//changing "Fixed position elements create stacking contexts" to "Disabled"
	//and removing the following rules
	//and assignning a higher "@submenu-zindex"

	.sidebar.sidebar-fixed {
		z-index: @zindex-sidebar-fixed;//???!
		
		&::before {
			height: 5000px;
			top: auto;
			bottom: auto;
		}
    }
}
*/
@media only screen and (max-width: 991px) {
    .responsive.sidebar-fixed {
        left: auto;
        margin-left: auto;
    }

    .navbar-fixed-top + .main-container > .responsive {
        position: fixed;
        left: auto;
        margin-left: auto;
    }

    .navbar-fixed-top + .main-container > .menu-toggler + .responsive {
        position: absolute;
        left: 190px;
        margin-left: -190px;
    }

        .navbar-fixed-top + .main-container > .menu-toggler + .responsive.sidebar-fixed {
            position: fixed;
            left: auto;
            margin-left: auto;
        }
}

@media only screen and (max-width: 991px) {
    .sidebar.responsive.sidebar-fixed {
        position: fixed;
        left: auto;
        margin-left: auto;
    }

    .main-container .menu-toggler.fixed {
        position: fixed;
        left: auto;
        z-index: 1026;
    }

    .sidebar.sidebar-fixed.responsive-max {
        position: fixed;
        left: auto;
        margin-left: auto;
    }
}

.sidebar .sidebar-toggle {
    border-style: solid;
    border-width: 0 0 1px;
    text-align: center;
    padding: 3px 0;
    position: relative;
}

    .sidebar .sidebar-toggle > .ace-icon {
        padding: 0 5px;
        line-height: 18px;
        cursor: pointer;
        font-size: 14px;
        border-radius: 100%;
        border: 1px solid;
        position: relative;
    }

    .sidebar .sidebar-toggle:before {
        content: "";
        display: block;
        height: 0;
        border-top: 1px solid;
        border-color: inherit;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 13px;
    }

.sidebar .sidebar-shortcuts {
    text-align: center;
    min-height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    border: 0 solid;
}

    .sidebar .sidebar-shortcuts:empty {
        display: none;
    }

.sidebar .sidebar-shortcuts-large {
    line-height: 37px;
}

    .sidebar .sidebar-shortcuts-large > .btn {
        text-align: center;
        width: 41px;
        line-height: 24px;
        padding: 0;
        border-width: 4px;
    }

        .sidebar .sidebar-shortcuts-large > .btn > .ace-icon {
            margin: 0;
        }

.sidebar .sidebar-shortcuts-mini {
    display: none;
    font-size: 0;
    width: 42px;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .sidebar .sidebar-shortcuts-mini > .btn {
        border-width: 0;
        font-size: 0;
        line-height: 0;
        padding: 8px;
        margin: 1px;
        border-radius: 0;
        opacity: 0.85;
        filter: alpha(opacity=85);
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sidebar ::safari-only,
    .sidebar .sidebar-shortcuts-mini > .btn {
        margin: 0;
    }
}

.nav-list li.active > a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    border: 8px solid transparent;
    border-width: 14px 10px;
}

.nav-list li.open > a:after {
    display: none;
}

.nav-list li.active.no-active-child > a:after {
    display: block;
}

.nav-list > li li.active > a:after {
    top: 2px;
    border-width: 14px 8px;
}

.nav-list li.active:not(.open) li.active > a:after {
    display: none !important;
}

@media (min-width: 992px) {
    .sidebar.compact,
    .sidebar.compact.navbar-collapse {
        width: 105px;
    }

        .sidebar.compact .sidebar-shortcuts {
            max-height: 40px;
        }

        .sidebar.compact .nav-list > li:before {
            height: auto;
            bottom: -1px;
        }

        .sidebar.compact .nav-list > li > a {
            height: auto;
            line-height: 16px;
            padding: 2px 0 8px;
            text-align: center;
        }

            .sidebar.compact .nav-list > li > a > .menu-icon {
                display: block;
                margin: 0;
                vertical-align: inherit;
                line-height: 32px;
                height: 32px;
                font-size: 20px;
            }

            .sidebar.compact .nav-list > li > a > .arrow {
                display: none;
            }

        .sidebar.compact .nav-list a .badge,
        .sidebar.compact .nav-list a .label {
            right: 12px;
        }

        .sidebar.compact .nav-list > li.active > .submenu,
        .sidebar.compact .nav-list > li.open > .submenu {
            display: none;
        }

        .sidebar.compact + .main-content {
            margin-left: 105px;
        }
}

@media (min-width: 992px) and (max-width: 991px) {
    .sidebar.compact + .main-content {
        margin-left: 0;
    }

    .sidebar.navbar-collapse.compact .nav-list > li > a {
        text-align: left;
        height: 39px;
        line-height: 37px;
        padding: 0 16px 0 7px;
    }

        .sidebar.navbar-collapse.compact .nav-list > li > a > .menu-icon {
            display: inline-block;
            vertical-align: sub;
            height: auto;
            line-height: inherit;
            margin: 0 2px 0 0;
            font-size: 18px;
        }

        .sidebar.navbar-collapse.compact .nav-list > li > a > .menu-text {
            display: inline;
        }

        .sidebar.navbar-collapse.compact .nav-list > li > a > .arrow {
            display: inline;
        }

    .sidebar.navbar-collapse.compact + .main-content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .nav-list li.hover > .submenu {
        position: absolute;
        left: 100%;
        margin-left: -2px;
        top: -10px;
        bottom: auto;
        z-index: 1026;
        width: 190px;
        border: 1px solid;
        display: none !important;
    }

    .nav-list li.hover:hover > .submenu,
    .nav-list li.hover.hover-show > .submenu {
        display: block !important;
    }

    .nav-list li.hover > .submenu:before,
    .nav-list li.hover > .submenu > li:before {
        display: none;
    }

    .nav-list li.hover.active > a:after {
        display: block;
    }

    .nav-list li.hover.active:hover > a.dropdown-toggle:after,
    .nav-list li.hover.active.hover-show > a.dropdown-toggle:after {
        display: none;
    }

    .nav-list li.hover .submenu > li.active > a:after {
        display: none !important;
    }

    .nav-list li.hover > .submenu.bottom {
        top: auto;
        bottom: -10px;
    }

        .nav-list li.hover > .submenu.bottom:before,
        .nav-list li.hover > .submenu.bottom:after {
            top: auto;
            bottom: 18px;
        }

    .nav-list li.hover > .submenu {
        padding: 0 2px;
    }

        .nav-list li.hover > .submenu > li > a {
            margin-top: 2px;
            margin-bottom: 2px;
            padding-left: 18px;
            border-top-width: 0;
        }

    .nav-list > li.hover > .submenu > li.active > a {
        font-weight: bold;
    }

    .nav-list > li > .submenu li.hover > .submenu > li > a {
        padding-left: 12px !important;
        margin-left: auto !important;
    }

        .nav-list > li > .submenu li.hover > .submenu > li > a > .menu-icon {
            margin-right: 2px;
        }

    .nav-list > li .submenu > li.hover > a {
        padding-left: 22px;
    }

        .nav-list > li .submenu > li.hover > a > .menu-icon {
            left: 4px;
        }
}

@media (min-width: 992px) and (max-width: 991px) {
    .sidebar.navbar-collapse .nav-list li.hover > .submenu {
        position: relative;
        left: auto;
        top: auto;
        z-index: auto;
        margin: auto;
        padding: 0;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-width: 0;
    }

        .sidebar.navbar-collapse .nav-list li.hover > .submenu > li:before,
        .sidebar.navbar-collapse .nav-list li.hover > .submenu:before {
            display: block;
        }

        .sidebar.navbar-collapse .nav-list li.hover > .submenu li > a {
            padding-left: 37px;
        }

    .sidebar.navbar-collapse .nav-list > li.hover > .submenu {
        border-top-width: 1px;
    }

    .sidebar.navbar-collapse .nav-list li.hover > .submenu > li > a > .menu-icon {
        background-color: inherit;
        margin-right: auto;
        width: 18px;
        position: absolute;
    }

    .sidebar.navbar-collapse .nav-list > li .submenu > li.hover > a > .menu-icon {
        left: 10px;
    }

    .sidebar.navbar-collapse .nav-list li.hover > .submenu > li.active > a {
        font-weight: normal;
    }

        .sidebar.navbar-collapse .nav-list li.hover > .submenu > li:hover > a > .menu-icon,
        .sidebar.navbar-collapse .nav-list li.hover > .submenu > li.hover-show > a > .menu-icon,
        .sidebar.navbar-collapse .nav-list li.hover > .submenu > li.active > a > .menu-icon {
            display: inline-block;
        }

    .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu {
        padding-left: 0;
        padding-right: 0;
    }

        .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu > li > a {
            padding-left: 22px !important;
            margin-left: 20px !important;
        }

            .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu > li > a > .menu-icon {
                display: inline-block;
                width: auto;
                position: static;
                background-color: transparent;
                margin-right: 4px;
            }

    .sidebar.navbar-collapse .nav-list > li > .submenu li > .submenu > li.hover > .submenu > li > a {
        margin-left: 20px !important;
        padding-left: 38px !important;
    }

    .sidebar.navbar-collapse .nav-list li.hover > .submenu > li > a {
        border-top-width: 1px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .sidebar.navbar-collapse .nav-list > li.hover > .submenu > li:first-child > a {
        border-top-width: 0;
    }

    .sidebar.navbar-collapse .nav-list li.hover > .submenu,
    .sidebar.navbar-collapse .nav-list li.hover:hover > .submenu,
    .sidebar.navbar-collapse .nav-list li.hover.hover-show > .submenu,
    .sidebar.navbar-collapse .nav-list li.hover > .arrow {
        display: none !important;
    }

    .sidebar.navbar-collapse .nav-list li.hover.active > .submenu {
        display: block !important;
    }

    .sidebar.navbar-collapse .nav-list li.hover > .submenu.nav-hide {
        display: none !important;
    }

    .sidebar.navbar-collapse .nav-list li.hover > .submenu.nav-show {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .sidebar.navbar-collapse.compact .nav-list > li.hover.active > a:after {
        display: none;
    }
}

.nav-list li > .arrow {
    display: none;
    position: absolute;
    top: 8px;
    right: 1px;
    z-index: 1027;
}

    .nav-list li > .arrow:before,
    .nav-list li > .arrow:after {
        border: 1px solid transparent;
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        left: -19px;
        top: 0;
        right: auto;
        bottom: auto;
        content: "";
        border-width: 10px;
    }

    .nav-list li > .arrow:before {
        z-index: 1;
        left: -20px;
    }

    .nav-list li > .arrow:after {
        z-index: 2;
    }

.nav-list li:hover > a + .arrow,
.nav-list li.hover-show > a + .arrow {
    display: none;
}

@media only screen and (min-width: 992px) {
    .nav-list li.hover:hover > a.dropdown-toggle + .arrow,
    .nav-list li.hover.hover-show > a.dropdown-toggle + .arrow {
        display: block;
    }
}

.sidebar.menu-min {
    /**
  .nav-list > li.pull_up > .arrow {
	 z-index: @zindex-submenu + 1;
	 &:after , &:before {
		border-width: 10px;
		left: -20px;
	 }
	 &:before {
		left: -21px;
	}
  }
  */
}

    .sidebar.menu-min,
    .sidebar.menu-min.compact,
    .sidebar.menu-min.navbar-collapse {
        width: 43px;
    }

        .sidebar.menu-min + .main-content {
            margin-left: 43px;
        }

        .sidebar.menu-min .nav-list a .badge,
        .sidebar.menu-min .nav-list a .label {
            position: relative;
            top: -1px;
            right: auto;
            left: 4px;
        }

        .sidebar.menu-min .nav-list .submenu .submenu a .badge,
        .sidebar.menu-min .nav-list .submenu .submenu a .label {
            top: 0;
        }

        .sidebar.menu-min .nav-list > li > a {
            position: relative;
            height: 39px;
            line-height: 37px;
            padding: 0;
        }

            .sidebar.menu-min .nav-list > li > a > .menu-icon {
                font-size: 18px;
                height: auto;
                line-height: inherit;
                display: inline-block;
                vertical-align: sub;
                margin-right: 0;
                width: 44px;
            }

            .sidebar.menu-min .nav-list > li > a > .menu-text {
                display: none;
                text-align: left;
                position: absolute;
                top: -1px;
                left: 42px;
                z-index: 1025;
                width: 176px;
                height: 41px;
                line-height: 38px;
                padding-left: 12px;
                border: 1px solid;
            }

            .sidebar.menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
                top: -1px;
                border-width: 1px 1px 0;
                padding-left: 25px;
            }

            .sidebar.menu-min .nav-list > li > a .arrow {
                display: none;
            }

        .sidebar.menu-min .nav-list > li:hover > a > .menu-text,
        .sidebar.menu-min .nav-list > li.hover-show > a > .menu-text {
            display: block;
        }

        .sidebar.menu-min .nav-list > li.active > a:after {
            border-width: 10px 6px;
            top: 8px;
        }

        .sidebar.menu-min .nav-list > li.active.open > a:after {
            display: block;
        }

        .sidebar.menu-min .nav-list > li.active.open li.active > a:after {
            display: none;
        }

        .sidebar.menu-min .nav-list > li > .submenu {
            position: absolute;
            z-index: 1026;
            left: 42px;
            top: -1px;
            margin-top: 40px;
            padding-bottom: 2px;
            width: 176px;
            display: none !important;
            height: auto !important;
            visibility: visible !important;
        }

            .sidebar.menu-min .nav-list > li > .submenu:before {
                display: none;
            }

            .sidebar.menu-min .nav-list > li > .submenu:after {
                content: "";
                display: block;
                height: 1px;
                width: 1px;
                position: absolute;
                right: -1px;
                top: -1px;
                border-right: 1px solid;
                border-right-color: inherit;
            }

            .sidebar.menu-min .nav-list > li > .submenu li:before {
                display: none;
            }

            .sidebar.menu-min .nav-list > li > .submenu li > a {
                margin-left: 0;
                padding-left: 22px;
            }

                .sidebar.menu-min .nav-list > li > .submenu li > a > .menu-icon {
                    left: 4px;
                }

        .sidebar.menu-min .nav-list > li.hover > .submenu {
            padding-bottom: 0;
        }

        .sidebar.menu-min .nav-list > li.open > .submenu {
            display: none;
        }

        .sidebar.menu-min .nav-list > li:hover > .submenu,
        .sidebar.menu-min .nav-list > li.hover-show > .submenu {
            display: block !important;
        }

        .sidebar.menu-min .nav-list > li > .arrow {
            top: 10px;
        }

            .sidebar.menu-min .nav-list > li > .arrow:after,
            .sidebar.menu-min .nav-list > li > .arrow:before {
                border-width: 8px;
                left: -16px;
            }

            .sidebar.menu-min .nav-list > li > .arrow:before {
                left: -17px;
            }

        .sidebar.menu-min .nav-list li > .arrow {
            right: -1px;
        }

        .sidebar.menu-min .nav-list > li:hover > .arrow,
        .sidebar.menu-min .nav-list > li.hover-show > .arrow {
            display: block;
        }

        .sidebar.menu-min .sidebar-shortcuts {
            position: relative;
            overflow: visible;
            z-index: 1;
        }

        .sidebar.menu-min .sidebar-shortcuts-mini {
            display: block;
        }

        .sidebar.menu-min .sidebar-shortcuts-large {
            display: none;
            position: absolute;
            top: 0;
            left: 42px;
            width: 182px;
            padding: 0 2px 3px;
            border: 1px solid;
            border-top-width: 0;
        }

        .sidebar.menu-min .sidebar-shortcuts:hover .sidebar-shortcuts-large,
        .sidebar.menu-min .sidebar-shortcuts.hover-show .sidebar-shortcuts-large {
            display: block;
        }

        .sidebar.menu-min .sidebar-toggle:before {
            left: 5px;
            right: 5px;
        }

        .sidebar.menu-min .sidebar-toggle > .ace-icon {
            font-size: 13px;
            padding: 0 4px;
            line-height: 15px;
            border-width: 1px;
        }

        .sidebar.menu-min .nav-list > li > .submenu li > .submenu > li > a {
            margin-left: 2px;
            padding-left: 30px;
        }

        .sidebar.menu-min .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
            margin-left: 2px;
            padding-left: 45px;
        }

        .sidebar.menu-min .nav-list > li > .submenu li.active > a:after {
            display: none;
        }

        .sidebar.menu-min .nav-list li.active.open > .submenu > li.active > a:after {
            display: none;
        }

        .sidebar.menu-min .nav-list > li.active:hover > a:after,
        .sidebar.menu-min .nav-list > li.active.hover-show > a:after,
        .sidebar.menu-min .nav-list > li.active.open:hover > a:after {
            display: none;
        }

        .sidebar.menu-min .nav-list > li.active:hover:after {
            display: none;
        }

@media (min-width: 992px) {
    .sidebar.menu-min .nav-list li.hover > .submenu {
        margin-left: 0;
    }

    .sidebar.menu-min .nav-list > li > .submenu li.hover > .submenu > li > a,
    .sidebar.menu-min .nav-list > li > .submenu li > .submenu > li.hover > .submenu > li > a {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .sidebar.menu-min.compact .nav-list > li > a {
        height: 39px;
        line-height: 37px;
        padding: 0 16px 0 7px;
        position: relative;
    }

        .sidebar.menu-min.compact .nav-list > li > a > .menu-icon {
            font-size: 18px;
            height: auto;
            line-height: inherit;
            display: inline-block;
            vertical-align: sub;
            width: auto;
        }
}

@media only screen and (min-width: 992px) {
    .navbar.h-navbar {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .sidebar.h-sidebar {
        position: relative;
        float: none !important;
        width: auto;
        margin-top: 17px;
        border-width: 0 !important;
        box-shadow: none;
    }

        .sidebar.h-sidebar.menu-min,
        .sidebar.h-sidebar.compact {
            width: auto;
        }

        .sidebar.h-sidebar.sidebar-fixed {
            position: fixed;
        }

        .sidebar.h-sidebar.no-gap {
            margin-top: auto;
        }

            .sidebar.h-sidebar.no-gap .nav-list {
                padding-top: 3px;
            }

        .sidebar.h-sidebar:before {
            display: block;
            position: absolute;
            z-index: -1;
            left: 0 !important;
            right: 0 !important;
            top: -17px;
            bottom: auto;
            height: 17px;
            width: auto;
            border-width: 0;
            border-bottom: 1px solid;
            border-bottom-color: inherit;
        }

        .sidebar.h-sidebar.lower-highlight .nav-list > li:before {
            top: 0;
        }

    .main-content .sidebar.h-sidebar .nav-list > li:before {
        top: 0;
    }

    .sidebar.h-sidebar .nav-list {
        border-width: 0;
        border-bottom: 2px solid #79B0CE;
    }

        .sidebar.h-sidebar .nav-list > li {
            float: left;
            border-width: 0 0 0 1px;
            margin-left: 0;
        }

            .sidebar.h-sidebar .nav-list > li:last-child {
                border-right-width: 1px;
            }

            .sidebar.h-sidebar .nav-list > li:before {
                left: -1px;
                right: -1px;
                bottom: auto;
                top: -2px;
                max-width: none;
                width: auto;
                height: 2px;
                border-width: 0;
            }

            .sidebar.h-sidebar .nav-list > li.active:before {
                display: block;
            }

            .sidebar.h-sidebar .nav-list > li.active:after {
                display: none;
            }

            .sidebar.h-sidebar .nav-list > li:first-child {
                border-left-width: 0;
                margin-left: 0;
            }

    .sidebar.h-sidebar .sidebar-shortcuts + .nav-list > li:first-child {
        border-left-width: 1px;
        margin-left: -1px;
    }

    .sidebar.h-sidebar .nav-list > li > a {
        line-height: 22px;
        height: auto;
        padding: 10px 14px;
    }

        .sidebar.h-sidebar .nav-list > li > a > .menu-icon {
            display: block;
            margin: 1px 0 4px;
            line-height: inherit;
            width: auto;
        }

        .sidebar.h-sidebar .nav-list > li > a > .arrow {
            display: none;
        }

    .sidebar.h-sidebar .nav-list > li.hover.pull_right {
        float: none !important;
    }

    .sidebar.h-sidebar .nav-list > li.hover > .submenu {
        top: 100%;
        left: 1px;
        margin-top: auto;
        margin-left: -2px;
        width: 190px;
        z-index: 1026;
    }

    .sidebar.h-sidebar .nav-list > li.hover.pull_right > .submenu {
        left: auto;
        right: 1px;
    }

    .sidebar.h-sidebar .nav-list > li.hover > .arrow {
        right: auto;
        top: auto;
        left: 24px;
        bottom: 7px;
    }

    .sidebar.h-sidebar .nav-list > li.hover.pull_right > .arrow {
        left: auto;
        right: 24px;
    }

    .sidebar.h-sidebar .nav-list > li.hover > .arrow:before,
    .sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
        border-width: 0 8px 8px !important;
    }

    .sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
        border-color: transparent;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        left: -10px !important;
        right: auto !important;
    }

    .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
        border-color: transparent;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        right: auto !important;
        left: -10px !important;
        top: -1px !important;
    }

    .sidebar.h-sidebar .nav-list > li.hover:hover > a ~ .arrow,
    .sidebar.h-sidebar .nav-list > li.hover.hover-show > a ~ .arrow {
        display: none;
    }

    .sidebar.h-sidebar .nav-list > li.hover:hover > a.dropdown-toggle ~ .arrow,
    .sidebar.h-sidebar .nav-list > li.hover.hover-show > a.dropdown-toggle ~ .arrow {
        display: block;
    }

    .sidebar.h-sidebar .nav-list > li.hover-flip > .submenu {
        left: auto;
        right: 1px;
        margin-left: auto;
        margin-right: -2px;
    }

    .sidebar.h-sidebar .nav-list > li.hover-flip > .arrow {
        left: auto;
        right: 24px;
    }

    .sidebar.h-sidebar .nav-list li li.hover-flip > .submenu {
        left: auto;
        right: 100%;
        margin-left: auto;
        margin-right: -2px;
    }

    .sidebar.h-sidebar .nav-list li li.hover-flip > .arrow {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
        left: 0;
        right: auto;
    }

    .sidebar.h-sidebar .sidebar-shortcuts-large:before,
    .sidebar.h-sidebar .sidebar-shortcuts-large:after {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -8px;
        border: 1px solid transparent;
        border-width: 0 8px 8px;
    }

    .sidebar.h-sidebar .sidebar-shortcuts-large:after {
        border-right-color: transparent;
        top: -8px;
    }

    .sidebar.h-sidebar .sidebar-shortcuts-large:before {
        border-bottom-color: #CCC;
        top: -9px;
    }

    .sidebar.h-sidebar .sidebar-toggle {
        position: absolute;
        top: 12px;
        right: 6px;
        background-color: transparent;
        border-width: 0;
    }

    .sidebar.h-sidebar .sidebar-shortcuts {
        float: left;
        display: block;
        overflow: visible;
        position: relative;
        margin: 0;
        padding: 12px 8px 9px;
        max-height: none !important;
        background-color: transparent;
    }

        .sidebar.h-sidebar .sidebar-shortcuts:hover .sidebar-shortcuts-large,
        .sidebar.h-sidebar .sidebar-shortcuts.hover-show .sidebar-shortcuts-large {
            display: block;
        }

    .sidebar.h-sidebar .sidebar-shortcuts-large {
        display: none;
        width: 52px;
        height: auto;
        position: absolute;
        z-index: 1025;
        top: 100%;
        margin-top: -5px;
        left: 10px;
        padding: 3px 2px;
        border: 1px solid;
    }

    .sidebar.h-sidebar .sidebar-shortcuts-mini {
        width: auto;
        max-width: 52px;
        display: block;
        background-color: transparent;
        padding-top: 3px;
        padding-bottom: 5px;
    }

        .sidebar.h-sidebar .sidebar-shortcuts-mini > .btn {
            padding: 9px;
        }

    .sidebar.h-sidebar .nav-list a .badge,
    .sidebar.h-sidebar .nav-list a .label {
        position: absolute;
        top: 11px;
        right: auto !important;
        left: 50%;
        margin-left: 10px;
    }

    .sidebar.h-sidebar + .main-content {
        margin-left: 0;
    }

        .sidebar.h-sidebar + .main-content .breadcrumbs {
            margin: 6px 9px;
            border: 1px solid;
            border-color: #E5E5E5;
        }

    .h-sidebar.sidebar-fixed {
        top: auto;
        width: 100%;
        left: 0;
        right: 0;
    }

        .h-sidebar.sidebar-fixed:before {
            z-index: auto;
        }

        .h-sidebar.sidebar-fixed,
        .h-sidebar.sidebar-fixed .nav-list {
            border-right-width: 0;
            border-left-width: 0;
        }

            .h-sidebar.sidebar-fixed .sidebar-shortcuts {
                border-width: 0;
            }

            .h-sidebar.sidebar-fixed + .main-content {
                padding-top: 88px;
            }

            .h-sidebar.sidebar-fixed.no-gap + .main-content {
                padding-top: 74px;
            }

            .h-sidebar.sidebar-fixed.menu-min + .main-content {
                padding-top: 63px;
            }

            .h-sidebar.sidebar-fixed.menu-min.no-gap + .main-content {
                padding-top: 49px;
            }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
    .sidebar.h-sidebar + .main-content .breadcrumbs {
        margin: 0;
        border-width: 0 0 1px;
    }
}

.main-container.container .h-sidebar.sidebar-fixed {
    left: 0;
    right: 0;
    width: auto;
}

@media (min-width: 768px) {
    .main-container.container .h-sidebar.sidebar-fixed {
        left: auto !important;
        right: auto !important;
        width: 744px;
    }
}

@media (min-width: 992px) {
    .main-container.container .h-sidebar.sidebar-fixed {
        width: 964px;
    }
}

@media (min-width: 1200px) {
    .main-container.container .h-sidebar.sidebar-fixed {
        width: 1164px;
    }
}
/**
	@media (min-width: @screen-sm-min) and (max-width: @grid-float-breakpoint-max) {
	 .main-container.container .sidebar.sidebar-fixed
	 {
		left: auto;// !important;
		right: auto;// !important;
		width: @container-sm;// !important;
	 }
	}


	@media (max-width: @grid-float-breakpoint-max) {
		.main-container.container .sidebar.sidebar-fixed {
			.sidebar-shortcuts {
				max-height: none;
				border-bottom-width: 0;
			}
		}
	}
	*/
@media (min-width: 992px) {
    .sidebar.h-sidebar.menu-min .nav.nav-list > li > a,
    .sidebar.h-sidebar.menu-min.compact .nav.nav-list > li > a {
        padding: 9px 12px;
    }

    .sidebar.h-sidebar.menu-min .nav-list > li > a > .menu-text {
        left: -1px;
        top: 100%;
        width: 190px;
    }

    .sidebar.h-sidebar.menu-min .nav-list > li > a > .menu-icon {
        margin: 2px 0;
    }

    .sidebar.h-sidebar.menu-min .nav-list > li.hover > .submenu {
        top: 100%;
        margin-top: 41px;
    }

    .sidebar.h-sidebar.menu-min .nav-list > li.hover:hover > a ~ .arrow,
    .sidebar.h-sidebar.menu-min .nav-list > li.hover.hover-show > a ~ .arrow {
        display: block;
    }

    .sidebar.h-sidebar.menu-min .sidebar-toggle {
        top: 6px;
    }

    .sidebar.h-sidebar.menu-min .sidebar-shortcuts {
        padding: 0;
    }

    .sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini {
        padding-bottom: 4px;
        padding-top: 4px;
    }

        .sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini > .btn {
            padding: 8px;
        }

    .sidebar.h-sidebar.menu-min .sidebar-shortcuts-large {
        left: 1px;
        margin-top: 4px;
    }

    .sidebar.h-sidebar.compact .nav-list > li > a > .menu-icon {
        font-size: 18px;
        height: auto;
    }

    .sidebar.h-sidebar.compact.menu-min .nav-list > li > a {
        height: auto;
        line-height: 22px;
    }
}
/**
@media only screen and (max-width: @grid-float-breakpoint-max) {
	.menu-toggler + .sidebar.h-sidebar {
		margin-top: (@breadcrumb-height - 1) !important;
	}
	.sidebar.h-sidebar.responsive-min , .sidebar.h-sidebar.navbar-collapse {
		margin-top: auto !important;
	}
}
*/
.main-container .menu-toggler {
    display: none;
}

@media only screen and (max-width: 991px) {
    .sidebar.responsive:before {
        display: none;
    }

    .sidebar.responsive {
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.15);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.15);
        z-index: 1027;
        overflow: hidden;
        max-height: 0;
        -moz-transform: translateX(-200px);
        -webkit-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
        -webkit-transition: -webkit-transform 0.2s linear 0s, max-height 0s linear 0.2s;
        -moz-transition: -moz-transform 0.2s linear 0s, max-height 0s linear 0.2s;
        -o-transition: -o-transform 0.2s linear 0s, max-height 0s linear 0.2s;
        transition: transform 0.2s linear 0s, max-height 0s linear 0.2s;
        position: relative;
        bottom: auto;
        left: 190px;
        margin-left: -190px;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .sidebar.responsive.compact {
        -moz-transform: translateX(-115px);
        -webkit-transform: translateX(-115px);
        -o-transform: translateX(-115px);
        -ms-transform: translateX(-115px);
        transform: translateX(-115px);
    }

        .sidebar.responsive.compact.push_away.display + .main-content {
            -moz-transform: translateX(105px);
            -webkit-transform: translateX(105px);
            -o-transform: translateX(105px);
            -ms-transform: translateX(105px);
            transform: translateX(105px);
        }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.compact.push_away.display ~ .footer .footer-inner {
        -moz-transform: translateX(105px);
        -webkit-transform: translateX(105px);
        -o-transform: translateX(105px);
        -ms-transform: translateX(105px);
        transform: translateX(105px);
    }
}

@media only screen and (max-width: 991px) {
    .sidebar.responsive.menu-min {
        -moz-transform: translateX(-53px);
        -webkit-transform: translateX(-53px);
        -o-transform: translateX(-53px);
        -ms-transform: translateX(-53px);
        transform: translateX(-53px);
    }

    .sidebar.responsive.display {
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        overflow: visible;
        max-height: 2000px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .sidebar.responsive.push_away {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .sidebar.responsive.push_away:before {
            display: block !important;
        }

        .sidebar.responsive.push_away + .main-content {
            -webkit-transition: -webkit-transform 0.2s linear 0s;
            -moz-transition: -moz-transform 0.2s linear 0s;
            -o-transition: -o-transform 0.2s linear 0s;
            transition: transform 0.2s linear 0s;
        }

        .sidebar.responsive.push_away.display + .main-content {
            -moz-transform: translateX(190px);
            -webkit-transform: translateX(190px);
            -o-transform: translateX(190px);
            -ms-transform: translateX(190px);
            transform: translateX(190px);
        }

        .sidebar.responsive.push_away.display.menu-min + .main-content {
            -moz-transform: translateX(43px);
            -webkit-transform: translateX(43px);
            -o-transform: translateX(43px);
            -ms-transform: translateX(43px);
            transform: translateX(43px);
        }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away:before {
        height: 5000px;
    }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away ~ .footer .footer-inner {
        -webkit-transition: -webkit-transform 0.2s linear 0s;
        -moz-transition: -moz-transform 0.2s linear 0s;
        -o-transition: -o-transform 0.2s linear 0s;
        transition: transform 0.2s linear 0s;
    }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away.display ~ .footer .footer-inner {
        -moz-transform: translateX(190px);
        -webkit-transform: translateX(190px);
        -o-transform: translateX(190px);
        -ms-transform: translateX(190px);
        transform: translateX(190px);
    }

    .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away.display.menu-min ~ .footer .footer-inner {
        -moz-transform: translateX(43px);
        -webkit-transform: translateX(43px);
        -o-transform: translateX(43px);
        -ms-transform: translateX(43px);
        transform: translateX(43px);
    }

    .sidebar.responsive + .main-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-container.container .sidebar.responsive {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }

        .main-container.container .sidebar.responsive:before {
            display: none !important;
        }

        .main-container.container .sidebar.responsive.display {
            display: block;
        }

        .main-container.container .sidebar.responsive.push_away + .main-content,
        .main-container.container .sidebar.responsive.push_away ~ .footer .footer-inner {
            -webkit-transition: none !important;
            -moz-transition: none !important;
            -o-transition: none !important;
            transition: none !important;
            -moz-transform: none !important;
            -webkit-transform: none !important;
            -o-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
        }
}

@media only screen and (max-width: 991px) {
    .responsive.sidebar-fixed {
        position: fixed;
    }

    .main-container .menu-toggler.fixed {
        position: fixed;
        left: auto;
        z-index: 1026;
        -moz-backface-visibility: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .menu-toggler + .sidebar.responsive {
        margin-top: 40px;
    }

    .main-container .menu-toggler {
        display: block;
        position: absolute;
        z-index: 1026;
        width: 52px;
        height: 32px;
        margin-right: 2px;
        line-height: normal;
        padding-left: 33px;
        padding-top: 7px;
        padding-bottom: 1px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .main-container .menu-toggler:hover {
            text-decoration: none;
        }

        .main-container .menu-toggler:focus {
            outline: none;
        }

        .main-container .menu-toggler:before {
            border-top: 1px solid #87B87F;
            border-bottom: 1px solid #6FB3E0;
            height: 2px;
            width: 24px;
            content: "";
            position: absolute;
            z-index: 1;
            top: 13px;
            left: 4px;
            -webkit-transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            transition: all 0.1s ease;
            -o-transition: none;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .main-container .menu-toggler:after {
            border-top: 1px solid #FFA24D;
            border-bottom: 1px solid #D15B47;
            content: "";
            height: 2px;
            width: 24px;
            position: absolute;
            top: 19px;
            left: 4px;
            -webkit-transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            transition: all 0.1s ease;
            -o-transition: none;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .main-container .menu-toggler.display:before {
            height: 4px;
            top: 8px;
            border-width: 2px;
        }

        .main-container .menu-toggler.display:after {
            height: 4px;
            top: 20px;
            border-width: 2px;
        }

        .main-container .menu-toggler > .toggler-text {
            display: block;
            position: absolute;
            bottom: -9px;
            left: 0;
            border: 1px solid transparent;
            border-width: 9px 42px 0;
            border-top-color: #444;
        }

            .main-container .menu-toggler > .toggler-text:after {
                display: block;
                content: "MENU";
                color: #FFF;
                position: absolute;
                left: -8px;
                top: -41px;
            }

    .menu-toggler + .responsive.sidebar-scroll .nav-wrap {
        overflow: hidden;
    }
}

@media only screen and (max-width: 320px) {
    .main-container .menu-toggler {
        width: 0;
    }

        .main-container .menu-toggler > .toggler-text {
            border-width: 7px 16px;
            bottom: -14px;
        }

            .main-container .menu-toggler > .toggler-text:after {
                font-size: 9px;
                font-weight: normal;
                color: #FFF;
                position: absolute;
                left: -13px;
                top: -42px;
            }

        .main-container .menu-toggler:before,
        .main-container .menu-toggler:after {
            margin-top: 8px;
        }

        .main-container .menu-toggler.display:before,
        .main-container .menu-toggler.display:after {
            height: 2px;
            border-width: 1px;
        }

        .main-container .menu-toggler.display:before {
            top: 13px;
        }

        .main-container .menu-toggler.display:after {
            top: 19px;
        }
}

.sidebar-toggle.sidebar-expand {
    display: none;
}

@media (max-width: 991px) {
    .menu-toggler.invisible {
        position: fixed;
        z-index: -999;
        visibility: hidden;
        opacity: 0;
        width: 1px;
        height: 1px;
    }

    .sidebar.responsive-min {
        /**
  .nav-list > li.pull_up > .arrow {
	 z-index: @zindex-submenu + 1;
	 &:after , &:before {
		border-width: 10px;
		left: -20px;
	 }
	 &:before {
		left: -21px;
	}
  }
  */
    }

        .sidebar.responsive-min,
        .sidebar.responsive-min.compact,
        .sidebar.responsive-min.navbar-collapse {
            width: 43px;
        }

            .sidebar.responsive-min + .main-content {
                margin-left: 43px;
            }

            .sidebar.responsive-min .nav-list a .badge,
            .sidebar.responsive-min .nav-list a .label {
                position: relative;
                top: -1px;
                right: auto;
                left: 4px;
            }

            .sidebar.responsive-min .nav-list .submenu .submenu a .badge,
            .sidebar.responsive-min .nav-list .submenu .submenu a .label {
                top: 0;
            }

            .sidebar.responsive-min .nav-list > li > a {
                position: relative;
                height: 39px;
                line-height: 37px;
                padding: 0;
            }

                .sidebar.responsive-min .nav-list > li > a > .menu-icon {
                    font-size: 18px;
                    height: auto;
                    line-height: inherit;
                    display: inline-block;
                    vertical-align: sub;
                    margin-right: 0;
                    width: 44px;
                }

                .sidebar.responsive-min .nav-list > li > a > .menu-text {
                    display: none;
                    text-align: left;
                    position: absolute;
                    top: -1px;
                    left: 42px;
                    z-index: 1025;
                    width: 176px;
                    height: 41px;
                    line-height: 38px;
                    padding-left: 12px;
                    border: 1px solid;
                }

                .sidebar.responsive-min .nav-list > li > a.dropdown-toggle > .menu-text {
                    top: -1px;
                    border-width: 1px 1px 0;
                }

                .sidebar.responsive-min .nav-list > li > a .arrow {
                    display: none;
                }

            .sidebar.responsive-min .nav-list > li:hover > a > .menu-text,
            .sidebar.responsive-min .nav-list > li.hover-show > a > .menu-text {
                display: block;
            }

            .sidebar.responsive-min .nav-list > li.active > a:after {
                border-width: 10px 6px;
                top: 8px;
            }

            .sidebar.responsive-min .nav-list > li.active.open > a:after {
                display: block;
            }

            .sidebar.responsive-min .nav-list > li.active.open li.active > a:after {
                display: none;
            }

            .sidebar.responsive-min .nav-list > li > .submenu {
                position: absolute;
                z-index: 1026;
                left: 42px;
                top: -1px;
                margin-top: 40px;
                padding-bottom: 2px;
                width: 176px;
                display: none !important;
                height: auto !important;
                visibility: visible !important;
            }

                .sidebar.responsive-min .nav-list > li > .submenu:before {
                    display: none;
                }

                .sidebar.responsive-min .nav-list > li > .submenu:after {
                    content: "";
                    display: block;
                    height: 1px;
                    width: 1px;
                    position: absolute;
                    right: -1px;
                    top: -1px;
                    border-right: 1px solid;
                    border-right-color: inherit;
                }

                .sidebar.responsive-min .nav-list > li > .submenu li:before {
                    display: none;
                }

                .sidebar.responsive-min .nav-list > li > .submenu li > a {
                    margin-left: 0;
                    padding-left: 22px;
                }

                    .sidebar.responsive-min .nav-list > li > .submenu li > a > .menu-icon {
                        left: 4px;
                    }

            .sidebar.responsive-min .nav-list > li.hover > .submenu {
                padding-bottom: 0;
            }

            .sidebar.responsive-min .nav-list > li.open > .submenu {
                display: none;
            }

            .sidebar.responsive-min .nav-list > li:hover > .submenu,
            .sidebar.responsive-min .nav-list > li.hover-show > .submenu {
                display: block !important;
            }

            .sidebar.responsive-min .nav-list > li > .arrow {
                top: 10px;
            }

                .sidebar.responsive-min .nav-list > li > .arrow:after,
                .sidebar.responsive-min .nav-list > li > .arrow:before {
                    border-width: 8px;
                    left: -16px;
                }

                .sidebar.responsive-min .nav-list > li > .arrow:before {
                    left: -17px;
                }

            .sidebar.responsive-min .nav-list li > .arrow {
                right: -1px;
            }

            .sidebar.responsive-min .nav-list > li:hover > .arrow,
            .sidebar.responsive-min .nav-list > li.hover-show > .arrow {
                display: block;
            }

            .sidebar.responsive-min .sidebar-shortcuts {
                position: relative;
                overflow: visible;
                z-index: 1;
            }

            .sidebar.responsive-min .sidebar-shortcuts-mini {
                display: block;
            }

            .sidebar.responsive-min .sidebar-shortcuts-large {
                display: none;
                position: absolute;
                top: 0;
                left: 42px;
                width: 182px;
                padding: 0 2px 3px;
                border: 1px solid;
                border-top-width: 0;
            }

            .sidebar.responsive-min .sidebar-shortcuts:hover .sidebar-shortcuts-large,
            .sidebar.responsive-min .sidebar-shortcuts.hover-show .sidebar-shortcuts-large {
                display: block;
            }

            .sidebar.responsive-min .sidebar-toggle:before {
                left: 5px;
                right: 5px;
            }

            .sidebar.responsive-min .sidebar-toggle > .ace-icon {
                font-size: 13px;
                padding: 0 4px;
                line-height: 15px;
                border-width: 1px;
            }

            .sidebar.responsive-min .nav-list > li > .submenu li > .submenu > li > a {
                margin-left: 2px;
                padding-left: 30px;
            }

            .sidebar.responsive-min .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
                margin-left: 2px;
                padding-left: 45px;
            }

            .sidebar.responsive-min .nav-list > li > .submenu li.active > a:after {
                display: none;
            }

            .sidebar.responsive-min .nav-list li.active.open > .submenu > li.active > a:after {
                display: none;
            }

            .sidebar.responsive-min .nav-list > li.active:hover > a:after,
            .sidebar.responsive-min .nav-list > li.active.hover-show > a:after,
            .sidebar.responsive-min .nav-list > li.active.open:hover > a:after {
                display: none;
            }

            .sidebar.responsive-min .nav-list > li.active:hover:after {
                display: none;
            }

            .sidebar.responsive-min:before {
                display: block;
            }

            .sidebar.responsive-min .sidebar-toggle.sidebar-collapse {
                display: none;
            }

            .sidebar.responsive-min .sidebar-toggle.sidebar-expand {
                display: block;
            }

            .sidebar.responsive-min + .main-content {
                margin-left: 43px !important;
            }

    .rtl .sidebar.responsive-min + .main-content {
        margin-left: auto !important;
        margin-right: 43px !important;
    }

    .sidebar.responsive-min + .main-content .breadcrumb {
        margin-left: 12px;
    }

    .sidebar.responsive-max {
        display: block;
        position: relative;
        left: 190px;
        margin-left: -190px;
        z-index: 1027;
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.15);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.15);
    }

        .sidebar.responsive-max:before {
            display: none;
        }

        .sidebar.responsive-max .sidebar-toggle.sidebar-collapse {
            display: none;
        }

        .sidebar.responsive-max .sidebar-toggle.sidebar-expand {
            display: block;
            z-index: 1;
        }

        .sidebar.responsive-max + .main-content {
            margin-left: 43px !important;
        }

            .sidebar.responsive-max + .main-content .breadcrumb {
                margin-left: 12px;
            }
}

@media only screen and (min-width: 992px) {
    .sidebar.navbar-collapse {
        max-height: none;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar.navbar-collapse {
        position: relative;
        float: none !important;
        margin-top: auto !important;
        z-index: 1;
        width: 100% !important;
        max-height: 340px;
        margin-left: 0;
        margin-right: 0;
    }

        .sidebar.navbar-collapse:before {
            display: none;
        }

        .sidebar.navbar-collapse .nav-list > li:last-child {
            border-bottom-width: 0;
        }

        .sidebar.navbar-collapse .nav-list > li > a {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            line-height: 20px;
            height: 41px;
        }

        .sidebar.navbar-collapse .nav-list > li:before {
            height: 43px;
        }

        .sidebar.navbar-collapse .nav-list > li.active:after {
            display: none;
        }

        .sidebar.navbar-collapse li > .arrow {
            display: none !important;
        }

        .sidebar.navbar-collapse .nav-list li > .submenu {
            border-left-width: 0;
        }

        .sidebar.navbar-collapse .sidebar-toggle {
            display: none;
        }

        .sidebar.navbar-collapse .sidebar-shortcuts {
            padding: 3px 0 6px;
            max-height: none;
            border-bottom-width: 0;
        }

        .sidebar.navbar-collapse + .main-content {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

            .sidebar.navbar-collapse + .main-content .breadcrumb {
                margin-left: 12px;
            }

        .sidebar.navbar-collapse .nav-wrap + .ace-scroll {
            display: none;
        }

        .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu {
            position: relative;
            left: auto;
            top: auto;
            width: auto;
            z-index: auto;
            margin-top: auto;
            padding-top: 0;
            padding-bottom: 0;
            border-width: 1px 0 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

            .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu:before {
                display: block;
            }

            .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu > li:before {
                display: block;
            }

            .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > a > .menu-icon {
                left: 10px;
            }

            .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu:after {
                display: none;
            }

            .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > a {
                padding: 7px 0 9px 37px;
            }

            .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > .submenu > li > a {
                margin-left: 20px;
                padding-left: 22px;
            }

            .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
                margin-left: 20px;
                padding-left: 38px;
            }

        .sidebar.navbar-collapse.menu-min .nav-list > li > a:hover:before {
            width: 3px;
        }

        .sidebar.navbar-collapse.menu-min .nav-list > li > a {
            text-align: left;
            padding-left: 7px;
        }

            .sidebar.navbar-collapse.menu-min .nav-list > li > a > .menu-icon {
                display: inline-block;
                width: auto;
                margin-right: 2px;
            }

            .sidebar.navbar-collapse.menu-min .nav-list > li > a > .menu-text {
                position: relative;
                display: inline;
                line-height: normal;
                padding-left: 0;
                height: auto;
                top: auto;
                left: auto;
                z-index: auto;
                width: auto;
                border-width: 0 !important;
                background-color: transparent !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

        .sidebar.navbar-collapse.menu-min .nav-list a > .arrow {
            display: block;
        }

        .sidebar.navbar-collapse.menu-min .nav-list > li:hover > .submenu {
            display: none !important;
        }

        .sidebar.navbar-collapse.menu-min .nav-list > li.active > .submenu {
            display: block !important;
        }

        .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu.nav-show {
            display: block !important;
        }

        .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu.nav-hide {
            display: none !important;
        }

        .sidebar.navbar-collapse.menu-min .sidebar-shortcuts-large {
            display: block;
            position: static;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-width: 0 !important;
            background-color: transparent !important;
            width: auto;
            padding: 0;
        }

        .sidebar.navbar-collapse.menu-min .sidebar-shortcuts-mini {
            display: none;
        }

        .sidebar.navbar-collapse .nav-list a .badge,
        .sidebar.navbar-collapse .nav-list a .label {
            position: relative;
            top: -1px;
            right: auto;
            left: 4px;
        }

        .sidebar.navbar-collapse .nav-list > li.active:after,
        .sidebar.navbar-collapse .nav-list li.active > a:before,
        .sidebar.navbar-collapse .nav-list li.active > a:after {
            display: none !important;
        }

        .sidebar.navbar-collapse .nav-list > li.highlight.active > a:before,
        .sidebar.navbar-collapse .nav-list > li.highlight.active > a:after {
            display: none !important;
        }
}

@media (max-width: 991px) and (max-height: 400px) {
    .sidebar.navbar-collapse {
        max-height: 300px;
    }
}

@media (max-width: 991px) and (max-height: 350px) {
    .sidebar.navbar-collapse {
        max-height: 250px;
    }
}

@media (max-width: 991px) and (max-height: 300px) {
    .sidebar.navbar-collapse {
        max-height: 200px;
    }
}

@media (max-width: 991px) and (max-height: 250px) {
    .sidebar.navbar-collapse {
        max-height: 150px;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu > li > a,
    .sidebar.navbar-collapse .nav-list > li > .submenu li > .submenu > li.hover > .submenu > li > a {
        margin-left: 20px !important;
    }
}

@media (max-width: 991px) {
    .navbar-fixed-top + .main-container .sidebar.navbar-collapse {
        position: fixed;
        z-index: 1027;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-fixed-top + .main-container.container .sidebar.navbar-collapse {
        width: 744px !important;
    }
}

.main-content-inner {
    float: left;
    width: 100%;
}

.main-content .sidebar:before {
    top: 150px;
}

@media only screen and (min-width: 992px) {
    body.mob-safari .sidebar.h-sidebar + .main-content .sidebar.sidebar-fixed:not(.h-sidebar) {
        top: 131px;
    }

    body.mob-safari .sidebar.h-sidebar.no-gap + .main-content .sidebar.sidebar-fixed:not(.h-sidebar) {
        top: 114px;
    }

    body.mob-safari .sidebar.h-sidebar.menu-min + .main-content .sidebar.sidebar-fixed:not(.h-sidebar) {
        top: 106px;
    }

    body.mob-safari .sidebar.h-sidebar.menu-min.no-gap + .main-content .sidebar.sidebar-fixed:not(.h-sidebar) {
        top: 89px;
    }
}

@media only screen and (min-width: 992px) {
    .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar):before {
        top: 150px;
    }

    .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar) .nav-list {
        padding-top: 3px;
    }

    .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts ~ .nav-list,
    .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts ~ .nav-wrap-up .nav-list {
        padding-top: 0;
    }

    .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts {
        padding-top: 3px;
        min-height: 43px;
    }

    .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar).menu-min .sidebar-shortcuts-large {
        line-height: 40px;
    }

    .h-navbar.navbar-fixed-top + .main-container .main-content .sidebar:not(.h-sidebar) .nav-list {
        padding-top: 0;
    }

    .h-navbar.navbar-fixed-top + .main-container .main-content .sidebar.sidebar-fixed {
        z-index: 1026;
    }

    .main-content .h-sidebar {
        padding-top: 1px;
        margin-top: 0;
    }

        .main-content .h-sidebar:before {
            display: none;
        }

        .main-content .h-sidebar + .page-content {
            margin-left: auto;
        }

        .main-content .h-sidebar.sidebar-fixed {
            left: 190px;
        }

            .main-content .h-sidebar.sidebar-fixed + .page-content {
                margin-top: 74px;
            }

            .main-content .h-sidebar.sidebar-fixed.menu-min + .page-content {
                margin-top: 49px;
            }

        .main-content .h-sidebar.menu-min .nav-list > li > a {
            padding: 8px 12px 7px;
        }

    .sidebar.compact + .main-content .h-sidebar.sidebar-fixed {
        left: 105px;
    }

    .sidebar.menu-min + .main-content .h-sidebar.sidebar-fixed {
        left: 43px;
    }

    .navbar.navbar-fixed-top + .main-container .main-content .h-sidebar.sidebar-fixed {
        padding-top: 3px;
    }
}

.container.main-container .sidebar + .main-content .h-sidebar.sidebar-fixed {
    left: auto;
    right: auto;
}

@media (min-width: 992px) {
    .container.main-container .sidebar.compact + .main-content .h-sidebar.sidebar-fixed {
        width: 639px;
    }
}

@media (min-width: 992px) {
    .container.main-container .main-content .h-sidebar.sidebar-fixed {
        width: 744px;
    }

    .container.main-container .sidebar + .main-content .h-sidebar.sidebar-fixed {
        width: 554px;
    }

    .container.main-container .sidebar.menu-min + .main-content .h-sidebar.sidebar-fixed {
        width: 701px;
    }
}

@media (min-width: 992px) {
    .container.main-container .sidebar.compact + .main-content .h-sidebar.sidebar-fixed {
        width: 859px;
    }
}

@media (min-width: 992px) {
    .container.main-container .main-content .h-sidebar.sidebar-fixed {
        width: 964px;
    }

    .container.main-container .sidebar + .main-content .h-sidebar.sidebar-fixed {
        width: 774px;
    }

    .container.main-container .sidebar.menu-min + .main-content .h-sidebar.sidebar-fixed {
        width: 921px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .sidebar.compact + .main-content .h-sidebar.sidebar-fixed {
        width: 1059px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .main-content .h-sidebar.sidebar-fixed {
        width: 1164px;
    }

    .container.main-container .sidebar + .main-content .h-sidebar.sidebar-fixed {
        width: 974px;
    }

    .container.main-container .sidebar.menu-min + .main-content .h-sidebar.sidebar-fixed {
        width: 1121px;
    }
}

@media only screen and (max-width: 991px) {
    .main-container .main-content .sidebar.sidebar-fixed {
        z-index: 1026;
    }

    .navbar-fixed-top + .main-container .main-content .sidebar {
        position: fixed;
        z-index: 1026;
    }
}

.sidebar-scroll .sidebar-shortcuts {
    min-height: 41px;
    border-bottom: 1px solid;
}

.sidebar-scroll .sidebar-toggle {
    border-top: 1px solid;
}

.sidebar-scroll .nav-list > li:first-child {
    border-top-width: 0;
}

.sidebar-scroll .nav-list > li:last-child {
    border-bottom-width: 0;
}

.sidebar-scroll .nav-wrap .sidebar-shortcuts {
    min-height: 40px;
    border-bottom-width: 0;
}

    .sidebar-scroll .nav-wrap .sidebar-shortcuts + .nav-list > li:first-child,
    .sidebar-scroll .nav-wrap .sidebar-shortcuts + .nav-wrap-up .nav-list > li:first-child {
        border-top-width: 1px;
    }

.sidebar-scroll .nav-wrap-t .sidebar-toggle {
    border-top-width: 0;
}

.sidebar-scroll .nav-wrap-t .nav-list > li:last-child {
    border-bottom-width: 1px;
}

.sidebar .nav-wrap + .ace-scroll {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.sidebar .nav-wrap + .scrollout {
    right: -8px;
}

.sidebar .submenu.sub-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.ace-scroll {
    overflow: hidden;
}

.scroll-content {
    position: static;
    overflow: hidden;
}

.scroll-disabled.ace-scroll,
.scroll-disabled.ace-scroll .scroll-content {
    overflow: visible;
}

.scroll-track {
    position: absolute;
    top: auto;
    bottom: auto;
    right: 0;
    height: auto;
    background-color: #E7E7E7;
    z-index: 99;
    width: 0;
    opacity: 0;
}

.scroll-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    background-color: #ACE;
    background: #bbd4e5;
}

.scroll-track.scroll-hz {
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    height: 8px;
    width: auto;
}

.scroll-hz .scroll-bar {
    height: inherit;
    width: auto;
}

.scroll-track.scroll-active {
    -webkit-transition: width 0.25s ease 0.75s, opacity 0.25s ease 0.75s;
    -o-transition: width 0.25s ease 0.75s, opacity 0.25s ease 0.75s;
    transition: width 0.25s ease 0.75s, opacity 0.25s ease 0.75s;
}

.ace-scroll:hover .scroll-active,
.scroll-active.scroll-track:hover,
.scroll-active.scroll-track.scroll-hover,
.scroll-active.scroll-track.active,
.scroll-active.scroll-track:active {
    width: 8px;
    opacity: 1;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.scroll-track.active > .scroll-bar {
    transition-property: none !important;
    transition-duration: 0s !important;
}

.scroll-track.scroll-margin {
    margin-left: -1px;
}

.scroll-track.scroll-left {
    right: auto;
    left: 0;
}

    .scroll-track.scroll-left.scroll-margin {
        margin-left: 1px;
    }

.scroll-track.scroll-top {
    bottom: auto;
    top: 0;
}

    .scroll-track.scroll-top.scroll-margin {
        top: 1px;
    }

.scroll-dark .scroll-bar {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 );
}

.scroll-track.scroll-dark {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.15);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000',GradientType=0 );
}

.scroll-light .scroll-bar {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.14);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#24000000',GradientType=0 );
}

.scroll-track.scroll-light {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.07);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#12000000',GradientType=0 );
}

.scroll-white .scroll-bar {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.33);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55FFFFFF', endColorstr='#55FFFFFF',GradientType=0 );
}

.scroll-track.scroll-white {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FFFFFF', endColorstr='#33FFFFFF',GradientType=0 );
}

.no-track.scroll-track {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );
}

.scroll-track.scroll-visible {
    opacity: 1;
    width: 8px;
}

.scroll-hz.scroll-visible {
    height: 8px;
    width: auto;
}

.scroll-thin.scroll-track:hover,
.scroll-thin.scroll-track.scroll-hover,
.scroll-thin.scroll-track:active,
.scroll-thin.scroll-track.active,
.scroll-thin.scroll-track.scroll-visible {
    width: 6px;
}

.ace-scroll:hover .scroll-thin.scroll-track {
    width: 6px;
}

.scroll-thin.scroll-hz:hover,
.scroll-thin.scroll-hz.scroll-hover,
.scroll-thin.scroll-hz:active,
.scroll-thin.scroll-hz.active,
.scroll-thin.scroll-hz.scroll-visible {
    width: auto;
    height: 6px;
}

.ace-scroll:hover .scroll-thin.scroll-hz {
    width: auto;
    height: 6px;
}

.scroll-chrome.scroll-active .scroll-bar {
    background-color: transparent;
    width: 11px;
}

    .scroll-chrome.scroll-active .scroll-bar:before {
        display: block;
        content: "";
        position: absolute;
        top: 1px;
        bottom: 3px;
        left: 1px;
        right: 1px;
        background-color: #D9D9D9;
        border: 1px solid #BBB;
        border-radius: 1px;
    }

.scroll-chrome.scroll-active .scroll-track {
    width: 12px;
    background-color: #F2F2F2;
    border: 1px solid;
    border-width: 1px 0 1px 1px;
    border-color: #E6E6E6 transparent #E6E6E6 #DBDBDB;
}

    .scroll-chrome.scroll-active .scroll-track:hover .scroll-bar:before {
        background-color: #C0C0C0;
        border-color: #A6A6A6;
    }

    .scroll-chrome.scroll-active .scroll-track.active .scroll-bar:before {
        background-color: #A9A9A9;
        border-color: #8B8B8B;
    }

.scroll-active.scroll-track.idle-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 8px;
}

    .scroll-active.scroll-track.idle-hide.not-idle {
        width: 8px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.scroll-active.scroll-thin.scroll-track.idle-hide {
    width: 6px;
}

.scroll-active.scroll-chrome .scroll-track.idle-hide {
    width: 12px;
}

.nav-wrap + .scroll-active .scroll-track {
    width: 8px;
}

.nav-scroll.scroll-active .scroll-track {
    width: 8px;
    right: 0;
}

.nav-wrap:hover + .scroll-active .scroll-track,
.nav-scroll.scroll-active:hover .scroll-track {
    width: 8px;
    opacity: 1;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-scroll.scroll-active:hover .scroll-track {
    width: 8px;
}

.nav-scroll.ace-scroll,
.nav-scroll.ace-scroll .scroll-content {
    overflow: hidden;
}

    .nav-scroll.ace-scroll.scroll-disabled,
    .nav-scroll.ace-scroll.scroll-disabled .scroll-content {
        overflow: visible;
    }

.scroll-track.scroll-detached {
    position: absolute;
    z-index: 1029;
    bottom: auto;
    right: auto;
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer {
    /*padding-top: 12px;
    padding-bottom: 14px;
    border-top-color: #E4E9EE;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #EFF3F8;*/
}

.modal-header .close {
    font-size: 32px;
}

.modal-body.padding-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.modal.aside-dark .modal-content {
    background-color: rgba(0, 0, 0, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8000000', endColorstr='#D8000000',GradientType=0 );
}

.modal.aside {
    z-index: 999;
    position: absolute;
}

.navbar-fixed-top ~ .modal.aside-vc {
    z-index: 1025;
}

.modal.aside-fixed.aside-hz,
.navbar-fixed-top ~ .modal.aside-hz,
.navbar-fixed-bottom ~ .modal.aside-hz {
    position: fixed;
    z-index: 1049;
}

.modal.aside-fixed.aside-vc {
    position: fixed;
}

.modal.aside.in {
    z-index: 1050;
    position: fixed;
}

.aside.aside-contained {
    position: fixed;
}

.modal.aside-vc {
    margin: auto;
    width: 0;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
    display: block !important;
    overflow: visible;
}

.modal.in.aside-vc {
    width: 100%;
}

.modal.aside-vc .modal-dialog {
    margin: inherit;
    overflow: inherit;
    width: 250px;
    max-width: 66%;
    height: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    opacity: 1;
    transition: transform 0.3s ease-out 0s;
    -webkit-transition: -webkit-transform 0.3s ease-out 0s;
}

@media only screen and (max-width: 319px) {
    .modal.aside-vc .modal-dialog {
        max-width: none;
        width: 200px;
    }

    .aside-contained.aside-vc .modal-dialog {
        width: 180px;
    }
}

@media only screen and (max-width: 240px) {
    .modal.aside-vc .modal-dialog {
        max-width: none;
        width: 160px;
    }

    .aside-contained.aside-vc .modal-dialog {
        width: 140px;
    }
}

.modal.aside-vc .modal-content {
    height: 100%;
    overflow: hidden;
}

.modal.in.aside-vc .modal-dialog {
    transform: none;
    -webkit-transform: none;
    height: auto;
}

.modal.aside-vc .aside-trigger {
    position: absolute;
    top: 155px;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: -1px;
    width: 37px;
    outline: none;
}

    .modal.aside-vc .aside-trigger.ace-settings-btn {
        width: 42px;
    }

.modal.in.aside-vc .aside-trigger {
    z-index: -1;
}

.aside.modal.in .modal-backdrop.in + .modal-dialog .aside-trigger {
    z-index: auto;
}

@media only screen and (max-height: 240px) {
    .modal.aside-vc .aside-trigger {
        top: 130px;
    }
}

.modal.aside-vc.navbar-offset .modal-dialog {
    top: 45px;
}

    .modal.aside-vc.navbar-offset .modal-dialog .aside-trigger {
        top: 110px;
    }

@media (max-width: 479px) {
    .navbar:not(.navbar-collapse) ~ .modal.aside-vc.navbar-offset .modal-dialog {
        top: 90px;
    }
}

.modal.aside-right {
    right: 0;
}

    .modal.aside-right .modal-content {
        border-width: 0 0 0 1px;
        box-shadow: -2px 1px 2px 0 rgba(0, 0, 0, 0.15);
    }

    .modal.aside-right .aside-trigger {
        right: 100%;
    }

    .modal.aside-right .modal-dialog {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

.modal.aside-left {
    left: 0;
}

    .modal.aside-left .modal-content {
        border-width: 0 1px 0 0;
        box-shadow: 2px -1px 2px 0 rgba(0, 0, 0, 0.15);
    }

    .modal.aside-left .aside-trigger {
        left: 100%;
    }

.modal.aside-right .aside-trigger.btn.ace-settings-btn {
    border-radius: 6px 0 0 6px;
}

.modal.aside-left .aside-trigger.btn.ace-settings-btn {
    border-radius: 0 6px 6px 0;
}

.modal.aside-left .modal-dialog {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.modal.aside-hz {
    margin: auto;
    height: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    display: block !important;
    overflow: visible;
}

.modal.in.aside-hz {
    height: 100%;
}

.modal.aside-hz .modal-dialog {
    margin: inherit;
    height: auto;
    overflow: inherit;
    max-height: 50%;
    width: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    opacity: 1;
    transition: transform 0.3s ease-out 0s;
    -webkit-transition: -webkit-transform 0.3s ease-out 0s;
}

@media only screen and (max-height: 320px) {
    .modal.aside-hz .modal-dialog {
        max-height: 66%;
    }
}

.modal.aside-hz .modal-content {
    width: 100%;
    overflow: hidden;
}

.modal.in.aside-hz .modal-dialog {
    transform: none;
    -webkit-transform: none;
    height: auto;
}

.modal.aside-hz .aside-trigger {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: -1px;
    z-index: auto;
    outline: none;
    margin-left: -15px;
    left: 50%;
}

    .modal.aside-hz .aside-trigger.ace-settings-btn {
        margin-left: -20px;
    }

.modal.in.aside-hz .aside-trigger {
    z-index: -1;
}

.modal.aside-top {
    top: 0;
}

    .modal.aside-top .modal-dialog {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

    .modal.aside-top .modal-content {
        border-width: 0;
        box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15);
    }

.modal.aside-bottom {
    bottom: 0;
}

    .modal.aside-bottom .modal-dialog {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }

    .modal.aside-bottom .modal-content {
        border-width: 0;
        box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.15);
    }

    .modal.aside-bottom .aside-trigger {
        bottom: 100%;
        margin-top: auto;
        margin-bottom: -1px;
    }

.modal.aside-top .aside-trigger.ace-settings-btn {
    border-radius: 0 0 6px 6px !important;
}

.modal.aside-bottom .aside-trigger.ace-settings-btn {
    border-radius: 6px 6px 0 0 !important;
}

.aside.aside-hidden .modal-content {
    display: none;
}

@media only screen and (min-width: 768px) {
    .container.main-container ~ .modal.aside-vc .modal-dialog {
        transition: none;
        -webkit-transition: none;
    }

    .container.main-container ~ .modal.aside-vc:not(.in) .modal-content {
        display: none;
    }
}

.aside-vc.in.no-backdrop {
    width: auto;
}

.aside-hz.in.no-backdrop {
    height: auto;
}

.modal.aside .modal-backdrop {
    position: fixed;
    bottom: 0;
    height: auto !important;
}

.modal.aside-hz .aside-trigger.align-left {
    left: 15px;
    margin-left: auto;
    text-align: center;
}

.modal.aside-hz .aside-trigger.align-right {
    text-align: center;
    left: auto;
    margin-left: auto;
    right: 15px;
}

.modal.transition-off .modal-dialog {
    transition: none;
    -webkit-transition: none;
}
/* angular and ajax */
.modal.ng-aside .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
/* angular */
.modal.ng-aside.bottom .modal-content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.modal.ng-aside.top .modal-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.modal.ng-aside.left .modal-content {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.modal.ng-aside.right .modal-content {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-backdrop.in[ng-class] {
    bottom: 0;
}

.ng-aside .modal-dialog {
    width: 320px;
}

@media only screen and (max-width: 480px) {
    .modal.aside-vc .modal-dialog {
        width: 240px;
    }
}

@media only screen and (max-width: 320px) {
    .modal.aside-vc .modal-dialog {
        width: 200px;
    }
}
/* required for wizard buttons to show/hide properly */
.wz-next.ng-hide,
.wz-finish.ng-hide {
    display: none;
}

.breadcrumbs {
    position: relative;
    z-index: auto;
    border-bottom: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    min-height: 41px;
    line-height: 40px;
    padding: 0 12px 0 0;
}

.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 20px;
    margin: 6px 22px 0 12px;
    padding: 0;
    font-size: 13px;
    color: #333;
    border-radius: 0;
}

    .breadcrumb > li,
    .breadcrumb > li.active {
        color: #555;
        padding: 0 3px 0 3px;
    }

        .breadcrumb > li > a {
            display: inline-block;
            color: #4C8FBD;
        }

        .breadcrumb > li + li:before {
            font-family: FontAwesome;
            font-size: 14px;
            content: "\f105";
            color: #B2B6BF;
            padding: 0;
            margin: 0 8px 0 0;
            position: relative;
            top: 1px;
        }

    .breadcrumb .home-icon {
        font-size: 20px;
        margin-left: 2px;
        margin-right: 2px;
        vertical-align: top;
    }

@media only screen and (max-width: 480px) {
    .breadcrumb > li > a {
        padding: 0 1px;
    }
}

@media only screen and (max-width: 991px) {
    .menu-toggler + .sidebar.responsive + .main-content .breadcrumb {
        margin-left: 90px;
    }
}

@media only screen and (max-width: 320px) {
    .breadcrumb {
        margin-left: 8px;
    }

    .menu-toggler + .sidebar.responsive + .main-content .breadcrumb {
        margin-left: 36px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-fixed {
        position: fixed;
        right: 0;
        left: 0;
        top: auto;
        z-index: 1024;
    }

        .breadcrumbs-fixed + .page-content {
            padding-top: 49px;
        }

    .sidebar + .main-content .breadcrumbs-fixed {
        left: 190px;
    }

    body.mob-safari {
        /**
	 //not needed because breadcrumbs is not fixed at this point
	 media (max-width: @screen-topbar-down) {
	  .navbar-fixed-top:not(.navbar-collapse) + .main-container .breadcrumbs-fixed {
		top: (@navbar-min-height * 2);
	  }
	 }*/
    }

        body.mob-safari .breadcrumbs-fixed {
            top: 45px;
        }
}

@media (min-width: 992px) {
    .sidebar.compact + .main-content .breadcrumbs-fixed {
        left: 105px;
    }
}

@media (min-width: 992px) {
    .sidebar.menu-min + .main-content .breadcrumbs-fixed {
        left: 43px;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .breadcrumbs-fixed,
    .sidebar.menu-min + .main-content .breadcrumbs-fixed {
        left: 0;
    }

    .sidebar.responsive-min + .main-content .breadcrumbs-fixed,
    .sidebar.responsive-max + .main-content .breadcrumbs-fixed {
        left: 43px;
    }
}

@media (min-width: 992px) {
    .container.main-container .breadcrumbs-fixed {
        left: auto;
        right: auto;
        width: 744px;
    }

    .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
        left: auto;
        right: auto;
        width: 554px;
    }

    .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
        width: 639px;
    }

    .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
        left: auto;
        right: auto;
        width: 701px;
    }
}

@media (min-width: 992px) {
    .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
        width: 859px;
    }
}

@media (min-width: 992px) {
    .container.main-container .breadcrumbs-fixed {
        width: 964px;
    }

    .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
        width: 774px;
    }

    .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
        width: 921px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
        width: 1059px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .breadcrumbs-fixed {
        width: 1164px;
    }

    .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
        width: 974px;
    }

    .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
        width: 1121px;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
        width: 744px;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .container.main-container .breadcrumbs-fixed,
    .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
        width: 744px;
    }

    .container.main-container .sidebar.responsive-min + .main-content .breadcrumbs-fixed,
    .container.main-container .sidebar.responsive-max + .main-content .breadcrumbs-fixed {
        left: auto;
        right: auto;
        width: 701px;
    }
}
/**
@media (max-width: @grid-float-breakpoint-max) {
 .breadcrumbs-fixed {
	position: relative;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	width: auto !important;
	
	+ .page-content {
		padding-top: @page-content-padding-top;
	}
 }
}
*/
@media (min-width: 992px) {
    .h-sidebar + .main-content .breadcrumbs.breadcrumbs-fixed {
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
        width: auto;
    }

    .h-sidebar + .main-content .page-content {
        padding-top: 12px;
    }
}

.nav-search {
    position: absolute;
    right: 22px;
    line-height: 24px;
}

.breadcrumbs .nav-search {
    top: 6px;
}

.nav-search .form-search {
    margin-bottom: 0;
}

.nav-search .nav-search-input {
    border: 1px solid #6FB3E0;
    width: 152px;
    height: 28px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px !important;
    font-size: 13px;
    line-height: 1.3;
    color: #666 !important;
    z-index: 11;
    -webkit-transition: width ease .15s;
    -o-transition: width ease .15s;
    transition: width ease .15s;
}

    .nav-search .nav-search-input + .dropdown-menu {
        min-width: 0;
        left: 0;
        right: 0;
    }

    .nav-search .nav-search-input:focus,
    .nav-search .nav-search-input:hover {
        border-color: #6FB3E0;
    }

.nav-search .nav-search-icon {
    color: #6FB3E0 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    background-color: transparent;
}

.nav-search.minimized .nav-search-input {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    max-width: 0;
}

    .nav-search.minimized:hover .nav-search-input,
    .nav-search.minimized .nav-search-btn:active + .nav-search-input,
    .nav-search.minimized .nav-search-input:focus,
    .nav-search.minimized .nav-search-input:hover,
    .nav-search.minimized .nav-search-input:active {
        opacity: 1;
        filter: alpha(opacity=100);
        width: 152px;
        max-width: 152px;
    }

.nav-search.minimized .nav-search-icon {
    border: 1px solid;
    border-radius: 100%;
    background-color: #FFF;
    padding: 0 5px !important;
}

.nav-search.minimized:hover .nav-search-icon,
.nav-search.minimized .nav-search-input:focus ~ .nav-search-icon,
.nav-search.minimized .nav-search-input:hover ~ .nav-search-icon,
.nav-search.minimized .nav-search-input:active ~ .nav-search-icon {
    border: none;
    border-radius: 0;
    padding: 0 3px !important;
}

.nav-search-icon {
    border: none;
    border-radius: 0;
    padding: 0 3px !important;
}

.sidebar > .nav-search {
    position: static;
    background-color: #FAFAFA;
    border-bottom: 1px solid #DDD;
    text-align: center;
    height: 35px;
    padding-top: 6px;
}

    .sidebar > .nav-search .nav-search-input {
        width: 162px !important;
        border-radius: 0 !important;
        max-width: 162px !important;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

        .sidebar > .nav-search .nav-search-input + .dropdown-menu {
            text-align: left;
        }

.sidebar.menu-min .nav-search .form-search {
    position: absolute;
    left: 5px;
    z-index: 14;
}

.sidebar.menu-min .nav-search .nav-search-input {
    width: 0 !important;
    max-width: 0 !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

    .sidebar.menu-min .nav-search .nav-search-input:hover,
    .sidebar.menu-min .nav-search .nav-search-input:focus,
    .sidebar.menu-min .nav-search .nav-search-input:active {
        width: 162px !important;
        max-width: 162px !important;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

        .sidebar.menu-min .nav-search .nav-search-input:hover ~ #nav-search-icon,
        .sidebar.menu-min .nav-search .nav-search-input:focus ~ #nav-search-icon,
        .sidebar.menu-min .nav-search .nav-search-input:active ~ #nav-search-icon {
            border: none;
            border-radius: 0;
            padding: 0 3px !important;
        }

.sidebar.menu-min .nav-search:hover .nav-search-input {
    width: 162px !important;
    max-width: 162px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

    .sidebar.menu-min .nav-search:hover .nav-search-input ~ .nav-search-icon {
        border: none;
        border-radius: 0;
        padding: 0 3px !important;
    }

.sidebar.menu-min .nav-search .nav-search-icon {
    /* inside minimized sidebar */
    border: 1px solid;
    border-radius: 32px;
    background-color: #FFF;
    padding: 0 5px !important;
}

@media (max-width: 991px) {
    .sidebar.responsive-min .nav-search .form-search {
        position: absolute;
        left: 5px;
        z-index: 14;
    }

    .sidebar.responsive-min .nav-search .nav-search-input {
        width: 0 !important;
        max-width: 0 !important;
        opacity: 0 !important;
        filter: alpha(opacity=0) !important;
    }

        .sidebar.responsive-min .nav-search .nav-search-input:hover,
        .sidebar.responsive-min .nav-search .nav-search-input:focus,
        .sidebar.responsive-min .nav-search .nav-search-input:active {
            width: 162px !important;
            max-width: 162px !important;
            opacity: 1 !important;
            filter: alpha(opacity=100) !important;
        }

            .sidebar.responsive-min .nav-search .nav-search-input:hover ~ #nav-search-icon,
            .sidebar.responsive-min .nav-search .nav-search-input:focus ~ #nav-search-icon,
            .sidebar.responsive-min .nav-search .nav-search-input:active ~ #nav-search-icon {
                border: none;
                border-radius: 0;
                padding: 0 3px !important;
            }

    .sidebar.responsive-min .nav-search:hover .nav-search-input {
        width: 162px !important;
        max-width: 162px !important;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

        .sidebar.responsive-min .nav-search:hover .nav-search-input ~ .nav-search-icon {
            border: none;
            border-radius: 0;
            padding: 0 3px !important;
        }

    .sidebar.responsive-min .nav-search .nav-search-icon {
        /* inside minimized sidebar */
        border: 1px solid;
        border-radius: 32px;
        background-color: #FFF;
        padding: 0 5px !important;
    }
}

@media only screen and (max-width: 991px) {
    .nav-search {
        right: 10px;
    }

        .nav-search .nav-search-input {
            width: 105px;
        }

            .nav-search:hover .nav-search-input,
            .nav-search .nav-search-btn:active + .nav-search-input,
            .nav-search .nav-search-input:focus,
            .nav-search .nav-search-input:hover,
            .nav-search .nav-search-input:active {
                width: 145px;
            }
}

@media only screen and (max-width: 767px) {
    .nav-search .nav-search-input {
        width: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        max-width: 0;
    }

        .nav-search:hover .nav-search-input,
        .nav-search .nav-search-btn:active + .nav-search-input,
        .nav-search .nav-search-input:focus,
        .nav-search .nav-search-input:hover,
        .nav-search .nav-search-input:active {
            opacity: 1;
            filter: alpha(opacity=100);
            width: 152px;
            max-width: 152px;
        }

    .nav-search .nav-search-icon {
        border: 1px solid;
        border-radius: 100%;
        background-color: #FFF;
        padding: 0 5px !important;
    }

    .nav-search:hover .nav-search-icon,
    .nav-search .nav-search-input:focus ~ .nav-search-icon,
    .nav-search .nav-search-input:hover ~ .nav-search-icon,
    .nav-search .nav-search-input:active ~ .nav-search-icon {
        border: none;
        border-radius: 0;
        padding: 0 3px !important;
    }
}

.footer {
    padding-top: 75px;
    height: 0;
    width: 0;
}

    .footer .footer-inner {
        text-align: center;
        position: absolute;
        z-index: auto;
        left: 0;
        right: 0;
        bottom: 0;
    }

.sidebar ~ .footer .footer-inner {
    left: 190px;
}

@media (min-width: 992px) {
    .sidebar.compact ~ .footer .footer-inner {
        left: 105px;
    }
}

.sidebar.menu-min ~ .footer .footer-inner {
    left: 43px;
}

@media (min-width: 992px) {
    .sidebar.h-sidebar ~ .footer .footer-inner {
        left: 0;
    }
}

@media (max-width: 991px) {
    .footer .footer-inner,
    .sidebar ~ .footer .footer-inner,
    .sidebar.compact ~ .footer .footer-inner,
    .sidebar.menu-min ~ .footer .footer-inner {
        left: 0;
    }

    .sidebar.responsive-min ~ .footer .footer-inner {
        left: 43px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container.main-container .footer .footer-inner {
        left: auto !important;
        right: auto !important;
        margin-left: auto;
        width: 744px;
    }
}

@media (min-width: 992px) {
    .container.main-container .footer .footer-inner {
        left: auto !important;
        right: auto !important;
        width: 964px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .footer .footer-inner {
        width: 1164px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container.main-container .sidebar ~ .footer .footer-inner {
        left: auto !important;
        right: auto !important;
        margin-left: auto;
        width: 744px;
    }
}

@media (min-width: 992px) {
    .container.main-container .sidebar ~ .footer .footer-inner {
        left: auto !important;
        right: auto !important;
        margin-left: 190px;
        width: 774px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .sidebar ~ .footer .footer-inner {
        margin-left: 190px;
        width: 974px;
    }
}

@media (min-width: 992px) {
    .container.main-container .sidebar.compact ~ .footer .footer-inner {
        margin-left: 105px;
        width: 859px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .sidebar.compact ~ .footer .footer-inner {
        margin-left: 105px;
        width: 1059px;
    }
}

@media (min-width: 992px) {
    .container.main-container .sidebar.menu-min ~ .footer .footer-inner {
        margin-left: 43px;
        width: 921px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .sidebar.menu-min ~ .footer .footer-inner {
        margin-left: 43px;
        width: 1121px;
    }
}

@media (min-width: 992px) {
    .container.main-container .sidebar.h-sidebar ~ .footer .footer-inner {
        margin-left: 0;
        width: 964px;
    }
}

@media (min-width: 992px) {
    .container.main-container .sidebar.h-sidebar ~ .footer .footer-inner {
        margin-left: 0;
        width: 964px;
    }
}

@media (min-width: 1200px) {
    .container.main-container .sidebar.h-sidebar ~ .footer .footer-inner {
        margin-left: 0;
        width: 1164px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container.main-container .sidebar.responsive-min ~ .footer .footer-inner {
        margin-left: 43px;
        width: 701px;
    }
}

.footer .footer-inner .footer-content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    padding: 8px;
    line-height: 36px;
    border-top: 3px double #E5E5E5;
}

.footer.footer-fixed .footer-inner {
    position: fixed;
    z-index: 999;
    bottom: 0;
}

    .footer.footer-fixed .footer-inner .footer-content {
        left: 2px;
        right: 2px;
        bottom: 2px;
        border: 1px solid #DDD;
        background-color: #F2F2F2;
    }

.footer.footer-fixed + .btn-scroll-up {
    z-index: 999;
}

/*.btn {
    display: inline-block;
    color: #FFF;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

    .btn.active,
    .open > .btn.active.dropdown-toggle {
        box-shadow: none;
    }

.btn-lg,
.btn-group-lg > .btn {
    border-width: 5px;
    line-height: 1.4;
    padding: 5px 16px 6px;
}

.btn-xlg,
.btn-group-xlg > .btn {
    border-width: 5px;
    line-height: 1.35;
    padding: 7px 16px;
    font-size: 18px;
}

.btn-sm,
.btn-group-sm > .btn {
    border-width: 4px;
    font-size: 13px;
    padding: 4px 9px;
    line-height: 1.38;
}

.btn-xs,
.btn-group-xs > .btn {
    padding-top: 3px;
    padding-bottom: 3px;
    border-width: 3px;
}

.btn-mini,
.btn-group-mini > .btn {
    padding: 1px 5px;
    border-width: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-minier,
.btn-group-minier > .btn {
    padding: 0 4px;
    line-height: 18px;
    border-width: 2px;
    font-size: 12px;
}

button.btn:active {
}

.btn,
.btn-default,
.btn:focus,
.btn-default:focus,
.btn.focus,
.btn-default.focus {
    background-color: #ABBAC3;
    border-color: #ABBAC3;
}

    .btn:hover,
    .btn-default:hover,
    .btn:focus:hover,
    .btn-default:focus:hover,
    .btn.focus:hover,
    .btn-default.focus:hover,
    .btn:active:hover,
    .btn-default:active:hover,
    .btn:focus:active,
    .btn-default:focus:active,
    .open > .btn.dropdown-toggle,
    .open > .btn-default.dropdown-toggle,
    .open > .btn.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn.dropdown-toggle.focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .btn.dropdown-toggle:active,
    .open > .btn-default.dropdown-toggle:active {
    }

    .btn.no-border:hover,
    .btn-default.no-border:hover,
    .btn.no-border:active,
    .btn-default.no-border:active {
        border-color: #8B9AA3;
    }

    .btn.no-hover:hover,
    .btn-default.no-hover:hover,
    .btn.no-hover:active,
    .btn-default.no-hover:active {
        background-color: #ABBAC3;
    }

    .open > .btn.dropdown-toggle.active,
    .open > .btn-default.dropdown-toggle.active,
    .btn.active,
    .btn-default.active,
    .btn.focus.active,
    .btn-default.focus.active,
    .btn.active:focus,
    .btn-default.active:focus,
    .btn.active:hover,
    .btn-default.active:hover {
        background-color: #9baab3;
        border-color: #8799a4;
    }

    .btn.no-border.active,
    .btn-default.no-border.active {
        background-color: #92a3ac;
        border-color: #92a3ac;
    }

    .btn.disabled,
    .btn-default.disabled,
    .btn[disabled],
    .btn-default[disabled],
    fieldset[disabled] .btn,
    fieldset[disabled] .btn-default,
    .btn.disabled:hover,
    .btn-default.disabled:hover,
    .btn[disabled]:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn:hover,
    fieldset[disabled] .btn-default:hover,
    .btn.disabled:focus,
    .btn-default.disabled:focus,
    .btn[disabled]:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn:focus,
    fieldset[disabled] .btn-default:focus,
    .btn.disabled:active,
    .btn-default.disabled:active,
    .btn[disabled]:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn:active,
    fieldset[disabled] .btn-default:active,
    .btn.disabled.active,
    .btn-default.disabled.active,
    .btn[disabled].active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn.active,
    fieldset[disabled] .btn-default.active {
        background-color: #ABBAC3;
        border-color: #ABBAC3;
    }

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    background-color: #428BCA;
    border-color: #428BCA;
}

    .btn-primary:hover,
    .btn-primary:focus:hover,
    .btn-primary.focus:hover,
    .btn-primary:active:hover,
    .btn-primary:focus:active,
    .open > .btn-primary.dropdown-toggle,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:active {
    }

    .btn-primary.no-border:hover,
    .btn-primary.no-border:active {
        border-color: #1B6AAA;
    }

    .btn-primary.no-hover:hover,
    .btn-primary.no-hover:active {
        background-color: #428BCA;
    }

    .open > .btn-primary.dropdown-toggle.active,
    .btn-primary.active,
    .btn-primary.focus.active,
    .btn-primary.active:focus,
    .btn-primary.active:hover {
        background-color: #2f7bba;
        border-color: #27689d;
    }

    .btn-primary.no-border.active {
        background-color: #2b72ae;
        border-color: #2b72ae;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #428BCA;
        border-color: #428BCA;
    }

.btn-info,
.btn-info:focus,
.btn-info.focus {
    background-color: #6FB3E0;
    border-color: #6FB3E0;
}

    .btn-info:hover,
    .btn-info:focus:hover,
    .btn-info.focus:hover,
    .btn-info:active:hover,
    .btn-info:focus:active,
    .open > .btn-info.dropdown-toggle,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus,
    .open > .btn-info.dropdown-toggle:active {
        background-color: #4F99C6;
        border-color: #6FB3E0;
    }

    .btn-info.no-border:hover,
    .btn-info.no-border:active {
        border-color: #4F99C6;
    }

    .btn-info.no-hover:hover,
    .btn-info.no-hover:active {
        background-color: #6FB3E0;
    }

    .open > .btn-info.dropdown-toggle.active,
    .btn-info.active,
    .btn-info.focus.active,
    .btn-info.active:focus,
    .btn-info.active:hover {
        background-color: #5fa6d3;
        border-color: #4396cb;
    }

    .btn-info.no-border.active {
        background-color: #539fd0;
        border-color: #539fd0;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #6FB3E0;
        border-color: #6FB3E0;
    }

.btn-info2,
.btn-info2:focus,
.btn-info2.focus {
    background-color: #95C6E5;
    border-color: #95C6E5;
}

    .btn-info2:hover,
    .btn-info2:focus:hover,
    .btn-info2.focus:hover,
    .btn-info2:active:hover,
    .btn-info2:focus:active,
    .open > .btn-info2.dropdown-toggle,
    .open > .btn-info2.dropdown-toggle:hover,
    .open > .btn-info2.dropdown-toggle:focus,
    .open > .btn-info2.dropdown-toggle.focus,
    .open > .btn-info2.dropdown-toggle:active {
        background-color: #67A6CE;
        border-color: #95C6E5;
    }

    .btn-info2.no-border:hover,
    .btn-info2.no-border:active {
        border-color: #67A6CE;
    }

    .btn-info2.no-hover:hover,
    .btn-info2.no-hover:active {
        background-color: #95C6E5;
    }

    .open > .btn-info2.dropdown-toggle.active,
    .btn-info2.active,
    .btn-info2.focus.active,
    .btn-info2.active:focus,
    .btn-info2.active:hover {
        background-color: #7eb6da;
        border-color: #62a6d1;
    }

    .btn-info2.no-border.active {
        background-color: #72afd6;
        border-color: #72afd6;
    }

    .btn-info2.disabled,
    .btn-info2[disabled],
    fieldset[disabled] .btn-info2,
    .btn-info2.disabled:hover,
    .btn-info2[disabled]:hover,
    fieldset[disabled] .btn-info2:hover,
    .btn-info2.disabled:focus,
    .btn-info2[disabled]:focus,
    fieldset[disabled] .btn-info2:focus,
    .btn-info2.disabled:active,
    .btn-info2[disabled]:active,
    fieldset[disabled] .btn-info2:active,
    .btn-info2.disabled.active,
    .btn-info2[disabled].active,
    fieldset[disabled] .btn-info2.active {
        background-color: #95C6E5;
        border-color: #95C6E5;
    }

.btn-success,
.btn-success:focus,
.btn-success.focus {
    background-color: #87B87F;
    border-color: #87B87F;
}

    .btn-success:hover,
    .btn-success:focus:hover,
    .btn-success.focus:hover,
    .btn-success:active:hover,
    .btn-success:focus:active,
    .open > .btn-success.dropdown-toggle,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus,
    .open > .btn-success.dropdown-toggle:active {
        background-color: #629B58;
        border-color: #87B87F;
    }

    .btn-success.no-border:hover,
    .btn-success.no-border:active {
        border-color: #629B58;
    }

    .btn-success.no-hover:hover,
    .btn-success.no-hover:active {
        background-color: #87B87F;
    }

    .open > .btn-success.dropdown-toggle.active,
    .btn-success.active,
    .btn-success.focus.active,
    .btn-success.active:focus,
    .btn-success.active:hover {
        background-color: #75aa6c;
        border-color: #629959;
    }

    .btn-success.no-border.active {
        background-color: #6ba462;
        border-color: #6ba462;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #87B87F;
        border-color: #87B87F;
    }

.btn-warning,
.btn-warning:focus,
.btn-warning.focus {
    background-color: #FFB752;
    border-color: #FFB752;
}

    .btn-warning:hover,
    .btn-warning:focus:hover,
    .btn-warning.focus:hover,
    .btn-warning:active:hover,
    .btn-warning:focus:active,
    .open > .btn-warning.dropdown-toggle,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus,
    .open > .btn-warning.dropdown-toggle:active {
        background-color: #E59729;
        border-color: #FFB752;
    }

    .btn-warning.no-border:hover,
    .btn-warning.no-border:active {
        border-color: #E59729;
    }

    .btn-warning.no-hover:hover,
    .btn-warning.no-hover:active {
        background-color: #FFB752;
    }

    .open > .btn-warning.dropdown-toggle.active,
    .btn-warning.active,
    .btn-warning.focus.active,
    .btn-warning.active:focus,
    .btn-warning.active:hover {
        background-color: #f2a73e;
        border-color: #f0981c;
    }

    .btn-warning.no-border.active {
        background-color: #f1a02f;
        border-color: #f1a02f;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #FFB752;
        border-color: #FFB752;
    }

.btn-danger,
.btn-danger:focus,
.btn-danger.focus {
    background-color: #EE363D;
    border-color: #EE363D;
}

    .btn-danger:hover,
    .btn-danger:focus:hover,
    .btn-danger.focus:hover,
    .btn-danger:active:hover,
    .btn-danger:focus:active,
    .open > .btn-danger.dropdown-toggle,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus,
    .open > .btn-danger.dropdown-toggle:active {
        background-color: #B74635;
        border-color: #D15B47;
    }

    .btn-danger.no-border:hover,
    .btn-danger.no-border:active {
        border-color: #B74635;
    }

    .btn-danger.no-hover:hover,
    .btn-danger.no-hover:active {
        background-color: #D15B47;
    }

    .open > .btn-danger.dropdown-toggle.active,
    .btn-danger.active,
    .btn-danger.focus.active,
    .btn-danger.active:focus,
    .btn-danger.active:hover {
        background-color: #c4513e;
        border-color: #aa4434;
    }

    .btn-danger.no-border.active {
        background-color: #ba4b39;
        border-color: #ba4b39;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #D15B47;
        border-color: #D15B47;
    }*/

.btn-inverse,
.btn-inverse:focus,
.btn-inverse.focus {
    background-color: #555555;
    border-color: #555555;
}

    .btn-inverse:hover,
    .btn-inverse:focus:hover,
    .btn-inverse.focus:hover,
    .btn-inverse:active:hover,
    .btn-inverse:focus:active,
    .open > .btn-inverse.dropdown-toggle,
    .open > .btn-inverse.dropdown-toggle:hover,
    .open > .btn-inverse.dropdown-toggle:focus,
    .open > .btn-inverse.dropdown-toggle.focus,
    .open > .btn-inverse.dropdown-toggle:active {
        background-color: #303030;
        border-color: #555555;
    }

    .btn-inverse.no-border:hover,
    .btn-inverse.no-border:active {
        border-color: #303030;
    }

    .btn-inverse.no-hover:hover,
    .btn-inverse.no-hover:active {
        background-color: #555555;
    }

    .open > .btn-inverse.dropdown-toggle.active,
    .btn-inverse.active,
    .btn-inverse.focus.active,
    .btn-inverse.active:focus,
    .btn-inverse.active:hover {
        background-color: #434343;
        border-color: #313131;
    }

    .btn-inverse.no-border.active {
        background-color: #3b3b3b;
        border-color: #3b3b3b;
    }

    .btn-inverse.disabled,
    .btn-inverse[disabled],
    fieldset[disabled] .btn-inverse,
    .btn-inverse.disabled:hover,
    .btn-inverse[disabled]:hover,
    fieldset[disabled] .btn-inverse:hover,
    .btn-inverse.disabled:focus,
    .btn-inverse[disabled]:focus,
    fieldset[disabled] .btn-inverse:focus,
    .btn-inverse.disabled:active,
    .btn-inverse[disabled]:active,
    fieldset[disabled] .btn-inverse:active,
    .btn-inverse.disabled.active,
    .btn-inverse[disabled].active,
    fieldset[disabled] .btn-inverse.active {
        background-color: #555555;
        border-color: #555555;
    }

.btn-pink,
.btn-pink:focus,
.btn-pink.focus {
    background-color: #D6487E;
    border-color: #D6487E;
}

    .btn-pink:hover,
    .btn-pink:focus:hover,
    .btn-pink.focus:hover,
    .btn-pink:active:hover,
    .btn-pink:focus:active,
    .open > .btn-pink.dropdown-toggle,
    .open > .btn-pink.dropdown-toggle:hover,
    .open > .btn-pink.dropdown-toggle:focus,
    .open > .btn-pink.dropdown-toggle.focus,
    .open > .btn-pink.dropdown-toggle:active {
        background-color: #B73766;
        border-color: #D6487E;
    }

    .btn-pink.no-border:hover,
    .btn-pink.no-border:active {
        border-color: #B73766;
    }

    .btn-pink.no-hover:hover,
    .btn-pink.no-hover:active {
        background-color: #D6487E;
    }

    .open > .btn-pink.dropdown-toggle.active,
    .btn-pink.active,
    .btn-pink.focus.active,
    .btn-pink.active:focus,
    .btn-pink.active:hover {
        background-color: #c74072;
        border-color: #af3462;
    }

    .btn-pink.no-border.active {
        background-color: #be386a;
        border-color: #be386a;
    }

    .btn-pink.disabled,
    .btn-pink[disabled],
    fieldset[disabled] .btn-pink,
    .btn-pink.disabled:hover,
    .btn-pink[disabled]:hover,
    fieldset[disabled] .btn-pink:hover,
    .btn-pink.disabled:focus,
    .btn-pink[disabled]:focus,
    fieldset[disabled] .btn-pink:focus,
    .btn-pink.disabled:active,
    .btn-pink[disabled]:active,
    fieldset[disabled] .btn-pink:active,
    .btn-pink.disabled.active,
    .btn-pink[disabled].active,
    fieldset[disabled] .btn-pink.active {
        background-color: #D6487E;
        border-color: #D6487E;
    }

.btn-purple,
.btn-purple:focus,
.btn-purple.focus {
    background-color: #9585BF;
    border-color: #9585BF;
}

    .btn-purple:hover,
    .btn-purple:focus:hover,
    .btn-purple.focus:hover,
    .btn-purple:active:hover,
    .btn-purple:focus:active,
    .open > .btn-purple.dropdown-toggle,
    .open > .btn-purple.dropdown-toggle:hover,
    .open > .btn-purple.dropdown-toggle:focus,
    .open > .btn-purple.dropdown-toggle.focus,
    .open > .btn-purple.dropdown-toggle:active {
        background-color: #7461AA;
        border-color: #9585BF;
    }

    .btn-purple.no-border:hover,
    .btn-purple.no-border:active {
        border-color: #7461AA;
    }

    .btn-purple.no-hover:hover,
    .btn-purple.no-hover:active {
        background-color: #9585BF;
    }

    .open > .btn-purple.dropdown-toggle.active,
    .btn-purple.active,
    .btn-purple.focus.active,
    .btn-purple.active:focus,
    .btn-purple.active:hover {
        background-color: #8573b5;
        border-color: #705ca8;
    }

    .btn-purple.no-border.active {
        background-color: #7c69af;
        border-color: #7c69af;
    }

    .btn-purple.disabled,
    .btn-purple[disabled],
    fieldset[disabled] .btn-purple,
    .btn-purple.disabled:hover,
    .btn-purple[disabled]:hover,
    fieldset[disabled] .btn-purple:hover,
    .btn-purple.disabled:focus,
    .btn-purple[disabled]:focus,
    fieldset[disabled] .btn-purple:focus,
    .btn-purple.disabled:active,
    .btn-purple[disabled]:active,
    fieldset[disabled] .btn-purple:active,
    .btn-purple.disabled.active,
    .btn-purple[disabled].active,
    fieldset[disabled] .btn-purple.active {
        background-color: #9585BF;
        border-color: #9585BF;
    }

.btn-grey,
.btn-grey:focus,
.btn-grey.focus {
    background-color: #A0A0A0;
    border-color: #A0A0A0;
}

    .btn-grey:hover,
    .btn-grey:focus:hover,
    .btn-grey.focus:hover,
    .btn-grey:active:hover,
    .btn-grey:focus:active,
    .open > .btn-grey.dropdown-toggle,
    .open > .btn-grey.dropdown-toggle:hover,
    .open > .btn-grey.dropdown-toggle:focus,
    .open > .btn-grey.dropdown-toggle.focus,
    .open > .btn-grey.dropdown-toggle:active {
        background-color: #888888;
        border-color: #A0A0A0;
    }

    .btn-grey.no-border:hover,
    .btn-grey.no-border:active {
        border-color: #888888;
    }

    .btn-grey.no-hover:hover,
    .btn-grey.no-hover:active {
        background-color: #A0A0A0;
    }

    .open > .btn-grey.dropdown-toggle.active,
    .btn-grey.active,
    .btn-grey.focus.active,
    .btn-grey.active:focus,
    .btn-grey.active:hover {
        background-color: #949494;
        border-color: #828282;
    }

    .btn-grey.no-border.active {
        background-color: #8c8c8c;
        border-color: #8c8c8c;
    }

    .btn-grey.disabled,
    .btn-grey[disabled],
    fieldset[disabled] .btn-grey,
    .btn-grey.disabled:hover,
    .btn-grey[disabled]:hover,
    fieldset[disabled] .btn-grey:hover,
    .btn-grey.disabled:focus,
    .btn-grey[disabled]:focus,
    fieldset[disabled] .btn-grey:focus,
    .btn-grey.disabled:active,
    .btn-grey[disabled]:active,
    fieldset[disabled] .btn-grey:active,
    .btn-grey.disabled.active,
    .btn-grey[disabled].active,
    fieldset[disabled] .btn-grey.active {
        background-color: #A0A0A0;
        border-color: #A0A0A0;
    }

.btn-yellow {
    color: #996633;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
}

    .btn-yellow,
    .btn-yellow:focus,
    .btn-yellow.focus {
        background-color: #FEE188;
        border-color: #FEE188;
    }

        .btn-yellow:hover,
        .btn-yellow:focus:hover,
        .btn-yellow.focus:hover,
        .btn-yellow:active:hover,
        .btn-yellow:focus:active,
        .open > .btn-yellow.dropdown-toggle,
        .open > .btn-yellow.dropdown-toggle:hover,
        .open > .btn-yellow.dropdown-toggle:focus,
        .open > .btn-yellow.dropdown-toggle.focus,
        .open > .btn-yellow.dropdown-toggle:active {
            background-color: #F7D05B;
            border-color: #FEE188;
        }

        .btn-yellow.no-border:hover,
        .btn-yellow.no-border:active {
            border-color: #F7D05B;
        }

        .btn-yellow.no-hover:hover,
        .btn-yellow.no-hover:active {
            background-color: #FEE188;
        }

        .open > .btn-yellow.dropdown-toggle.active,
        .btn-yellow.active,
        .btn-yellow.focus.active,
        .btn-yellow.active:focus,
        .btn-yellow.active:hover {
            background-color: #fbd972;
            border-color: #f9cf4f;
        }

        .btn-yellow.no-border.active {
            background-color: #fad463;
            border-color: #fad463;
        }

        .btn-yellow.disabled,
        .btn-yellow[disabled],
        fieldset[disabled] .btn-yellow,
        .btn-yellow.disabled:hover,
        .btn-yellow[disabled]:hover,
        fieldset[disabled] .btn-yellow:hover,
        .btn-yellow.disabled:focus,
        .btn-yellow[disabled]:focus,
        fieldset[disabled] .btn-yellow:focus,
        .btn-yellow.disabled:active,
        .btn-yellow[disabled]:active,
        fieldset[disabled] .btn-yellow:active,
        .btn-yellow.disabled.active,
        .btn-yellow[disabled].active,
        fieldset[disabled] .btn-yellow.active {
            background-color: #FEE188;
            border-color: #FEE188;
        }

        .btn-yellow:hover,
        .btn-yellow:focus,
        .btn-yellow.focus,
        .open > .btn-yellow.dropdown-toggle,
        .btn-yellow.active,
        .open > .btn-yellow.active.dropdown-toggle {
            color: #996633;
        }

.btn-light {
    color: #888;
    text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25);
}

    .btn-light,
    .btn-light:focus,
    .btn-light.focus {
        background-color: #E7E7E7;
        border-color: #E7E7E7;
    }

        .btn-light:hover,
        .btn-light:focus:hover,
        .btn-light.focus:hover,
        .btn-light:active:hover,
        .btn-light:focus:active,
        .open > .btn-light.dropdown-toggle,
        .open > .btn-light.dropdown-toggle:hover,
        .open > .btn-light.dropdown-toggle:focus,
        .open > .btn-light.dropdown-toggle.focus,
        .open > .btn-light.dropdown-toggle:active {
            background-color: #D9D9D9;
            border-color: #E7E7E7;
        }

        .btn-light.no-border:hover,
        .btn-light.no-border:active {
            border-color: #D9D9D9;
        }

        .btn-light.no-hover:hover,
        .btn-light.no-hover:active {
            background-color: #E7E7E7;
        }

        .open > .btn-light.dropdown-toggle.active,
        .btn-light.active,
        .btn-light.focus.active,
        .btn-light.active:focus,
        .btn-light.active:hover {
            background-color: #e0e0e0;
            border-color: #cecece;
        }

        .btn-light.no-border.active {
            background-color: #d8d8d8;
            border-color: #d8d8d8;
        }

        .btn-light.disabled,
        .btn-light[disabled],
        fieldset[disabled] .btn-light,
        .btn-light.disabled:hover,
        .btn-light[disabled]:hover,
        fieldset[disabled] .btn-light:hover,
        .btn-light.disabled:focus,
        .btn-light[disabled]:focus,
        fieldset[disabled] .btn-light:focus,
        .btn-light.disabled:active,
        .btn-light[disabled]:active,
        fieldset[disabled] .btn-light:active,
        .btn-light.disabled.active,
        .btn-light[disabled].active,
        fieldset[disabled] .btn-light.active {
            background-color: #E7E7E7;
            border-color: #E7E7E7;
        }

        .btn-light:hover,
        .btn-light:focus,
        .btn-light.focus,
        .open > .btn-light.dropdown-toggle,
        .btn-light.active,
        .open > .btn-light.active.dropdown-toggle {
            color: #888;
        }

        .btn-light.btn-xs:after,
        .btn-light.btn-mini:after {
            left: -2px;
            right: -2px;
            top: -2px;
            bottom: -2px;
        }

        .btn-light.btn-sm:after {
            left: -4px;
            right: -4px;
            top: -4px;
            bottom: -4px;
        }

        .btn-light .btn-lg:after {
            left: -6px;
            right: -6px;
            top: -6px;
            bottom: -6px;
        }

.btn.btn-white {
    text-shadow: none;
    background-color: #FFF;
}

    .btn.btn-white.no-hover:hover,
    .btn.btn-white.no-hover:active {
        background-color: #FFF;
    }

    .btn.btn-white:focus,
    .btn.btn-white.active {
        box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    }

        .btn.btn-white:focus.btn-bold,
        .btn.btn-white.active.btn-bold {
            box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
        }

        .btn.btn-white.active:after {
            display: none;
        }

.btn.btn-white {
    border-color: #CCC;
    color: #444;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn.btn-white:hover,
    .btn.btn-white:focus,
    .btn.btn-white.active,
    .btn.btn-white:active,
    .open > .btn.btn-white.dropdown-toggle,
    .open > .btn.btn-white.active.dropdown-toggle {
        background-color: #EBEBEB;
        border-color: #CCC;
        color: #3a3434;
    }

        .btn.btn-white:hover.no-border,
        .btn.btn-white:focus.no-border,
        .btn.btn-white.active.no-border,
        .btn.btn-white:active.no-border,
        .open > .btn.btn-white.dropdown-toggle.no-border,
        .open > .btn.btn-white.active.dropdown-toggle.no-border {
            border-color: #CCC;
        }

    .btn.btn-white.disabled,
    .btn.btn-white[disabled],
    fieldset[disabled] .btn.btn-white,
    .btn.btn-white.disabled:hover,
    .btn.btn-white[disabled]:hover,
    fieldset[disabled] .btn.btn-white:hover,
    .btn.btn-white.disabled:focus,
    .btn.btn-white[disabled]:focus,
    fieldset[disabled] .btn.btn-white:focus,
    .btn.btn-white.disabled:active,
    .btn.btn-white[disabled]:active,
    fieldset[disabled] .btn.btn-white:active,
    .btn.btn-white.disabled.active,
    .btn.btn-white[disabled].active,
    fieldset[disabled] .btn.btn-white.active {
        border-color: #CCC;
    }

.btn-white.btn-default {
    border-color: #ABBAC3;
    color: #80909a;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-default:hover,
    .btn-white.btn-default:focus,
    .btn-white.btn-default.active,
    .btn-white.btn-default:active,
    .open > .btn-white.btn-default.dropdown-toggle,
    .open > .btn-white.btn-default.active.dropdown-toggle {
        background-color: #eff2f4;
        border-color: #ABBAC3;
        color: #6b8595;
    }

        .btn-white.btn-default:hover.no-border,
        .btn-white.btn-default:focus.no-border,
        .btn-white.btn-default.active.no-border,
        .btn-white.btn-default:active.no-border,
        .open > .btn-white.btn-default.dropdown-toggle.no-border,
        .open > .btn-white.btn-default.active.dropdown-toggle.no-border {
            border-color: #ABBAC3;
        }

    .btn-white.btn-default.disabled,
    .btn-white.btn-default[disabled],
    fieldset[disabled] .btn-white.btn-default,
    .btn-white.btn-default.disabled:hover,
    .btn-white.btn-default[disabled]:hover,
    fieldset[disabled] .btn-white.btn-default:hover,
    .btn-white.btn-default.disabled:focus,
    .btn-white.btn-default[disabled]:focus,
    fieldset[disabled] .btn-white.btn-default:focus,
    .btn-white.btn-default.disabled:active,
    .btn-white.btn-default[disabled]:active,
    fieldset[disabled] .btn-white.btn-default:active,
    .btn-white.btn-default.disabled.active,
    .btn-white.btn-default[disabled].active,
    fieldset[disabled] .btn-white.btn-default.active {
        border-color: #ABBAC3;
    }

.btn-white.btn-primary {
    border-color: #8aafce;
    color: #6688a6;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-primary:hover,
    .btn-white.btn-primary:focus,
    .btn-white.btn-primary.active,
    .btn-white.btn-primary:active,
    .open > .btn-white.btn-primary.dropdown-toggle,
    .open > .btn-white.btn-primary.active.dropdown-toggle {
        background-color: #eaf2f8;
        border-color: #8aafce;
        color: #537c9f;
    }

        .btn-white.btn-primary:hover.no-border,
        .btn-white.btn-primary:focus.no-border,
        .btn-white.btn-primary.active.no-border,
        .btn-white.btn-primary:active.no-border,
        .open > .btn-white.btn-primary.dropdown-toggle.no-border,
        .open > .btn-white.btn-primary.active.dropdown-toggle.no-border {
            border-color: #8aafce;
        }

    .btn-white.btn-primary.disabled,
    .btn-white.btn-primary[disabled],
    fieldset[disabled] .btn-white.btn-primary,
    .btn-white.btn-primary.disabled:hover,
    .btn-white.btn-primary[disabled]:hover,
    fieldset[disabled] .btn-white.btn-primary:hover,
    .btn-white.btn-primary.disabled:focus,
    .btn-white.btn-primary[disabled]:focus,
    fieldset[disabled] .btn-white.btn-primary:focus,
    .btn-white.btn-primary.disabled:active,
    .btn-white.btn-primary[disabled]:active,
    fieldset[disabled] .btn-white.btn-primary:active,
    .btn-white.btn-primary.disabled.active,
    .btn-white.btn-primary[disabled].active,
    fieldset[disabled] .btn-white.btn-primary.active {
        border-color: #8aafce;
    }

.btn-white.btn-success {
    border-color: #a7c9a1;
    color: #81a87b;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-success:hover,
    .btn-white.btn-success:focus,
    .btn-white.btn-success.active,
    .btn-white.btn-success:active,
    .open > .btn-white.btn-success.dropdown-toggle,
    .open > .btn-white.btn-success.active.dropdown-toggle {
        background-color: #edf4eb;
        border-color: #a7c9a1;
        color: #6ea465;
    }

        .btn-white.btn-success:hover.no-border,
        .btn-white.btn-success:focus.no-border,
        .btn-white.btn-success.active.no-border,
        .btn-white.btn-success:active.no-border,
        .open > .btn-white.btn-success.dropdown-toggle.no-border,
        .open > .btn-white.btn-success.active.dropdown-toggle.no-border {
            border-color: #a7c9a1;
        }

    .btn-white.btn-success.disabled,
    .btn-white.btn-success[disabled],
    fieldset[disabled] .btn-white.btn-success,
    .btn-white.btn-success.disabled:hover,
    .btn-white.btn-success[disabled]:hover,
    fieldset[disabled] .btn-white.btn-success:hover,
    .btn-white.btn-success.disabled:focus,
    .btn-white.btn-success[disabled]:focus,
    fieldset[disabled] .btn-white.btn-success:focus,
    .btn-white.btn-success.disabled:active,
    .btn-white.btn-success[disabled]:active,
    fieldset[disabled] .btn-white.btn-success:active,
    .btn-white.btn-success.disabled.active,
    .btn-white.btn-success[disabled].active,
    fieldset[disabled] .btn-white.btn-success.active {
        border-color: #a7c9a1;
    }

.btn-white.btn-danger {
    border-color: #d7a59d;
    color: #b7837a;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-danger:hover,
    .btn-white.btn-danger:focus,
    .btn-white.btn-danger.active,
    .btn-white.btn-danger:active,
    .open > .btn-white.btn-danger.dropdown-toggle,
    .open > .btn-white.btn-danger.active.dropdown-toggle {
        background-color: #fbf4f3;
        border-color: #d7a59d;
        color: #b46f64;
    }

        .btn-white.btn-danger:hover.no-border,
        .btn-white.btn-danger:focus.no-border,
        .btn-white.btn-danger.active.no-border,
        .btn-white.btn-danger:active.no-border,
        .open > .btn-white.btn-danger.dropdown-toggle.no-border,
        .open > .btn-white.btn-danger.active.dropdown-toggle.no-border {
            border-color: #d7a59d;
        }

    .btn-white.btn-danger.disabled,
    .btn-white.btn-danger[disabled],
    fieldset[disabled] .btn-white.btn-danger,
    .btn-white.btn-danger.disabled:hover,
    .btn-white.btn-danger[disabled]:hover,
    fieldset[disabled] .btn-white.btn-danger:hover,
    .btn-white.btn-danger.disabled:focus,
    .btn-white.btn-danger[disabled]:focus,
    fieldset[disabled] .btn-white.btn-danger:focus,
    .btn-white.btn-danger.disabled:active,
    .btn-white.btn-danger[disabled]:active,
    fieldset[disabled] .btn-white.btn-danger:active,
    .btn-white.btn-danger.disabled.active,
    .btn-white.btn-danger[disabled].active,
    fieldset[disabled] .btn-white.btn-danger.active {
        border-color: #d7a59d;
    }

.btn-white.btn-warning {
    border-color: #e7b979;
    color: #daa458;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-warning:hover,
    .btn-white.btn-warning:focus,
    .btn-white.btn-warning.active,
    .btn-white.btn-warning:active,
    .open > .btn-white.btn-warning.dropdown-toggle,
    .open > .btn-white.btn-warning.active.dropdown-toggle {
        background-color: #fef7ec;
        border-color: #e7b979;
        color: #db9a3d;
    }

        .btn-white.btn-warning:hover.no-border,
        .btn-white.btn-warning:focus.no-border,
        .btn-white.btn-warning.active.no-border,
        .btn-white.btn-warning:active.no-border,
        .open > .btn-white.btn-warning.dropdown-toggle.no-border,
        .open > .btn-white.btn-warning.active.dropdown-toggle.no-border {
            border-color: #e7b979;
        }

    .btn-white.btn-warning.disabled,
    .btn-white.btn-warning[disabled],
    fieldset[disabled] .btn-white.btn-warning,
    .btn-white.btn-warning.disabled:hover,
    .btn-white.btn-warning[disabled]:hover,
    fieldset[disabled] .btn-white.btn-warning:hover,
    .btn-white.btn-warning.disabled:focus,
    .btn-white.btn-warning[disabled]:focus,
    fieldset[disabled] .btn-white.btn-warning:focus,
    .btn-white.btn-warning.disabled:active,
    .btn-white.btn-warning[disabled]:active,
    fieldset[disabled] .btn-white.btn-warning:active,
    .btn-white.btn-warning.disabled.active,
    .btn-white.btn-warning[disabled].active,
    fieldset[disabled] .btn-white.btn-warning.active {
        border-color: #e7b979;
    }

.btn-white.btn-info {
    border-color: #8fbcd9;
    color: #70a0c1;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-info:hover,
    .btn-white.btn-info:focus,
    .btn-white.btn-info.active,
    .btn-white.btn-info:active,
    .open > .btn-white.btn-info.dropdown-toggle,
    .open > .btn-white.btn-info.active.dropdown-toggle {
        background-color: #eef5fa;
        border-color: #8fbcd9;
        color: #5896bf;
    }

        .btn-white.btn-info:hover.no-border,
        .btn-white.btn-info:focus.no-border,
        .btn-white.btn-info.active.no-border,
        .btn-white.btn-info:active.no-border,
        .open > .btn-white.btn-info.dropdown-toggle.no-border,
        .open > .btn-white.btn-info.active.dropdown-toggle.no-border {
            border-color: #8fbcd9;
        }

    .btn-white.btn-info.disabled,
    .btn-white.btn-info[disabled],
    fieldset[disabled] .btn-white.btn-info,
    .btn-white.btn-info.disabled:hover,
    .btn-white.btn-info[disabled]:hover,
    fieldset[disabled] .btn-white.btn-info:hover,
    .btn-white.btn-info.disabled:focus,
    .btn-white.btn-info[disabled]:focus,
    fieldset[disabled] .btn-white.btn-info:focus,
    .btn-white.btn-info.disabled:active,
    .btn-white.btn-info[disabled]:active,
    fieldset[disabled] .btn-white.btn-info:active,
    .btn-white.btn-info.disabled.active,
    .btn-white.btn-info[disabled].active,
    fieldset[disabled] .btn-white.btn-info.active {
        border-color: #8fbcd9;
    }

.btn-white.btn-inverse {
    border-color: #959595;
    color: #555555;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-inverse:hover,
    .btn-white.btn-inverse:focus,
    .btn-white.btn-inverse.active,
    .btn-white.btn-inverse:active,
    .open > .btn-white.btn-inverse.dropdown-toggle,
    .open > .btn-white.btn-inverse.active.dropdown-toggle {
        background-color: #e4e4e4;
        border-color: #959595;
        color: #4c4545;
    }

        .btn-white.btn-inverse:hover.no-border,
        .btn-white.btn-inverse:focus.no-border,
        .btn-white.btn-inverse.active.no-border,
        .btn-white.btn-inverse:active.no-border,
        .open > .btn-white.btn-inverse.dropdown-toggle.no-border,
        .open > .btn-white.btn-inverse.active.dropdown-toggle.no-border {
            border-color: #959595;
        }

    .btn-white.btn-inverse.disabled,
    .btn-white.btn-inverse[disabled],
    fieldset[disabled] .btn-white.btn-inverse,
    .btn-white.btn-inverse.disabled:hover,
    .btn-white.btn-inverse[disabled]:hover,
    fieldset[disabled] .btn-white.btn-inverse:hover,
    .btn-white.btn-inverse.disabled:focus,
    .btn-white.btn-inverse[disabled]:focus,
    fieldset[disabled] .btn-white.btn-inverse:focus,
    .btn-white.btn-inverse.disabled:active,
    .btn-white.btn-inverse[disabled]:active,
    fieldset[disabled] .btn-white.btn-inverse:active,
    .btn-white.btn-inverse.disabled.active,
    .btn-white.btn-inverse[disabled].active,
    fieldset[disabled] .btn-white.btn-inverse.active {
        border-color: #959595;
    }

.btn-white.btn-pink {
    border-color: #d299ae;
    color: #af6f87;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-pink:hover,
    .btn-white.btn-pink:focus,
    .btn-white.btn-pink.active,
    .btn-white.btn-pink:active,
    .open > .btn-white.btn-pink.dropdown-toggle,
    .open > .btn-white.btn-pink.active.dropdown-toggle {
        background-color: #fbeff4;
        border-color: #d299ae;
        color: #ac5978;
    }

        .btn-white.btn-pink:hover.no-border,
        .btn-white.btn-pink:focus.no-border,
        .btn-white.btn-pink.active.no-border,
        .btn-white.btn-pink:active.no-border,
        .open > .btn-white.btn-pink.dropdown-toggle.no-border,
        .open > .btn-white.btn-pink.active.dropdown-toggle.no-border {
            border-color: #d299ae;
        }

    .btn-white.btn-pink.disabled,
    .btn-white.btn-pink[disabled],
    fieldset[disabled] .btn-white.btn-pink,
    .btn-white.btn-pink.disabled:hover,
    .btn-white.btn-pink[disabled]:hover,
    fieldset[disabled] .btn-white.btn-pink:hover,
    .btn-white.btn-pink.disabled:focus,
    .btn-white.btn-pink[disabled]:focus,
    fieldset[disabled] .btn-white.btn-pink:focus,
    .btn-white.btn-pink.disabled:active,
    .btn-white.btn-pink[disabled]:active,
    fieldset[disabled] .btn-white.btn-pink:active,
    .btn-white.btn-pink.disabled.active,
    .btn-white.btn-pink[disabled].active,
    fieldset[disabled] .btn-white.btn-pink.active {
        border-color: #d299ae;
    }

.btn-white.btn-purple {
    border-color: #b7b1c6;
    color: #7d6fa2;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-purple:hover,
    .btn-white.btn-purple:focus,
    .btn-white.btn-purple.active,
    .btn-white.btn-purple:active,
    .open > .btn-white.btn-purple.dropdown-toggle,
    .open > .btn-white.btn-purple.active.dropdown-toggle {
        background-color: #efedf5;
        border-color: #b7b1c6;
        color: #6d5b9c;
    }

        .btn-white.btn-purple:hover.no-border,
        .btn-white.btn-purple:focus.no-border,
        .btn-white.btn-purple.active.no-border,
        .btn-white.btn-purple:active.no-border,
        .open > .btn-white.btn-purple.dropdown-toggle.no-border,
        .open > .btn-white.btn-purple.active.dropdown-toggle.no-border {
            border-color: #b7b1c6;
        }

    .btn-white.btn-purple.disabled,
    .btn-white.btn-purple[disabled],
    fieldset[disabled] .btn-white.btn-purple,
    .btn-white.btn-purple.disabled:hover,
    .btn-white.btn-purple[disabled]:hover,
    fieldset[disabled] .btn-white.btn-purple:hover,
    .btn-white.btn-purple.disabled:focus,
    .btn-white.btn-purple[disabled]:focus,
    fieldset[disabled] .btn-white.btn-purple:focus,
    .btn-white.btn-purple.disabled:active,
    .btn-white.btn-purple[disabled]:active,
    fieldset[disabled] .btn-white.btn-purple:active,
    .btn-white.btn-purple.disabled.active,
    .btn-white.btn-purple[disabled].active,
    fieldset[disabled] .btn-white.btn-purple.active {
        border-color: #b7b1c6;
    }

.btn-white.btn-yellow {
    border-color: #ecd181;
    color: #d3a61a;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-yellow:hover,
    .btn-white.btn-yellow:focus,
    .btn-white.btn-yellow.active,
    .btn-white.btn-yellow:active,
    .open > .btn-white.btn-yellow.dropdown-toggle,
    .open > .btn-white.btn-yellow.active.dropdown-toggle {
        background-color: #fdf7e4;
        border-color: #ecd181;
        color: #c29712;
    }

        .btn-white.btn-yellow:hover.no-border,
        .btn-white.btn-yellow:focus.no-border,
        .btn-white.btn-yellow.active.no-border,
        .btn-white.btn-yellow:active.no-border,
        .open > .btn-white.btn-yellow.dropdown-toggle.no-border,
        .open > .btn-white.btn-yellow.active.dropdown-toggle.no-border {
            border-color: #ecd181;
        }

    .btn-white.btn-yellow.disabled,
    .btn-white.btn-yellow[disabled],
    fieldset[disabled] .btn-white.btn-yellow,
    .btn-white.btn-yellow.disabled:hover,
    .btn-white.btn-yellow[disabled]:hover,
    fieldset[disabled] .btn-white.btn-yellow:hover,
    .btn-white.btn-yellow.disabled:focus,
    .btn-white.btn-yellow[disabled]:focus,
    fieldset[disabled] .btn-white.btn-yellow:focus,
    .btn-white.btn-yellow.disabled:active,
    .btn-white.btn-yellow[disabled]:active,
    fieldset[disabled] .btn-white.btn-yellow:active,
    .btn-white.btn-yellow.disabled.active,
    .btn-white.btn-yellow[disabled].active,
    fieldset[disabled] .btn-white.btn-yellow.active {
        border-color: #ecd181;
    }

.btn-white.btn-grey {
    border-color: #c6c6c6;
    color: #8c8c8c;
    /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%);
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

    .btn-white.btn-grey:hover,
    .btn-white.btn-grey:focus,
    .btn-white.btn-grey.active,
    .btn-white.btn-grey:active,
    .open > .btn-white.btn-grey.dropdown-toggle,
    .open > .btn-white.btn-grey.active.dropdown-toggle {
        background-color: #ededed;
        border-color: #c6c6c6;
        color: #857979;
    }

        .btn-white.btn-grey:hover.no-border,
        .btn-white.btn-grey:focus.no-border,
        .btn-white.btn-grey.active.no-border,
        .btn-white.btn-grey:active.no-border,
        .open > .btn-white.btn-grey.dropdown-toggle.no-border,
        .open > .btn-white.btn-grey.active.dropdown-toggle.no-border {
            border-color: #c6c6c6;
        }

    .btn-white.btn-grey.disabled,
    .btn-white.btn-grey[disabled],
    fieldset[disabled] .btn-white.btn-grey,
    .btn-white.btn-grey.disabled:hover,
    .btn-white.btn-grey[disabled]:hover,
    fieldset[disabled] .btn-white.btn-grey:hover,
    .btn-white.btn-grey.disabled:focus,
    .btn-white.btn-grey[disabled]:focus,
    fieldset[disabled] .btn-white.btn-grey:focus,
    .btn-white.btn-grey.disabled:active,
    .btn-white.btn-grey[disabled]:active,
    fieldset[disabled] .btn-white.btn-grey:active,
    .btn-white.btn-grey.disabled.active,
    .btn-white.btn-grey[disabled].active,
    fieldset[disabled] .btn-white.btn-grey.active {
        border-color: #c6c6c6;
    }

.btn-white.btn-transparent {
    background-color: rgba(0, 0, 0, 0.4);
}

    .btn-white.btn-transparent:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .btn-white.btn-transparent:focus,
    .btn-white.btn-transparent:active {
        background-color: rgba(0, 0, 0, 0.6);
    }

.btn-white.no-border {
    border-color: transparent;
}

/*.btn.disabled.active,
.btn[disabled].active,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
    outline: none;
}

.btn.disabled:active,
.btn[disabled]:active {
    top: 0;
    left: 0;
}

.btn.active:after {
    display: inline-block;
    content: "";
    position: absolute;
    border-bottom: 1px solid #EFE5B5;
    left: -4px;
    right: -4px;
    bottom: -4px;
}

.btn.active.btn-sm:after {
    left: -3px;
    right: -3px;
    bottom: -3px;
}

.btn.active.btn-lg:after {
    left: -5px;
    right: -5px;
    bottom: -5px;
}

.btn.active.btn-xs:after,
.btn.active.btn-mini:after,
.btn.active.btn-minier:after {
    left: -1px;
    right: -1px;
    bottom: -2px;
}

.btn.active.btn-minier:after {
    bottom: -1px;
}

.btn.active.btn-yellow:after {
    border-bottom-color: #C96338;
}

.btn.active.btn-light {
    color: #515151;
}

    .btn.active.btn-light:after {
        border-bottom-color: #B5B5B5;
    }*/

.btn > .ace-icon {
    margin-right: 4px;
}

    .btn > .ace-icon.icon-on-right {
        margin-right: 0;
        margin-left: 4px;
    }

.btn > .icon-only.ace-icon {
    margin: 0;
    text-align: center;
    padding: 0;
}

.btn-lg > .ace-icon {
    margin-right: 6px;
}

    .btn-lg > .ace-icon.icon-on-right {
        margin-right: 0;
        margin-left: 6px;
    }

.btn-sm > .ace-icon {
    margin-right: 3px;
}

    .btn-sm > .ace-icon.icon-on-right {
        margin-right: 0;
        margin-left: 3px;
    }

.btn-xs > .ace-icon,
.btn-mini > .ace-icon,
.btn-minier > .ace-icon {
    margin-right: 2px;
}

    .btn-xs > .ace-icon.icon-on-right,
    .btn-mini > .ace-icon.icon-on-right,
    .btn-minier > .ace-icon.icon-on-right {
        margin-right: 0;
        margin-left: 2px;
    }

/*.btn.btn-link {
    border-width: 0;
    background: transparent none;
    color: #0088CC;
    text-shadow: none;
    padding: 4px 12px;
    line-height: 20px;
}

    .btn.btn-link:hover {
        background: transparent none;
        text-shadow: none;
    }

    .btn.btn-link.active,
    .btn.btn-link:active,
    .btn.btn-link:focus,
    .open > .btn.btn-link.active,
    .open > .btn.btn-link:active,
    .open > .btn.btn-link:focus {
        background: transparent none;
        text-decoration: underline;
        color: #009ceb;
    }

        .btn.btn-link.active:after,
        .btn.btn-link:active:after,
        .btn.btn-link:focus:after {
            display: none;
        }

    .btn.btn-link.disabled,
    .btn.btn-link[disabled] {
        background: transparent none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        text-decoration: none;
    }*/

.btn.btn-no-border {
    border-width: 0;
}

.btn-group:first-child {
    margin-left: 0;
}

.btn-group > .btn,
.btn-group > .btn + .btn {
    margin: 0 1px 0 0;
}

    .btn-group > .btn:first-child {
        margin: 0 1px 0 0;
    }

    .btn-group > .btn > .caret {
        margin-top: 15px;
        margin-left: 1px;
        border-width: 5px;
        border-top-color: #FFF;
    }

    .btn-group > .btn.btn-sm > .caret {
        margin-top: 10px;
        border-width: 4px;
    }

    .btn-group > .btn.btn-lg > .caret {
        margin-top: 18px;
        border-width: 6px;
    }

    .btn-group > .btn.btn-xs > .caret,
    .btn-group > .btn.btn-mini > .caret {
        margin-top: 9px;
        border-width: 4px;
    }

    .btn-group > .btn.btn-minier > .caret {
        margin-top: 7px;
        border-width: 3px;
    }

    .btn-group > .btn + .btn.dropdown-toggle {
        padding-right: 3px;
        padding-left: 3px;
    }

    .btn-group > .btn + .btn-lg.dropdown-toggle {
        padding-right: 4px;
        padding-left: 4px;
    }

.btn-group .dropdown-toggle {
    /*border-radius: 0;*/
}

.btn-group > .btn,
.btn-group + .btn {
    /*margin: 0 1px 0 0;
    border-width: 3px;*/
    /* the border under an active button in button groups */
}

    .btn-group > .btn.active:after,
    .btn-group + .btn.active:after {
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-bottom-width: 1px;
    }

.btn-group > .btn-lg,
.btn-group + .btn-lg {
    border-width: 4px;
    /* the border under an active button in button groups */
}

    .btn-group > .btn-lg.active:after,
    .btn-group + .btn-lg.active:after {
        left: -3px;
        right: -3px;
        bottom: -3px;
        border-bottom-width: 1px;
    }

.btn-group > .btn-sm,
.btn-group + .btn-sm {
    border-width: 2px;
    /* the border under an active button in button groups */
}

    .btn-group > .btn-sm.active:after,
    .btn-group + .btn-sm.active:after {
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-bottom-width: 1px;
    }

.btn-group > .btn-xs,
.btn-group + .btn-xs,
.btn-group > .btn-mini,
.btn-group + .btn-mini {
    border-width: 1px;
    /* the border under an active button in button groups */
}

    .btn-group > .btn-xs.active:after,
    .btn-group + .btn-xs.active:after,
    .btn-group > .btn-mini.active:after,
    .btn-group + .btn-mini.active:after {
        left: 0px;
        right: 0px;
        bottom: 0px;
        border-bottom-width: 1px;
    }

.btn-group > .btn-minier,
.btn-group + .btn-minier {
    border-width: 1px;
    /* the border under an active button in button groups */
}

    .btn-group > .btn-minier.active:after,
    .btn-group + .btn-minier.active:after {
        left: 0px;
        right: 0px;
        bottom: 0px;
        border-bottom-width: 1px;
    }

.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn + .btn {
    margin: 1px 0 0;
}

    .btn-group-vertical > .btn:first-child {
        margin-top: 0;
    }

.btn-group.btn-overlap > .btn {
    margin-right: -1px;
}

.btn-group.btn-corner > .btn:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.btn-group.btn-corner > .btn:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.btn-group.btn-corner > .btn.btn-sm:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.btn-group.btn-corner > .btn.btn-sm:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.btn-group.btn-corner > .btn.btn-xs:first-child,
.btn-group.btn-corner > .btn.btn-mini:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.btn-group.btn-corner > .btn.btn-xs:last-child,
.btn-group.btn-corner > .btn.btn-mini:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn.btn-white {
    border-width: 1px;
}

.btn.btn-bold {
    border-bottom-width: 2px;
}

.btn.btn-round {
    border-bottom-width: 2px;
    border-radius: 4px;
}

.btn.btn-app {
    display: inline-block;
    width: 100px;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 12px;
    padding: 12px 0 8px;
    margin: 2px;
    line-height: 1.7;
    position: relative;
}

.btn-app,
.btn-app.btn-default,
.btn-app.no-hover:hover,
.btn-app.btn-default.no-hover:hover,
.btn-app.disabled:hover,
.btn-app.btn-default.disabled:hover {
    background: #b4c2cc;
    background-image: -webkit-linear-gradient(top, #BCC9D5 0%, #ABBAC3 100%);
    background-image: -o-linear-gradient(top, #BCC9D5 0%, #ABBAC3 100%);
    background-image: linear-gradient(to bottom, #BCC9D5 0%, #ABBAC3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0);
}

    .btn-app:hover,
    .btn-app.btn-default:hover {
        background: #9baebc;
        background-image: -webkit-linear-gradient(top, #a3b5c5 0%, #93a6b2 100%);
        background-image: -o-linear-gradient(top, #a3b5c5 0%, #93a6b2 100%);
        background-image: linear-gradient(to bottom, #a3b5c5 0%, #93a6b2 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3b5c5', endColorstr='#ff93a6b2', GradientType=0);
    }

    .btn-app.btn-primary,
    .btn-app.btn-primary.no-hover:hover,
    .btn-app.btn-primary.disabled:hover {
        background: #2a8bcb;
        background-image: -webkit-linear-gradient(top, #3B98D6 0%, #197EC1 100%);
        background-image: -o-linear-gradient(top, #3B98D6 0%, #197EC1 100%);
        background-image: linear-gradient(to bottom, #3B98D6 0%, #197EC1 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0);
    }

        .btn-app.btn-primary:hover {
            background: #1d6fa6;
            background-image: -webkit-linear-gradient(top, #267eb8 0%, #136194 100%);
            background-image: -o-linear-gradient(top, #267eb8 0%, #136194 100%);
            background-image: linear-gradient(to bottom, #267eb8 0%, #136194 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff267eb8', endColorstr='#ff136194', GradientType=0);
        }

    .btn-app.btn-info,
    .btn-app.btn-info.no-hover:hover,
    .btn-app.btn-info.disabled:hover {
        background: #68adde;
        background-image: -webkit-linear-gradient(top, #75B5E6 0%, #5BA4D5 100%);
        background-image: -o-linear-gradient(top, #75B5E6 0%, #5BA4D5 100%);
        background-image: linear-gradient(to bottom, #75B5E6 0%, #5BA4D5 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6', endColorstr='#ff5ba4d5', GradientType=0);
    }

        .btn-app.btn-info:hover {
            background: #3f96d4;
            background-image: -webkit-linear-gradient(top, #4a9ede 0%, #348dc9 100%);
            background-image: -o-linear-gradient(top, #4a9ede 0%, #348dc9 100%);
            background-image: linear-gradient(to bottom, #4a9ede 0%, #348dc9 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a9ede', endColorstr='#ff348dc9', GradientType=0);
        }

    .btn-app.btn-success,
    .btn-app.btn-success.no-hover:hover,
    .btn-app.btn-success.disabled:hover {
        background: #85b558;
        background-image: -webkit-linear-gradient(top, #8EBF60 0%, #7DAA50 100%);
        background-image: -o-linear-gradient(top, #8EBF60 0%, #7DAA50 100%);
        background-image: linear-gradient(to bottom, #8EBF60 0%, #7DAA50 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ebf60', endColorstr='#ff7daa50', GradientType=0);
    }

        .btn-app.btn-success:hover {
            background: #6c9842;
            background-image: -webkit-linear-gradient(top, #74a844 0%, #648740 100%);
            background-image: -o-linear-gradient(top, #74a844 0%, #648740 100%);
            background-image: linear-gradient(to bottom, #74a844 0%, #648740 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74a844', endColorstr='#ff648740', GradientType=0);
        }

    .btn-app.btn-danger,
    .btn-app.btn-danger.no-hover:hover,
    .btn-app.btn-danger.disabled:hover {
        background: #d3413b;
        background-image: -webkit-linear-gradient(top, #D55B52 0%, #D12723 100%);
        background-image: -o-linear-gradient(top, #D55B52 0%, #D12723 100%);
        background-image: linear-gradient(to bottom, #D55B52 0%, #D12723 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd55b52', endColorstr='#ffd12723', GradientType=0);
    }

        .btn-app.btn-danger:hover {
            background: #b52c26;
            background-image: -webkit-linear-gradient(top, #c43a30 0%, #a51f1c 100%);
            background-image: -o-linear-gradient(top, #c43a30 0%, #a51f1c 100%);
            background-image: linear-gradient(to bottom, #c43a30 0%, #a51f1c 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc43a30', endColorstr='#ffa51f1c', GradientType=0);
        }

    .btn-app.btn-warning,
    .btn-app.btn-warning.no-hover:hover,
    .btn-app.btn-warning.disabled:hover {
        background: #ffb44b;
        background-image: -webkit-linear-gradient(top, #FFBF66 0%, #FFA830 100%);
        background-image: -o-linear-gradient(top, #FFBF66 0%, #FFA830 100%);
        background-image: linear-gradient(to bottom, #FFBF66 0%, #FFA830 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbf66', endColorstr='#ffffa830', GradientType=0);
    }

        .btn-app.btn-warning:hover {
            background: #fe9e19;
            background-image: -webkit-linear-gradient(top, #ffaa33 0%, #fc9200 100%);
            background-image: -o-linear-gradient(top, #ffaa33 0%, #fc9200 100%);
            background-image: linear-gradient(to bottom, #ffaa33 0%, #fc9200 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaa33', endColorstr='#fffc9200', GradientType=0);
        }

    .btn-app.btn-purple,
    .btn-app.btn-purple.no-hover:hover,
    .btn-app.btn-purple.disabled:hover {
        background: #9889c1;
        background-image: -webkit-linear-gradient(top, #A696CE 0%, #8A7CB4 100%);
        background-image: -o-linear-gradient(top, #A696CE 0%, #8A7CB4 100%);
        background-image: linear-gradient(to bottom, #A696CE 0%, #8A7CB4 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa696ce', endColorstr='#ff8a7cb4', GradientType=0);
    }

        .btn-app.btn-purple:hover {
            background: #7b68af;
            background-image: -webkit-linear-gradient(top, #8973be 0%, #6d5ca1 100%);
            background-image: -o-linear-gradient(top, #8973be 0%, #6d5ca1 100%);
            background-image: linear-gradient(to bottom, #8973be 0%, #6d5ca1 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8973be', endColorstr='#ff6d5ca1', GradientType=0);
        }

    .btn-app.btn-pink,
    .btn-app.btn-pink.no-hover:hover,
    .btn-app.btn-pink.disabled:hover {
        background: #d54c7e;
        background-image: -webkit-linear-gradient(top, #DB5E8C 0%, #CE3970 100%);
        background-image: -o-linear-gradient(top, #DB5E8C 0%, #CE3970 100%);
        background-image: linear-gradient(to bottom, #DB5E8C 0%, #CE3970 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5e8c', endColorstr='#ffce3970', GradientType=0);
    }

        .btn-app.btn-pink:hover {
            background: #be2f64;
            background-image: -webkit-linear-gradient(top, #d2346e 0%, #aa2a59 100%);
            background-image: -o-linear-gradient(top, #d2346e 0%, #aa2a59 100%);
            background-image: linear-gradient(to bottom, #d2346e 0%, #aa2a59 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2346e', endColorstr='#ffaa2a59', GradientType=0);
        }

    .btn-app.btn-inverse,
    .btn-app.btn-inverse.no-hover:hover,
    .btn-app.btn-inverse.disabled:hover {
        background: #444444;
        background-image: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
        background-image: -o-linear-gradient(top, #555555 0%, #333333 100%);
        background-image: linear-gradient(to bottom, #555555 0%, #333333 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0);
    }

        .btn-app.btn-inverse:hover {
            background: #2b2b2b;
            background-image: -webkit-linear-gradient(top, #3b3b3b 0%, #1a1a1a 100%);
            background-image: -o-linear-gradient(top, #3b3b3b 0%, #1a1a1a 100%);
            background-image: linear-gradient(to bottom, #3b3b3b 0%, #1a1a1a 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff1a1a1a', GradientType=0);
        }

    .btn-app.btn-grey,
    .btn-app.btn-grey.no-hover:hover,
    .btn-app.btn-grey.disabled:hover {
        background: #797979;
        background-image: -webkit-linear-gradient(top, #898989 0%, #696969 100%);
        background-image: -o-linear-gradient(top, #898989 0%, #696969 100%);
        background-image: linear-gradient(to bottom, #898989 0%, #696969 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff898989', endColorstr='#ff696969', GradientType=0);
    }

        .btn-app.btn-grey:hover {
            background: #6c6c6c;
            background-image: -webkit-linear-gradient(top, #7c7c7c 0%, #5c5c5c 100%);
            background-image: -o-linear-gradient(top, #7c7c7c 0%, #5c5c5c 100%);
            background-image: linear-gradient(to bottom, #7c7c7c 0%, #5c5c5c 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c7c7c', endColorstr='#ff5c5c5c', GradientType=0);
        }

.btn.btn-app.btn-light {
    color: #5A5A5A;
    text-shadow: 0 1px 1px #EEE;
}

    .btn.btn-app.btn-light,
    .btn.btn-app.btn-light.no-hover:hover,
    .btn.btn-app.btn-light.disabled:hover {
        background: #ededed;
        background-image: -webkit-linear-gradient(top, #F4F4F4 0%, #E6E6E6 100%);
        background-image: -o-linear-gradient(top, #F4F4F4 0%, #E6E6E6 100%);
        background-image: linear-gradient(to bottom, #F4F4F4 0%, #E6E6E6 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe6e6e6', GradientType=0);
    }

        .btn.btn-app.btn-light:hover {
            background: #e0e0e0;
            background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #d9d9d9 100%);
            background-image: -o-linear-gradient(top, #e7e7e7 0%, #d9d9d9 100%);
            background-image: linear-gradient(to bottom, #e7e7e7 0%, #d9d9d9 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffd9d9d9', GradientType=0);
        }

.btn.btn-app.btn-yellow {
    color: #963;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
}

    .btn.btn-app.btn-yellow,
    .btn.btn-app.btn-yellow.no-hover:hover,
    .btn.btn-app.btn-yellow.disabled:hover {
        background: #fee088;
        background-image: -webkit-linear-gradient(top, #FFE8A5 0%, #FCD76A 100%);
        background-image: -o-linear-gradient(top, #FFE8A5 0%, #FCD76A 100%);
        background-image: linear-gradient(to bottom, #FFE8A5 0%, #FCD76A 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8a5', endColorstr='#fffcd76a', GradientType=0);
    }

        .btn.btn-app.btn-yellow:hover {
            background: #fdd96e;
            background-image: -webkit-linear-gradient(top, #ffe18b 0%, #fbd051 100%);
            background-image: -o-linear-gradient(top, #ffe18b 0%, #fbd051 100%);
            background-image: linear-gradient(to bottom, #ffe18b 0%, #fbd051 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe18b', endColorstr='#fffbd051', GradientType=0);
        }

.btn.btn-app > .ace-icon {
    opacity: 0.88;
}

.btn.btn-app:hover > .ace-icon {
    opacity: 1;
}

.btn.btn-app.btn-sm {
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.5;
}

.btn.btn-app.btn-xs {
    width: 64px;
    font-size: 15px;
    border-radius: 8px;
    padding-bottom: 7px;
    padding-top: 8px;
    line-height: 1.45;
}

.btn.btn-app > .ace-icon {
    display: block;
    font-size: 42px;
    margin: 0 0 4px;
    line-height: 36px;
    min-width: 0;
    padding: 0;
}

.btn.btn-app.btn-sm > .ace-icon {
    display: block;
    font-size: 32px;
    line-height: 30px;
    margin: 0 0 3px;
}

.btn.btn-app.btn-xs > .ace-icon {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.btn.btn-app.no-radius {
    border-radius: 0;
}

.btn.btn-app.radius-4 {
    border-radius: 4px;
}

.btn.btn-app > .badge,
.btn.btn-app > .label {
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 1px 3px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
}

    .btn.btn-app > .badge.badge-left,
    .btn.btn-app > .label.badge-left,
    .btn.btn-app > .badge.label-left,
    .btn.btn-app > .label.label-left {
        right: auto;
        left: -2px;
    }

.btn.btn-app > .badge-yellow,
.btn.btn-app > .label-yellow {
    color: #996633;
}

.btn.btn-app > .badge-light,
.btn.btn-app > .label-light {
    color: #888;
}

.btn.btn-app > .label {
    padding: 1px 6px 3px;
    font-size: 13px;
}

.btn.btn-app.radius-4 > .badge,
.btn.btn-app.no-radius > .badge {
    border-radius: 3px;
}

    .btn.btn-app.radius-4 > .badge.no-radius,
    .btn.btn-app.no-radius > .badge.no-radius {
        border-radius: 0;
    }

.btn.btn-app.active {
    color: #FFF;
}

    .btn.btn-app.active:after {
        display: none;
    }

    .btn.btn-app.active.btn-yellow {
        color: #963;
        border-color: #FEE188;
    }

    .btn.btn-app.active.btn-light {
        color: #515151;
    }

.btn-group > .btn-app:first-child:not(:last-child):not(.dropdown-toggle) {
    margin-right: 24px;
}

.btn-group > .btn-app + .btn-app.dropdown-toggle {
    position: absolute;
    width: auto;
    height: 100%;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: -23px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    right: 0;
}

.btn.btn-app.btn-light,
.btn.btn-app.btn-yellow {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
}

.label {
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    color: #FFF;
    display: inline-block;
    background-color: #ABBAC3;
}

    .label[class*="col-"][class*="arrow"] {
        min-height: 0;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::safari-only,
    .label:empty {
        display: inline-block;
    }

    ::safari-only,
    .badge:empty {
        display: inline-block;
    }
}

.badge {
    text-shadow: none;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 3px;
    font-weight: normal;
    line-height: 15px;
    background-color: #ABBAC3;
}

    .badge.no-radius {
        border-radius: 0;
    }

    .badge.radius-1 {
        border-radius: 1px;
    }

    .badge.radius-2 {
        border-radius: 2px;
    }

    .badge.radius-3 {
        border-radius: 3px;
    }

    .badge.radius-4 {
        border-radius: 4px;
    }

    .badge.radius-5 {
        border-radius: 5px;
    }

    .badge.radius-6 {
        border-radius: 6px;
    }

    .label.label-transparent,
    .label-transparent,
    .badge.badge-transparent,
    .badge-transparent {
        background-color: transparent;
    }

    .label-grey,
    .label.label-grey,
    .badge.badge-grey,
    .badge-grey {
        background-color: #A0A0A0;
    }

    .label-info,
    .label.label-info,
    .badge.badge-info,
    .badge-info {
        background-color: #3A87AD;
    }

    .label-primary,
    .label.label-primary,
    .badge.badge-primary,
    .badge-primary {
        background-color: #428BCA;
    }

    .label-success,
    .label.label-success,
    .badge.badge-success,
    .badge-success {
        background-color: #82AF6F;
    }

    .label-danger,
    .label.label-danger,
    .badge.badge-danger,
    .badge-danger {
        background-color: #D15B47;
    }

    .label-important,
    .label.label-important,
    .badge.badge-important,
    .badge-important {
        background-color: #D15B47;
    }

    .label-inverse,
    .label.label-inverse,
    .badge.badge-inverse,
    .badge-inverse {
        background-color: #333333;
    }

    .label-warning,
    .label.label-warning,
    .badge.badge-warning,
    .badge-warning {
        background-color: #F89406;
    }

    .label-pink,
    .label.label-pink,
    .badge.badge-pink,
    .badge-pink {
        background-color: #D6487E;
    }

    .label-purple,
    .label.label-purple,
    .badge.badge-purple,
    .badge-purple {
        background-color: #9585BF;
    }

    .label-yellow,
    .label.label-yellow,
    .badge.badge-yellow,
    .badge-yellow {
        background-color: #FEE188;
    }

    .label-light,
    .label.label-light,
    .badge.badge-light,
    .badge-light {
        background-color: #E7E7E7;
    }

.badge-yellow,
.label-yellow {
    color: #996633;
    border-color: #FEE188;
}

.badge-light,
.label-light {
    color: #888;
}

.label.arrowed,
.label.arrowed-in {
    position: relative;
    z-index: 1;
}

    .label.arrowed:before,
    .label.arrowed-in:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-right-color: #ABBAC3;
    }

    .label.arrowed-in:before {
        border-color: #ABBAC3;
        border-left-color: transparent;
    }

.label.arrowed-right,
.label.arrowed-in-right {
    position: relative;
    z-index: 1;
}

    .label.arrowed-right:after,
    .label.arrowed-in-right:after {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-left-color: #ABBAC3;
    }

    .label.arrowed-in-right:after {
        border-color: #ABBAC3;
        border-right-color: transparent;
    }

.label-info.arrowed:before {
    border-right-color: #3A87AD;
}

.label-info.arrowed-in:before {
    border-color: #3A87AD #3A87AD #3A87AD transparent;
}

.label-info.arrowed-right:after {
    border-left-color: #3A87AD;
}

.label-info.arrowed-in-right:after {
    border-color: #3A87AD transparent #3A87AD #3A87AD;
}

.label-primary.arrowed:before {
    border-right-color: #428BCA;
}

.label-primary.arrowed-in:before {
    border-color: #428BCA #428BCA #428BCA transparent;
}

.label-primary.arrowed-right:after {
    border-left-color: #428BCA;
}

.label-primary.arrowed-in-right:after {
    border-color: #428BCA transparent #428BCA #428BCA;
}

.label-success.arrowed:before {
    border-right-color: #82AF6F;
}

.label-success.arrowed-in:before {
    border-color: #82AF6F #82AF6F #82AF6F transparent;
}

.label-success.arrowed-right:after {
    border-left-color: #82AF6F;
}

.label-success.arrowed-in-right:after {
    border-color: #82AF6F transparent #82AF6F #82AF6F;
}

.label-warning.arrowed:before {
    border-right-color: #F89406;
}

.label-warning.arrowed-in:before {
    border-color: #F89406 #F89406 #F89406 transparent;
}

.label-warning.arrowed-right:after {
    border-left-color: #F89406;
}

.label-warning.arrowed-in-right:after {
    border-color: #F89406 transparent #F89406 #F89406;
}

.label-important.arrowed:before {
    border-right-color: #D15B47;
}

.label-important.arrowed-in:before {
    border-color: #D15B47 #D15B47 #D15B47 transparent;
}

.label-important.arrowed-right:after {
    border-left-color: #D15B47;
}

.label-important.arrowed-in-right:after {
    border-color: #D15B47 transparent #D15B47 #D15B47;
}

.label-danger.arrowed:before {
    border-right-color: #D15B47;
}

.label-danger.arrowed-in:before {
    border-color: #D15B47 #D15B47 #D15B47 transparent;
}

.label-danger.arrowed-right:after {
    border-left-color: #D15B47;
}

.label-danger.arrowed-in-right:after {
    border-color: #D15B47 transparent #D15B47 #D15B47;
}

.label-inverse.arrowed:before {
    border-right-color: #333333;
}

.label-inverse.arrowed-in:before {
    border-color: #333333 #333333 #333333 transparent;
}

.label-inverse.arrowed-right:after {
    border-left-color: #333333;
}

.label-inverse.arrowed-in-right:after {
    border-color: #333333 transparent #333333 #333333;
}

.label-pink.arrowed:before {
    border-right-color: #D6487E;
}

.label-pink.arrowed-in:before {
    border-color: #D6487E #D6487E #D6487E transparent;
}

.label-pink.arrowed-right:after {
    border-left-color: #D6487E;
}

.label-pink.arrowed-in-right:after {
    border-color: #D6487E transparent #D6487E #D6487E;
}

.label-purple.arrowed:before {
    border-right-color: #9585BF;
}

.label-purple.arrowed-in:before {
    border-color: #9585BF #9585BF #9585BF transparent;
}

.label-purple.arrowed-right:after {
    border-left-color: #9585BF;
}

.label-purple.arrowed-in-right:after {
    border-color: #9585BF transparent #9585BF #9585BF;
}

.label-yellow.arrowed:before {
    border-right-color: #FEE188;
}

.label-yellow.arrowed-in:before {
    border-color: #FEE188 #FEE188 #FEE188 transparent;
}

.label-yellow.arrowed-right:after {
    border-left-color: #FEE188;
}

.label-yellow.arrowed-in-right:after {
    border-color: #FEE188 transparent #FEE188 #FEE188;
}

.label-light.arrowed:before {
    border-right-color: #E7E7E7;
}

.label-light.arrowed-in:before {
    border-color: #E7E7E7 #E7E7E7 #E7E7E7 transparent;
}

.label-light.arrowed-right:after {
    border-left-color: #E7E7E7;
}

.label-light.arrowed-in-right:after {
    border-color: #E7E7E7 transparent #E7E7E7 #E7E7E7;
}

.label-grey.arrowed:before {
    border-right-color: #A0A0A0;
}

.label-grey.arrowed-in:before {
    border-color: #A0A0A0 #A0A0A0 #A0A0A0 transparent;
}

.label-grey.arrowed-right:after {
    border-left-color: #A0A0A0;
}

.label-grey.arrowed-in-right:after {
    border-color: #A0A0A0 transparent #A0A0A0 #A0A0A0;
}

.label {
    font-size: 12px;
    line-height: 1.15;
    height: 20px;
}

    .label.arrowed {
        margin-left: 5px;
    }

        .label.arrowed:before {
            left: -10px;
            border-width: 10px 5px;
        }

    .label.arrowed-in {
        margin-left: 5px;
    }

        .label.arrowed-in:before {
            left: -5px;
            border-width: 10px 5px;
        }

    .label.arrowed-right {
        margin-right: 5px;
    }

        .label.arrowed-right:after {
            right: -10px;
            border-width: 10px 5px;
        }

    .label.arrowed-in-right {
        margin-right: 5px;
    }

        .label.arrowed-in-right:after {
            right: -5px;
            border-width: 10px 5px;
        }

.label-lg {
    padding: 0.3em 0.6em 0.4em;
    font-size: 13px;
    line-height: 1.1;
    height: 24px;
}

    .label-lg.arrowed {
        margin-left: 6px;
    }

        .label-lg.arrowed:before {
            left: -12px;
            border-width: 12px 6px;
        }

    .label-lg.arrowed-in {
        margin-left: 6px;
    }

        .label-lg.arrowed-in:before {
            left: -6px;
            border-width: 12px 6px;
        }

    .label-lg.arrowed-right {
        margin-right: 6px;
    }

        .label-lg.arrowed-right:after {
            right: -12px;
            border-width: 12px 6px;
        }

    .label-lg.arrowed-in-right {
        margin-right: 6px;
    }

        .label-lg.arrowed-in-right:after {
            right: -6px;
            border-width: 12px 6px;
        }

.label-xlg {
    padding: 0.3em 0.7em 0.4em;
    font-size: 14px;
    line-height: 1.3;
    height: 28px;
}

    .label-xlg.arrowed {
        margin-left: 7px;
    }

        .label-xlg.arrowed:before {
            left: -14px;
            border-width: 14px 7px;
        }

    .label-xlg.arrowed-in {
        margin-left: 7px;
    }

        .label-xlg.arrowed-in:before {
            left: -7px;
            border-width: 14px 7px;
        }

    .label-xlg.arrowed-right {
        margin-right: 7px;
    }

        .label-xlg.arrowed-right:after {
            right: -14px;
            border-width: 14px 7px;
        }

    .label-xlg.arrowed-in-right {
        margin-right: 7px;
    }

        .label-xlg.arrowed-in-right:after {
            right: -7px;
            border-width: 14px 7px;
        }

.label-sm {
    padding: 0.2em 0.4em 0.3em;
    font-size: 11px;
    line-height: 1;
    height: 18px;
}

    .label-sm.arrowed {
        margin-left: 4px;
    }

        .label-sm.arrowed:before {
            left: -8px;
            border-width: 9px 4px;
        }

    .label-sm.arrowed-in {
        margin-left: 4px;
    }

        .label-sm.arrowed-in:before {
            left: -4px;
            border-width: 9px 4px;
        }

    .label-sm.arrowed-right {
        margin-right: 4px;
    }

        .label-sm.arrowed-right:after {
            right: -8px;
            border-width: 9px 4px;
        }

    .label-sm.arrowed-in-right {
        margin-right: 4px;
    }

        .label-sm.arrowed-in-right:after {
            right: -4px;
            border-width: 9px 4px;
        }

.label > span,
.label > .ace-icon {
    line-height: 1;
    vertical-align: bottom;
}

.label.label-white {
    color: #879da9;
    border: 1px solid #ABBAC3;
    background-color: #f2f5f6;
    border-right-width: 1px;
    border-left-width: 2px;
}

.label-white.label-success {
    color: #7b9e6c;
    border-color: #9fbf92;
    background-color: #edf3ea;
}

.label-white.label-warning {
    color: #d9993e;
    border-color: #e4ae62;
    background-color: #fef6eb;
}

.label-white.label-primary {
    color: #6688a6;
    border-color: #8aafce;
    background-color: #eaf2f8;
}

.label-white.label-danger {
    color: #bd7f75;
    border-color: #d28679;
    background-color: #fcf4f2;
}

.label-white.label-info {
    color: #4e7a8f;
    border-color: #7aa1b4;
    background-color: #eaf3f7;
}

.label-white.label-inverse {
    color: #404040;
    border-color: #737373;
    background-color: #ededed;
}

.label-white.label-pink {
    color: #af6f87;
    border-color: #d299ae;
    background-color: #fbeff4;
}

.label-white.label-purple {
    color: #7d6fa2;
    border-color: #b7b1c6;
    background-color: #efedf5;
}

.label-white.label-yellow {
    color: #cfa114;
    border-color: #ecd181;
    background-color: #fdf7e4;
}

.label-white.label-grey {
    color: #878787;
    border-color: #cecece;
    background-color: #ededed;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
        border-width: 10.5px 6px 11px;
        left: -11px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
        border-width: 10.5px 6px 11px;
        right: -11px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before {
        border-width: 10.5px 5px 11px;
        left: -6px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after {
        border-width: 10.5px 5px 11px;
        right: -6px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.2) and (-webkit-max-device-pixel-ratio: 1.45), screen and (min--moz-device-pixel-ratio: 1.2) and (max--moz-device-pixel-ratio: 1.45), screen and (-webkit-min-device-pixel-ratio: 1.6) and (-webkit-max-device-pixel-ratio: 1.9), screen and (min--moz-device-pixel-ratio: 1.6) and (max--moz-device-pixel-ratio: 1.9) {
    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
        border-width: 10.5px 6px;
        left: -11px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
        border-width: 10.5px 6px;
        right: -11px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before {
        border-width: 10.5px 5px 10px;
        left: -6px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after {
        border-width: 10.5px 5px 10px;
        right: -6px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.6), screen and (min--moz-device-pixel-ratio: 1.5) and (max--moz-device-pixel-ratio: 1.6) {
    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
        border-width: 10px 6px;
        left: -12px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
        border-width: 10px 6px;
        right: -12px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.7) and (-webkit-max-device-pixel-ratio: 1.8), screen and (min--moz-device-pixel-ratio: 1.7) and (max--moz-device-pixel-ratio: 1.8) {
    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
        border-width: 10px 6px;
        left: -11.5px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
        border-width: 10px 6px;
        right: -11.5px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before {
        border-width: 10px 5px;
        left: -6px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after {
        border-width: 10px 5px;
        right: -6px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0.8) and (-webkit-max-device-pixel-ratio: 0.9), screen and (min--moz-device-pixel-ratio: 0.8) and (max--moz-device-pixel-ratio: 0.9) {
    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
        border-width: 11px 6px;
        left: -11.5px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
        border-width: 11px 6px;
        right: -11.5px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before {
        border-width: 11px 5px;
        left: -6px;
    }

    .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after {
        border-width: 11px 5px;
        right: -6px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
    .label-lg.arrowed:before {
        left: -11px;
    }

    .label-lg.arrowed-right:after {
        right: -11px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.7) and (-webkit-max-device-pixel-ratio: 1.8), screen and (min--moz-device-pixel-ratio: 1.7) and (max--moz-device-pixel-ratio: 1.8) {
    .label-lg.arrowed:before {
        left: -11.5px;
    }

    .label-lg.arrowed-right:after {
        right: -11.5px;
    }

    .label-lg.arrowed-in:before {
        border-width: 12.5px 6px 12px;
        left: -6px;
    }

    .label-lg.arrowed-in-right:after {
        border-width: 12.5px 6px 12px;
        right: -6px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
    .label-xlg.arrowed:before {
        left: -13px;
    }

    .label-xlg.arrowed-right:after {
        right: -13px;
    }

    .label-xlg.arrowed-in:before {
        border-width: 14px 7px 14.5px;
    }

    .label-xlg.arrowed-in-right:after {
        border-width: 14px 7px 14.5px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.2) and (-webkit-max-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.2) and (max--moz-device-pixel-ratio: 1.3) {
    .label-xlg.arrowed:before {
        border-width: 14.5px 7px;
        left: -13.5px;
    }

    .label-xlg.arrowed-right:after {
        border-width: 14.5px 7px;
        right: -13.5px;
    }

    .label-xlg.arrowed-in:before {
        border-width: 14.5px 7px 14.5px;
    }

    .label-xlg.arrowed-in-right:after {
        border-width: 14.5px 7px 14.5px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3) and (-webkit-max-device-pixel-ratio: 1.4), screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.6), screen and (min--moz-device-pixel-ratio: 1.3) and (max--moz-device-pixel-ratio: 1.4), screen and (min--moz-device-pixel-ratio: 1.5) and (max--moz-device-pixel-ratio: 1.6) {
    .label-xlg.arrowed:before {
        border-width: 14.5px 7.5px;
        left: -14.5px;
    }

    .label-xlg.arrowed-right:after {
        border-width: 14.5px 7.5px;
        right: -14.5px;
    }

    .label-xlg.arrowed-in:before {
        border-width: 14.5px 7px;
    }

    .label-xlg.arrowed-in-right:after {
        border-width: 14.5px 7px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
    .label-sm.arrowed:before {
        border-width: 9px 5px;
        left: -9px;
    }

    .label-sm.arrowed-right:after {
        border-width: 9px 5px;
        right: -9px;
    }

    .label-sm.arrowed-in:before {
        border-width: 10px 4px;
    }

    .label-sm.arrowed-in-right:after {
        border-width: 10px 4px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.2) and (-webkit-max-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.2) and (max--moz-device-pixel-ratio: 1.3) {
    .label-sm.arrowed:before {
        border-width: 9.5px 5px;
        left: -10px;
    }

    .label-sm.arrowed-right:after {
        border-width: 9.5px 5px;
        right: -10px;
    }

    .label-sm.arrowed-in:before {
        border-width: 9.5px 4px;
    }

    .label-sm.arrowed-in-right:after {
        border-width: 9.5px 4px;
    }
}

.icon-white,
.nav-pills > .active > a > .ace-icon,
.nav-list > .active > a > .ace-icon,
.navbar-inverse .nav > .active > a > .ace-icon,
.dropdown-menu > li > a:hover > .ace-icon,
.dropdown-menu > li > a:focus > .ace-icon,
.dropdown-menu > .active > a > .ace-icon,
.dropdown-submenu:hover > a > .ace-icon,
.dropdown-submenu:focus > a > .ace-icon {
    background-image: none;
}

.dropdown-menu {
    border-radius: 0 !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .dropdown-menu > li > a {
        font-size: 13px;
        padding-left: 11px;
        padding-right: 11px;
        padding-bottom: 4px;
        margin-bottom: 1px;
        margin-top: 1px;
    }

    .dropdown-menu.dropdown-only-icon {
        min-width: 50px;
    }

        .dropdown-menu.dropdown-only-icon > li {
            margin: 0 4px;
        }

            .dropdown-menu.dropdown-only-icon > li > a .ace-icon {
                width: 18px;
                display: inline-block;
                text-align: center;
            }

            .dropdown-menu.dropdown-only-icon > li > a .icon-2x {
                width: 36px;
            }

    .dropdown-menu > li:hover > a,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:active,
    .dropdown-menu > li.active > a,
    .dropdown-menu > li.active:hover > a {
        background: #4F99C6;
        color: #FFFFFF;
    }

.dropdown-default > li:hover > a,
.dropdown-default > li > a:focus,
.dropdown-default > li > a:active,
.dropdown-default > li.active > a,
.dropdown-default > li.active:hover > a {
    background: #ABBAC3;
    color: #FFFFFF;
}

.dropdown-info > li:hover > a,
.dropdown-info > li > a:focus,
.dropdown-info > li > a:active,
.dropdown-info > li.active > a,
.dropdown-info > li.active:hover > a {
    background: #6FB3E0;
    color: #FFFFFF;
}

.dropdown-primary > li:hover > a,
.dropdown-primary > li > a:focus,
.dropdown-primary > li > a:active,
.dropdown-primary > li.active > a,
.dropdown-primary > li.active:hover > a {
    background: #428BCA;
    color: #FFFFFF;
}

.dropdown-success > li:hover > a,
.dropdown-success > li > a:focus,
.dropdown-success > li > a:active,
.dropdown-success > li.active > a,
.dropdown-success > li.active:hover > a {
    background: #87B87F;
    color: #FFFFFF;
}

.dropdown-warning > li:hover > a,
.dropdown-warning > li > a:focus,
.dropdown-warning > li > a:active,
.dropdown-warning > li.active > a,
.dropdown-warning > li.active:hover > a {
    background: #FFA24D;
    color: #FFFFFF;
}

.dropdown-danger > li:hover > a,
.dropdown-danger > li > a:focus,
.dropdown-danger > li > a:active,
.dropdown-danger > li.active > a,
.dropdown-danger > li.active:hover > a {
    background: #D15B47;
    color: #FFFFFF;
}

.dropdown-inverse > li:hover > a,
.dropdown-inverse > li > a:focus,
.dropdown-inverse > li > a:active,
.dropdown-inverse > li.active > a,
.dropdown-inverse > li.active:hover > a {
    background: #555555;
    color: #FFFFFF;
}

.dropdown-purple > li:hover > a,
.dropdown-purple > li > a:focus,
.dropdown-purple > li > a:active,
.dropdown-purple > li.active > a,
.dropdown-purple > li.active:hover > a {
    background: #9585BF;
    color: #FFFFFF;
}

.dropdown-pink > li:hover > a,
.dropdown-pink > li > a:focus,
.dropdown-pink > li > a:active,
.dropdown-pink > li.active > a,
.dropdown-pink > li.active:hover > a {
    background: #D6487E;
    color: #FFFFFF;
}

.dropdown-grey > li:hover > a,
.dropdown-grey > li > a:focus,
.dropdown-grey > li > a:active,
.dropdown-grey > li.active > a,
.dropdown-grey > li.active:hover > a {
    background: #A0A0A0;
    color: #FFFFFF;
}

.dropdown-light > li:hover > a,
.dropdown-light > li > a:focus,
.dropdown-light > li > a:active,
.dropdown-light > li.active > a,
.dropdown-light > li.active:hover > a {
    background: #E7E7E7;
    color: #333333;
}

.dropdown-lighter > li:hover > a,
.dropdown-lighter > li > a:focus,
.dropdown-lighter > li > a:active,
.dropdown-lighter > li.active > a,
.dropdown-lighter > li.active:hover > a {
    background: #EFEFEF;
    color: #444444;
}

.dropdown-lightest > li:hover > a,
.dropdown-lightest > li > a:focus,
.dropdown-lightest > li > a:active,
.dropdown-lightest > li.active > a,
.dropdown-lightest > li.active:hover > a {
    background: #F3F3F3;
    color: #444444;
}

.dropdown-yellow > li:hover > a,
.dropdown-yellow > li > a:focus,
.dropdown-yellow > li > a:active,
.dropdown-yellow > li.active > a,
.dropdown-yellow > li.active:hover > a {
    background: #FEE188;
    color: #444444;
}

.dropdown-yellow2 > li:hover > a,
.dropdown-yellow2 > li > a:focus,
.dropdown-yellow2 > li > a:active,
.dropdown-yellow2 > li.active > a,
.dropdown-yellow2 > li.active:hover > a {
    background: #F9E8B3;
    color: #444444;
}

.dropdown-light-blue > li:hover > a,
.dropdown-light-blue > li > a:focus,
.dropdown-light-blue > li > a:active,
.dropdown-light-blue > li.active > a,
.dropdown-light-blue > li.active:hover > a {
    background: #ECF3F9;
    color: #445566;
}

.dropdown-menu.dropdown-close {
    top: 92%;
    left: -5px;
}

    .dropdown-menu.dropdown-close.dropdown-menu-right {
        left: auto;        
    }

.dropdown-menu.dropdown-closer {
    top: 80%;
    left: -10px;
}

    .dropdown-menu.dropdown-closer.dropdown-menu-right {
        right: -10px;
        left: auto;
    }

.dropup > .dropdown-menu,
.navbar-fixed-bottom .dropdown > .dropdown-menu {
    top: auto !important;
    bottom: 100%;
}

    .dropup > .dropdown-menu.dropdown-close,
    .navbar-fixed-bottom .dropdown > .dropdown-menu.dropdown-close {
        bottom: 92%;
    }

    .dropup > .dropdown-menu.dropdown-closer,
    .navbar-fixed-bottom .dropdown > .dropdown-menu.dropdown-closer {
        bottom: 80%;
    }

.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
}

.dropdown-submenu > a:after {
    margin-right: -5px;
}

.dropdown-50 {
    min-width: 50px;
}

.dropdown-75 {
    min-width: 75px;
}

.dropdown-100 {
    min-width: 100px;
}

.dropdown-125 {
    min-width: 125px;
}

.dropdown-150 {
    min-width: 150px;
}

.dropdown-hover {
    position: relative;
}

    .dropdown-hover:before {
        display: block;
        content: "";
        position: absolute;
        top: -2px;
        bottom: -2px;
        left: -2px;
        right: -2px;
        background-color: transparent;
    }

    .dropdown-hover:hover > .dropdown-menu {
        display: block;
    }

.dropdown-menu > .dropdown-hover > .dropdown-menu {
    top: -5px;
    left: 99%;
    right: auto;
}

    .dropdown-menu > .dropdown-hover > .dropdown-menu.dropdown-menu-right {
        left: auto;
        right: 99%;
    }

.dropup .dropdown-menu > .dropdown-hover > .dropdown-menu,
.dropdown-menu > .dropdown-hover.dropup > .dropdown-menu {
    top: auto;
    bottom: -5px;
}

.dropdown-menu.dropdown-caret:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -6px;
}

.dropdown-menu.dropdown-caret:after {
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -5px;
}

.dropdown-menu.dropdown-menu-right.dropdown-caret:before,
.dropdown-menu.dropdown-caret-right.dropdown-caret:before {
    left: auto;
    right: 9px;
}

.dropdown-menu.dropdown-menu-right.dropdown-caret:after,
.dropdown-menu.dropdown-caret-right.dropdown-caret:after {
    left: auto;
    right: 10px;
}

.dropup > .dropdown-menu.dropdown-caret:before,
.navbar-fixed-bottom .dropdown > .dropdown-menu.dropdown-caret:before {
    border-bottom-width: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
    bottom: -7px;
    top: auto;
}

.dropup > .dropdown-menu.dropdown-caret:after,
.navbar-fixed-bottom .dropdown > .dropdown-menu.dropdown-caret:after {
    border-bottom-width: 0;
    border-top: 6px solid #FFF;
    bottom: -6px;
    top: auto;
}

.dropdown-colorpicker a {
    cursor: pointer;
}

.dropdown-colorpicker > .dropdown-menu {
    padding: 4px;
    min-width: 130px;
    max-width: 130px;
    top: 80%;
    left: -7px;
}

    .dropdown-colorpicker > .dropdown-menu.dropdown-menu-right {
        right: -7px;
        left: auto;
    }

    .dropdown-colorpicker > .dropdown-menu > li {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        margin: 2px;
    }

        .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn {
            display: block;
            width: 20px;
            height: 20px;
            margin: 0;
            padding: 0;
            border-radius: 0;
            position: relative;
            -webkit-transition: all ease 0.1s;
            -o-transition: all ease 0.1s;
            transition: all ease 0.1s;
        }

            .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover {
                text-decoration: none;
                opacity: 0.8;
                filter: alpha(opacity=80);
                -webkit-transform: scale(1.08, 1.08);
                -ms-transform: scale(1.08, 1.08);
                -o-transform: scale(1.08, 1.08);
                transform: scale(1.08, 1.08);
            }

            .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
                content: "\f00c";
                display: inline-block;
                font-family: FontAwesome;
                font-size: 11px;
                color: #FFF;
                position: absolute;
                left: 0;
                right: 0;
                text-align: center;
                line-height: 20px;
            }

.btn-colorpicker {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #DDD;
    vertical-align: middle;
    border-radius: 0;
}

.dropdown-navbar {
    padding: 0;
    width: 240px;
    -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    border-color: #BCD4E5;
}

    .dropdown-navbar > li {
        padding: 0 8px;
        background-color: #FFF;
    }

        .dropdown-navbar > li.dropdown-header {
            text-shadow: none;
            padding-top: 0;
            padding-bottom: 0;
            line-height: 34px;
            font-size: 13px;
            font-weight: bold;
            text-transform: none;
            border-bottom: 1px solid;
        }

        .dropdown-navbar > li > .ace-icon,
        .dropdown-navbar > li > a > .ace-icon {
            margin-right: 5px !important;
            color: #555;
            font-size: 14px;
        }

        .dropdown-navbar > li > a {
            padding: 10px 2px;
            margin: 0;
            border-top: 1px solid;
            font-size: 12px;
            line-height: 16px;
            color: #555 !important;
            background-color: transparent !important;
            white-space: normal;
        }

            .dropdown-navbar > li > a .progress {
                margin-bottom: 0;
                margin-top: 4px;
            }

            .dropdown-navbar > li > a .badge {
                line-height: 16px;
                padding-right: 4px;
                padding-left: 4px;
                font-size: 12px;
            }

        .dropdown-navbar > li:first-child > a,
        .dropdown-navbar > li.dropdown-header + li > a {
            border-top-width: 0;
        }

        .dropdown-navbar > li.dropdown-footer > a {
            color: #4F99C6 !important;
            text-align: center;
            font-size: 13px;
        }

            .dropdown-navbar > li.dropdown-footer > a:hover {
                background-color: #FFF;
                text-decoration: underline;
            }

                .dropdown-navbar > li.dropdown-footer > a:hover > .ace-icon {
                    text-decoration: none;
                }

        .dropdown-navbar > li:hover {
            background-color: #F4F9FC;
        }

        .dropdown-navbar > li.dropdown-header {
            background-color: #ECF2F7;
            color: #8090A0;
            border-bottom-color: #BCD4E5;
        }

            .dropdown-navbar > li.dropdown-header > .ace-icon {
                color: #8090A0;
            }

        .dropdown-navbar > li > a {
            border-top-color: #E4ECF3;
        }

    .dropdown-navbar.navbar-pink {
        border-color: #E5BCD4;
    }

        .dropdown-navbar.navbar-pink > li:hover {
            background-color: #FCF4F9;
        }

        .dropdown-navbar.navbar-pink > li.dropdown-header {
            background-color: #F7ECF2;
            color: #B471A0;
            border-bottom-color: #E5BCD4;
        }

            .dropdown-navbar.navbar-pink > li.dropdown-header > .ace-icon {
                color: #C06090;
            }

        .dropdown-navbar.navbar-pink > li > a {
            border-top-color: #F3E4EC;
        }

    .dropdown-navbar.navbar-grey {
        border-color: #E5E5E5;
    }

        .dropdown-navbar.navbar-grey > li:hover {
            background-color: #F8F8F8;
        }

        .dropdown-navbar.navbar-grey > li.dropdown-header {
            background-color: #F2F2F2;
            color: #3A87AD;
            border-bottom-color: #E5E5E5;
        }

            .dropdown-navbar.navbar-grey > li.dropdown-header > .ace-icon {
                color: #3A87AD;
            }

        .dropdown-navbar.navbar-grey > li > a {
            border-top-color: #EEEEEE;
        }

    .dropdown-navbar.navbar-green {
        border-color: #B4D5AC;
    }

        .dropdown-navbar.navbar-green > li:hover {
            background-color: #F4F9EF;
        }

        .dropdown-navbar.navbar-green > li.dropdown-header {
            background-color: #EBF7E4;
            color: #88AA66;
            border-bottom-color: #B4D5AC;
        }

            .dropdown-navbar.navbar-green > li.dropdown-header > .ace-icon {
                color: #90C060;
            }

        .dropdown-navbar.navbar-green > li > a {
            border-top-color: #ECF3E4;
        }

    .dropdown-navbar [class*="btn"].ace-icon {
        display: inline-block;
        margin: 0 5px 0 0;
        width: 24px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-navbar .msg-photo {
        max-width: 42px;
        float: left;
        margin-top: 2px;
    }

    .dropdown-navbar .msg-body {
        display: block;
        line-height: 20px;
        white-space: normal;
        vertical-align: middle;
        margin-left: 50px;
    }

    .dropdown-navbar .msg-title {
        display: inline-block;
        line-height: 14px;
    }

    .dropdown-navbar .msg-time {
        display: block;
        font-size: 11px;
        color: #777;
    }

        .dropdown-navbar .msg-time > .ace-icon {
            font-size: 14px;
            color: #555;
        }

    .dropdown-navbar > .dropdown-content {
        padding: 0;
    }

        .dropdown-navbar > .dropdown-content .dropdown-navbar {
            list-style: none;
            margin: 0;
            padding: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            width: auto;
            display: block;
            float: none;
            border-width: 0;
            position: static;
            z-index: auto;
        }

    .dropdown-navbar .nav-tabs {
        border-width: 0;
        box-shadow: none;
        background-color: #F9F9F9 !important;
        top: auto;
        width: 100%;
    }

        .dropdown-navbar .nav-tabs > li {
            display: table-cell;
            width: 1%;
            float: none !important;
        }

            .dropdown-navbar .nav-tabs > li > a {
                margin: 0 0 0 1px !important;
                text-align: center;
                box-shadow: none !important;
                background-color: #F9F9F9 !important;
                border-width: 0 !important;
                border-bottom: 2px solid #BECAD1 !important;
            }

                .dropdown-navbar .nav-tabs > li > a:before {
                    display: block;
                    content: "";
                    position: absolute;
                    left: -1px;
                    top: 3px;
                    bottom: 3px;
                    width: 1px;
                    background-color: #BECAD1;
                }

            .dropdown-navbar .nav-tabs > li:first-child > a {
                margin-left: 0 !important;
            }

                .dropdown-navbar .nav-tabs > li:first-child > a:before {
                    display: none;
                }

            .dropdown-navbar .nav-tabs > li.active > a {
                border-bottom: 2px solid #79B0CE !important;
                color: #5085AF !important;
                background-color: #ECF2F7 !important;
            }

    .dropdown-navbar .tab-content {
        padding: 0 !important;
        border-color: #FFF !important;
    }

        .dropdown-navbar .tab-content .dropdown-menu {
            display: block;
            position: static;
            margin: 0 !important;
            padding-top: 2px;
            border-color: #FFF !important;
            box-shadow: none !important;
            width: 100%;
        }

    .dropdown-navbar.navbar-pink .nav-tabs > li.active > a {
        border-bottom: 2px solid #E5BCD4 !important;
        color: #C06090 !important;
        background-color: #F7ECF2 !important;
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li:not(.active) > a:hover {
        color: #BA7396;
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li > a:before {
        background-color: #CEBBCB;
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li > a {
        border-bottom-color: #CEBBCD !important;
    }

.form-line {
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEE;
}

.form-actions {
    display: block;
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
}

.help-button {
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    background-color: #65BCDA;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    margin-left: 4px;
    border-radius: 100%;
    border-color: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
}

    .help-button:hover {
        background-color: #65BCDA;
        text-shadow: none;
    }

label {
    font-weight: normal;
    font-size: 14px;
}

.form-group > label[class*="col-"] {
    margin-bottom: 4px;
}

td > label,
th > label {
    margin-bottom: 0;
    line-height: inherit;
    vertical-align: middle;
}

label.inline {
    margin-bottom: 3px;
}

input.block {
    display: block;
    margin-bottom: 9px;
}

textarea.autosize-transition {
    -webkit-transition-duration: "height 0.2s";
    transition-duration: "height 0.2s";
}

.limiterBox {
    border: 1px solid #222;
    border-top: none;
    background-color: #333;
    padding: 3px 6px;
    font-size: 13px;
    color: #FFF;
    margin-top: 6px;
}

    .limiterBox:after {
        display: none;
    }

    .limiterBox:before {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: -8px;
        left: 50%;
        margin-left: -5px;
        border-color: transparent;
        border-style: solid;
        border-bottom-color: #333;
        border-width: 0 8px 8px;
    }

/*.help-inline {
    font-size: 13px !important;
}*/

.form-search .radio [type=radio] + label,
.form-inline .radio [type=radio] + label,
.form-search .checkbox [type=checkbox] + label,
.form-inline .checkbox [type=checkbox] + label {
    float: left;
    margin-left: -20px;
}

.form-search .form-search .radio [type=radio] + label,
.form-search .form-inline .radio [type=radio] + label,
.form-search .form-search .checkbox [type=checkbox] + label,
.form-search .form-inline .checkbox [type=checkbox] + label,
.form-inline .form-search .radio [type=radio] + label,
.form-inline .form-inline .radio [type=radio] + label,
.form-inline .form-search .checkbox [type=checkbox] + label,
.form-inline .form-inline .checkbox [type=checkbox] + label {
    margin-left: 0;
    margin-right: 3px;
}

.form-search .input-append .search-query:focus,
.form-search .input-prepend .search-query:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    border-radius: 0;
}

.input-mini {
    width: 60px;
    max-width: 100%;
}

.input-small {
    width: 90px;
    max-width: 100%;
}

.input-medium,
.input-md {
    width: 150px;
    max-width: 100%;
}

.input-large {
    width: 210px;
    max-width: 100%;
}

.input-xlarge {
    width: 270px;
    max-width: 100%;
}

.input-xxlarge {
    width: 530px;
    max-width: 100%;
}

input.input-lg {
    font-size: 18px;
}

input[type=checkbox].ace,
input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

label input[type=checkbox].ace,
label input[type=radio].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

input[type=checkbox].ace:checked,
input[type=radio].ace:checked,
input[type=checkbox].ace:focus,
input[type=radio].ace:focus {
    outline: none !important;
}

input[type=checkbox].ace + .lbl,
input[type=radio].ace + .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}

    input[type=checkbox].ace + .lbl::before,
    input[type=radio].ace + .lbl::before {
        cursor: pointer;
        font-family: fontAwesome;
        font-weight: normal;
        font-size: 12px;
        color: #FFF;
        content: "\a0";
        background-color: #FAFAFA;
        border: 1px solid #C8C8C8;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
        border-radius: 0;
        display: inline-block;
        text-align: center;
        height: 16px;
        line-height: 14px;
        min-width: 16px;
        margin-right: 1px;
        position: relative;
        top: -1px;
    }

input[type=checkbox].ace:checked + .lbl::before,
input[type=radio].ace:checked + .lbl::before {
    display: inline-block;
    content: '\f00c';
    color: #32A3CE;
    background-color: #F5F8FC;
    border-color: #ADB8C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=checkbox].ace:hover + .lbl::before,
input[type=radio].ace:hover + .lbl::before,
input[type=checkbox].ace + .lbl:hover::before,
input[type=radio].ace + .lbl:hover::before {
    border-color: #FF893C;
}

input[type=checkbox].ace:focus + .lbl::before,
input[type=radio].ace:focus + .lbl::before {
    border-color: #F59942;
}

input[type=checkbox].ace:active + .lbl::before,
input[type=radio].ace:active + .lbl::before,
input[type=checkbox].ace:checked:active + .lbl::before,
input[type=radio].ace:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox].ace.ace-checkbox-2 + .lbl::before,
input[type=radio].ace.ace-checkbox-2 + .lbl::before {
    box-shadow: none;
}

input[type=checkbox].ace.ace-checkbox-2:checked + .lbl::before,
input[type=radio].ace.ace-checkbox-2:checked + .lbl::before {
    background-color: #F9A021;
    border-color: #F9A021;
    color: #FFF;
}

input[type=checkbox].ace:disabled + .lbl::before,
input[type=radio].ace:disabled + .lbl::before,
input[type=checkbox].ace[disabled] + .lbl::before,
input[type=radio].ace[disabled] + .lbl::before,
input[type=checkbox].ace.disabled + .lbl::before,
input[type=radio].ace.disabled + .lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}

.checkbox label input[type=checkbox].ace + .lbl,
.radio label input[type=radio].ace + .lbl {
    margin-left: -10px;
}
/**
input[type=radio].ace @{lbl}::before {
	border-radius:100%;
	font-size: 34px;
	font-family: Helvetica, Arial, "Sans-Serif";//looks better but incosistent
	line-height: 13px;
}
*/
input[type=radio].ace + .lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #32A3CE;
    line-height: 15px;
    height: 17px;
    min-width: 17px;
}

input[type=radio].ace:checked + .lbl::before {
    content: "\f111";
}

input[type=checkbox].ace.input-lg + .lbl::before {
    border-radius: 4px;
    font-size: 16px;
    height: 24px;
    line-height: 21px;
    min-width: 24px;
    top: auto;
}

input[type=radio].ace.input-lg + .lbl::before {
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    min-width: 24px;
    top: auto;
}
/* CSS3 on/off switches */
input[type=checkbox].ace.ace-switch {
    width: 55px;
    height: 25px;
}

    input[type=checkbox].ace.ace-switch + .lbl {
        margin: 0 4px;
        min-height: 24px;
    }

        input[type=checkbox].ace.ace-switch + .lbl::before {
            font-family: 'Open Sans';
            content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
            color: #999;
            text-shadow: 0 0 0 #999;
            font-weight: normal;
            font-size: 11px;
            line-height: 17px;
            height: 20px;
            overflow: hidden;
            border-radius: 12px;
            background-color: #F5F5F5;
            -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
            border: 1px solid #CCC;
            text-align: left;
            float: left;
            padding: 0;
            width: 52px;
            text-indent: -21px;
            margin-right: 0;
            -webkit-transition: text-indent 0.25s ease;
            -o-transition: text-indent 0.25s ease;
            transition: text-indent 0.25s ease;
            top: auto;
        }

        input[type=checkbox].ace.ace-switch + .lbl::after {
            font-family: 'Open Sans';
            content: 'III';
            font-size: 12px;
            font-weight: normal;
            letter-spacing: 0;
            color: #AAA;
            text-shadow: none;
            background-color: #FFF;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            position: absolute;
            top: -2px;
            left: -3px;
            -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,.3);
            box-shadow: 0px 1px 1px 1px rgba(0,0,0,.3);
            -webkit-transition: left 0.25s ease;
            -o-transition: left 0.25s ease;
            transition: left 0.25s ease;
        }

    input[type=checkbox].ace.ace-switch:checked + .lbl::before {
        text-indent: 8px;
        color: #FFF;
        text-shadow: 0 0 0 #FFF;
        background-color: #8AB2C9;
        border-color: #6A8CA8;
    }

    input[type=checkbox].ace.ace-switch:checked + .lbl::after {
        left: 34px;
        background-color: #FFF;
        color: #98A0A5;
    }

    input[type=checkbox].ace.ace-switch.ace-switch-2 + .lbl::before {
        content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
    }

    input[type=checkbox].ace.ace-switch.ace-switch-3 + .lbl::after {
        font-family: FontAwesome;
        font-size: 13px;
        line-height: 22px;
        content: "\f00d";
        top: -1px;
        text-shadow: none;
        padding: 0;
        text-align: center;
        color: #BBB;
        letter-spacing: 0;
    }

    input[type=checkbox].ace.ace-switch.ace-switch-3:checked + .lbl::after {
        content: "\f00c";
        color: #8AB2C9;
        text-shadow: none;
    }

    input[type=checkbox].ace.ace-switch.ace-switch-4,
    input[type=checkbox].ace.ace-switch.ace-switch-5 {
        width: 60px;
    }

        input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before,
        input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
            content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
            font-size: 12px;
            line-height: 21px;
            height: 24px;
            overflow: hidden;
            border-radius: 12px;
            background-color: #8B9AA3;
            border: 1px solid #8B9AA3;
            color: #FFF;
            width: 56px;
            text-indent: -25px;
            text-shadow: 0 0 0 #FFF;
            display: inline-block;
            position: relative;
            box-shadow: none;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::after,
        input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::after {
            content: 'III';
            font-size: 11px;
            position: absolute;
            top: 2px;
            left: 2px;
            letter-spacing: 0;
            width: 20px;
            height: 20px;
            line-height: 19px;
            text-shadow: none !important;
            color: #939393;
            background-color: #FFF;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before,
        input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
            text-indent: 9px;
            background-color: #468FCC;
            border-color: #468FCC;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::after,
        input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::after {
            left: 34px;
            background-color: #FFF;
            color: #848484;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
            content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
        }

        input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
            text-indent: 8px;
        }

    input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl {
        position: relative;
    }

        input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl::before {
            font-family: FontAwesome;
            content: "\f00d";
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            box-shadow: none;
            border-width: 0;
            font-weight: lighter;
            font-size: 16px;
            border-radius: 12px;
            display: inline-block;
            background-color: #888;
            color: #F2F2F2;
            width: 52px;
            height: 22px;
            line-height: 21px;
            text-indent: 32px;
            -webkit-transition: background 0.25s ease;
            -o-transition: background 0.25s ease;
            transition: background 0.25s ease;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl::after {
            content: '';
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            position: absolute;
            top: 2px;
            left: 3px;
            border-radius: 12px;
            box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            width: 18px;
            height: 18px;
            text-align: center;
            background-color: #F2F2F2;
            border: 4px solid #F2F2F2;
            -webkit-transition: left 0.25s ease;
            -o-transition: left 0.25s ease;
            transition: left 0.25s ease;
        }

    input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::before {
        content: "\f00c";
        text-indent: 6px;
        color: #FFF;
        border-color: #B7D3E5;
        background-color: #FF893C;
    }

    input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::after {
        left: 32px;
        background-color: #FFF;
        border: 4px solid #FFF;
        text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
    }

    input[type=checkbox].ace.ace-switch.ace-switch-7 {
        width: 75px;
    }

        input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl {
            position: relative;
        }

            input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl::before {
                content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
                font-weight: bolder;
                font-size: 13px;
                line-height: 20px;
                background-color: #FFF;
                border: 2px solid #AAA;
                border-radius: 0;
                box-shadow: none;
                color: #AAA;
                width: 74px;
                height: 26px;
                line-height: 22px;
                overflow: hidden;
                text-indent: 5px;
                display: inline-block;
                position: relative;
                -webkit-transition: all 0.25s ease;
                -o-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

            input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl::after {
                content: '\f00d';
                font-family: FontAwesome;
                font-size: 16px;
                position: absolute;
                top: 3px;
                left: 39px;
                width: 32px;
                height: 20px;
                line-height: 18px;
                text-align: center;
                padding: 0;
                text-indent: 0;
                background-color: #AAA;
                color: #FFF;
                border-radius: 0;
                box-shadow: none;
                -webkit-transition: all 0.25s ease;
                -o-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

        input[type=checkbox].ace.ace-switch.ace-switch-7:checked + .lbl::before {
            color: #468FCC;
            background-color: #FFF;
            text-indent: -28px;
            border-color: #6FB3E0;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-7:checked + .lbl::after {
            left: 3px;
            content: '\f00c';
            background-color: #468FCC;
            color: #FFF;
        }

    input[type=checkbox].ace.ace-switch + .lbl[data-lbl]::before {
        content: attr(data-lbl);
    }

    input[type=checkbox].ace.ace-switch.btn-empty + .lbl::after {
        content: "";
    }

    input[type=checkbox].ace.ace-switch.btn-rotate + .lbl::after {
        content: "\2261";
        line-height: 20px;
        font-size: 17px;
    }

input[type=checkbox].ace.ace-switch-4.btn-rotate + .lbl::after,
input[type=checkbox].ace.ace-switch-5.btn-rotate + .lbl::after {
    line-height: 17px;
}

input[type=checkbox].ace.ace-switch.btn-flat + .lbl::before,
input[type=checkbox].ace.ace-switch.btn-flat + .lbl::after {
    border-radius: 0 !important;
}

input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before,
input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
    text-indent: -24px;
}

input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before,
input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
    text-indent: 7px;
}

input.ace + .lbl.padding-16::before {
    margin-right: 16px;
}

input.ace + .lbl.padding-14::before {
    margin-right: 14px;
}

input.ace + .lbl.padding-12::before {
    margin-right: 12px;
}

input.ace + .lbl.padding-10::before {
    margin-right: 10px;
}

input.ace + .lbl.padding-8::before {
    margin-right: 8px;
}

input.ace + .lbl.padding-6::before {
    margin-right: 6px;
}

input.ace + .lbl.padding-4::before {
    margin-right: 4px;
}

input.ace + .lbl.padding-2::before {
    margin-right: 2px;
}

input.ace + .lbl.padding-0::before {
    margin-right: 0px;
}

.ace-file-input {
    display: block;
    font-size: inherit;
    position: relative;
    height: 30px;
}

    .ace-file-input input[type=file] {
        position: absolute;
        z-index: -999;
        width: 1px;
        height: 1px;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .ace-file-input input[type=file]:focus {
            outline: none;
        }

    .ace-file-input .ace-file-container {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 30px;
        background-color: #FFF;
        border: 1px solid #D5D5D5;
        cursor: pointer;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
    }

        .ace-file-input .ace-file-container:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #F59942;
        }

        .ace-file-input .ace-file-container:before {
            display: inline-block;
            content: attr(data-title);
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            line-height: 24px;
            text-align: center;
            padding: 0 8px;
            background-color: #6FB3E0;
            color: #FFF;
            font-size: 11px;
            font-weight: bold;
            border: 2px solid #FFF;
            border-left-width: 4px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .ace-file-input .ace-file-container .ace-file-name {
            display: inline-block;
            height: 28px;
            max-width: 80%;
            white-space: nowrap;
            overflow: hidden;
            line-height: 28px;
            color: #888;
            font-size: 13px;
            vertical-align: top;
            position: static;
            padding-left: 30px;
        }

            .ace-file-input .ace-file-container .ace-file-name:after {
                display: inline-block;
                content: attr(data-title);
            }

        .ace-file-input .ace-file-container.selected {
            right: 16px;
        }

            .ace-file-input .ace-file-container.selected .ace-file-name {
                color: #666;
            }

        .ace-file-input .ace-file-container .ace-icon {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            line-height: 24px;
            width: 26px;
            text-align: center;
            font-family: FontAwesome;
            font-size: 13px;
            border: 2px solid #FFF;
            color: #FFF;
            -webkit-transition: all 0.1s;
            -o-transition: all 0.1s;
            transition: all 0.1s;
            background-color: #D1D1D1;
        }

        .ace-file-input .ace-file-container.selected .ace-file-name .ace-icon {
            background-color: #EFAD62;
        }

        .ace-file-input .ace-file-container.selected .ace-file-name .file-image {
            background-color: #BD7A9D;
        }

        .ace-file-input .ace-file-container.selected .ace-file-name .file-video {
            background-color: #87B87F;
        }

        .ace-file-input .ace-file-container.selected .ace-file-name .file-audio {
            background-color: #8B7AC9;
        }

        .ace-file-input .ace-file-container.selected .ace-file-name .file-archive {
            background-color: #EFAD62;
        }

        .ace-file-input .ace-file-container.hide-placeholder:before {
            display: none;
        }

    .ace-file-input a:hover {
        text-decoration: none;
    }

    .ace-file-input .remove {
        position: absolute;
        right: -8px;
        top: 6px;
        display: none;
        width: 17px;
        text-align: center;
        height: 17px;
        line-height: 15px;
        font-size: 11px;
        font-weight: normal;
        background-color: #FB7142;
        border-radius: 100%;
        color: #FFF;
        text-decoration: none;
    }

    .ace-file-input .ace-file-container.selected + .remove {
        display: inline-block;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ace-file-input input[type=file] {
        position: absolute;
        width: 0;
        height: 0;
    }
}

.ace-file-input input[type=file].disabled + .ace-file-container,
.ace-file-input input[type=file][disabled] + .ace-file-container,
.ace-file-input input[type=file][readonly] + .ace-file-container {
    cursor: not-allowed;
    background-color: #EEE;
}

    .ace-file-input input[type=file].disabled + .ace-file-container:hover,
    .ace-file-input input[type=file][disabled] + .ace-file-container:hover,
    .ace-file-input input[type=file][readonly] + .ace-file-container:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #E3E3E3;
    }

    .ace-file-input input[type=file].disabled + .ace-file-container:before,
    .ace-file-input input[type=file][disabled] + .ace-file-container:before,
    .ace-file-input input[type=file][readonly] + .ace-file-container:before {
        border-color: #EEE;
        background-color: #A1AAAF;
    }

.ace-file-input input[type=file][readonly] + .ace-file-container {
    cursor: default;
}

.ace-file-input .ace-file-overlay {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -10px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}

    .ace-file-input .ace-file-overlay > .overlay-content {
        display: inline-block;
        position: relative;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
    }

.ace-file-multiple {
    height: auto;
}

    .ace-file-multiple .ace-file-container {
        position: relative;
        height: auto;
        border: 1px dashed #AAA;
        border-radius: 4px;
        text-align: center;
    }

        .ace-file-multiple .ace-file-container:before {
            display: inline-block;
            content: attr(data-title);
            position: relative;
            right: 0;
            left: 0;
            margin: 12px;
            line-height: 22px;
            background-color: #FFF;
            color: #CCC;
            font-size: 18px;
            font-weight: bold;
            border-width: 0;
        }

        .ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            line-height: 24px;
            width: 26px;
            text-align: center;
            font-family: FontAwesome;
            font-size: 13px;
            border: 2px solid #FFF;
            color: #FFF;
            -webkit-transition: all 0.1s;
            -o-transition: all 0.1s;
            transition: all 0.1s;
        }

        .ace-file-multiple .ace-file-container .ace-file-name {
            position: relative;
            display: block;
            padding: 0;
            height: auto;
            width: auto;
            max-width: 100%;
            margin: 0 4px;
            border-bottom: 1px solid #DDD;
            text-align: left;
        }

            .ace-file-multiple .ace-file-container .ace-file-name:first-child {
                margin-top: 1px;
            }

            .ace-file-multiple .ace-file-container .ace-file-name:last-child {
                border-bottom-width: 0;
                margin-bottom: 1px;
            }

            .ace-file-multiple .ace-file-container .ace-file-name img {
                padding: 2px;
                border: 1px solid #D7D7D7;
                background-color: #FFF;
                background-repeat: no-repeat;
                background-position: center;
                margin: 4px 8px 4px 1px;
            }

            .ace-file-multiple .ace-file-container .ace-file-name:after {
                display: none;
            }

        .ace-file-multiple .ace-file-container.selected .ace-file-name:after {
            display: inline-block;
            white-space: pre;
        }

        .ace-file-multiple .ace-file-container .ace-file-name img + .ace-icon,
        .ace-file-multiple .ace-file-container.selected .ace-file-name img + .ace-icon {
            display: none;
        }

    .ace-file-multiple .remove {
        right: -11px;
        top: -11px;
        border: 3px solid #BBB;
        border-radius: 32px;
        background-color: #FFF;
        color: red;
        width: 23px;
        height: 23px;
        line-height: 16px;
    }

    .ace-file-multiple .ace-file-container.selected + .remove:hover {
        border-color: #F4C0B1;
    }

    .ace-file-multiple .ace-file-overlay {
        position: absolute;
        top: -12px;
        bottom: -6px;
        left: -12px;
        right: -12px;
    }

        .ace-file-multiple .ace-file-overlay > .overlay-content {
            top: 20%;
        }

    .ace-file-multiple .ace-file-container .ace-file-name .ace-icon {
        position: relative;
        display: block;
        text-align: center;
        height: auto;
        line-height: 64px;
        width: auto;
        font-size: 64px;
        color: #D5D5D5;
        margin: 4px 0;
        background-color: transparent;
    }

    .ace-file-multiple .ace-file-container.selected:after {
        display: none;
    }

    .ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
        position: relative;
        margin-right: 4px;
        margin-left: 2px;
        line-height: 24px;
    }

    .ace-file-multiple .ace-file-container .ace-file-name.large {
        text-align: center;
        border-bottom: 1px solid #222;
        margin: 0 1px 3px;
    }

        .ace-file-multiple .ace-file-container .ace-file-name.large:last-child {
            margin: 0 1px;
        }

        .ace-file-multiple .ace-file-container .ace-file-name.large:after {
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 0 4px;
            background-color: #555;
            color: #FFF;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        .ace-file-multiple .ace-file-container .ace-file-name.large img {
            border-width: 0;
            margin: 0 !important;
            padding: 0;
        }

    .ace-file-multiple input[type=file].disabled + .ace-file-container:hover,
    .ace-file-multiple input[type=file][disabled] + .ace-file-container:hover,
    .ace-file-multiple input[type=file][readonly] + .ace-file-container:hover {
        border-color: #AAA;
    }

    .ace-file-multiple input[type=file].disabled + .ace-file-container:before,
    .ace-file-multiple input[type=file][disabled] + .ace-file-container:before,
    .ace-file-multiple input[type=file][readonly] + .ace-file-container:before {
        background-color: transparent;
    }

    .ace-file-multiple input[type=file].disabled + .ace-file-container .ace-icon,
    .ace-file-multiple input[type=file][disabled] + .ace-file-container .ace-icon,
    .ace-file-multiple input[type=file][readonly] + .ace-file-container .ace-icon {
        border-color: #EEE;
    }


input[type].input-transparent,
textarea.input-transparent,
.input-transparent {
    background-color: rgba(0, 0, 0, 0.5);
    color: #bbb;
    border-color: transparent !important;
}

    input[type].input-transparent:focus,
    textarea.input-transparent:focus,
    .input-transparent:focus {
        background-color: rgba(0, 0, 0, 0.66);
        color: #f0f0f0;
    }

/*@media only screen and (max-width: 767px) {
    .help-inline,
    .input-icon + .help-inline {
        padding-left: 0;
        display: block !important;
    }
}*/

.tab-content {
    border: 1px solid #C5D0DC;
    padding: 16px 12px;
    position: relative;
}

    .tab-content.no-padding {
        padding: 0;
    }

    .tab-content.no-border {
        border: none;
        padding: 12px;
    }

    .tab-content.padding-32 {
        padding: 32px 24px;
    }

    .tab-content.no-border.padding-32 {
        padding: 32px;
    }

    .tab-content.padding-30 {
        padding: 30px 23px;
    }

    .tab-content.no-border.padding-30 {
        padding: 30px;
    }

    .tab-content.padding-28 {
        padding: 28px 21px;
    }

    .tab-content.no-border.padding-28 {
        padding: 28px;
    }

    .tab-content.padding-26 {
        padding: 26px 20px;
    }

    .tab-content.no-border.padding-26 {
        padding: 26px;
    }

    .tab-content.padding-24 {
        padding: 24px 18px;
    }

    .tab-content.no-border.padding-24 {
        padding: 24px;
    }

    .tab-content.padding-22 {
        padding: 22px 17px;
    }

    .tab-content.no-border.padding-22 {
        padding: 22px;
    }

    .tab-content.padding-20 {
        padding: 20px 15px;
    }

    .tab-content.no-border.padding-20 {
        padding: 20px;
    }

    .tab-content.padding-18 {
        padding: 18px 14px;
    }

    .tab-content.no-border.padding-18 {
        padding: 18px;
    }

    .tab-content.padding-16 {
        padding: 16px 12px;
    }

    .tab-content.no-border.padding-16 {
        padding: 16px;
    }

    .tab-content.padding-14 {
        padding: 14px 11px;
    }

    .tab-content.no-border.padding-14 {
        padding: 14px;
    }

    .tab-content.padding-12 {
        padding: 12px 9px;
    }

    .tab-content.no-border.padding-12 {
        padding: 12px;
    }

    .tab-content.padding-10 {
        padding: 10px 8px;
    }

    .tab-content.no-border.padding-10 {
        padding: 10px;
    }

    .tab-content.padding-8 {
        padding: 8px 6px;
    }

    .tab-content.no-border.padding-8 {
        padding: 8px;
    }

    .tab-content.padding-6 {
        padding: 6px 5px;
    }

    .tab-content.no-border.padding-6 {
        padding: 6px;
    }

    .tab-content.padding-4 {
        padding: 4px 3px;
    }

    .tab-content.no-border.padding-4 {
        padding: 4px;
    }

    .tab-content.padding-2 {
        padding: 2px 2px;
    }

    .tab-content.no-border.padding-2 {
        padding: 2px;
    }

    .tab-content.padding-0 {
        padding: 0px 0px;
    }

    .tab-content.no-border.padding-0 {
        padding: 0px;
    }

.nav.nav-tabs.padding-32 {
    padding-left: 32px;
}

.tabs-right > .nav.nav-tabs.padding-32,
.tabs-left > .nav.nav-tabs.padding-32 {
    padding-left: 0;
    padding-top: 32px;
}

.nav.nav-tabs.padding-30 {
    padding-left: 30px;
}

.tabs-right > .nav.nav-tabs.padding-30,
.tabs-left > .nav.nav-tabs.padding-30 {
    padding-left: 0;
    padding-top: 30px;
}

.nav.nav-tabs.padding-28 {
    padding-left: 28px;
}

.tabs-right > .nav.nav-tabs.padding-28,
.tabs-left > .nav.nav-tabs.padding-28 {
    padding-left: 0;
    padding-top: 28px;
}

.nav.nav-tabs.padding-26 {
    padding-left: 26px;
}

.tabs-right > .nav.nav-tabs.padding-26,
.tabs-left > .nav.nav-tabs.padding-26 {
    padding-left: 0;
    padding-top: 26px;
}

.nav.nav-tabs.padding-24 {
    padding-left: 24px;
}

.tabs-right > .nav.nav-tabs.padding-24,
.tabs-left > .nav.nav-tabs.padding-24 {
    padding-left: 0;
    padding-top: 24px;
}

.nav.nav-tabs.padding-22 {
    padding-left: 22px;
}

.tabs-right > .nav.nav-tabs.padding-22,
.tabs-left > .nav.nav-tabs.padding-22 {
    padding-left: 0;
    padding-top: 22px;
}

.nav.nav-tabs.padding-20 {
    padding-left: 20px;
}

.tabs-right > .nav.nav-tabs.padding-20,
.tabs-left > .nav.nav-tabs.padding-20 {
    padding-left: 0;
    padding-top: 20px;
}

.nav.nav-tabs.padding-18 {
    padding-left: 18px;
}

.tabs-right > .nav.nav-tabs.padding-18,
.tabs-left > .nav.nav-tabs.padding-18 {
    padding-left: 0;
    padding-top: 18px;
}

.nav.nav-tabs.padding-16 {
    padding-left: 16px;
}

.tabs-right > .nav.nav-tabs.padding-16,
.tabs-left > .nav.nav-tabs.padding-16 {
    padding-left: 0;
    padding-top: 16px;
}

.nav.nav-tabs.padding-14 {
    padding-left: 14px;
}

.tabs-right > .nav.nav-tabs.padding-14,
.tabs-left > .nav.nav-tabs.padding-14 {
    padding-left: 0;
    padding-top: 14px;
}

.nav.nav-tabs.padding-12 {
    padding-left: 12px;
}

.tabs-right > .nav.nav-tabs.padding-12,
.tabs-left > .nav.nav-tabs.padding-12 {
    padding-left: 0;
    padding-top: 12px;
}

.nav.nav-tabs.padding-10 {
    padding-left: 10px;
}

.tabs-right > .nav.nav-tabs.padding-10,
.tabs-left > .nav.nav-tabs.padding-10 {
    padding-left: 0;
    padding-top: 10px;
}

.nav.nav-tabs.padding-8 {
    padding-left: 8px;
}

.tabs-right > .nav.nav-tabs.padding-8,
.tabs-left > .nav.nav-tabs.padding-8 {
    padding-left: 0;
    padding-top: 8px;
}

.nav.nav-tabs.padding-6 {
    padding-left: 6px;
}

.tabs-right > .nav.nav-tabs.padding-6,
.tabs-left > .nav.nav-tabs.padding-6 {
    padding-left: 0;
    padding-top: 6px;
}

.nav.nav-tabs.padding-4 {
    padding-left: 4px;
}

.tabs-right > .nav.nav-tabs.padding-4,
.tabs-left > .nav.nav-tabs.padding-4 {
    padding-left: 0;
    padding-top: 4px;
}

.nav.nav-tabs.padding-2 {
    padding-left: 2px;
}

.tabs-right > .nav.nav-tabs.padding-2,
.tabs-left > .nav.nav-tabs.padding-2 {
    padding-left: 0;
    padding-top: 2px;
}

.nav-tabs {
    /*border-color: #C5D0DC;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    top: 1px;*/
}

    .nav-tabs > li > a {
        /*padding: 7px 12px 8px;*/
    }

        .nav-tabs > li > a,
        .nav-tabs > li > a:focus {
            /*border-radius: 0;
            border-color: #C5D0DC;
            background-color: #F9F9F9;
            color: #999;
            margin-right: -1px;*/
            /*line-height: 18px;*/
            /*position: relative;*/
        }

/*.nav-tabs > li > a:hover {
                background-color: #FFF;
                color: #4C8FBD;
                border-color: #C5D0DC;
            }

            .nav-tabs > li > a:active,
            .nav-tabs > li > a:focus {
                outline: none !important;
            }

    .nav-tabs > li:first-child > a {
        margin-left: 0;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #576373;
        border-color: #C5D0DC;
        border-top: 2px solid #4C8FBD;
        border-bottom-color: transparent;
        background-color: #FFF;
        z-index: 1;
        line-height: 18px;
        margin-top: -1px;
        box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
    }*/

.tabs-below > .nav-tabs {
    /* tabs below */
    top: auto;
    margin-bottom: 0;
    margin-top: -1px;
    border-color: #C5D0DC;
    border-bottom-width: 0;
}

    .tabs-below > .nav-tabs > li > a,
    .tabs-below > .nav-tabs > li > a:hover,
    .tabs-below > .nav-tabs > li > a:focus {
        border-color: #C5D0DC;
    }

    .tabs-below > .nav-tabs > li.active > a,
    .tabs-below > .nav-tabs > li.active > a:hover,
    .tabs-below > .nav-tabs > li.active > a:focus {
        border-color: #C5D0DC;
        border-top-width: 1px;
        border-bottom: 2px solid #4C8FBD;
        border-top-color: transparent;
        margin-top: 0;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 60px;
}

.tabs-left > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    border-color: #C5D0DC;
    float: left;
}

    .tabs-left > .nav-tabs > li {
        float: none !important;
    }

        .tabs-left > .nav-tabs > li > a,
        .tabs-left > .nav-tabs > li > a:focus,
        .tabs-left > .nav-tabs > li > a:hover {
            border-color: #C5D0DC;
            margin: 0 -1px 0 0;
        }

        .tabs-left > .nav-tabs > li.active > a,
        .tabs-left > .nav-tabs > li.active > a:focus,
        .tabs-left > .nav-tabs > li.active > a:hover {
            border-color: #C5D0DC;
            border-top-width: 1px;
            border-left: 2px solid #4C8FBD;
            border-right-color: transparent;
            margin: 0 -1px 0 -1px;
            -webkit-box-shadow: -2px 0 3px 0 rgba(0,0,0,0.15) !important;
            box-shadow: -2px 0 3px 0 rgba(0,0,0,0.15) !important;
        }

.tabs-right > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    border-color: #C5D0DC;
    float: right;
}

    .tabs-right > .nav-tabs > li {
        float: none !important;
    }

        .tabs-right > .nav-tabs > li > a,
        .tabs-right > .nav-tabs > li > a:focus,
        .tabs-right > .nav-tabs > li > a:hover {
            border-color: #C5D0DC;
            margin: 0 -1px;
        }

        .tabs-right > .nav-tabs > li.active > a,
        .tabs-right > .nav-tabs > li.active > a:focus,
        .tabs-right > .nav-tabs > li.active > a:hover {
            border-color: #C5D0DC;
            border-top-width: 1px;
            border-right: 2px solid #4C8FBD;
            border-left-color: transparent;
            margin: 0 -2px 0 -1px;
            -webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,0.15);
            box-shadow: 2px 0 3px 0 rgba(0,0,0,0.15);
        }

.nav-tabs > li > a .badge {
    padding: 1px 5px;
    line-height: 15px;
    opacity: 0.75;
    vertical-align: initial;
}

.nav-tabs > li > a .ace-icon {
    opacity: 0.75;
}

.nav-tabs > li.active > a .badge,
.nav-tabs > li.active > a .ace-icon {
    opacity: 1;
}

.nav-tabs li .ace-icon {
    width: 1.25em;
    display: inline-block;
    text-align: center;
}

.nav-tabs > li.open .dropdown-toggle {
    background-color: #4F99C6;
    border-color: #4F99C6;
    color: #FFF;
}

    .nav-tabs > li.open .dropdown-toggle > .ace-icon {
        color: #FFF !important;
    }

.tabs-left .tab-content,
.tabs-right .tab-content {
    overflow: auto;
}

.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    background-color: #4F99C6;
    border-color: #4F99C6;
    color: #FFFFFF;
}

    .nav-pills .open .dropdown-toggle > .ace-icon,
    .nav > li.dropdown.open.active > a:hover > .ace-icon,
    .nav > li.dropdown.open.active > a:focus > .ace-icon {
        color: #FFF !important;
    }
/* bigger tab buttons */
.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .ace-icon:first-child.disabled {
    color: #909090 !important;
}
/* bigger tab buttons */
.nav-tabs.tab-size-bigger > li > a {
    padding-left: 14px;
    padding-right: 14px;
}

    .nav-tabs.tab-size-bigger > li > a > .ace-icon:first-child {
        display: block;
        margin-bottom: 6px;
        width: auto;
    }

.nav-tabs.tab-space-1 > li > a {
    margin-right: 1px;
}

.nav-tabs.tab-space-2 > li > a {
    margin-right: 2px;
}

.nav-tabs.tab-space-3 > li > a {
    margin-right: 3px;
}

.nav-tabs.tab-space-4 > li > a {
    margin-right: 4px;
}

.nav-tabs[class*="tab-color-"] > li > a,
.nav-tabs[class*="tab-color-"] > li > a:focus,
.nav-tabs[class*="tab-color-"] > li > a:hover {
    color: #FFF;
    border-color: transparent;
    margin-right: 3px;
}

    .nav-tabs[class*="tab-color-"] > li > a > .badge {
        border-radius: 2px;
    }

.nav-tabs[class*="tab-color-"] > li:not(.active) > a:hover {
    opacity: 0.85;
    border-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: transparent;
}

.nav-tabs[class*="tab-color-"] > li:not(.active) > a > .ace-icon:first-child {
    color: #FFF !important;
}

.nav-tabs[class*="tab-color-"] > li:not(.active) > a > .badge {
    color: rgba(0, 0, 0, 0.4) !important;
    background-color: #FFF !important;
    border-radius: 2px;
}

.nav-tabs.tab-color-blue > li > a,
.nav-tabs.tab-color-blue > li > a:focus {
    background-color: #7DB4D8;
}

.nav-tabs[class*="tab-color-"] > li.active > a,
.nav-tabs[class*="tab-color-"] > li.active > a:focus,
.nav-tabs[class*="tab-color-"] > li.active > a:hover {
    background-color: #FFF;
    color: #4f80a0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.nav-tabs.tab-color-blue > li.active > a,
.nav-tabs.tab-color-blue > li.active > a:focus,
.nav-tabs.tab-color-blue > li.active > a:hover {
    color: #4c718a;
    border-color: #7DB4D8 #7DB4D8 transparent;
}

.tabs-below .nav-tabs.tab-color-blue > li.active > a {
    border-color: transparent #7DB4D8 #7DB4D8;
}

.nav-tabs.tab-color-blue {
    border-bottom-color: #C5D0DC;
}
/* background for tab links */
.nav-tabs.background-blue {
    padding-top: 6px;
    background-color: #EFF3F8;
    border: 1px solid #C5D0DC;
}

.tabs-below .nav-tabs.background-blue {
    padding-top: 0;
    padding-bottom: 6px;
}

.tabs-below .nav-tabs.tab-color-blue {
    border-top: none;
    border-bottom-color: #C5D0DC;
}

.accordion-style1.panel-group .panel {
    border-radius: 0;
    border-color: #CDD8E3;
    background-color: #FFF;
    box-shadow: none;
}

    .accordion-style1.panel-group .panel:last-child {
        border-bottom-width: 1px;
    }

    .accordion-style1.panel-group .panel .collapse {
        background-color: #FFF;
    }

    .accordion-style1.panel-group .panel + .panel {
        margin-top: 2px;
    }

.accordion-style1.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: #CDD8E3 !important;
}

.accordion-style1.panel-group .panel-heading {
    padding: 0;
}

    .accordion-style1.panel-group .panel-heading .accordion-toggle {
        color: #4C8FBD;
        background-color: #EEF4F9;
        position: relative;
        font-weight: bold;
        font-size: 13px;
        line-height: 1;
        padding: 10px;
        display: block;
    }

        .accordion-style1.panel-group .panel-heading .accordion-toggle.collapsed {
            color: #478FCA;
            font-weight: normal;
            background-color: #F9F9F9;
        }

        .accordion-style1.panel-group .panel-heading .accordion-toggle:hover {
            color: #6EA6CC;
            background-color: #F1F8FD;
            text-decoration: none;
        }

        .accordion-style1.panel-group .panel-heading .accordion-toggle:focus,
        .accordion-style1.panel-group .panel-heading .accordion-toggle:active {
            outline: none;
            text-decoration: none;
        }

        .accordion-style1.panel-group .panel-heading .accordion-toggle > .ace-icon:first-child {
            width: 16px;
        }

        .accordion-style1.panel-group .panel-heading .accordion-toggle:hover > .ace-icon:first-child {
            text-decoration: none;
        }

.accordion-style1.panel-group .panel-body,
.accordion-style1.panel-group .collapse.in > .panel-body {
    border-top: 1px solid #CDD8E3;
}

.accordion-style1.panel-group.no-padding {
    padding: 0;
}

.accordion-style2.panel-group .panel {
    border-width: 0;
}

    .accordion-style2.panel-group .panel:last-child {
        border-bottom-width: 0;
    }

    .accordion-style2.panel-group .panel + .panel {
        margin-top: 4px;
    }

    .accordion-style2.panel-group .panel .panel-body {
        border-top: none;
    }

.accordion-style2.panel-group .panel-heading .accordion-toggle {
    background-color: #EDF3F7;
    border: 2px solid #6EAED1;
    border-width: 0 0 0 2px;
}

    .accordion-style2.panel-group .panel-heading .accordion-toggle:hover {
        text-decoration: none;
    }

    .accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed {
        background-color: #F3F3F3;
        color: #606060;
        border-width: 0 0 0 1px;
        border-color: #D9D9D9;
    }

        .accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed:hover {
            background-color: #F6F6F6;
            color: #438EB9;
            text-decoration: none;
        }

.accordion-style2.panel-group .panel-body,
.accordion-style2.panel-group .collapse.in > .panel-body {
    border-top: none;
}

.accordion-style2.panel-group .accordion-style2.panel-group .panel {
    border-bottom: 1px dotted #D9D9D9;
}

    .accordion-style2.panel-group .accordion-style2.panel-group .panel:last-child {
        border-bottom: none;
    }

    .accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading,
    .accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading .accordion-toggle {
        background-color: transparent;
        border-width: 0;
        font-size: 13px;
        padding-top: 6px;
        padding-bottom: 8px;
    }

    .accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading {
        padding-top: 0;
        padding-bottom: 0;
    }
/* tables */
th,
td,
.table-bordered {
    /*border-radius: 0 !important;*/
}

/*.table > thead > tr {
    color: #707070;
    font-weight: normal;
    background: #F2F2F2;
    background-image: -webkit-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%);
    background-image: -o-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%);
    background-image: linear-gradient(to bottom, #F8F8F8 0%, #ECECEC 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

    .table > thead > tr > th {
        border-color: #ddd;
        font-weight: bold;
    }

        .table > thead > tr > th .ace-icon:first-child {
            margin-right: 2px;
        }

        .table > thead > tr > th:first-child {
            border-left-color: #F1F1F1;
        }

        .table > thead > tr > th:last-child {
            border-right-color: #F1F1F1;
        }*/

.table.table-bordered > thead > tr > th {
    /* border-color: @table-border-color; */
    vertical-align: middle;
}

    .table.table-bordered > thead > tr > th:first-child {
        /*border-left-color: #ddd;*/
    }

th.center,
td.center {
    text-align: center;
}

th .lbl,
td .lbl {
    margin-bottom: 0;
}

    th .lbl:only-child,
    td .lbl:only-child {
        vertical-align: top;
    }

.table-header {
    background-color: #307ECC;
    color: #FFF;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px;
}

    .table-header .close {
        margin-right: 8px;
        margin-top: 0;
        opacity: 0.45;
        filter: alpha(opacity=45);
    }

        .table-header .close:hover {
            opacity: 0.75;
            filter: alpha(opacity=75);
        }

th.detail-col {
    width: 48px;
    text-align: center;
}

tr.detail-row {
    display: none;
}

    tr.detail-row.open {
        display: block;
        display: table-row;
    }

    tr.detail-row > td {
        background-color: #f1f6f8;
        border-top: 3px solid #d1e1ea !important;
    }

.table-detail {
    background-color: #fff;
    border: 1px solid #dcebf7;
    width: 100%;
    padding: 12px;
}

    .table-detail td > .profile-user-info {
        width: 100%;
    }

.widget-box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    border: 1px solid #CCC;
}

@media only screen and (max-width: 767px) {
    .widget-box {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

.widget-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    min-height: 38px;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    color: #669FC7;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
}

    .widget-header:before,
    .widget-header:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .widget-header:after {
        clear: right;
    }

.widget-box.collapsed > .widget-header {
    border-bottom-width: 0;
}

.collapsed.fullscreen > .widget-header {
    border-bottom-width: 1px;
}

.collapsed > .widget-body {
    display: none;
}

.widget-header-flat {
    background: #F7F7F7;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-header-large {
    min-height: 49px;
    padding-left: 18px;
}

.widget-header-small {
    min-height: 31px;
    padding-left: 10px;
}

.widget-header > .widget-title {
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: inline;
}

    .widget-header > .widget-title > .ace-icon {
        margin-right: 5px;
        font-weight: normal;
        display: inline-block;
    }

.widget-header-large > .widget-title {
    line-height: 48px;
}

.widget-header-small > .widget-title {
    line-height: 30px;
}

.widget-toolbar {
    display: inline-block;
    padding: 0 10px;
    line-height: 37px;
    float: right;
    position: relative;
}

.widget-header-large > .widget-toolbar {
    line-height: 48px;
}

.widget-header-small > .widget-toolbar {
    line-height: 29px;
}

.widget-toolbar.no-padding {
    padding: 0;
}

.widget-toolbar.padding-5 {
    padding: 0 5px;
}

.widget-toolbar:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1px;
    border: 1px solid #D9D9D9;
    border-width: 0 1px 0 0;
}

.widget-header-large > .widget-toolbar:before {
    top: 6px;
    bottom: 6px;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar:before {
    border-color: #EEE;
}

.widget-color-orange > .widget-header > .widget-toolbar:before {
    border-color: #FEA;
}

.widget-color-dark > .widget-header > .widget-toolbar:before {
    border-color: #222;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.1);
}

.widget-toolbar.no-border:before {
    display: none;
}

.widget-toolbar label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.widget-toolbar > a,
.widget-toolbar > .widget-menu > a {
    font-size: 14px;
    margin: 0 1px;
    display: inline-block;
    padding: 0;
    line-height: 24px;
}

    .widget-toolbar > a:hover,
    .widget-toolbar > .widget-menu > a:hover {
        text-decoration: none;
    }

.widget-header-large > .widget-toolbar > a,
.widget-header-large > .widget-toolbar > .widget-menu > a {
    font-size: 15px;
    margin: 0 1px;
}

.widget-toolbar > .btn {
    line-height: 27px;
    margin-top: -2px;
}

    .widget-toolbar > .btn.smaller {
        line-height: 26px;
    }

    .widget-toolbar > .btn.bigger {
        line-height: 28px;
    }

.widget-toolbar > .btn-sm {
    line-height: 24px;
}

    .widget-toolbar > .btn-sm.smaller {
        line-height: 23px;
    }

    .widget-toolbar > .btn-sm.bigger {
        line-height: 25px;
    }

.widget-toolbar > .btn-xs {
    line-height: 22px;
}

    .widget-toolbar > .btn-xs.smaller {
        line-height: 21px;
    }

    .widget-toolbar > .btn-xs.bigger {
        line-height: 23px;
    }

.widget-toolbar > .btn-minier {
    line-height: 18px;
}

    .widget-toolbar > .btn-minier.smaller {
        line-height: 17px;
    }

    .widget-toolbar > .btn-minier.bigger {
        line-height: 19px;
    }

.widget-toolbar > .btn-lg {
    line-height: 36px;
}

    .widget-toolbar > .btn-lg.smaller {
        line-height: 34px;
    }

    .widget-toolbar > .btn-lg.bigger {
        line-height: 38px;
    }

.widget-toolbar-dark {
    background: #444;
}

.widget-toolbar-light {
    background: rgba(255, 255, 255, 0.85);
}

.widget-toolbar > .widget-menu {
    display: inline-block;
    position: relative;
}

    .widget-toolbar > a[data-action],
    .widget-toolbar > .widget-menu > a[data-action] {
        -webkit-transition: transform 0.1s;
        -o-transition: transform 0.1s;
        transition: transform 0.1s;
    }

        .widget-toolbar > a[data-action] > .ace-icon,
        .widget-toolbar > .widget-menu > a[data-action] > .ace-icon {
            margin-right: 0;
        }

        .widget-toolbar > a[data-action]:focus,
        .widget-toolbar > .widget-menu > a[data-action]:focus {
            text-decoration: none;
            outline: none;
        }

        .widget-toolbar > a[data-action]:hover,
        .widget-toolbar > .widget-menu > a[data-action]:hover {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

.widget-body {
    background-color: #FFF;
}

.widget-main {
    padding: 12px;
}

    .widget-main.padding-32 {
        padding: 32px;
    }

    .widget-main.padding-30 {
        padding: 30px;
    }

    .widget-main.padding-28 {
        padding: 28px;
    }

    .widget-main.padding-26 {
        padding: 26px;
    }

    .widget-main.padding-24 {
        padding: 24px;
    }

    .widget-main.padding-22 {
        padding: 22px;
    }

    .widget-main.padding-20 {
        padding: 20px;
    }

    .widget-main.padding-18 {
        padding: 18px;
    }

    .widget-main.padding-16 {
        padding: 16px;
    }

    .widget-main.padding-14 {
        padding: 14px;
    }

    .widget-main.padding-12 {
        padding: 12px;
    }

    .widget-main.padding-10 {
        padding: 10px;
    }

    .widget-main.padding-8 {
        padding: 8px;
    }

    .widget-main.padding-6 {
        padding: 6px;
    }

    .widget-main.padding-4 {
        padding: 4px;
    }

    .widget-main.padding-2 {
        padding: 2px;
    }

    .widget-main.padding-0 {
        padding: 0px;
    }

    .widget-main.no-padding {
        padding: 0;
    }

.widget-toolbar .progress {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.widget-toolbar > .dropdown,
.widget-toolbar > .dropup {
    display: inline-block;
}

.widget-box > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
    color: #99CADB;
}

.widget-box > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
    color: #ACD392;
}

.widget-box > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
    color: #AAA;
}

.widget-box > .widget-header > .widget-toolbar > [data-action="close"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="close"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
    color: #E09E96;
}

.widget-box[class*="widget-color-"] > .widget-header {
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-color-blue {
    border-color: #307ECC;
}

    .widget-color-blue > .widget-header {
        background: #307ECC;
        border-color: #307ECC;
    }

.widget-color-blue2 {
    border-color: #5090C1;
}

    .widget-color-blue2 > .widget-header {
        background: #5090C1;
        border-color: #5090C1;
    }

.widget-color-blue3 {
    border-color: #6379AA;
}

    .widget-color-blue3 > .widget-header {
        background: #6379AA;
        border-color: #6379AA;
    }

.widget-color-green {
    border-color: #82AF6F;
}

    .widget-color-green > .widget-header {
        background: #82AF6F;
        border-color: #82AF6F;
    }

.widget-color-green2 {
    border-color: #2E8965;
}

    .widget-color-green2 > .widget-header {
        background: #2E8965;
        border-color: #2E8965;
    }

.widget-color-green3 {
    border-color: #4EBC30;
}

    .widget-color-green3 > .widget-header {
        background: #4EBC30;
        border-color: #4EBC30;
    }

.widget-color-red {
    border-color: #E2755F;
}

    .widget-color-red > .widget-header {
        background: #E2755F;
        border-color: #E2755F;
    }

.widget-color-red2 {
    border-color: #E04141;
}

    .widget-color-red2 > .widget-header {
        background: #E04141;
        border-color: #E04141;
    }

.widget-color-red3 {
    border-color: #D15B47;
}

    .widget-color-red3 > .widget-header {
        background: #D15B47;
        border-color: #D15B47;
    }

.widget-color-purple {
    border-color: #7E6EB0;
}

    .widget-color-purple > .widget-header {
        background: #7E6EB0;
        border-color: #7E6EB0;
    }

.widget-color-pink {
    border-color: #CE6F9E;
}

    .widget-color-pink > .widget-header {
        background: #CE6F9E;
        border-color: #CE6F9E;
    }

.widget-color-orange {
    border-color: #E8B10D;
}

    .widget-color-orange > .widget-header {
        color: #855D10 !important;
        border-color: #E8B10D;
        background: #FFC657;
    }

.widget-color-dark {
    border-color: #5a5a5a;
}

    .widget-color-dark > .widget-header {
        border-color: #666666;
        background: #404040;
    }

.widget-color-grey {
    border-color: #9e9e9e;
}

    .widget-color-grey > .widget-header {
        border-color: #aaaaaa;
        background: #848484;
    }

.widget-box.transparent {
    border-width: 0;
}

    .widget-box.transparent > .widget-header {
        background: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        border-width: 0;
        border-bottom: 1px solid #DCE8F1;
        color: #4383B4;
        padding-left: 3px;
    }

    .widget-box.transparent > .widget-header-large {
        padding-left: 5px;
    }

    .widget-box.transparent > .widget-header-small {
        padding-left: 1px;
    }

    .widget-box.transparent > .widget-body {
        border-width: 0;
        background-color: transparent;
    }

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action] {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="settings"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
    color: #D3E4ED;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="reload"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
    color: #DEEAD3;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="collapse"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
    color: #E2E2E2;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="close"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
    color: #FFD9D5;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action] {
    text-shadow: none;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
    color: #559AAB;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
    color: #7CA362;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
    color: #777;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action="close"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
    color: #A05656;
}

.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) {
    border-width: 0;
}

    .widget-box.light-border[class*="widget-color-"]:not(.fullscreen) > .widget-header {
        border: 1px solid;
        border-color: inherit;
    }

    .widget-box.light-border[class*="widget-color-"]:not(.fullscreen) > .widget-body {
        border: 1px solid;
        border-color: #D6D6D6;
        border-width: 0 1px 1px;
    }

.widget-box.no-border {
    border-width: 0;
}

.widget-box.fullscreen {
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    border-width: 3px;
    z-index: 1040 !important;
}

    .widget-box.fullscreen:not([class*="widget-color-"]) {
        border-color: #AAA;
    }

.widget-body .table {
    border-top: 1px solid #E5E5E5;
}

    .widget-body .table thead:first-child tr {
        background: #FFF;
    }

[class*="widget-color-"] > .widget-body .table thead:first-child tr {
    background: #f2f2f2;
    background-image: -webkit-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%);
    background-image: -o-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%);
    background-image: linear-gradient(to bottom, #F8F8F8 0%, #ECECEC 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

.widget-body .table.table-bordered thead:first-child > tr {
    border-top-width: 0;
}

.widget-main.no-padding .table {
    margin-bottom: 0;
    border-width: 0;
}

.widget-main.no-padding .table-bordered th:first-child,
.widget-main.no-padding .table-bordered td:first-child {
    border-left-width: 0;
}

.transparent > .widget-body .widget-main .table-bordered > thead > tr > th:last-child,
.widget-main.no-padding .table-bordered > thead > tr > th:last-child,
.transparent > .widget-body .widget-main .table-bordered > tbody > tr > td:last-child,
.widget-main.no-padding .table-bordered > tbody > tr > td:last-child,
.transparent > .widget-body .widget-main .table-bordered > tfoot > tr > td:last-child,
.widget-main.no-padding .table-bordered > tfoot > tr > td:last-child {
    border-right-width: 0 !important;
}

.transparent > .widget-body .widget-main .table-bordered > tbody > tr:last-child > td,
.widget-main.no-padding .table-bordered > tbody > tr:last-child > td {
    border-bottom-width: 0 !important;
}

.table-bordered > thead.thin-border-bottom > tr > th,
.table-bordered > thead.thin-border-bottom > tr > td {
    border-bottom-width: 1px;
}

.widget-body .alert:last-child {
    margin-bottom: 0;
}

.widget-main .tab-content {
    border-width: 0;
}

.widget-toolbar > .nav-tabs {
    border-bottom-width: 0;
    margin-bottom: 0;
    top: auto;
    margin-top: 3px !important;
}

    .widget-toolbar > .nav-tabs > li {
        margin-bottom: auto;
    }

        .widget-toolbar > .nav-tabs > li > a {
            box-shadow: none;
            position: relative;
            top: 1px;
            margin-top: 1px;
        }

        .widget-toolbar > .nav-tabs > li:not(.active) > a {
            border-color: transparent;
            background-color: transparent;
        }

            .widget-toolbar > .nav-tabs > li:not(.active) > a:hover {
                background-color: transparent;
            }

        .widget-toolbar > .nav-tabs > li.active > a {
            background-color: #FFF;
            border-bottom-color: transparent;
            box-shadow: none;
            margin-top: auto;
        }

.widget-header-small > .widget-toolbar > .nav-tabs > li > a {
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.widget-header-small > .widget-toolbar > .nav-tabs > li.active > a {
    border-top-width: 2px;
}

.widget-header-large > .widget-toolbar > .nav-tabs > li > a {
    line-height: 22px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 4px;
}

.widget-header-large > .widget-toolbar > .nav-tabs > li.active > a {
    margin-top: 3px;
}

[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li > a {
    border-color: transparent;
    background-color: transparent;
    color: #FFF;
    margin-right: 1px;
}

    [class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li > a:hover {
        background-color: #FFF;
        color: #555;
        border-top-color: #FFF;
    }

[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
    background-color: #FFF;
    color: #555;
    border-top-width: 1px;
    margin-top: 0;
}

.widget-toolbar > .nav-tabs .widget-color-orange > .widget-header > li > a {
    color: #855D10;
}

.transparent > .widget-header > .widget-toolbar > .nav-tabs > li > a {
    color: #555;
    background-color: transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.transparent > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
    border-top-color: #4C8FBD;
    border-right: 1px solid #C5D0DC;
    border-left: 1px solid #C5D0DC;
    background-color: #FFF;
    box-shadow: none;
}

.widget-toolbox {
    background-color: #EEE;
}

    .widget-toolbox:first-child {
        padding: 2px;
        border-bottom: 1px solid #CCC;
    }

    .widget-toolbox:last-child {
        padding: 2px;
        border-top: 1px solid #CCC;
    }

.transparent > .widget-body > .widget-toolbox:last-child {
    border: none;
    border-top: 1px solid #CCC;
}

.widget-toolbox > .btn-toolbar {
    margin: 0 !important;
    padding: 0;
}

.widget-toolbox.center {
    text-align: center;
}

.widget-toolbox.toolbox-vertical {
    border-bottom-width: 0;
    border-right: 1px solid #D9D9D9;
    display: table-cell;
    padding: 6px 4px;
    vertical-align: top;
    width: 1px;
}

    .widget-toolbox.toolbox-vertical + .widget-main {
        display: table-cell;
        vertical-align: top;
    }

.widget-toolbox.padding-16 {
    padding: 16px;
}

.widget-toolbox.padding-14 {
    padding: 14px;
}

.widget-toolbox.padding-12 {
    padding: 12px;
}

.widget-toolbox.padding-10 {
    padding: 10px;
}

.widget-toolbox.padding-8 {
    padding: 8px;
}

.widget-toolbox.padding-6 {
    padding: 6px;
}

.widget-toolbox.padding-4 {
    padding: 4px;
}

.widget-toolbox.padding-2 {
    padding: 2px;
}

.widget-toolbox.padding-0 {
    padding: 0px;
}

.widget-box-overlay {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    z-index: 999;
    text-align: center;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

    .widget-box-overlay > .loading-icon {
        position: relative;
        top: 20%;
        left: 0;
        right: 0;
        text-align: center;
    }

.widget-box.collapsed .widget-box-overlay > .loading-icon {
    top: 10%;
}

.widget-box-overlay > .loading-icon.icon-spin {
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.widget-main > form {
    margin-bottom: 0;
}

    .widget-main > form .input-append,
    .widget-main > form .input-prepend {
        margin-bottom: 0;
    }

.widget-main.no-padding > form > fieldset,
.widget-main.padding-0 > form > fieldset {
    padding: 16px;
}

    .widget-main.no-padding > form > fieldset + .form-actions,
    .widget-main.padding-0 > form > fieldset + .form-actions {
        padding: 10px 0 12px;
    }

.widget-main.no-padding > form > .form-actions,
.widget-main.padding-0 > form > .form-actions {
    margin: 0;
    padding: 10px 12px 12px;
}

.widget-placeholder {
    border: 2px dashed #D9D9D9;
}

.widget-container-col {
    min-height: 10px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip-inner {
    background-color: #333;
    color: #FFF;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(42, 45, 50, 0.5);
    border-radius: 0;
    padding: 5px 9px;
}

.tooltip.top .tooltip-arrow {
    border-bottom-width: 0;
    border-top-color: #333;
}

.tooltip.right .tooltip-arrow {
    border-left-width: 0;
    border-right-color: #333;
}

.tooltip.left .tooltip-arrow {
    border-right-width: 0;
    border-left-color: #333;
}

.tooltip.bottom .tooltip-arrow {
    border-top-width: 0;
    border-bottom-color: #333;
}

.tooltip-error + .tooltip > .tooltip-inner,
.tooltip.tooltip-error > .tooltip-inner {
    background-color: #C94D32;
    text-shadow: 1px 1px 0 rgba(100,60,20,0.3);
}

.tooltip-error + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-error.top .tooltip-arrow {
    border-top-color: #C94D32;
}

.tooltip-error + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-error.right .tooltip-arrow {
    border-right-color: #C94D32;
}

.tooltip-error + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-error.left .tooltip-arrow {
    border-left-color: #C94D32;
}

.tooltip-error + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-error.bottom .tooltip-arrow {
    border-bottom-color: #C94D32;
}

.tooltip-success + .tooltip > .tooltip-inner,
.tooltip.tooltip-success > .tooltip-inner {
    background-color: #629B58;
    text-shadow: 1px 1px 0 rgba(60,100,20,0.3);
}

.tooltip-success + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-success.top .tooltip-arrow {
    border-top-color: #629B58;
}

.tooltip-success + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-success.right .tooltip-arrow {
    border-right-color: #629B58;
}

.tooltip-success + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-success.left .tooltip-arrow {
    border-left-color: #629B58;
}

.tooltip-success + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-success.bottom .tooltip-arrow {
    border-bottom-color: #629B58;
}


.tooltip-grey + .tooltip > .tooltip-inner,
.tooltip.tooltip-warning > .tooltip-inner {
    background-color: grey;
    text-shadow: 1px 1px 0 rgba(100,90,10,0.3);
}

.tooltip-grey + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-warning.top .tooltip-arrow {
    border-top-color: grey;
}

.tooltip-grey + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-warning.right .tooltip-arrow {
    border-right-color: grey;
}

.tooltip-grey + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-warning.left .tooltip-arrow {
    border-left-color: grey;
}

.tooltip-grey + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-warning.bottom .tooltip-arrow {
    border-bottom-color: grey;
}

.tooltip-warning + .tooltip > .tooltip-inner,
.tooltip.tooltip-warning > .tooltip-inner {
    background-color: #ED9421;
    text-shadow: 1px 1px 0 rgba(100,90,10,0.3);
}

.tooltip-warning + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-warning.top .tooltip-arrow {
    border-top-color: #ED9421;
}

.tooltip-warning + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-warning.right .tooltip-arrow {
    border-right-color: #ED9421;
}

.tooltip-warning + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-warning.left .tooltip-arrow {
    border-left-color: #ED9421;
}

.tooltip-warning + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-warning.bottom .tooltip-arrow {
    border-bottom-color: #ED9421;
}

.tooltip-info + .tooltip > .tooltip-inner,
.tooltip.tooltip-info > .tooltip-inner {
    background-color: #404040;
    border-radius: 6px 6px;
    height: auto;
    font-size: 17px;
    text-align: left;
    padding: 15px;
}

.tooltip-info + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-info.top .tooltip-arrow {
    border-top-color: #404040;
}

.tooltip-info + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-info.right .tooltip-arrow {
    border-right-color: #404040;
}

.tooltip-info + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-info.left .tooltip-arrow {
    border-left-color: #404040;
}

.tooltip-info + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-info.bottom .tooltip-arrow {
    border-bottom-color: #404040;
}
/* popover */
/* Using style from fontify */

/*.popover {
    border-radius: 0;
    padding: 0;
    border-color: #ccc;
    border-width: 1px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    color: #4D5C73;
}

.popover-title {
    border-radius: 0;
    background-color: #EFF3F8;
    color: #555;
    border-bottom: 1px solid #dde6f0;
    text-shadow: 1px 1px 1px rgba(220, 220, 220, 0.2);
}
*/
/*.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #EFF3F8;
    border-top-width: 0;
}*/

.popover-error + .popover,
.popover.popover-error {
    border-color: #F7F0EF;
}

    .popover-error + .popover .popover-title,
    .popover.popover-error .popover-title {
        background-color: #F7F0EF;
        border-bottom-color: #efe0de;
        color: #B75445;
        text-shadow: none;
    }

    .popover-error + .popover.top .arrow:after,
    .popover.popover-error.top .arrow:after {
        border-top-color: #F7F0EF;
    }

    .popover-error + .popover.bottom .arrow:after,
    .popover.popover-error.bottom .arrow:after {
        border-bottom-color: #F7F0EF;
    }

    .popover-error + .popover.right .arrow:after,
    .popover.popover-error.right .arrow:after {
        border-right-color: #F7F0EF;
    }

    .popover-error + .popover.left .arrow:after,
    .popover.popover-error.left .arrow:after {
        border-left-color: #F7F0EF;
    }

.popover-warning + .popover,
.popover.popover-warning {
    border-color: #F4EEE3;
}

    .popover-warning + .popover .popover-title,
    .popover.popover-warning .popover-title {
        background-color: #F4EEE3;
        border-bottom-color: #ede3d1;
        color: #D67E31;
        text-shadow: none;
    }

    .popover-warning + .popover.top .arrow:after,
    .popover.popover-warning.top .arrow:after {
        border-top-color: #F4EEE3;
    }

    .popover-warning + .popover.bottom .arrow:after,
    .popover.popover-warning.bottom .arrow:after {
        border-bottom-color: #F4EEE3;
    }

    .popover-warning + .popover.right .arrow:after,
    .popover.popover-warning.right .arrow:after {
        border-right-color: #F4EEE3;
    }

    .popover-warning + .popover.left .arrow:after,
    .popover.popover-warning.left .arrow:after {
        border-left-color: #F4EEE3;
    }

.popover-success + .popover,
.popover.popover-success {
    border-color: #E8F2E3;
}

    .popover-success + .popover .popover-title,
    .popover.popover-success .popover-title {
        background-color: #E8F2E3;
        border-bottom-color: #daead2;
        color: #629B58;
        text-shadow: none;
    }

    .popover-success + .popover.top .arrow:after,
    .popover.popover-success.top .arrow:after {
        border-top-color: #E8F2E3;
    }

    .popover-success + .popover.bottom .arrow:after,
    .popover.popover-success.bottom .arrow:after {
        border-bottom-color: #E8F2E3;
    }

    .popover-success + .popover.right .arrow:after,
    .popover.popover-success.right .arrow:after {
        border-right-color: #E8F2E3;
    }

    .popover-success + .popover.left .arrow:after,
    .popover.popover-success.left .arrow:after {
        border-left-color: #E8F2E3;
    }

.popover-info + .popover,
.popover.popover-info {
    border-color: #E5EDF8;
}

    .popover-info + .popover .popover-title,
    .popover.popover-info .popover-title {
        background-color: #E5EDF8;
        border-bottom-color: #d1dff3;
        color: #3F79B6;
        text-shadow: none;
    }

    .popover-info + .popover.top .arrow:after,
    .popover.popover-info.top .arrow:after {
        border-top-color: #E5EDF8;
    }

    .popover-info + .popover.bottom .arrow:after,
    .popover.popover-info.bottom .arrow:after {
        border-bottom-color: #E5EDF8;
    }

    .popover-info + .popover.right .arrow:after,
    .popover.popover-info.right .arrow:after {
        border-right-color: #E5EDF8;
    }

    .popover-info + .popover.left .arrow:after,
    .popover.popover-info.left .arrow:after {
        border-left-color: #E5EDF8;
    }

.popover-notitle + .popover .popover-title,
.popover.popover-notitle .popover-title {
    display: none;
}

.popover-notitle + .popover.top .arrow:after,
.popover.popover-notitle.top .arrow:after {
    border-top-color: #FFF;
}

.popover-notitle + .popover.bottom .arrow:after,
.popover.popover-notitle.bottom .arrow:after {
    border-bottom-color: #FFF;
}

.popover-notitle + .popover.left .arrow:after,
.popover.popover-notitle.left .arrow:after {
    border-left-color: #FFF;
}

.popover-notitle + .popover.right .arrow:after,
.popover.popover-notitle.right .arrow:after {
    border-right-color: #FFF;
}

.progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e9e9e9;
    height: 18px;
}

    .progress .progress-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 18px;
    }

    .progress[data-percent]:after {
        display: inline-block;
        content: attr(data-percent);
        color: #FFF;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        line-height: 16px;
        text-align: center;
        font-size: 12px;
    }

    .progress.progress-yellow[data-percent]:after {
        color: #996633;
    }

    .progress.progress-small {
        height: 12px;
    }

        .progress.progress-small .progress-bar {
            line-height: 10px;
            font-size: 11px;
        }

        .progress.progress-small[data-percent]:after {
            line-height: 10px;
            font-size: 11px;
        }

    .progress.progress-mini {
        height: 9px;
    }

        .progress.progress-mini .progress-bar {
            line-height: 8px;
            font-size: 11px;
        }

        .progress.progress-mini[data-percent]:after {
            line-height: 8px;
            font-size: 11px;
        }

.progress-bar {
    background-color: #2A91D8;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #CA5952;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
    background-color: #59A84B;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #F2BB46;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-pink {
    background-color: #D6487E;
}

.progress-striped .progress-bar-pink {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-purple {
    background-color: #9585BF;
}

.progress-striped .progress-bar-purple {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow {
    background-color: #FFD259;
}

.progress-striped .progress-bar-yellow {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-inverse {
    background-color: #404040;
}

.progress-striped .progress-bar-inverse {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-grey {
    background-color: #8A8A8A;
}

.progress-striped .progress-bar-grey {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/**
.progress {
  position: relative;
}
.progress:before {
  display: inline-block;
  content: "";
  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
 
  background: radial-gradient(9px 9px 0deg, circle cover, aqua 0%, rgba(0, 0, 255, 0) 100%, blue 95%);
}
*/
.infobox-container {
    text-align: center;
    font-size: 0;
}

.infobox {
    display: inline-block;
    width: 210px;
    /*infobox height changed because there is no room to display KPI Dates*/
    height: 80px;
    color: #555;
    background-color: #FFF;
    box-shadow: none;
    border-radius: 0;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    border: 1px dotted;
    border-color: #D8D8D8 !important;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

    .infobox > .infobox-icon {
        display: inline-block;
        vertical-align: top;
        width: 44px;
    }

        .infobox > .infobox-icon > .ace-icon {
            display: inline-block;
            height: 42px;
            margin: 0;
            padding: 1px 1px 0 2px;
            background-color: transparent;
            border-width: 0;
            text-align: center;
            position: relative;
            border-radius: 100%;
            -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
            box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
        }

            .infobox > .infobox-icon > .ace-icon:before {
                font-size: 24px;
                display: block;
                padding: 6px 0 7px;
                width: 40px;
                text-align: center;
                border-radius: 100%;
                color: #FFF;
                color: rgba(255, 255, 255, 0.9);
                background-color: transparent;
                background-color: rgba(255, 255, 255, 0.2);
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
            }

    .infobox .infobox-content {
        color: #555;
        max-width: 140px;
    }

        .infobox .infobox-content:first-child {
            font-weight: bold;
        }

    .infobox > .infobox-data {
        display: inline-block;
        border-width: 0;
        border-top-width: 0;
        font-size: 13px;
        text-align: left;
        line-height: 21px;
        min-width: 130px;
        padding-left: 8px;
        position: relative;
        top: 0;
    }

        .infobox > .infobox-data > .infobox-data-number {
            display: block;
            font-size: 18px;
            margin: 2px 0 4px;
            position: relative;
            /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);*/
        }

        .infobox > .infobox-data > .infobox-text {
            display: block;
            font-size: 16px;
            margin: 2px 0 4px;
            position: relative;
            text-shadow: none;
        }

    .infobox.no-border {
        border-width: 0 !important;
    }

@media only screen and (max-width: 479px) {
    .infobox {
        min-width: 95%;
        /*margin-top: 2px;
        margin-bottom: 2px;*/
        margin: 0;
    }
}

.infobox-purple {
    color: #6F3CC4;
    border-color: #6F3CC4;
}

    .infobox-purple > .infobox-icon > .ace-icon {
        background-color: #6F3CC4;
    }

    .infobox-purple.infobox-dark {
        background-color: #6F3CC4;
        border-color: #6F3CC4;
    }

.infobox-purple2 {
    color: #5F47B0;
    border-color: #5F47B0;
}

    .infobox-purple2 > .infobox-icon > .ace-icon {
        background-color: #5F47B0;
    }

    .infobox-purple2.infobox-dark {
        background-color: #5F47B0;
        border-color: #5F47B0;
    }

.infobox-pink {
    color: #CB6FD7;
    border-color: #CB6FD7;
}

    .infobox-pink > .infobox-icon > .ace-icon {
        background-color: #CB6FD7;
    }

    .infobox-pink.infobox-dark {
        background-color: #CB6FD7;
        border-color: #CB6FD7;
    }

.infobox-blue {
    color: #6FB3E0;
    border-color: #6FB3E0;
}

    .infobox-blue > .infobox-icon > .ace-icon {
        background-color: #6FB3E0;
    }

    .infobox-blue.infobox-dark {
        background-color: #6FB3E0;
        border-color: #6FB3E0;
    }

.infobox-blue2 {
    color: #3983C2;
    border-color: #3983C2;
}

    .infobox-blue2 > .infobox-icon > .ace-icon {
        background-color: #3983C2;
    }

    .infobox-blue2.infobox-dark {
        background-color: #3983C2;
        border-color: #3983C2;
    }

.infobox-blue3 {
    color: #1144EB;
    border-color: #1144EB;
}

    .infobox-blue3 > .infobox-icon > .ace-icon {
        background-color: #1144EB;
    }

    .infobox-blue3.infobox-dark {
        background-color: #1144EB;
        border-color: #1144EB;
    }

.infobox-red {
    color: #D53F40;
    border-color: #D53F40;
}

    .infobox-red > .infobox-icon > .ace-icon {
        background-color: #D53F40;
    }

    .infobox-red.infobox-dark {
        background-color: #D53F40;
        border-color: #D53F40;
    }

.infobox-brown {
    color: #C67A3E;
    border-color: #C67A3E;
}

    .infobox-brown > .infobox-icon > .ace-icon {
        background-color: #C67A3E;
    }

    .infobox-brown.infobox-dark {
        background-color: #C67A3E;
        border-color: #C67A3E;
    }

.infobox-wood {
    color: #7B3F25;
    border-color: #7B3F25;
}

    .infobox-wood > .infobox-icon > .ace-icon {
        background-color: #7B3F25;
    }

    .infobox-wood.infobox-dark {
        background-color: #7B3F25;
        border-color: #7B3F25;
    }

.infobox-light-brown {
    color: #CEBEA5;
    border-color: #CEBEA5;
}

    .infobox-light-brown > .infobox-icon > .ace-icon {
        background-color: #CEBEA5;
    }

    .infobox-light-brown.infobox-dark {
        background-color: #CEBEA5;
        border-color: #CEBEA5;
    }

.infobox-orange {
    color: #E8B110;
    border-color: #E8B110;
}

    .infobox-orange > .infobox-icon > .ace-icon {
        background-color: #E8B110;
    }

    .infobox-orange.infobox-dark {
        background-color: #E8B110;
        border-color: #E8B110;
    }

.infobox-orange2 {
    color: #F79263;
    border-color: #F79263;
}

    .infobox-orange2 > .infobox-icon > .ace-icon {
        background-color: #F79263;
    }

    .infobox-orange2.infobox-dark {
        background-color: #F79263;
        border-color: #F79263;
    }

.infobox-green {
    color: #9ABC32;
    border-color: #9ABC32;
}

    .infobox-green > .infobox-icon > .ace-icon {
        background-color: #9ABC32;
    }

    .infobox-green.infobox-dark {
        background-color: #9ABC32;
        border-color: #9ABC32;
    }

.infobox-green2 {
    color: #0490A6;
    border-color: #0490A6;
}

    .infobox-green2 > .infobox-icon > .ace-icon {
        background-color: #0490A6;
    }

    .infobox-green2.infobox-dark {
        background-color: #0490A6;
        border-color: #0490A6;
    }

.infobox-grey {
    color: #999999;
    border-color: #999999;
}

    .infobox-grey > .infobox-icon > .ace-icon {
        background-color: #999999;
    }

    .infobox-grey.infobox-dark {
        background-color: #999999;
        border-color: #999999;
    }

.infobox-black {
    color: #393939;
    border-color: #393939;
}

    .infobox-black > .infobox-icon > .ace-icon {
        background-color: #393939;
    }

    .infobox-black.infobox-dark {
        background-color: #393939;
        border-color: #393939;
    }

.infobox-dark {
    margin: 1px 1px 0 0;
    border-color: transparent !important;
    border-width: 0;
    color: #FFF;
    padding: 4px;
}

    .infobox-dark > .infobox-icon > .ace-icon,
    .infobox-dark > .infobox-icon > .ace-icon:before {
        background-color: transparent;
        box-shadow: none !important;
        text-shadow: none;
        border-radius: 0;
        font-size: 30px;
    }

        .infobox-dark > .infobox-icon > .ace-icon:before {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .infobox-dark .infobox-content {
        color: #FFF;
    }

.infobox > .infobox-progress {
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    width: 44px;
}

.infobox > .infobox-chart {
    padding-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
    width: 44px;
    text-align: center;
}

    .infobox > .infobox-chart > .sparkline {
        font-size: 24px;
    }

    .infobox > .infobox-chart canvas {
        vertical-align: middle !important;
    }

.infobox > .stat {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
    text-shadow: none;
    color: #ABBAC3;
    font-size: 13px;
    font-weight: bold;
    padding-right: 18px;
    padding-top: 3px;
}

    .infobox > .stat:before {
        display: inline-block;
        content: "";
        width: 8px;
        height: 11px;
        background-color: #ABBAC3;
        position: absolute;
        right: 4px;
        top: 7px;
    }

    .infobox > .stat:after {
        display: inline-block;
        content: "";
        position: absolute;
        right: 1px;
        top: -8px;
        border: 12px solid transparent;
        border-width: 8px 7px;
        border-bottom-color: #ABBAC3;
    }

    .infobox > .stat.stat-success {
        color: #77C646;
    }

        .infobox > .stat.stat-success:before {
            background-color: #77C646;
        }

        .infobox > .stat.stat-success:after {
            border-bottom-color: #77C646;
        }

    .infobox > .stat.stat-important {
        /*pointing down*/
        color: #E4564F;
    }

        .infobox > .stat.stat-important:before {
            background-color: #E4564F;
            top: 3px;
        }

        .infobox > .stat.stat-important:after {
            border-top-color: #E4564F;
            border-bottom-color: transparent;
            bottom: -6px;
            top: auto;
        }

.infobox.infobox-dark > .stat {
    color: #FFF;
}

    .infobox.infobox-dark > .stat:before {
        background-color: #E1E5E8;
    }

    .infobox.infobox-dark > .stat:after {
        border-bottom-color: #E1E5E8;
    }

    .infobox.infobox-dark > .stat.stat-success {
        color: #FFF;
    }

        .infobox.infobox-dark > .stat.stat-success:before {
            background-color: #D0E29E;
        }

        .infobox.infobox-dark > .stat.stat-success:after {
            border-bottom-color: #D0E29E;
        }

    .infobox.infobox-dark > .stat.stat-important {
        color: #FFF;
    }

        .infobox.infobox-dark > .stat.stat-important:before {
            background-color: #FF8482;
            top: 3px;
        }

        .infobox.infobox-dark > .stat.stat-important:after {
            border-top-color: #FF8482;
            border-bottom-color: transparent;
            bottom: -6px;
            top: auto;
        }

.infobox > .badge {
    position: absolute;
    right: 20px;
    top: 11px;
    border-radius: 0;
    text-shadow: none;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    height: 16px;
    padding: 0 1px;
}

.infobox.infobox-dark > .badge {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #F1F1F1;
    top: 2px;
    right: 2px;
}

    .infobox.infobox-dark > .badge.badge-success > .ace-icon {
        color: #C6E9A1;
    }

    .infobox.infobox-dark > .badge.badge-important > .ace-icon {
        color: #ECB792;
    }

    .infobox.infobox-dark > .badge.badge-warning > .ace-icon {
        color: #ECB792;
    }

.infobox-small {
    width: 135px;
    height: 52px;
    text-align: left;
    padding-bottom: 5px;
}

    .infobox-small > .infobox-icon,
    .infobox-small > .infobox-chart,
    .infobox-small > .infobox-progress {
        display: inline-block;
        width: 40px;
        max-width: 40px;
        height: 42px;
        line-height: 38px;
        vertical-align: middle;
    }

    .infobox-small > .infobox-data {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        max-width: 72px;
        min-width: 0;
    }

    .infobox-small > .infobox-chart > .sparkline {
        font-size: 14px;
        margin-left: 2px;
    }

.percentage {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.infobox-small .percentage {
    font-size: 13px;
    font-weight: normal;
    margin-top: 2px;
    margin-left: 2px;
}

.pricing-box:not(:first-child) {
    padding-left: 7px;
}

.pricing-box:not(:last-child) {
    padding-right: 7px;
}

.pricing-box .price {
    font-size: 22px;
    line-height: 20px;
    height: 28px;
    text-align: center;
    color: #555;
}

    .pricing-box .price small {
        font-size: 22px;
    }

.pricing-box .btn {
    font-size: 16px;
}

.pricing-box .widget-header {
    /* the title */
    text-align: center;
    padding-left: 0;
}

@media only screen and (max-width: 480px) {
    .pricing-box {
        margin: 0;
        margin-bottom: 16px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -1px;
    }

        .pricing-box:nth-child(odd) {
            padding-left: 12px !important;
        }

        .pricing-box:nth-child(even) {
            padding-right: 12px !important;
        }
}

@media only screen and (max-width: 479px) {
    .pricing-box {
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

.pricing-table-header {
    padding-top: 0;
    margin-top: 0;
    text-align: left;
}

    .pricing-table-header > li {
        padding: 7px 0 7px 11px;
        font-size: 13px;
    }

.pricing-table {
    margin-top: 0;
}

    .pricing-table > li {
        text-align: center;
        padding: 7px 0;
        font-size: 13px;
    }

.list-striped > li:nth-child(odd) {
    background-color: #FFF;
}

.list-striped > li:nth-child(even) {
    background-color: #F2F3EB;
}

.list-striped.pricing-table-header > li:nth-child(even) {
    background-color: #EEE;
}

.pricing-box-small {
    box-shadow: none;
    margin-left: -2px;
    background-color: #FFF;
    position: relative;
    z-index: 10;
}

    .pricing-box-small .price {
        line-height: 20px;
        height: 28px;
        text-align: center;
    }

        .pricing-box-small .price .label:before,
        .pricing-box-small .price .label:after {
            margin-top: -2px;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

    .pricing-box-small:hover {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
        z-index: 11;
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }

        .pricing-box-small:hover .price > .label {
            -webkit-transform: scale(0.96);
            -ms-transform: scale(0.96);
            -o-transform: scale(0.96);
            transform: scale(0.96);
        }

.pricing-span {
    margin: 0;
    width: 19%;
    max-width: 150px !important;
    min-width: 110px !important;
    float: left !important;
}

.pricing-span-header {
    padding-right: 0;
}

@media only screen and (min-width: 480px) {
    .pricing-span-body {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .pricing-span-header,
    .pricing-span-body {
        width: 100%;
        padding-right: 12px;
    }
}

.login-container {
    width: 375px;
    margin: 0 auto;
}

.login-layout {
    background-color: #1D2024;
}

    .login-layout .main-container:before {
        display: none;
    }

    .login-layout .main-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-layout label {
        margin-bottom: 11px;
    }

    .login-layout .widget-box {
        visibility: hidden;
        position: fixed;
        z-index: -5;
        border-bottom: none;
        box-shadow: none;
        padding: 6px;
        background-color: #394557;
        -moz-transform: scale(0,1) translate(-150px);
        -webkit-transform: scale(0,1) translate(-150px);
        -o-transform: scale(0,1) translate(-150px);
        -ms-transform: scale(0,1) translate(-150px);
        transform: scale(0,1) translate(-150px);
    }

        .login-layout .widget-box.visible {
            visibility: visible;
            position: relative;
            z-index: auto;
            -moz-transform: scale(1,1) translate(0);
            -webkit-transform: scale(1,1) translate(0);
            -o-transform: scale(1,1) translate(0);
            -ms-transform: scale(1,1) translate(0);
            transform: scale(1,1) translate(0);
            transition: transform .3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease;
            -o-transition: -o-transform 0.2s ease;
        }

        .login-layout .widget-box .widget-main {
            padding: 16px 36px 36px;
            background: #F7F7F7;
        }

            .login-layout .widget-box .widget-main form {
                margin: 0;
            }

        .login-layout .widget-box .widget-body .toolbar > div > a {
            font-size: 15px;
            font-weight: 400;
            text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
        }

.login-box .forgot-password-link {
    color: #FE9;
}

.login-box .user-signup-link {
    color: #CF7;
}

.login-box .toolbar {
    background: #5090C1;
    border-top: 2px solid #597597;
}

    .login-box .toolbar > div {
        width: 50%;
        display: inline-block;
        padding: 9px 0 11px;
    }

        .login-box .toolbar > div:first-child {
            float: left;
            text-align: left;
        }

            .login-box .toolbar > div:first-child > a {
                margin-left: 11px;
            }

            .login-box .toolbar > div:first-child + div {
                float: right;
                text-align: right;
            }

                .login-box .toolbar > div:first-child + div > a {
                    margin-right: 11px;
                }

.forgot-box .toolbar {
    background: #EE363D;
    border-top: 2px solid #EE363D;
    padding: 9px 18px;
}

.signup-box .toolbar {
    background: #76B774;
    border-top: 2px solid #759759;
    padding: 9px 18px;
}

.forgot-box .back-to-login-link,
.signup-box .back-to-login-link {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
}
/* social login */
.login-layout .login-box .widget-main {
    padding-bottom: 16px;
}

.social-or-login {
    margin-top: 4px;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .social-or-login :first-child {
        display: inline-block;
        background: #F7F7F7;
        padding: 0 8px;
        color: #5090C1;
        font-size: 13px;
    }

    .social-or-login:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 0;
        right: 0;
        border-top: 1px dotted #A6C4DB;
    }

.social-login a {
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 46px;
    padding: 0;
    margin: 0 1px;
    border-width: 0;
}

    .social-login a > .ace-icon {
        font-size: 24px;
        margin: 0;
    }

@media only screen and (max-width: 540px) {
    .login-layout .widget-box .widget-main {
        padding: 16px;
    }

    .login-container {
        width: 98%;
    }

    .login-layout .widget-box {
        padding: 0;
    }

    .login-layout .main-content {
        padding-left: 6px;
        padding-right: 6px;
    }

    .login-box .toolbar > div {
        width: auto;
    }
}

.light-login {
    background: #DFE0E2 url('images/pattern.jpg') repeat;
}

    .light-login .widget-box {
        padding: 1px 1px 0;
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(50, 50, 50, 0.33);
    }

        .light-login .widget-box .toolbar {
            border-top-width: 1px;
        }

        .light-login .widget-box.login-box {
            background-color: #BCC6CF;
            background-color: rgba(100, 110, 120, 0.4);
        }

        .light-login .widget-box.signup-box {
            background-color: #C1CEC4;
            background-color: rgba(110, 120, 100, 0.4);
        }

        .light-login .widget-box.forgot-box {
            background-color: #D2C5C5;
            background-color: rgba(120, 110, 100, 0.4);
        }

.blur-login {
    background: #394557 url('images/meteorshower2.jpg') repeat;
}

.invoice-info {
    line-height: 24px !important;
    color: #444;
    vertical-align: bottom;
    margin-left: 9px;
    margin-right: 9px;
}

.invoice-info-label {
    display: inline-block;
    max-width: 100px;
    text-align: right;
    font-size: 14px;
}

.invoice-box .label-large[class*="arrowed"] {
    margin-left: 11px !important;
    max-width: 95%;
}

.error-container {
    margin: 20px;
    padding: 0;
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .error-container {
        margin: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .error-container {
        margin: 6px;
    }
}

.ace-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ace-thumbnails > li {
        float: left;
        display: block;
        position: relative;
        overflow: hidden;
        margin: 2px;
        border: 2px solid #333;
    }

        .ace-thumbnails > li > :first-child {
            display: block;
            position: relative;
        }

            .ace-thumbnails > li > :first-child:focus {
                outline: none;
            }

        .ace-thumbnails > li .tags {
            display: inline-block;
            position: absolute;
            bottom: 0;
            right: 0;
            overflow: visible;
            direction: rtl;
            padding: 0;
            margin: 0;
            height: auto;
            width: auto;
            background-color: transparent;
            border-width: 0;
            vertical-align: inherit;
        }

            .ace-thumbnails > li .tags > .label-holder {
                opacity: 0.92;
                filter: alpha(opacity=92);
                display: table;
                margin: 1px 0 0 0;
                direction: ltr;
                text-align: left;
            }

                .ace-thumbnails > li .tags > .label-holder:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

        .ace-thumbnails > li > .tools {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -30px;
            width: 24px;
            background-color: rgba(0, 0, 0, 0.55);
            text-align: center;
            vertical-align: middle;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .ace-thumbnails > li > .tools.tools-right {
                left: auto;
                right: -30px;
            }

            .ace-thumbnails > li > .tools.tools-bottom {
                width: auto;
                height: 28px;
                left: 0;
                right: 0;
                top: auto;
                bottom: -30px;
            }

            .ace-thumbnails > li > .tools.tools-top {
                width: auto;
                height: 28px;
                left: 0;
                right: 0;
                top: -30px;
                bottom: auto;
            }

        .ace-thumbnails > li:hover > .tools {
            left: 0;
            right: 0;
        }

            .ace-thumbnails > li:hover > .tools.tools-bottom {
                top: auto;
                bottom: 0;
            }

            .ace-thumbnails > li:hover > .tools.tools-top {
                bottom: auto;
                top: 0;
            }

            .ace-thumbnails > li:hover > .tools.tools-right {
                left: auto;
                right: 0;
            }

        .ace-thumbnails > li > .in.tools {
            left: 0;
            right: 0;
        }

            .ace-thumbnails > li > .in.tools.tools-bottom {
                top: auto;
                bottom: 0;
            }

            .ace-thumbnails > li > .in.tools.tools-top {
                bottom: auto;
                top: 0;
            }

            .ace-thumbnails > li > .in.tools.tools-right {
                left: auto;
                right: 0;
            }

        .ace-thumbnails > li > .tools > a,
        .ace-thumbnails > li > :first-child .inner a {
            display: inline-block;
            color: #FFF;
            font-size: 18px;
            font-weight: normal;
            padding: 0 4px;
        }

            .ace-thumbnails > li > .tools > a:hover,
            .ace-thumbnails > li > :first-child .inner a:hover {
                text-decoration: none;
                color: #C9E2EA;
            }

        .ace-thumbnails > li .tools.tools-bottom > a,
        .ace-thumbnails > li .tools.tools-top > a {
            display: inline-block;
        }

        .ace-thumbnails > li > :first-child > .text {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            top: 0;
            text-align: center;
            color: #FFF;
            background-color: rgba(0, 0, 0, 0.55);
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .ace-thumbnails > li > :first-child > .text:before {
                /* makes the inner text become vertically centered*/
                content: '';
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: 0;
                /* Adjusts for spacing */
            }

            .ace-thumbnails > li > :first-child > .text > .inner {
                padding: 4px 0;
                margin: 0;
                display: inline-block;
                vertical-align: middle;
                max-width: 90%;
            }

        .ace-thumbnails > li:hover > :first-child > .text {
            opacity: 1;
            filter: alpha(opacity=100);
        }

@media only screen and (max-width: 480px) {
    .ace-thumbnails {
        text-align: center;
    }

        .ace-thumbnails > li {
            float: none;
            display: inline-block;
        }
}

.dialogs {
    padding: 9px;
    position: relative;
}

.itemdiv {
    padding-right: 3px;
    min-height: 66px;
    position: relative;
}

    .itemdiv > .user {
        display: inline-block;
        width: 42px;
        position: absolute;
        left: 0;
    }

        .itemdiv > .user > img,
        .itemdiv > .user > .img {
            border-radius: 100%;
            border: 2px solid #5293C4;
            max-width: 40px;
            position: relative;
        }

        .itemdiv > .user > .img {
            padding: 2px;
        }

    .itemdiv > .body {
        width: auto;
        margin-left: 50px;
        margin-right: 12px;
        position: relative;
    }

        .itemdiv > .body > .time {
            display: block;
            font-size: 11px;
            font-weight: bold;
            color: #666;
            position: absolute;
            right: 9px;
            top: 0;
        }

            .itemdiv > .body > .time .ace-icon {
                font-size: 14px;
                font-weight: normal;
            }

        .itemdiv > .body > .name {
            display: block;
            color: #999;
        }

            .itemdiv > .body > .name > b {
                color: #777;
            }

        .itemdiv > .body > .text {
            display: block;
            position: relative;
            margin-top: 2px;
            padding-bottom: 19px;
            padding-left: 7px;
            font-size: 13px;
        }

            .itemdiv > .body > .text:after {
                display: block;
                content: "";
                height: 1px;
                font-size: 0;
                overflow: hidden;
                position: absolute;
                left: 16px;
                right: -12px;
                margin-top: 9px;
                border-top: 1px solid #E4ECF3;
            }

            .itemdiv > .body > .text > .ace-icon:first-child {
                color: #DCE3ED;
                margin-right: 4px;
            }

    .itemdiv:last-child > .body > .text {
        border-bottom-width: 0;
    }

        .itemdiv:last-child > .body > .text:after {
            display: none;
        }

    .itemdiv.dialogdiv {
        padding-bottom: 14px;
    }

        .itemdiv.dialogdiv:before {
            position: absolute;
            display: block;
            content: "";
            top: 0;
            bottom: 0;
            left: 19px;
            width: 3px;
            max-width: 3px;
            background-color: #E1E6ED;
            border: 1px solid #D7DBDD;
            border-width: 0 1px;
        }

        .itemdiv.dialogdiv:last-child {
            padding-bottom: 0;
        }

            .itemdiv.dialogdiv:last-child:before {
                display: none;
            }

        .itemdiv.dialogdiv > .user > img {
            border-color: #C9D6E5;
        }

        .itemdiv.dialogdiv > .body {
            border: 1px solid #DDE4ED;
            padding: 5px 8px 8px;
            border-left-width: 2px;
            margin-right: 1px;
        }

            .itemdiv.dialogdiv > .body:before {
                content: "";
                display: block;
                position: absolute;
                left: -7px;
                top: 11px;
                width: 8px;
                height: 8px;
                border: 2px solid #DDE4ED;
                border-width: 2px 0 0 2px;
                background-color: #FFF;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .itemdiv.dialogdiv > .body > .time {
                position: static;
                float: right;
            }

            .itemdiv.dialogdiv > .body > .text {
                padding-left: 0;
                padding-bottom: 0;
            }

                .itemdiv.dialogdiv > .body > .text:after {
                    display: none;
                }

        .itemdiv.dialogdiv .tooltip-inner {
            word-break: break-all;
        }

    .itemdiv.memberdiv {
        width: 175px;
        padding: 2px;
        margin: 3px 0;
        float: left;
        border-bottom: 1px solid #E8E8E8;
    }

@media (min-width: 992px) {
    .itemdiv.memberdiv {
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .itemdiv.memberdiv {
        min-width: 33.333%;
    }
}

.itemdiv.memberdiv > .user > img {
    border-color: #DCE3ED;
}

.itemdiv.memberdiv > .body > .time {
    position: static;
}

.itemdiv.memberdiv > .body > .name {
    line-height: 18px;
    height: 18px;
    margin-bottom: 0;
}

    .itemdiv.memberdiv > .body > .name > a {
        display: inline-block;
        max-width: 100px;
        max-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
    }

.itemdiv .tools {
    position: absolute;
    right: 5px;
    bottom: 10px;
    display: none;
}

    .itemdiv .tools .btn {
        border-radius: 36px;
        margin: 1px 0;
    }

.itemdiv .body .tools {
    bottom: 4px;
}

.itemdiv.commentdiv .tools {
    right: 9px;
}

.itemdiv:hover .tools {
    display: inline-block;
}

.item-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .item-list > li {
        padding: 9px;
        background-color: #FFF;
        margin-top: -1px;
        position: relative;
    }

        .item-list > li.selected {
            color: #8090A0;
            background-color: #F4F9FC;
        }

            .item-list > li.selected label,
            .item-list > li.selected .lbl {
                text-decoration: line-through;
                color: #8090A0;
            }

        .item-list > li > .checkbox {
            display: inline-block;
        }

        .item-list > li > label.inline {
            display: inline-block;
        }

        .item-list > li label {
            font-size: 13px;
        }

        .item-list > li .percentage {
            font-size: 11px;
            font-weight: bold;
            color: #777;
        }

        .item-list > li.ui-sortable-helper {
            cursor: move;
        }

li[class*="item-"] {
    border: 1px solid #DDD;
    border-left-width: 3px;
}

li.item-orange {
    border-left-color: #E8B110;
}

li.item-orange2 {
    border-left-color: #F79263;
}

li.item-red {
    border-left-color: #D53F40;
}

li.item-red2 {
    border-left-color: #D15B47;
}

li.item-green {
    border-left-color: #9ABC32;
}

li.item-green2 {
    border-left-color: #0490A6;
}

li.item-blue {
    border-left-color: #4F99C6;
}

li.item-blue2 {
    border-left-color: #3983C2;
}

li.item-blue3 {
    border-left-color: #1144EB;
}

li.item-pink {
    border-left-color: #CB6FD7;
}

li.item-purple {
    border-left-color: #6F3CC4;
}

li.item-black {
    border-left-color: #505050;
}

li.item-grey {
    border-left-color: #A0A0A0;
}

li.item-brown {
    border-left-color: brown;
}

li.item-default {
    border-left-color: #ABBAC3;
}

.ui-sortable-placeholder,
.ui-sortable-helper,
.ui-sortable-placeholder > a,
.ui-sortable-helper > a {
    cursor: move !important;
}

@media only screen and (max-width: 480px) {
    .itemdiv.memberdiv {
        float: none;
        width: auto;
    }
}

.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto;
}

.profile-info-row {
    display: table-row;
}

.profile-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: normal;
    color: #667E99;
    background-color: transparent;
    border-top: 1px dotted #D5E4F1;
    display: table-cell;
    width: 110px;
    vertical-align: middle;
}

.profile-info-value {
    display: table-cell;
    padding: 6px 4px 6px 6px;
    border-top: 1px dotted #D5E4F1;
}

    .profile-info-value > span + span:before {
        /* for a list of values (such as location city & country) put a comma between them */
        display: inline;
        content: ",";
        margin-left: 1px;
        margin-right: 3px;
        color: #666;
        border-bottom: 1px solid #FFF;
    }

    .profile-info-value > span + span.editable-container:before {
        display: none;
    }

.profile-info-row:first-child .profile-info-name {
    border-top: none;
}

.profile-info-row:first-child .profile-info-value {
    border-top: none;
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7;
}

    .profile-user-info-striped .profile-info-name {
        color: #336199;
        background-color: #EDF3F4;
        border-top: 1px solid #F7FBFF;
    }

    .profile-user-info-striped .profile-info-value {
        border-top: 1px dotted #DCEBF7;
        padding-left: 12px;
    }

.profile-picture {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.profile-activity {
    padding: 10px 4px;
    border-bottom: 1px dotted #D0D8E0;
    position: relative;
    border-left: 1px dotted #FFF;
    border-right: 1px dotted #FFF;
}

    .profile-activity:first-child {
        border-top: 1px dotted transparent;
    }

        .profile-activity:first-child:hover {
            border-top-color: #D0D8E0;
        }

    .profile-activity:hover {
        background-color: #F4F9FD;
        border-left: 1px dotted #D0D8E0;
        border-right: 1px dotted #D0D8E0;
    }

    .profile-activity img {
        border: 2px solid #C9D6E5;
        border-radius: 100%;
        max-width: 40px;
        margin-right: 10px;
        margin-left: 0px;
        box-shadow: none;
    }

    .profile-activity .thumbicon {
        background-color: #74ABD7;
        display: inline-block;
        border-radius: 100%;
        width: 38px;
        height: 38px;
        color: #FFF;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
        margin-right: 10px;
        margin-left: 0px;
        text-shadow: none !important;
    }

    .profile-activity .time {
        display: block;
        margin-top: 4px;
        color: #777;
    }

    .profile-activity a.user {
        font-weight: bold;
        color: #9585BF;
    }

    .profile-activity .tools {
        position: absolute;
        right: 12px;
        bottom: 8px;
        display: none;
    }

    .profile-activity:hover .tools {
        display: block;
    }

.user-profile .ace-thumbnails li {
    border: 1px solid #CCC;
    padding: 3px;
    margin: 6px;
}

    .user-profile .ace-thumbnails li .tools {
        left: 3px;
        right: 3px;
    }

    .user-profile .ace-thumbnails li:hover .tools {
        bottom: 3px;
    }

.user-title-label:hover {
    text-decoration: none;
}

.user-title-label + .dropdown-menu {
    margin-left: -12px;
}

.profile-contact-links {
    padding: 4px 2px 5px;
    border: 1px solid #E0E2E5;
    background-color: #F8FAFC;
}

.btn-link:hover .ace-icon {
    text-decoration: none !important;
}

.profile-social-links > a {
    text-decoration: none;
    margin: 0 1px;
}

    .profile-social-links > a:hover > .ace-icon {
        text-decoration: none;
    }

.profile-skills .progress {
    height: 26px;
    margin-bottom: 2px;
    background-color: transparent;
}

    .profile-skills .progress .progress-bar {
        line-height: 26px;
        font-size: 13px;
        font-weight: bold;
        font-family: "Open Sans";
        padding: 0 8px;
    }

.profile-users .user {
    display: block;
    position: static;
    text-align: center;
    width: auto;
}

    .profile-users .user img {
        padding: 2px;
        border-radius: 100%;
        border: 1px solid #AAA;
        max-width: none;
        width: 64px;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }

        .profile-users .user img:hover {
            -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.33);
            box-shadow: 0 0 1px 1px rgba(0,0,0,0.33);
        }

.profile-users .memberdiv {
    background-color: #FFF;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    text-align: center;
    margin: 0 8px 24px;
}

    .profile-users .memberdiv .name a:hover .ace-icon {
        text-decoration: none;
    }

    .profile-users .memberdiv .body {
        display: inline-block;
        margin: 8px 0 0 0;
    }

    .profile-users .memberdiv .popover {
        visibility: hidden;
        min-width: 0;
        max-height: 0;
        max-width: 0;
        margin-left: 0;
        margin-right: 0;
        top: -5%;
        left: auto;
        right: auto;
        opacity: 0;
        display: none;
        position: absolute;
        -webkit-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
        -o-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
        transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
    }

        .profile-users .memberdiv .popover.right {
            left: 100%;
            right: auto;
            display: block;
        }

        .profile-users .memberdiv .popover.left {
            left: auto;
            right: 100%;
            display: block;
        }

    .profile-users .memberdiv > :first-child:hover .popover {
        visibility: visible;
        opacity: 1;
        z-index: 1060;
        max-height: 250px;
        max-width: 250px;
        min-width: 150px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .profile-users .memberdiv .tools {
        position: static;
        display: block;
        width: 100%;
        margin-top: 2px;
    }

        .profile-users .memberdiv .tools > a {
            margin: 0 2px;
        }

            .profile-users .memberdiv .tools > a:hover {
                text-decoration: none;
            }

.user-status {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #FFF;
    border: 3px solid #AAA;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 1px;
}

    .user-status.status-online {
        border-color: #8AC16C;
    }

    .user-status.status-busy {
        border-color: #E07F69;
    }

    .user-status.status-idle {
        border-color: #FFB752;
    }

.tab-content.profile-edit-tab-content {
    border: 1px solid #DDD;
    padding: 8px 32px 32px;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
}

@media only screen and (max-width: 480px) {
    .profile-info-name {
        width: 80px;
    }

    .profile-user-info-striped .profile-info-name {
        float: none;
        width: auto;
        text-align: left;
        padding: 6px 4px 6px 10px;
        display: block;
    }

    .profile-user-info-striped .profile-info-value {
        margin-left: 10px;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .user-profile .memberdiv {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
}

.inbox-tabs.nav-tabs > li > a {
    background-color: #FAFAFA;
}

.inbox-tabs.nav-tabs > li.active:not(.open) > a,
.inbox-tabs.nav-tabs > li.active:not(.open) > a:hover,
.inbox-tabs.nav-tabs > li.active:not(.open) > a:focus {
    background-color: #F1F5FA;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
    color: #48768E;
}

.inbox-tabs.nav-tabs > li > a.btn-new-mail {
    background-color: transparent;
    border: none !important;
    padding: 0 !important;
}

    .inbox-tabs.nav-tabs > li > a.btn-new-mail > .btn {
        border-width: 0 !important;
        border-radius: 3px !important;
        padding: 0 6px !important;
        position: relative;
        transition: none !important;
    }

.inbox-tabs.nav-tabs > li.active > a.btn-new-mail {
    box-shadow: none !important;
}

    .inbox-tabs.nav-tabs > li.active > a.btn-new-mail > .btn:before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -6px;
        border-width: 6px 8px;
        border-style: solid;
        border-color: transparent;
        border-top-color: inherit;
    }

.inbox-tabs.nav-tabs.tab-size-bigger > li > a {
    padding: 5px 15px 7px;
    font-size: 14px;
}

    .inbox-tabs.nav-tabs.tab-size-bigger > li > a > .ace-icon:first-child {
        margin-bottom: 5px;
    }

    .inbox-tabs.nav-tabs.tab-size-bigger > li > a.btn-new-mail > .btn {
        padding: 10px !important;
        border-radius: 7px !important;
    }

.inbox-tabs.nav-tabs.tab-size-bigger > li.active > a.btn-new-mail {
    margin-top: 0 !important;
    top: 1px;
}

    .inbox-tabs.nav-tabs.tab-size-bigger > li.active > a.btn-new-mail > .btn:before {
        left: 50%;
        margin-left: -8px;
        border-width: 8px 10px;
    }

@media only screen and (max-width: 479px) {
    .inbox-tabs > .li-new-mail {
        display: block;
        text-align: right;
        margin-bottom: 8px !important;
        float: none !important;
    }

        .inbox-tabs > .li-new-mail > .btn-new-mail {
            display: inline-block;
            width: auto;
        }
}

.message-container {
    position: relative;
}

.message-list {
    position: relative;
}

.message-item {
    border: 1px solid #EAEDF1;
    border-bottom-width: 0;
    padding: 12px 12px 14px;
    line-height: 18px;
    position: relative;
    background-color: #FFF;
}

    .message-item:first-child {
        border-top-width: 0;
    }

    .message-item:hover {
        border-color: #E2EAF2;
        background-color: #F2F6F9;
    }

        .message-item:hover + .message-item {
            border-top-color: #E2EAF2;
        }

            .message-item:hover + .message-item.selected {
                border-top-color: #FFF;
            }

    .message-item.selected {
        background-color: #EFF4F7;
        border-color: #FFF #E2EAF2;
    }

        .message-item.selected + .message-item {
            border-top-color: #FFF;
        }

            .message-item.selected + .message-item:hover + .message-item {
                border-top-color: #FFF;
            }

    .message-navbar input.ace + .lbl::before,
    .message-item input.ace + .lbl::before {
        top: auto;
    }

    .message-item .sender {
        margin: 0 6px 0 4px;
        vertical-align: middle;
        color: #467287;
        display: inline-block;
        width: 110px;
        height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
    }

    .message-item.message-unread .sender {
        color: #6A9CBA;
        font-weight: bold;
    }

    .message-item .summary {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        margin-left: 30px;
        max-width: 250px;
        max-width: calc(100% - 300px);
        min-width: 200px;
        white-space: nowrap;
    }

        .message-item .summary .text {
            color: #555;
            vertical-align: middle;
            display: inline-block;
            width: auto;
            max-width: 100%;
            height: 18px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
        }

            .message-item .summary .text:hover {
                text-decoration: underline;
            }

        .message-item .summary .message-flags {
            display: block;
            position: absolute;
            right: 100%;
            margin-right: 4px;
            height: 18px;
            white-space: nowrap;
        }

    .message-item.message-unread .summary .text {
        color: #609FC4;
        font-weight: bold;
    }

    .message-item .time {
        float: right;
        width: 60px;
        height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #666;
    }

    .message-item.message-unread .time {
        font-weight: bold;
        color: #609FC4;
    }

    .message-item.message-unread .message-content .time {
        font-weight: normal;
    }

    .message-item .attachment {
        color: #999;
        font-size: 18px;
        vertical-align: middle;
        float: right;
        margin: 0 12px;
        position: relative;
    }

    .message-item.message-unread .attachment {
        color: #4F99C6;
    }

.message-content .time {
    font-weight: normal;
}

.message-star {
    vertical-align: middle;
    margin: 2px 4px 0 6px;
    font-size: 15px;
    cursor: pointer;
}

    .message-star:hover {
        color: #FEB902 !important;
        text-decoration: none;
    }

.mail-tag:empty {
    display: inline-block;
    width: 8px;
    height: 11px;
    padding: 0;
    line-height: normal;
    vertical-align: middle;
    margin: 0 1px 0 0;
}

.badge.mail-tag {
    border-radius: 2px;
}

.dropdown-menu > li > a > .mail-tag {
    vertical-align: inherit;
}

@media only screen and (max-width: 991px) {
    .message-item .summary {
        min-width: 0;
    }

    .message-item .sender {
        width: 100px;
    }
}

@media only screen and (max-width: 550px) {
    .message-item .summary {
        margin: 8px 0 0 32px;
        max-width: 95%;
        min-width: 0;
        display: block;
    }

    .message-item .sender {
        width: auto;
        max-width: 150px;
    }

    .message-item .summary .text {
        max-width: 95%;
    }
}

.btn-message,
.btn-message:hover,
.btn-message:focus,
.btn-message:active,
.open .btn-message.dropdown-toggle {
    background-color: #FFF !important;
    border: 1px solid #94B9CE !important;
    color: #7CA3BA !important;
    text-shadow: none !important;
}

.message-content {
    padding: 16px 12px;
    border: 1px solid #E9E9E9;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.02);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.02);
    background-color: rgba(255, 255, 255, 0.8);
    border-top-width: 0;
}

.message-item .message-content {
    margin-top: 16px;
    border-top-width: 1px;
}

.message-body {
    padding: 0 9px;
    color: #6A7177;
}

.message-navbar {
    line-height: 24px;
    padding: 10px 12px;
    border: 1px solid #D6E1EA;
    border-color: #D6E1EA transparent;
    background-color: #F1F5FA;
    text-align: center;
    position: relative;
}

    .message-navbar .dropdown-toggle,
    .message-content .dropdown-toggle {
        color: #777;
    }

        .message-navbar .dropdown-toggle:hover,
        .message-content .dropdown-toggle:hover,
        .message-navbar .dropdown-toggle:focus,
        .message-content .dropdown-toggle:focus {
            text-decoration: none;
            color: #2283C5;
        }

.message-bar {
    display: inline-block;
    min-height: 28px;
}

@media only screen and (max-width: 480px) {
    .message-bar {
        display: block;
        min-height: 60px;
    }
}

.message-footer {
    background-color: #F1F1F1;
    padding: 12px 16px;
    border: 1px solid #E6E6E6;
    border-width: 1px 0;
    border-top: 1px solid #E4E9EE;
}

    .message-footer .pagination {
        margin: 0;
    }

        .message-footer .pagination > li {
            margin: 0;
            padding: 0;
        }

            .message-footer .pagination > li > a,
            .message-footer .pagination > li > span {
                color: #777;
                padding: 3px 6px;
                margin-left: 1px;
                margin-right: 1px;
                background-color: transparent;
                border: 1px solid transparent;
            }

            .message-footer .pagination > li.disabled > span {
                color: #BBBBBB;
                cursor: default;
                background-color: transparent;
                border-color: transparent;
            }

            .message-footer .pagination > li > a:hover {
                border-color: #91bad6;
                color: #2283C5;
                text-decoration: none;
                background-color: #FFF;
            }

    .message-footer input[type=text] {
        font-size: 12px;
        width: 34px;
        height: 24px;
        line-height: 20px;
        margin-bottom: 0;
        padding: 3px;
        vertical-align: middle;
        text-align: center;
    }

.message-footer-style2 .pagination > li > a,
.message-footer-style2 .pagination > li > span {
    border: 1px solid #B5B5B5;
    border-radius: 100% !important;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    padding: 0;
}

.message-footer-style2 .pagination > li > span,
.message-footer-style2 .pagination > li.disabled > span {
    border-color: #CCC;
}

.message-footer-style2 .pagination > li > a:hover {
    border-color: #84AFC9;
    background-color: #F7F7F7;
}

.message-item.message-inline-open {
    background-color: #F2F6F9;
    border: 1px solid #DDD;
    border-bottom-color: #CCC;
}

    .message-item.message-inline-open:first-child {
        border-top-color: #EEE;
    }

    .message-item.message-inline-open:last-child {
        border-bottom-color: #DDD;
    }

    .message-item.message-inline-open + .message-item {
        border-bottom-color: transparent;
    }

.message-loading-overlay {
    position: absolute;
    z-index: 14;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

    .message-loading-overlay > .ace-icon {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        text-align: center;
    }

.message-content .sender {
    color: #6A9CBA;
    font-weight: bold;
    width: auto;
    text-overflow: inherit;
    vertical-align: middle;
    margin: 0;
}

.message-content .time {
    width: auto;
    text-overflow: inherit;
    white-space: normal;
    float: none;
    vertical-align: middle;
}

ul.attachment-list {
    margin: 6px 0 4px 8px;
}

    ul.attachment-list > li {
        margin-bottom: 3px;
    }

.message-attachment {
    padding-left: 10px;
    padding-right: 10px;
}

.attached-file {
    color: #777;
    width: 200px;
    display: inline-block;
}

    .attached-file > .ace-icon {
        display: inline-block;
        width: 16px;
        margin-right: 2px;
        vertical-align: middle;
    }

    .attached-file:hover {
        text-decoration: none;
        color: #438EB9;
    }

        .attached-file:hover .attached-name {
            color: #2283C5;
        }

    .attached-file .attached-name {
        display: inline-block;
        max-width: 175px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
    }

.messagebar-item-left,
.messagebar-item-right {
    position: absolute;
    bottom: 14px;
    left: 12px;
    text-align: left;
}

.messagebar-item-right {
    right: 12px;
    left: auto;
}

.message-navbar .nav-search {
    right: auto;
    left: 5px;
    top: auto;
    bottom: 11px;
}

.message-navbar .messagebar-item-left ~ .nav-search {
    left: 60px;
}

.message-form {
    border: 1px solid #ddd;
    border-top: none;
    padding-top: 22px;
}

@media only screen and (max-width: 480px) {
    .message-form {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.message-form .form-actions {
    margin-bottom: 0;
}

.message-form .wysiwyg-editor {
    overflow: auto;
    min-height: 150px;
    max-height: 250px;
    height: auto;
}

.btn-send-message {
    position: relative;
    top: 6px;
    vertical-align: middle;
}

.btn-back-message-list {
    color: #777;
}

    .btn-back-message-list:hover {
        color: #478FCA;
        text-decoration: none;
    }

.message-condensed .message-item {
    padding-top: 8px;
    padding-bottom: 9px;
}

.message-condensed .message-navbar,
.message-condensed .message-footer {
    padding-top: 7px;
    padding-bottom: 7px;
}

.message-condensed .messagebar-item-left,
.message-condensed .messagebar-item-right {
    bottom: 9px;
}

.message-condensed .message-navbar .nav-search {
    bottom: 7px;
}

@media only screen and (max-width: 480px) {
    .message-condensed .message-bar {
        min-height: 42px;
    }
}

.inbox-folders .btn-block {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .inbox-folders.inbox-folders-responsive .btn-block {
        width: 24%;
    }
}

@media only screen and (max-width: 600px) {
    .inbox-folders.inbox-folders-responsive .btn-block {
        width: 48%;
    }
}

@media only screen and (max-width: 320px) {
    .inbox-folders.inbox-folders-responsive .btn-block {
        width: 99%;
    }
}

.inbox-folders .btn-lighter,
.inbox-folders .btn-lighter.active {
    background-color: #F4F4F4 !important;
    text-shadow: none !important;
    color: #7C8395 !important;
    border: 1px solid #FFF !important;
    padding: 5px 11px;
}

    .inbox-folders .btn-lighter.active {
        background-color: #EDF2F8 !important;
        color: #53617C !important;
    }

    .inbox-folders .btn-lighter:hover {
        background-color: #EFEFEF !important;
        color: #6092C4 !important;
    }

.inbox-folders .btn > .ace-icon:first-child {
    display: inline-block;
    width: 14px;
    text-align: left;
}

.inbox-folders .btn-lighter + .btn-lighter {
    border-top-width: 0 !important;
}

.inbox-folders .btn.active:before {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    border-left: 3px solid #4F99C6;
}

.inbox-folders .btn.active:after {
    display: none;
}

.inbox-folders .btn .counter {
    border-radius: 3px;
    position: absolute;
    right: 8px;
    top: 8px;
    padding-left: 6px;
    padding-right: 6px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.inbox-folders .btn:hover .badge {
    opacity: 1;
    filter: alpha(opacity=100);
}

.timeline-container {
    position: relative;
    padding-top: 4px;
    margin-bottom: 32px;
}

    .timeline-container:last-child {
        margin-bottom: 0;
    }

    .timeline-container:before {
        /* the vertical line running through icons */
        content: "";
        display: block;
        position: absolute;
        left: 28px;
        top: 0;
        bottom: 0;
        border: 1px solid #E2E3E7;
        background-color: #E7EAEF;
        width: 4px;
        border-width: 0 1px;
    }

    .timeline-container:first-child:before {
        border-top-width: 1px;
    }

    .timeline-container:last-child:before {
        border-bottom-width: 1px;
    }

.timeline-item {
    position: relative;
    margin-bottom: 8px;
}

    .timeline-item .widget-box {
        background-color: #F2F6F9;
        color: #595C66;
    }

    .timeline-item .transparent.widget-box {
        border-left: 3px solid #DAE1E5;
    }

    .timeline-item .transparent .widget-header {
        background-color: #ECF1F4;
        border-bottom-width: 0;
    }

        .timeline-item .transparent .widget-header > .widget-title {
            margin-left: 8px;
        }

    .timeline-item:nth-child(even) .widget-box {
        background-color: #F3F3F3;
        color: #616161;
    }

        .timeline-item:nth-child(even) .widget-box.transparent {
            border-left-color: #DBDBDB !important;
        }

            .timeline-item:nth-child(even) .widget-box.transparent .widget-header {
                background-color: #EEE !important;
            }

    .timeline-item .widget-box {
        margin: 0;
        position: relative;
        max-width: none;
        margin-left: 60px;
    }

    .timeline-item .widget-main {
        margin: 0;
        position: relative;
        max-width: none;
        border-bottom-width: 0;
    }

    .timeline-item .widget-body {
        background-color: transparent;
    }

    .timeline-item .widget-toolbox {
        padding: 4px 8px 0 !important;
        background-color: transparent !important;
        border-width: 0 !important;
        margin: 0 0px !important;
    }

.timeline-info {
    float: left;
    width: 60px;
    text-align: center;
    position: relative;
}

    .timeline-info img {
        border-radius: 100%;
        max-width: 42px;
    }

    .timeline-info .label,
    .timeline-info .badge {
        font-size: 12px;
    }

.timeline-container:not(.timeline-style2) .timeline-indicator {
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 30px;
    width: 36px;
    text-align: center;
    text-shadow: none !important;
    padding: 0;
    cursor: default;
    border: 3px solid #FFF !important;
}

.timeline-label {
    display: block;
    clear: both;
    margin: 0 0 18px;
    margin-left: 34px;
}

.timeline-item img {
    border: 1px solid #AAA;
    padding: 2px;
    background-color: #FFF;
}

.timeline-style2:before {
    display: none;
}

.timeline-style2 .timeline-item {
    padding-bottom: 22px;
    margin-bottom: 0;
}

    .timeline-style2 .timeline-item:last-child {
        padding-bottom: 0;
    }

    .timeline-style2 .timeline-item:before {
        content: "";
        display: block;
        position: absolute;
        left: 90px;
        top: 5px;
        bottom: -5px;
        border-width: 0;
        background-color: #DDD;
        width: 2px;
        max-width: 2px;
    }

    .timeline-style2 .timeline-item:last-child:before {
        display: none;
    }

    .timeline-style2 .timeline-item:first-child:before {
        display: block;
    }

    .timeline-style2 .timeline-item .transparent .widget-header {
        background-color: transparent !important;
    }

    .timeline-style2 .timeline-item .transparent.widget-box {
        background-color: transparent !important;
        border-left: none !important;
    }

.timeline-style2 .timeline-info {
    width: 100px;
}

.timeline-style2 .timeline-indicator {
    font-size: 0;
    height: 12px;
    line-height: 12px;
    width: 12px;
    border-width: 1px !important;
    background-color: #FFFFFF !important;
    position: absolute;
    left: 85px;
    top: 3px;
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    padding: 0;
}

.timeline-style2 .timeline-date {
    display: inline-block;
    width: 72px;
    text-align: right;
    margin-right: 25px;
    color: #777;
}

.timeline-style2 .timeline-item .widget-box {
    margin-left: 112px;
}

.timeline-style2 .timeline-label {
    width: 75px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: right;
    color: #666;
    font-size: 14px;
}

.timeline-time {
    text-align: center;
    position: static;
}

.well.search-area {
    background-color: #ecf1f4;
    border-color: #d6e1ea;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-thumbnail {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .search-thumbnail:hover {
        border-color: #75A8CE;
    }

    .search-thumbnail .search-title {
        margin-top: 15px;
    }

.search-media {
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 12px;
    -webkit-transition: border 0.1s ease-in-out 0s;
    -o-transition: border 0.1s ease-in-out 0s;
    transition: border 0.1s ease-in-out 0s;
    position: relative;
    padding-right: 150px;
}

    .search-media:hover {
        border-color: #75A8CE;
        z-index: 1;
    }

    .search-media .search-actions {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 20%;
        min-width: 100px;
        max-width: 150px;
        padding: 6px 9px;
    }

        .search-media .search-actions::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 8px;
            bottom: 16px;
            width: 1px;
            background-image: -webkit-linear-gradient(top, #FFF 0%, #DDD 100%);
            background-image: -o-linear-gradient(top, #FFF 0%, #DDD 100%);
            background-image: linear-gradient(to bottom, #FFF 0%, #DDD 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
        }

    .search-media:hover .search-actions {
        background-color: #F0F4F7;
    }

    .search-media.disabled:hover .search-actions {
        background-color: #F6F6F6;
    }

    .search-media:not(.disabled):hover .search-actions::before {
        background-image: -webkit-linear-gradient(top, #FFF 0%, #84bee5 100%);
        background-image: -o-linear-gradient(top, #FFF 0%, #84bee5 100%);
        background-image: linear-gradient(to bottom, #FFF 0%, #84bee5 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff84bee5', GradientType=0);
    }

.search-filter-header {
    padding: 8px;
    margin: -4px;
}

.search-btn-action {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    -webkit-transition: bottom 0.15s;
    -o-transition: bottom 0.15s;
    transition: bottom 0.15s;
}

.search-media:hover .search-btn-action {
    bottom: 1px;
}

.search-promotion.label {
    position: absolute;
    margin-top: -1px;
    margin-left: -1px;
}

.search-filter-element {
    padding: 12px;
    background-color: #FFF;
    border: 1px solid #C9DDE7;
}

.search-results {
    padding: 24px 12px;
    min-height: 20px;
}

.search-result {
    margin-top: -1px;
    position: relative;
    padding: 12px;
    border: 1px dotted;
    border-color: #DDD #FFF #FFF;
    border-color: rgba(0, 0, 0, 0.11) transparent transparent;
}

    .search-result:hover {
        background-color: #F7F7F7;
        border-color: #D6E1EA;
        border-style: solid;
        z-index: 1;
    }

    .search-result:first-child {
        border-top-color: #FFF;
        border-top-color: transparent;
    }

        .search-result:first-child:hover {
            border-top-color: #D6E1EA;
        }

    .search-result .search-title {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .search-result .search-content {
        margin-top: 2px;
    }

table.dataTable {
    clear: both;
    max-width: none;
}

    table.dataTable th:active {
        outline: none;
    }

div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child,
    div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

.tableTools-container {
    margin-bottom: 8px;
    position: relative;
}

.gritter-item-wrapper.dt-button-info {
    padding: 12px 11px 8px;
    z-index: 1999;
}

    .gritter-item-wrapper.dt-button-info > h2 {
        margin-top: 0;
    }

.dt-button-collection .dropdown-menu {
    display: block;
    z-index: 1101;
}

    .dt-button-collection .dropdown-menu > li > a {
        color: #888;
        text-decoration: line-through;
    }

        .dt-button-collection .dropdown-menu > li > a.active {
            color: #333;
            text-decoration: none;
        }

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
    opacity: 0.1;
}

.dataTable > tbody > tr.selected > td {
    background-color: #dff0d8;
}

.dataTable > tbody > tr.selected:hover > td {
    background-color: #d0e9c6;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 60px;
    margin-left: -40%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    border: 2px solid #DDD;
    background-color: rgba(255, 255, 255, 0.66);
}

.fc-toolbar h2 {
    font-size: 22px;
    color: #65A0CE;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #BCD4E5;
}

.fc-unthemed .fc-today {
    background: #FFC;
}

.fc-event {
    border-width: 0;
    color: #FFF;
    padding: 1px 1px 2px 2px;
    border-radius: 0;
}

    .fc-event:not([class*="label-"]) {
        background-color: #ABBAC3;
    }

    .fc-event.label-yellow {
        color: #996633;
    }

    .fc-event.label-light {
        color: #888;
    }

.label-yellow .fc-event {
    color: #996633;
}

.label-light .fc-event {
    color: #888;
}

[class*="label-"] > .fc-event,
[class*="label-"] > .fc-event > .fc-event-skin.fc-event-head {
    background-color: inherit;
}

.fc-event.ui-draggable-dragging {
    cursor: move;
}

.fc-event.fc-event-vert,
.fc-event-vert > .fc-event {
    padding: 0 0 1px;
}

.fc-day-number {
    color: #2E6589;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fc-widget-header,
.fc .fc-axis {
    background: #ECF2F7;
    color: #8090A0;
}

.fc-event-hori,
.fc-event-vert {
    border-radius: 0 !important;
    border-color: transparent;
}

    .fc-event-vert .fc-event-content {
        padding-left: 1px;
        padding-right: 1px;
    }

    .fc-event-vert .fc-event-time {
        padding: 0;
    }

.fc-state-default {
    border: none;
}

    .fc-state-default,
    .fc-state-default .fc-button-inner {
        border: none;
        background-color: #ABBAC3;
        color: #FFF;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
        border-radius: 0 !important;
        margin-left: 2px;
    }

        .fc-state-default .fc-button-effect {
            display: none;
        }

.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
    opacity: 0.75;
    filter: alpha(opacity=75);
    color: #DDD;
}

.fc-state-active,
.fc-state-active .fc-button-inner {
    border-color: #4F99C6;
    background-color: #6FB3E0;
}

.fc-state-hover,
.fc-state-hover .fc-button-inner {
    background-color: #8B9AA3;
}

.fc .fc-button-group > * {
    margin: 0 1px 0 0;
}

.external-event {
    margin: 6px 0;
    padding: 0;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #FFF;
}

    .external-event:not([class*="label-"]) {
        background-color: #ABBAC3;
    }

    .external-event:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .external-event.ui-draggable-dragging {
        cursor: move;
    }

    .external-event.label-yellow {
        color: #996633;
    }

    .external-event.label-light {
        color: #888;
    }

    .external-event > .ace-icon:first-child {
        display: inline-block;
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 30px;
        margin-right: 5px;
        font-size: 15px;
        border-right: 1px solid #FFF;
    }
/**
.widget-main {
	.fc {
		position:relative;
		top:-40px;
		
		> .fc-header {
			position:relative;
			z-index:10;
		}
		
		.fc-header-space {
			padding-left:2px;
		}
	}
	
	.fc-header-title > h2 {
		font-size: floor(@base-font-size * 1.4);
		line-height: 36px;
	}
	
	.fc-content {
		top:-14px;
		z-index:11;
	}
	
	.fc-button-content {
		height:37px;
		line-height:36px;
	}
	
}
*/
@media only screen and (max-width: 480px) {
    .fc-header td {
        display: block;
        width: auto;
        text-align: left;
    }
}

/*.chosen-container + .help-inline {
    vertical-align: middle;
}*/
/**
.chosen-select {
  display: inline !important; //for validation plugin to work it must be displayed
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-width: 0;
}
*/
.chosen-container,
[class*="chosen-container"] {
    vertical-align: middle;
}

    .chosen-container > .chosen-single,
    [class*="chosen-container"] > .chosen-single {
        line-height: 28px;
        height: 32px;
        box-shadow: none;
        background: #FAFAFA;
    }

.chosen-choices {
    box-shadow: none !important;
}

.chosen-container-single .chosen-single abbr {
    background: none;
}

    .chosen-container-single .chosen-single abbr:after {
        content: "\f00d";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 13px;
        position: absolute;
        right: 0;
        top: -7px;
    }

    .chosen-container-single .chosen-single abbr:hover:after {
        color: #464646;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover:after {
    color: #464646;
}

.chosen-single div b {
    background: none !important;
}

    .chosen-single div b:before {
        content: "\f0d7";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 12px;
        position: relative;
        top: -1px;
        left: 1px;
    }

.chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "\f0d8";
}

.chosen-container-single .chosen-search {
    position: relative;
}

    .chosen-container-single .chosen-search input[type="text"] {
        background: none;
        border-radius: 0;
        line-height: 28px;
        height: 28px;
    }

    .chosen-container-single .chosen-search:after {
        content: "\f002";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 14px;
        position: absolute;
        top: 8px;
        right: 12px;
    }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 16px;
    padding-bottom: 4px;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        background: none;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
            content: "\f00d";
            display: inline-block;
            color: #888;
            font-family: FontAwesome;
            font-size: 13px;
            position: absolute;
            right: 2px;
            top: -1px;
        }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
            text-decoration: none;
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
                color: #464646;
            }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close:before {
    color: #464646;
}

.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background: none;
}

    .chosen-container .chosen-results-scroll-down span:before,
    .chosen-container .chosen-results-scroll-up span:before {
        content: "\f0d7";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 12px;
        position: relative;
        top: -1px;
        left: 1px;
    }

    .chosen-container .chosen-results-scroll-up span:before {
        content: "\f0d8";
    }

.chosen-container-active .chosen-single-with-drop div b:before {
    content: "\f0d8";
}

.chosen-rtl .chosen-search input[type="text"] {
    background: none;
}

.chosen-rtl .chosen-search:after {
    content: "";
    display: none;
}

.chosen-rtl .chosen-search:before {
    content: "\f002";
    display: inline-block;
    color: #888;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 9px;
    left: 12px;
}
/** chosen - etc */
.chosen-container-single .chosen-single {
    border-radius: 0;
}

.chosen-container .chosen-results li.highlighted {
    background: #316AC5;
    color: #FFF;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
    border-bottom: 3px solid #4492C9;
    border-color: #4492C9;
}

.chosen-single.chosen-single-with-drop,
.chosen-container-active .chosen-single {
    border-color: #4492C9;
}

.form-group.has-error .chosen-single {
    border-color: #f2a696 !important;
}

.form-group.has-info .chosen-single {
    border-color: #72aec2 !important;
}

.form-group.has-warning .chosen-single {
    border-color: #e3c94c !important;
}

.form-group.has-success .chosen-single {
    border-color: #9cc573 !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #4492C9;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: auto;
    right: auto;
    display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: none !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }
}

.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    background-color: #91B8D0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 6px 22px 7px 9px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 18px;
        height: auto;
        line-height: 25px;
        text-align: center;
    }

        .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
            color: #FFF;
            position: static;
            font-size: 11px;
        }

        .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
            background-color: rgba(0, 0, 0, 0.2);
        }

            .tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
                color: #FFF;
            }

.tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice {
    padding: 6px 9px 7px 22px;
    margin-left: 0;
    margin-right: 3px !important;
}

    .tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 0;
    }

.select2-container--default .select2-selection {
    border-radius: 0;
    line-height: 24px;
}

.select2-container--default .select2-selection {
    border-color: #AAA;
}

.select2-container--default.select2-container--focus .select2-selection {
    border-color: #4492C9;
}

.select2-container--open .select2-dropdown {
    border-radius: 0;
}

.select2-container--open .select2-dropdown {
    border-color: #4492c9;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-container--default .select2-selection .select2-selection__clear {
    position: absolute;
    right: -32px;
    font-size: 16px;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container--default .select2-selection .select2-selection__choice__remove {
    font-size: 15px;
    margin-right: 3px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #E4EEF5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4F99C6;
}

.select2-search {
    background: none;
}

    .select2-search:before {
        font-family: FontAwesome;
        font-size: 12px;
        display: inline;
        content: "\f002";
        color: #888;
        position: absolute;
        right: 12px;
        top: 8px;
    }

    .select2-search:hover:before {
        color: #555;
    }

.select2-selection--multiple .select2-search:before {
    display: none;
}

.form-group.has-error .select2-container--default .select2-selection {
    border-color: #f2a696 !important;
}

.form-group.has-info .select2-container--default .select2-selection {
    border-color: #72aec2 !important;
}

.form-group.has-warning .select2-container--default .select2-selection {
    border-color: #e3c94c !important;
}

.form-group.has-success .select2-container--default .select2-selection {
    border-color: #9cc573 !important;
}

.select2.tag-input-style .select2-selection .select2-selection__choice {
    background-color: #91B8D0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 6px 22px 7px 9px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .select2.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -2px;
        left: auto;
        width: 18px;
        height: auto;
        line-height: 36px;
        text-align: center;
        color: #FFF;
    }

        .select2.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove:hover {
            background-color: rgba(0, 0, 0, 0.2);
            color: #FFF;
        }

.select2-container .select2-choice {
    border-radius: 0;
    height: 32px;
    line-height: 28px;
}

.select2-container.select2-drop-above .select2-choice {
    border-radius: 0;
}

.select2-container[class*="input-"] {
    max-width: none;
}

.select2-container.input-mini {
    min-width: 100px;
}

.select2-container .select2-choice abbr,
.select2-search-choice-close {
    background: none;
}

    .select2-container .select2-choice abbr:before,
    .select2-search-choice-close:before {
        font-family: FontAwesome;
        font-size: 12px;
        display: inline;
        content: "\f00d";
        color: #888;
        position: relative;
        top: -1px;
    }

    .select2-container .select2-choice abbr:hover:before,
    .select2-search-choice-close:hover:before {
        color: #555;
    }

    .select2-container .select2-choice abbr:before {
        top: -7px;
    }

    .select2-search-choice-close:hover {
        text-decoration: none !important;
    }

.select2-result-single {
    margin-left: 0;
}

.select2-drop {
    border-radius: 0;
    border: 1px solid #4492C9;
    border-width: 0 1px 3px;
}

    .select2-drop.select2-drop-above {
        border-radius: 0;
    }

.select2-container .select2-choice {
    background: #FAFAFA none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #4492C9;
}

.select2-results .select2-highlighted {
    background: #316AC5;
}

.select2-container .select2-choice .select2-arrow {
    border-radius: 0;
    background: transparent none;
    border: none;
}

    .select2-container .select2-choice .select2-arrow b {
        background: none;
    }

        .select2-container .select2-choice .select2-arrow b:before {
            font-family: FontAwesome;
            font-size: 12px;
            display: inline;
            content: "\f0d7";
            color: #888;
            position: relative;
            left: 5px;
        }

.select2-dropdown-open .select2-choice .select2-arrow b:before {
    content: "\f0d8";
}

.select2-search-field .select2-search .select2-input {
    background: #fff none;
    margin-top: 4px;
}

.select2-search-field .select2-search:after {
    font-family: FontAwesome;
    font-size: 14px;
    display: inline;
    content: "\f002";
    color: #777;
    position: relative;
    top: 0;
    left: -20px;
    z-index: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none;
    background-color: #F6F6F6;
}

.select2-container-multi .select2-choices .select2-search-field input {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    font-size: 14px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 16px;
    padding-bottom: 4px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-search-field .select2-search input.select2-active {
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search-field .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice div b {
        background-image: none !important;
        background-size: auto !important;
    }

    .select2-search-field .select2-search input {
        background-position: auto !important;
    }
}

.select2-container-active.select2-dropdown-open .select2-choice {
    background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #EEEEEE 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #EEEEEE 0%, #FFFFFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}

.select2-container-active.select2-drop-above .select2-choice {
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}

.form-group.has-error .select2-choice,
.form-group.has-error .select2-choices {
    border-color: #f2a696 !important;
}

.form-group.has-info .select2-choice,
.form-group.has-info .select2-choices {
    border-color: #72aec2 !important;
}

.form-group.has-warning .select2-choice,
.form-group.has-warning .select2-choices {
    border-color: #e3c94c !important;
}

.form-group.has-success .select2-choice,
.form-group.has-success .select2-choices {
    border-color: #9cc573 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search-field .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: none !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

    .select2-search-field .select2-search input {
        background-position: auto !important;
    }
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice {
    background-image: none;
    background-color: #91B8D0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-right: 0;
    padding: 6px 22px 7px 9px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: 18px;
        height: auto;
        line-height: 25px;
        text-align: center;
    }

        .select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:before {
            color: #FFF;
            position: static;
            font-size: 11px;
        }

        .select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover {
            background-color: rgba(0, 0, 0, 0.2);
        }

            .select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover:before {
                color: #FFF;
            }

#colorbox:focus,
#colorbox:active {
    outline: none;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    background: none !important;
    opacity: 0;
}

#cboxContent {
    border: 12px solid #000;
    background-color: #FFF;
    padding: 7px;
}

#cboxOverlay {
    background: rgba(0, 0, 0, 0.95);
    background: #000;
}

#cboxCurrent {
    left: 64px;
    margin-bottom: 4px;
    font-size: 14px;
}

#cboxTitle {
    margin-bottom: 4px;
    font-size: 14px;
    color: #777;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
    background: none;
    text-indent: 0;
    width: 26px;
    height: 26px;
    line-height: 22px;
    padding: 0 4px;
    text-align: center;
    border: 2px solid #999;
    border-radius: 16px;
    color: #666;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
}

    #cboxNext:hover,
    #cboxPrevious:hover {
        color: #333;
        border-color: #666;
    }

#cboxContent {
    overflow: visible;
}

#cboxClose {
    background-color: #000;
    border: 2px solid #FFF;
    border-radius: 32px;
    color: #FFF;
    font-size: 21px;
    height: 28px;
    width: 28px;
    padding-bottom: 2px;
    margin-left: 0;
    right: -14px;
    top: -14px;
}

#cboxLoadingOverlay {
    background: none !important;
}

#cboxLoadingGraphic {
    background: #FFF none !important;
    text-align: center;
}

    #cboxLoadingGraphic > .ace-icon {
        display: inline-block;
        background-color: #FFF;
        border-radius: 8px;
        width: 32px;
        height: 32px;
        position: relative;
        top: 48%;
        text-align: center;
        vertical-align: middle;
        font-size: 24px;
        color: #FE7E3E;
    }

.ace-spinner {
    display: inline-block;
}

    .ace-spinner .spinbox-buttons.btn-group-vertical {
        min-width: 18px;
    }

        .ace-spinner .spinbox-buttons.btn-group-vertical > .btn {
            font-size: 10px;
            padding: 0;
            width: 22px;
            height: 16px;
            line-height: 8px;
            margin-left: 0;
        }

            .ace-spinner .spinbox-buttons.btn-group-vertical > .btn:first-child {
                margin-top: 0;
            }

            .ace-spinner .spinbox-buttons.btn-group-vertical > .btn > .ace-icon {
                margin: 0;
                padding: 0;
            }

            .ace-spinner .spinbox-buttons.btn-group-vertical > .btn + .btn {
                margin-top: 2px;
            }

        .ace-spinner .spinbox-buttons.btn-group-vertical > .btn-xs {
            height: 14px;
            line-height: 7px;
        }

        .ace-spinner .spinbox-buttons.btn-group-vertical > .btn-lg {
            height: 22px;
            line-height: 10px;
            width: 22px;
        }

    .ace-spinner .spinbox-buttons > button.btn.spinbox-up:active {
        top: -1px;
    }

    .ace-spinner:not(.touch-spinner) .spinbox-buttons > .btn > .ace-icon {
        margin-top: -1px;
    }

    .ace-spinner.touch-spinner .spinbox-buttons {
        margin: 0;
        font-size: 0;
    }

        .ace-spinner.touch-spinner .spinbox-buttons .btn-sm {
            width: 32px;
            padding-left: 6px;
            padding-right: 6px;
        }

        .ace-spinner.touch-spinner .spinbox-buttons .btn-xs {
            width: 24px;
            padding-left: 4px;
            padding-right: 4px;
        }

        .ace-spinner.touch-spinner .spinbox-buttons .btn-lg {
            width: 40px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .ace-spinner.touch-spinner .spinbox-buttons > .btn {
            margin: 0 1px !important;
        }

        .ace-spinner.touch-spinner .spinbox-buttons > .btn-xs {
            padding-top: 3px;
            padding-bottom: 3px;
        }

        .ace-spinner.touch-spinner .spinbox-buttons > .btn > .ace-icon {
            vertical-align: middle;
            display: inline-block;
        }

.tree {
    margin: auto;
    padding: 0 0 0 9px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

    .tree:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: -20px;
        bottom: 16px;
        left: 0;
        z-index: 1;
        border: 1px dotted #67B2DD;
        border-width: 0 0 0 1px;
    }

    .tree .tree {
        padding: 0;
        overflow: visible;
    }

        .tree .tree:before {
            display: none;
        }

    .tree .tree-branch-name,
    .tree .tree-item-name {
        cursor: pointer;
    }

    .tree .icon-caret {
        vertical-align: baseline !important;
    }

    .tree .tree-branch {
        width: auto;
        min-height: 20px;
        cursor: pointer;
    }

        .tree .tree-branch .tree-branch-header {
            position: relative;
            height: 20px;
            line-height: 20px;
        }

            .tree .tree-branch .tree-branch-header:hover {
                background-color: rgba(98, 168, 209, 0.1);
            }

        .tree .tree-branch .icon-caret ~ .tree-branch-header {
            display: inline-block;
            width: 80%;
            width: calc(100% - 36px);
        }

        .tree .tree-branch.tree-selected > .tree-branch-header {
            background-color: rgba(98, 168, 209, 0.18);
        }

        .tree .tree-branch .tree-branch-header .tree-branch-name,
        .tree .tree-item .tree-item-name {
            display: inline;
            z-index: 2;
        }

        .tree .tree-branch .tree-branch-header > .tree-branch-name > .ace-icon:first-child,
        .tree .tree-item > .tree-item-name > .ace-icon:first-child {
            display: inline-block;
            position: relative;
            z-index: 2;
            top: -1px;
        }

        .tree .tree-branch > .tree-branch-header > .tree-branch-name > .tree-label {
            margin-left: 2px;
        }

        .tree .tree-branch > .tree-branch-header > .tree-branch-name > .ace-icon:first-child {
            margin: -2px 0 0 -2px;
        }

        .tree .tree-branch:last-child:after {
            display: inline-block;
            content: "";
            position: absolute;
            z-index: 1;
            top: 15px;
            bottom: 0;
            left: -10px;
            border-left: 2px solid #FFF;
        }

        .tree .tree-branch .tree-branch-children,
        .tree .tree-branch .tree-branch-children.tree {
            margin: 0 0 0 23px;
            padding: 0;
            position: relative;
        }

            .tree .tree-branch .tree-branch-children:before,
            .tree .tree-branch .tree-branch-children.tree:before {
                display: inline-block;
                content: "";
                position: absolute;
                z-index: 1;
                top: -14px;
                bottom: 16px;
                left: -14px;
                border: 1px dotted #67B2DD;
                border-width: 0 0 0 1px;
            }

        .tree .tree-branch.tree-selected > .icon-caret ~ .tree-branch-header > .tree-branch-name > .tree-label {
            font-weight: bold;
        }

    .tree .tree-item {
        position: relative;
        height: 20px;
        line-height: 20px;
        cursor: pointer;
        max-width: calc(100% - 20px);
    }

        .tree .tree-item:hover {
            background-color: rgba(98, 168, 209, 0.1);
        }

        .tree .tree-item.tree-selected,
        .tree .tree-item.tree-selected:hover {
            background-color: rgba(98, 168, 209, 0.16);
        }

        .tree .tree-item > .tree-item-name > .ace-icon:first-child {
            margin-right: 3px;
        }

        .tree .tree-item > .tree-item-name > .tree-label > .ace-icon:first-child {
            margin-left: 3px;
            margin-right: 3px;
        }

        .tree .tree-item > .ace-icon:first-child {
            margin-top: -1px;
        }

    .tree .tree-branch,
    .tree .tree-item {
        position: relative;
        list-style: none;
    }

        .tree .tree-branch:before,
        .tree .tree-item:before {
            display: inline-block;
            content: "";
            position: absolute;
            top: 14px;
            left: -13px;
            width: 18px;
            height: 0;
            border-top: 1px dotted #67B2DD;
            z-index: 1;
        }

    .tree .tree-selected {
        color: #6398B0;
    }

    .tree .tree-item,
    .tree .tree-branch {
        border-left: 1px solid #FFF;
        margin: 1px 0;
    }

        .tree .tree-branch .tree-branch-header {
            border-radius: 0;
        }

        .tree .tree-item,
        .tree .tree-branch .tree-branch-header {
            padding: 5px;
            color: #4D6878;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

            .tree .tree-item > .tree-item-name > .ace-icon:first-child {
                color: #F9E8CE;
                width: 13px;
                height: 13px;
                line-height: 13px;
                font-size: 11px;
                text-align: center;
                border-radius: 3px;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                background-color: #FAFAFA;
                border: 1px solid #CCC;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            }

    .tree .tree-selected > .tree-item-name > .ace-icon:first-child {
        background-color: #F9A021;
        border-color: #F9A021;
        color: #FFF;
    }

    .tree .tree-plus.ace-icon:first-child,
    .tree .tree-minus.ace-icon:first-child {
        display: inline-block;
        font-style: normal;
        border: 1px solid #DDD;
        vertical-align: middle;
        height: 11px;
        width: 11px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        text-align: center;
        border: 1px solid #8BAEBF;
        line-height: 10px;
        background-color: #FFF;
        position: relative;
        z-index: 2;
    }

        .tree .tree-plus.ace-icon:first-child:before,
        .tree .tree-minus.ace-icon:first-child:before {
            content: "";
            display: block;
            width: 7px;
            height: 0;
            border-top: 1px solid #4D6878;
            position: absolute;
            top: 5px;
            left: 2px;
        }

        .tree .tree-plus.ace-icon:first-child:after {
            content: "";
            display: block;
            height: 7px;
            width: 0;
            border-left: 1px solid #4D6878;
            position: absolute;
            top: 2px;
            left: 5px;
        }

    .tree .tree-unselectable .tree-item > .tree-item-name > .tree-label > .ace-icon:first-child {
        color: #5084A0;
        width: 13px;
        height: 13px;
        line-height: 13px;
        font-size: 10px;
        text-align: center;
        border-radius: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .tree .ace-icon[class*="-down"] {
        transform: rotate(-45deg);
    }

    .tree .ace-icon[class*="-diwdownload"] {
        transform: none;
    }

    .tree .fa-spin {
        height: auto;
    }

    .tree .tree-loading {
        margin-left: 36px;
    }

    .tree img {
        display: inline;
        veritcal-align: middle;
    }

    .tree .icon-open {
        width: 16px;
        position: relative;
        z-index: 2;
        padding-left: 2px;
    }

    .tree .tree-leaf .tree-branch-head.ace-icon,
    .tree .tree-branch .tree-leaf-head.ace-icon {
        display: none;
    }

    .tree .tree-branch.tree-leaf .tree-leaf-head {
        display: inline-block;
        position: relative;
        z-index: 2;
        color: #DDD;
        background-color: #FFF;
    }

    .tree .tree-selected.tree-branch.tree-leaf .tree-leaf-head {
        color: #FEB902;
    }

.tree-container {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-left-color: #67B2DD;
    display: block;
    padding: 0;
    max-width: 200px;
    max-height: 250px;
}

    .tree-container .tree::before {
        margin-left: -1px;
    }

.gritter-item-wrapper {
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
    background: rgba(50, 50, 50, 0.92);
}

    .gritter-item-wrapper.gritter-info {
        background: rgba(49, 81, 133, 0.92);
    }

    .gritter-item-wrapper.gritter-error {
        background: rgba(153, 40, 18, 0.92);
    }

    .gritter-item-wrapper.gritter-success {
        background: rgba(89, 131, 75, 0.92);
    }

    .gritter-item-wrapper.gritter-warning {
        background: rgba(190, 112, 31, 0.92);
    }

    .gritter-item-wrapper.gritter-light {
        background: rgba(245, 245, 245, 0.95);
        border: 1px solid #BBB;
    }

        .gritter-item-wrapper.gritter-light.gritter-info {
            background: rgba(232, 242, 255, 0.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
                color: #4A577D;
            }

        .gritter-item-wrapper.gritter-light.gritter-error {
            background: rgba(255, 235, 235, 0.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
                color: #894A38;
            }

        .gritter-item-wrapper.gritter-light.gritter-success {
            background: rgba(239, 250, 227, 0.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
                color: #416131;
            }

        .gritter-item-wrapper.gritter-light.gritter-warning {
            background: rgba(252, 248, 227, 0.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
                color: #946446;
            }

.gritter-item p {
    line-height: 1.8;
}

.gritter-top,
.gritter-bottom,
.gritter-item {
    background-image: none;
}

.gritter-close {
    left: auto;
    right: 4px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #E17B67;
    font-size: 0;
    text-indent: 0;
}

    .gritter-close:before {
        font-family: FontAwesome;
        font-size: 16px;
        content: "\f00d";
    }

.gritter-info .gritter-close {
    color: #FFA500;
}

.gritter-error .gritter-close,
.gritter-success .gritter-close,
.gritter-warning .gritter-close {
    color: #FFEA07;
}

.gritter-close:hover {
    color: #FFF !important;
    text-decoration: none;
}

.gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: none;
    color: #444;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-close:hover {
    color: #8A3104 !important;
}

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
}

@media only screen and (max-width: 767px) {
    .gritter-center {
        left: 16%;
        right: 16%;
        top: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .gritter-center {
        left: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 320px) {
    .gritter-center {
        left: 10px;
        right: 10px;
    }
}

.wysiwyg-editor {
    max-height: 250px;
    height: 250px;
    background-color: #F7F8FA;
    border-collapse: separate;
    border: 1px solid #BBC0CA;
    padding: 4px;
    box-sizing: content-box;
    overflow-y: scroll;
    overflow-x: hidden;
    outline: none;
}

    .wysiwyg-editor:focus {
        background-color: #FFF;
    }

.wysiwyg-toolbar {
    line-height: 33px;
    margin: 0 !important;
    position: relative;
}

    .wysiwyg-toolbar .dropdown-menu {
        text-align: left;
    }

    .wysiwyg-toolbar .btn-group {
        float: none !important;
        font-size: 0;
    }

        .wysiwyg-toolbar .btn-group > .btn {
            float: none;
            padding-left: 0;
            padding-right: 0;
            text-align: center;
            margin-left: 1px;
            /**
		&.active:after {
			border-color: transparent;
			border-style: solid;
			border-top-color: inherit;
			border-width: 6px 14px;
			bottom: -13px;
			left: 0;
			right: 0;
		}
		*/
        }

            .wysiwyg-toolbar .btn-group > .btn > .ace-icon:first-child {
                font-size: 14px;
                width: 25px;
                max-width: 25px;
                display: inline-block;
                border-width: 1px !important;
            }

            .wysiwyg-toolbar .btn-group > .btn.dropdown-toggle > .ace-icon:last-child {
                margin-right: 4px;
            }

.wysiwyg-style1 .btn-group > .btn,
.wysiwyg-style2 .btn-group > .btn,
.wysiwyg-style1 .btn-group > .inline > .btn,
.wysiwyg-style2 .btn-group > .inline > .btn {
    margin: 0 !important;
    background: #FFF !important;
    border-width: 0 !important;
    color: #ADB3BE !important;
    text-shadow: none !important;
}

    .wysiwyg-style1 .btn-group > .btn:hover,
    .wysiwyg-style2 .btn-group > .btn:hover,
    .wysiwyg-style1 .btn-group > .inline > .btn:hover,
    .wysiwyg-style2 .btn-group > .inline > .btn:hover {
        background: #FFF !important;
    }

    .wysiwyg-style1 .btn-group > .btn.active,
    .wysiwyg-style2 .btn-group > .btn.active,
    .wysiwyg-style1 .btn-group > .inline > .btn.active,
    .wysiwyg-style2 .btn-group > .inline > .btn.active {
        color: #5B80CE !important;
    }

        .wysiwyg-style1 .btn-group > .btn.active:after,
        .wysiwyg-style2 .btn-group > .btn.active:after,
        .wysiwyg-style1 .btn-group > .inline > .btn.active:after,
        .wysiwyg-style2 .btn-group > .inline > .btn.active:after {
            display: none;
        }

.wysiwyg-style1 .btn-group,
.wysiwyg-style2 .btn-group {
    position: relative;
}

    .wysiwyg-style1 .btn-group:after,
    .wysiwyg-style2 .btn-group:after {
        display: block;
        content: "";
        position: absolute;
        left: -2px;
        top: 6px;
        bottom: 6px;
        width: 0;
        max-width: 0;
        border-left: 1px solid #E1E6EA;
    }

    .wysiwyg-style1 .btn-group:first-child:after,
    .wysiwyg-style2 .btn-group:first-child:after {
        display: none;
    }

.wysiwyg-style2 {
    background-color: #E5E5E5;
}

    .wysiwyg-style2 + .wysiwyg-editor {
        border-color: #DDD;
        background-color: #FFF;
        border-top: none;
    }

    .wysiwyg-style2 .btn-group > .btn,
    .wysiwyg-style2 .btn-group > .inline > .btn {
        margin: 0 1px 0 0 !important;
        background: #FFF !important;
        border: none !important;
        color: #8D939E !important;
        text-shadow: none !important;
    }

        .wysiwyg-style2 .btn-group > .btn.active,
        .wysiwyg-style2 .btn-group > .inline > .btn.active {
            color: #FFF !important;
            background: #6AAEDF !important;
        }

    .wysiwyg-style2 .btn-group:after {
        display: none;
    }

.wysiwyg-toolbar .btn-colorpicker {
    width: 24px;
    height: 24px;
    position: relative;
    background: #87B87F;
    /* Old browsers */
    background: -moz-linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%);
    /*  FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #CF3E73), color-stop(20%, #FFFFFF), color-stop(30%, #2283C5), color-stop(40%, #FFFFFF), color-stop(50%, #87B87F), color-stop(60%, #FFFFFF), color-stop(70%, #FFB752), color-stop(80%, #FFFFFF), color-stop(90%, #D15B47), color-stop(100%, #FFFFFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF3E73', endColorstr='#FFB752', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #CF3E73 10%, #FFFFFF 20%, #2283C5 30%, #FFFFFF 40%, #87B87F 50%, #FFFFFF 60%, #FFB752 70%, #FFFFFF 80%, #D15B47 90%, #FFFFFF 100%);
    /* W3C */
}

.wysiwyg-toolbar .dropdown-colorpicker > .dropdown-menu {
    top: auto;
}

.wysiwyg-toolbar input[type=file] {
    position: fixed;
    z-index: -10;
    opacity: 0;
    max-width: 0;
    max-height: 0;
    display: block;
}

.wysiwyg-toolbar .wysiwyg-choose-file {
    display: inline-block;
    width: auto;
    margin: 4px auto 0;
    padding-left: 5px;
    padding-right: 5px;
}

.wysiwyg-toolbar .dropdown-menu input[type=text] {
    margin-left: 8px;
    margin-bottom: 0;
}

    .wysiwyg-toolbar .dropdown-menu input[type=text].form-control {
        min-width: 150px;
    }

.wysiwyg-toolbar .dropdown-menu .btn {
    margin-right: 8px;
    margin-left: 8px;
}

.wysiwyg-style1 .btn-colorpicker {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* for adding image resize functionality in chrome and safari */
    .wysiwyg-editor img {
        display: inline !important;
    }

    .wysiwyg-editor .ui-wrapper {
        border: 1px dotted #D00;
        overflow: visible !important;
        /* because it's image only, so it's ok */
        display: inline-block !important;
        vertical-align: middle;
    }

        .wysiwyg-editor .ui-wrapper:after {
            content: "";
            display: block;
            position: absolute;
            right: -3px;
            bottom: -3px;
            width: 7px;
            height: 7px;
            border: 1px solid #D00;
            background-color: #FFF;
            z-index: 1;
        }
}
/* inside widget */
.widget-header .wysiwyg-toolbar {
    background-color: transparent;
}

    .widget-header .wysiwyg-toolbar .btn-group > .btn,
    .widget-header .wysiwyg-toolbar .btn-group > .inline > .btn {
        border-color: transparent;
        background: rgba(255, 255, 255, 0.25) !important;
        color: #FFF !important;
        min-width: 32px;
        border-width: 1px !important;
        border-radius: 4px !important;
        padding: 2px 1px 4px;
    }

        .widget-header .wysiwyg-toolbar .btn-group > .btn.active,
        .widget-header .wysiwyg-toolbar .btn-group > .inline > .btn.active {
            background: rgba(0, 0, 0, 0.25) !important;
        }

.widget-body .wysiwyg-editor {
    border-width: 0;
}

.wysiwyg-speech-input {
    width: 20px !important;
    color: transparent !important;
    background: transparent none !important;
    border-width: 0 !important;
    -moz-transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -o-transform: scale(2.0, 2.0);
    -ms-transform: scale(2.0, 2.0);
    transform: scale(2.0, 2.0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
}

    .wysiwyg-speech-input:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
/**
 * Bootstrap-Markdown.less
 *
 * @author Taufan Aditya @taufanaditya
 * @copyright 2013-2015 Taufan Aditya
 */
.md-editor {
    display: block;
    border: 1px solid #ddd;
}

    .md-editor > .md-header,
    .md-editor .md-footer {
        display: block;
        padding: 6px 4px;
        background: #f5f5f5;
    }

    .md-editor > .md-header {
        margin: 0;
    }

    .md-editor > .md-preview {
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        min-height: 10px;
        overflow: auto;
    }

    .md-editor > textarea {
        font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
        font-size: 14px;
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        margin: 0;
        display: block;
        padding: 0;
        width: 100%;
        border: 0;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        border-radius: 0;
        box-shadow: none;
        background: #f7f8fa;
    }

        .md-editor > textarea:focus {
            box-shadow: none;
            background: #fff;
        }

    .md-editor.active {
        border-color: #F59942;
        outline: 0;
    }

    .md-editor .md-controls {
        float: right;
        padding: 3px;
    }

        .md-editor .md-controls .md-control {
            right: 5px;
            color: #bebebe;
            padding: 3px 3px 3px 10px;
        }

            .md-editor .md-controls .md-control:hover {
                color: #333;
            }

    .md-editor.md-fullscreen-mode {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        padding: 60px 30px 15px;
        background: #fff !important;
        border: 0 !important;
    }

        .md-editor.md-fullscreen-mode .md-footer {
            display: none;
        }

        .md-editor.md-fullscreen-mode .md-input,
        .md-editor.md-fullscreen-mode .md-preview {
            margin: 0 auto !important;
            height: 100% !important;
            font-size: 20px !important;
            padding: 20px !important;
            color: #999;
            line-height: 1.6em !important;
            resize: none !important;
            box-shadow: none !important;
            background: #fff !important;
            border: 0 !important;
        }

        .md-editor.md-fullscreen-mode .md-preview {
            color: #333;
            overflow: auto;
        }

        .md-editor.md-fullscreen-mode .md-input:hover,
        .md-editor.md-fullscreen-mode .md-input:focus {
            color: #333;
            background: #fff !important;
        }

        .md-editor.md-fullscreen-mode .md-header {
            background: none;
            text-align: center;
            position: fixed;
            width: 100%;
            top: 20px;
        }

        .md-editor.md-fullscreen-mode .btn-group {
            float: none;
        }

        .md-editor.md-fullscreen-mode .btn {
            border: 0;
            background: none;
            color: #b3b3b3;
        }

            .md-editor.md-fullscreen-mode .btn:hover,
            .md-editor.md-fullscreen-mode .btn:focus,
            .md-editor.md-fullscreen-mode .btn.active,
            .md-editor.md-fullscreen-mode .btn:active {
                box-shadow: none;
                color: #333;
            }

        .md-editor.md-fullscreen-mode .md-fullscreen-controls {
            position: absolute;
            top: 20px;
            right: 20px;
            text-align: right;
            z-index: 1002;
            display: block;
        }

            .md-editor.md-fullscreen-mode .md-fullscreen-controls a {
                color: #b3b3b3;
                clear: right;
                margin: 10px;
                width: 30px;
                height: 30px;
                text-align: center;
            }

                .md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
                    color: #333;
                    text-decoration: none;
                }

        .md-editor.md-fullscreen-mode .md-editor {
            height: 100% !important;
            position: relative;
        }

    .md-editor .md-fullscreen-controls {
        display: none;
    }

.md-nooverflow {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.editable-container .popover-title {
    color: #438EB9;
}

.editable-click {
    border-bottom: 1px dashed #BBB;
    cursor: pointer;
    font-weight: normal;
}

img.editable-click {
    border: 1px dotted #BBB;
}

.editable-click:hover {
    border-color: #0088CC;
    color: #0088CC;
}

img.editable-click:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.editable-buttons,
.editable-input {
    display: inline-block;
}

.editable-buttons {
    margin-left: 1px;
}

    .editable-buttons .btn {
        padding: 0;
        width: 28px;
        line-height: 24px;
        border-width: 3px;
        font-size: 12px;
        margin: 0 1px 0 0;
    }

        .editable-buttons .btn > .ace-icon {
            margin: 0;
        }

.editable-clear-x {
    cursor: pointer;
    color: #888;
    background: none;
}

    .editable-clear-x:hover {
        color: #D15B47;
    }

    .editable-clear-x:before {
        display: inline-block;
        content: "\f057";
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        margin-top: -9px;
        width: 16px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

.editable-input .ace-spinner {
    margin-right: 8px;
}

    .editable-input .ace-spinner .spinner-input {
        width: 100%;
    }

.editable-inline .editable-slider {
    margin-top: 10px;
    margin-right: 4px;
}

.editable-popup .editable-slider {
    display: block;
    margin-bottom: 16px;
    margin-top: 4px;
}

.editable-slider input[type=text] {
    display: none;
}

.editable-slider input[type=range] {
    outline: none !important;
}

.editable-input .ace-file-input {
    display: block;
}

.editable-image .ace-file-multiple .ace-file-container.selected {
    border-color: transparent;
}

.editable-image + .editable-buttons,
.editable-wysiwyg + .editable-buttons {
    display: block;
    text-align: center;
    margin-top: 8px;
}

.editable-wysiwyg {
    width: 95%;
}

    .editable-wysiwyg .wysiwyg-editor {
        height: auto;
        overflow-y: hidden;
        min-height: 32px;
    }

.editableform .input-append.dropdown-menu {
    display: none;
}

.editableform .open .input-append.dropdown-menu {
    display: block;
}

.editable-container .editableform {
    margin-bottom: 10px;
}

.editable-inline .editableform {
    margin-bottom: 0;
}

.editableform .control-group {
    display: block;
}

.editableform-loading {
    background: none;
}

    .editableform-loading .ace-icon,
    .editableform-loading .progress {
        position: relative;
        top: 35%;
    }

.input-group.date .input-group-addon {
    cursor: pointer;
}

.datepicker td,
.daterangepicker_old_old td,
.datepicker th,
.daterangepicker_old th {
    border-radius: 0 !important;
    font-size: 13px;
}

    .datepicker td.active,
    .daterangepicker_old td.active,
    .datepicker td.active:hover,
    .daterangepicker_old td.active:hover {
        background: #2283C5 !important;
    }

        .datepicker td.active.disabled,
        .daterangepicker_old td.active.disabled,
        .datepicker td.active.disabled:hover,
        .daterangepicker_old td.active.disabled:hover {
            background: #8B9AA3 !important;
        }

.datepicker td,
.datepicker th {
    min-width: 32px;
}

.daterangepicker_old .calendar-date {
    border-radius: 0;
}

.datepicker-months .month,
.datepicker-years .year {
    border-radius: 0 !important;
}

    .datepicker-months .month.active,
    .datepicker-years .year.active,
    .datepicker-months .month.active:hover,
    .datepicker-years .year.active:hover,
    .datepicker-months .month.active:focus,
    .datepicker-years .year.active:focus,
    .datepicker-months .month.active:active,
    .datepicker-years .year.active:active {
        background-image: none !important;
        background-color: #2283C5 !important;
    }

.bootstrap-timepicker-widget table td input {
    width: 32px;
}

.well .datepicker table tr td.day:hover {
    background-color: #7D8893;
    color: #FFF;
}

.bootstrap-timepicker-widget table td a:hover {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget [class=btn] {
    border-width: 0 !important;
    background-color: transparent !important;
    color: #7399b8 !important;
    text-shadow: none !important;
}

    .bootstrap-datetimepicker-widget [class=btn]:hover {
        color: #1B6AAA !important;
    }

.bootstrap-datetimepicker-widget .btn.btn-primary {
    border-width: 3px !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
    margin-bottom: 2px;
}

    .bootstrap-datetimepicker-widget .picker-switch a {
        width: 90% !important;
        background-color: #EEE !important;
        color: #478FCA !important;
        font-size: 16px;
    }

        .bootstrap-datetimepicker-widget .picker-switch a:hover {
            background-color: #e3edf5 !important;
        }

        .bootstrap-datetimepicker-widget .picker-switch a span {
            background: none !important;
            width: 90%;
        }

.bootstrap-datetimepicker-widget table td span {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    color: #555 !important;
}

.ui-slider {
    background-color: #D5D5D5;
}

.ui-slider-horizontal {
    height: 9px;
}

.ui-slider-vertical {
    width: 9px;
}

.ui-slider .ui-slider-handle {
    border-radius: 0;
    width: 1.45em;
    height: 1.45em;
    background-color: #F8F8F8;
    border: 1px solid;
}

    .ui-slider .ui-slider-handle:before,
    .ui-slider .ui-slider-handle:after {
        display: block;
        content: "";
        position: absolute;
        top: 4px;
        left: 5px;
        width: 4px;
        height: 8px;
        border: 1px solid;
        border-width: 0 1px;
        border-color: inherit;
    }

    .ui-slider .ui-slider-handle:after {
        left: 8px;
        border-width: 0 1px 0 0;
    }

    .ui-slider .ui-slider-handle:hover {
        background-color: #FFF;
    }

    .ui-slider .ui-slider-handle:hover,
    .ui-slider .ui-slider-handle:focus,
    .ui-slider .ui-slider-handle:active {
        outline: none;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
    }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.725em;
    top: -0.4em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.35em;
    margin-bottom: -0.65em;
}

.ui-slider-small.ui-slider-horizontal {
    height: 5px;
}

.ui-slider-small.ui-slider-vertical {
    width: 5px;
}

.ui-slider-small .ui-slider-handle {
    border-radius: 100%;
    width: 17px;
    height: 17px;
    margin-bottom: -0.45em;
    left: -0.35em;
}

    .ui-slider-small .ui-slider-handle:before,
    .ui-slider-small .ui-slider-handle:after {
        height: 7px;
        left: 5px;
        width: 3px;
    }

    .ui-slider-small .ui-slider-handle:after {
        left: 7px;
    }

.ui-slider-simple .ui-slider-handle:after,
.ui-slider-simple .ui-slider-handle:before {
    display: none;
}
/* colors */
.ui-slider-range {
    background-color: #4AA4CE;
}

.ui-slider-handle {
    outline: none !important;
    border-color: #4AA4CE !important;
}

.ui-state-disabled.ui-slider {
    background-color: #E5E5E5;
}

.ui-state-disabled .ui-slider-range {
    background-color: #8daebe;
}

.ui-state-disabled .ui-slider-handle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #8daebe !important;
}

.ui-slider-green .ui-slider-range {
    background-color: #8BBC67;
}

.ui-slider-green .ui-slider-handle {
    border-color: #8BBC67 !important;
}

.ui-slider-green.ui-state-disabled .ui-slider-range {
    background-color: #aab0a6;
}

.ui-slider-green.ui-state-disabled .ui-slider-handle {
    border-color: #aab0a6 !important;
}

.ui-slider-red .ui-slider-range {
    background-color: #D36E6E;
}

.ui-slider-red .ui-slider-handle {
    border-color: #D36E6E !important;
}

.ui-slider-red.ui-state-disabled .ui-slider-range {
    background-color: #c8acac;
}

.ui-slider-red.ui-state-disabled .ui-slider-handle {
    border-color: #c8acac !important;
}

.ui-slider-purple .ui-slider-range {
    background-color: #AC68BA;
}

.ui-slider-purple .ui-slider-handle {
    border-color: #AC68BA !important;
}

.ui-slider-purple.ui-state-disabled .ui-slider-range {
    background-color: #ada7ae;
}

.ui-slider-purple.ui-state-disabled .ui-slider-handle {
    border-color: #ada7ae !important;
}

.ui-slider-orange .ui-slider-range {
    background-color: #EFAD62;
}

.ui-slider-orange .ui-slider-handle {
    border-color: #EFAD62 !important;
}

.ui-slider-orange.ui-state-disabled .ui-slider-range {
    background-color: #e0c4a4;
}

.ui-slider-orange.ui-state-disabled .ui-slider-handle {
    border-color: #e0c4a4 !important;
}

.ui-slider-dark .ui-slider-range {
    background-color: #606060;
}

.ui-slider-dark .ui-slider-handle {
    border-color: #606060 !important;
}

.ui-slider-dark.ui-state-disabled .ui-slider-range {
    background-color: #7a7a7a;
}

.ui-slider-dark.ui-state-disabled .ui-slider-handle {
    border-color: #7a7a7a !important;
}

.ui-slider-pink .ui-slider-range {
    background-color: #D6487E;
}

.ui-slider-pink .ui-slider-handle {
    border-color: #D6487E !important;
}

.ui-slider-pink.ui-state-disabled .ui-slider-range {
    background-color: #c38ea2;
}

.ui-slider-pink.ui-state-disabled .ui-slider-handle {
    border-color: #c38ea2 !important;
}

.ui-datepicker {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        height: 26px;
        min-width: 32px;
        max-width: 32px;
        text-align: center;
        cursor: pointer;
        color: transparent;
        line-height: 26px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .ui-datepicker .ui-datepicker-prev .ui-icon,
        .ui-datepicker .ui-datepicker-next .ui-icon {
            color: transparent;
            visibility: hidden;
        }

        .ui-datepicker .ui-datepicker-prev:hover,
        .ui-datepicker .ui-datepicker-next:hover {
            background-color: #EEE;
            text-decoration: none;
        }

        .ui-datepicker .ui-datepicker-prev:before,
        .ui-datepicker .ui-datepicker-next:before {
            display: inline;
            font-family: FontAwesome;
            font-size: 14px;
            content: "\f060";
            color: #393939;
        }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 2px;
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: "\f061";
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 2px;
    }

    .ui-datepicker td {
        padding: 0;
    }

        .ui-datepicker td > a,
        .ui-datepicker td > span {
            display: inline-block;
            height: 22px;
            min-width: 24px;
            max-width: 24px;
            text-align: center;
            color: #393939;
            font-size: 13px;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

            .ui-datepicker td > a:hover {
                background-color: #EEE;
            }

            .ui-datepicker td > a.ui-state-highlight {
                background-color: #D5E5EF;
            }

            .ui-datepicker td > a.ui-state-active {
                background-color: #2283C5;
                color: #FFF;
            }

            .ui-datepicker td > a.ui-priority-secondary {
                color: #888;
            }

        .ui-datepicker td > span {
            color: #999;
        }

        .ui-datepicker td .ui-datepicker-title select {
            height: 24px;
            line-height: 24px;
            padding: 2px 3px;
        }

        .ui-datepicker td .ui-datepicker-buttonpane {
            background-color: #DDD;
            height: 1px;
        }
/* dialog */
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 1049 !important;
}

.ui-dialog,
.ui-jqdialog {
    z-index: 1050 !important;
    background-color: #FFF;
    padding: 0;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .ui-dialog .ui-dialog-titlebar,
    .ui-jqdialog .ui-dialog-titlebar,
    .ui-dialog .ui-jqdialog-titlebar,
    .ui-jqdialog .ui-jqdialog-titlebar {
        background-color: #F1F1F1;
        font-size: 16px;
        color: #669FC7;
        padding: 0;
    }

    .ui-dialog .ui-dialog-title,
    .ui-jqdialog .ui-dialog-title,
    .ui-dialog .ui-jqdialog-title,
    .ui-jqdialog .ui-jqdialog-title {
        float: none !important;
        width: auto;
    }

    .ui-dialog .widget-header,
    .ui-jqdialog .widget-header {
        margin: 0;
        border-width: 0 0 1px 0;
    }

    .ui-dialog .ui-dialog-buttonpane,
    .ui-jqdialog .ui-dialog-buttonpane,
    .ui-dialog .ui-jqdialog-buttonpane,
    .ui-jqdialog .ui-jqdialog-buttonpane {
        background-color: #EFF3F8;
        border-top: 1px solid #E4E9EE;
    }

        .ui-dialog .ui-dialog-buttonpane button,
        .ui-jqdialog .ui-dialog-buttonpane button,
        .ui-dialog .ui-jqdialog-buttonpane button,
        .ui-jqdialog .ui-jqdialog-buttonpane button {
            font-size: 14px;
        }

    .ui-dialog .ui-dialog-titlebar-close,
    .ui-jqdialog .ui-dialog-titlebar-close,
    .ui-dialog .ui-jqdialog-titlebar-close,
    .ui-jqdialog .ui-jqdialog-titlebar-close {
        border: none;
        background: transparent;
        opacity: 0.4;
        color: #D15B47;
        padding: 0;
        top: 50%;
        right: 8px !important;
        text-align: center;
    }

        .ui-dialog .ui-dialog-titlebar-close:before,
        .ui-jqdialog .ui-dialog-titlebar-close:before,
        .ui-dialog .ui-jqdialog-titlebar-close:before,
        .ui-jqdialog .ui-jqdialog-titlebar-close:before {
            content: "\f00d";
            display: inline;
            font-family: FontAwesome;
            font-size: 16px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover,
        .ui-jqdialog .ui-dialog-titlebar-close:hover,
        .ui-dialog .ui-jqdialog-titlebar-close:hover,
        .ui-jqdialog .ui-jqdialog-titlebar-close:hover {
            opacity: 1;
            text-decoration: none;
            padding: 0;
        }

        .ui-dialog .ui-dialog-titlebar-close .ui-button-text,
        .ui-jqdialog .ui-dialog-titlebar-close .ui-button-text,
        .ui-dialog .ui-jqdialog-titlebar-close .ui-button-text,
        .ui-jqdialog .ui-jqdialog-titlebar-close .ui-button-text {
            text-indent: 0;
            visibility: hidden;
        }

    .ui-dialog .widget-header .ui-dialog-titlebar-close,
    .ui-jqdialog .widget-header .ui-dialog-titlebar-close,
    .ui-dialog .widget-header .ui-jqdialog-titlebar-close,
    .ui-jqdialog .widget-header .ui-jqdialog-titlebar-close {
        right: 10px !important;
    }
/* accordion */
.ui-accordion .ui-accordion-header {
    color: #478FCA;
    font-weight: normal;
    background-color: #F9F9F9;
    border: 1px solid #CDD8E3;
    padding: 8px 8px 9px 24px;
}

    .ui-accordion .ui-accordion-header:hover {
        color: #6EA6CC;
        background-color: #F1F8FD;
    }

    .ui-accordion .ui-accordion-header.ui-state-active {
        color: #4C8FBD;
        background-color: #EEF4F9;
        position: relative;
        font-weight: bold;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        text-indent: 0;
        margin-top: 0;
        position: absolute;
        left: 10px;
        top: 7px;
    }

        .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
            display: inline;
            font-family: FontAwesome;
            font-size: 15px;
            content: "\f0da";
        }

    .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
        content: "\f0d7";
        font-weight: normal;
    }

.ui-accordion .ui-accordion-content {
    border: 1px solid #CDD8E3;
    border-top-width: 0;
    padding: 11px 16px;
}
/* tabs */
.ui-tabs .ui-tabs-nav {
    padding: 0;
    border-bottom: 1px solid #C5D0DC;
}

    .ui-tabs .ui-tabs-nav li.ui-state-default > a {
        background-color: #F9F9F9;
        border: 1px solid #C5D0DC;
        border-bottom-width: 0;
        color: #999;
        line-height: 16px;
        margin-right: -1px;
        z-index: 11;
        padding: 8px 12px;
        position: relative;
        top: 2px;
    }

    .ui-tabs .ui-tabs-nav li > a:focus {
        outline: none;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active > a {
        background-color: #FFF;
        border: 1px solid;
        border-color: #4C8FBD #C5D0DC transparent;
        border-top-width: 2px;
        -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
        color: #576373;
        position: relative;
        top: 1px;
    }

.ui-tabs .ui-tabs-panel {
    border: 1px solid #C5D0DC;
    border-top-width: 0;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
/* menu */
.ui-menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 150px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 3px;
}

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: auto;
    }

    .ui-menu .ui-menu-item {
        padding: 5px 10px 6px;
        color: #444;
        cursor: pointer;
        display: block;
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

        .ui-menu .ui-menu-item .ui-menu-icon {
            float: right;
            position: relative;
            left: auto;
            right: 4px;
            bottom: auto;
            text-indent: 0;
        }

            .ui-menu .ui-menu-item .ui-menu-icon:before {
                content: "\f105";
                font-family: FontAwesome;
                font-size: 14px;
                display: inline;
            }

        .ui-menu .ui-menu-item:hover,
        .ui-menu .ui-state-focus,
        .ui-menu .ui-state-active,
        .ui-menu .ui-menu-item:hover > .ui-menu-icon,
        .ui-menu .ui-state-focus > .ui-menu-icon,
        .ui-menu .ui-state-active > .ui-menu-icon {
            text-decoration: none;
            background-color: #4F99C6;
            color: #FFF;
            margin: auto;
            font-weight: normal;
        }

    .ui-menu .ui-state-disabled,
    .ui-menu .ui-state-disabled .ui-menu-icon {
        color: #999;
        cursor: default;
    }

        .ui-menu .ui-state-disabled:hover,
        .ui-menu .ui-state-disabled.ui-state-focus,
        .ui-menu .ui-state-disabled.ui-state-active,
        .ui-menu .ui-state-disabled:hover .ui-menu-icon,
        .ui-menu .ui-state-disabled.ui-state-focus .ui-menu-icon,
        .ui-menu .ui-state-disabled.ui-state-active .ui-menu-icon {
            background-color: #FFF;
            color: #999;
        }
/* auto complete */
.ui-autocomplete {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete-category {
    padding: 6px;
    position: relative;
    background-color: #EEF4F9;
    color: #478FCA;
    font-weight: bolder;
    border: 1px solid #DAE6ED;
    border-width: 1px 0;
}

.ui-spinner-button {
    border-width: 0 !important;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    width: 18px;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    display: inline-block;
    position: absolute;
    text-align: center;
    padding: 0;
}

    .ui-spinner-button > .ace-icon {
        width: 18px;
        display: inline-block;
    }

.ui-spinner-up {
    top: 0;
    right: 5px;
}

.ui-spinner-down {
    bottom: 3px;
    right: 5px;
}

.ui-spinner-input {
    margin-top: 0;
    padding: 5px;
    max-width: 100px;
    font-size: 14px;
}

.ui-tooltip {
    background-color: #444;
    color: #FFF;
}

.ui-progressbar {
    background-color: #f5f5f5;
    height: 22px;
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0;
    }

        .ui-progressbar .ui-progressbar-value[class="progress-bar"] {
            background-color: #2A91D8;
        }

.ui-selectmenu-button {
    border: 1px solid #aaa;
}

    .ui-selectmenu-button[aria-expanded=true] {
        border-color: #4492C9;
    }

    .ui-selectmenu-button span.ui-icon {
        text-indent: 0;
        margin-top: -10px;
    }

    .ui-selectmenu-button .ui-icon:before {
        content: "\f0d7";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 14px;
    }

.ui-jqgrid .ui-jqgrid-view {
    z-index: auto;
}

.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-paging-info,
.ui-jqgrid .ui-pg-table,
.ui-jqgrid .ui-pg-selbox {
    font-size: 13px;
}

.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 8px;
}

.ui-jqgrid .ui-jqgrid-title-rtl {
    float: right;
    margin: 8px;
}

.ui-jqgrid-view > .ui-jqgrid-titlebar {
    height: 40px;
    line-height: 24px;
    color: #FFF;
    background: #307ECC;
    padding: 0;
    font-size: 15px;
}

.ui-jqgrid tr.jqgrow.ui-row-rtl td:last-child {
    border-right: none;
    border-left: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    background-color: #EFF3F8;
    border: 1px solid #D3D3D3;
    border-width: 1px 0 0 1px;
    line-height: 15px;
    font-weight: bold;
    color: #777;
    text-shadow: none;
}

.ui-jqgrid .ui-jqgrid-htable thead {
    background-color: #EFF3F8;
}

.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
    height: 45px !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ui-jqgrid-hdiv .ui-jqgrid-htable {
    border-top: none;
}

.ui-jqgrid-hdiv .ui-jqgrid-htable {
    border-top: 1px solid #E1E1E1;
}

.ui-jqgrid-titlebar {
    position: relative;
    top: 1px;
    z-index: 1;
}

.ui-jqgrid tr.jqgrow,
.ui-jqgrid tr.ui-row-ltr,
.ui-jqgrid tr.ui-row-rtl {
    border: none;
}

    .ui-jqgrid tr.ui-row-ltr td,
    .ui-jqgrid tr.ui-row-rtl td {
        border-bottom: 1px solid #E1E1E1;
        padding: 6px 4px;
        border-color: #E1E1E1;
    }

.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {
    border-right-color: #C7D3A9;
}

.ui-jqgrid tr.ui-state-highlight.ui-row-rtl td {
    border-left-color: #C7D3A9;
}

.ui-jqgrid-btable .ui-widget-content.ui-priority-secondary {
    background-image: none;
    background-color: #F9F9F9;
    opacity: 1;
}

.ui-jqgrid-btable .ui-widget-content.ui-state-hover {
    background-image: none;
    background-color: #EFF4F7;
    opacity: 1;
}

.ui-jqgrid-btable .ui-widget-content.ui-state-highlight {
    background-color: #E4EFC9;
}

.ui-jqgrid .ui-jqgrid-pager {
    line-height: 15px;
    height: 55px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #EFF3F8 !important;
    border-bottom: 1px solid #E1E1E1 !important;
    border-top: 1px solid #E1E1E1 !important;
}

.ui-jqgrid .ui-pg-input {
    font-size: inherit;
    width: 24px;
    height: 20px;
    line-height: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
}

.ui-jqgrid .ui-pg-selbox {
    display: block;
    height: 24px;
    width: 60px;
    margin: 0;
    padding: 1px;
    line-height: normal;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: visible;
}

.ui-jqgrid .ui-pager-control {
    height: 50px;
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
}

.ui-jqgrid .ui-jqgrid-toppager {
    height: auto !important;
    background-color: #EFF3F8;
    border-bottom: 1px solid #E1E1E1 !important;
}

.ui-jqgrid .jqgrow .editable {
    max-width: 90%;
    max-width: calc(92%) !important;
}

.ui-pg-table .navtable .ui-corner-all {
    border-radius: 0;
}

.ui-jqgrid .ui-pg-button .ui-separator {
    margin-left: 4px;
    margin-right: 4px;
    border-color: #C9D4DB;
}

.ui-jqgrid .ui-jqgrid-btable {
    border-left: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    border-top: 1px solid #E1E1E1;
    overflow-x: hidden;
}

.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    height: auto;
    z-index: 111;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background-color: #FFF;
    border: 2px solid #8EB8D1;
    color: #E2B018;
}

.ui-jqgrid .ui-search-toolbar {
    border-top: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-labels {
    border-bottom: none;
    background: #F2F2F2;
    background-image: -webkit-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%);
    background-image: -o-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%);
    background-image: linear-gradient(to bottom, #F8F8F8 0%, #ECECEC 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
    padding: 0 !important;
    border-left: 1px solid #E1E1E1 !important;
}

    .ui-jqgrid .ui-jqgrid-labels th {
        border-right: 1px solid #E1E1E1 !important;
        text-align: left !important;
    }
/* checkbox container */
.ui-jqgrid-labels th[id*="_cb"]:first-child > div {
    padding-top: 0;
    text-align: center !important;
}

.ui-jqgrid-sortable {
    padding-left: 4px;
    font-size: 13px;
    color: #777;
    font-weight: bold;
}

    .ui-jqgrid-sortable:hover {
        color: #547EA8;
    }

th[aria-selected=true] {
    background-image: -webkit-linear-gradient(top, #EFF3F8 0%, #E3E7ED 100%);
    background-image: -o-linear-gradient(top, #EFF3F8 0%, #E3E7ED 100%);
    background-image: linear-gradient(to bottom, #EFF3F8 0%, #E3E7ED 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

    th[aria-selected=true] .ui-jqgrid-sortable {
        color: #307ECC;
    }

.ui-jqgrid .ui-icon {
    text-indent: 0;
    color: #307ECC;
    float: none;
    right: 2px;
}

.rtl .ui-jqgrid .ui-icon {
    right: auto;
    left: 2px;
}

.ui-jqgrid .ui-icon.ui-state-disabled {
    color: #BBB;
}

    .ui-jqgrid .ui-icon.ui-state-disabled:hover {
        padding: 0;
    }

.ui-grid-ico-sort:before {
    display: inline;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
}

.ui-icon-asc:before {
    content: "\f0d8";
}

.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon {
    display: inline-block;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    position: static;
    float: none;
    margin: 0 2px !important;
    color: #808080;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 100%;
}

    .ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:hover {
        color: #699AB5;
        border-color: #699AB5;
    }

    .ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:before {
        width: 20px;
        text-align: center;
        display: inline-block;
    }

.ui-pg-table > tbody > tr > .ui-pg-button.ui-state-disabled .ui-icon {
    color: #B0B0B0;
    background-color: #F7F7F7;
    border-color: #DDD;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.ui-jqgrid-btable input,
.ui-jqgrid-btable textarea,
.ui-jqgrid-btable select {
    padding: 2px;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}

.ui-jqgrid-btable select {
    padding: 1px;
    height: 25px;
    line-height: 25px;
}

.ui-jqgrid select.inline-edit-cell {
    padding: 1px;
}

.ui-pg-div .ui-icon {
    display: inline-block;
    width: 18px;
    float: none;
    position: static;
    text-align: center;
    opacity: 0.85;
    -webkit-transition: all 0.12s;
    -o-transition: all 0.12s;
    transition: all 0.12s;
    margin: 0 1px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 17px;
}

    .ui-pg-div .ui-icon:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
        position: static;
        margin: 0 1px;
    }

    .ui-pg-div .ui-icon:before {
        font-family: FontAwesome;
        display: inline;
    }

.ui-jqgrid .ui-icon-pencil {
    color: #478FCA;
}

    .ui-jqgrid .ui-icon-pencil:before {
        content: "\f040";
    }

.ui-jqgrid .ui-icon-trash {
    color: #DD5A43;
}

    .ui-jqgrid .ui-icon-trash:before {
        content: "\f014";
    }

.ui-jqgrid .ui-icon-disk {
    color: #69AA46;
}

    .ui-jqgrid .ui-icon-disk:before {
        content: "\f00c";
    }

.ui-jqgrid .ui-icon-cancel {
    color: #DD5A43;
}

    .ui-jqgrid .ui-icon-cancel:before {
        content: "\f00d";
    }

.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
    font-size: 13px;
    padding: 4px 0 0;
}

    .ui-jqdialog-content .formdata,
    .ui-jqdialog .ui-jqdialog-content .formdata {
        font-size: 13px;
        padding: 6px 12px;
    }

    .ui-jqdialog-content .form-view-data,
    .ui-jqdialog .ui-jqdialog-content .form-view-data {
        vertical-align: middle;
        font-size: 13px;
    }

    .ui-jqdialog-content[id*="alertcnt_"],
    .ui-jqdialog .ui-jqdialog-content[id*="alertcnt_"] {
        padding: 8px 11px;
    }

    .ui-jqdialog-content .CaptionTD {
        font-size: 12px;
        text-align: right;
        color: #666;
    }

    .ui-jqdialog-content .FormData {
        border-bottom: 1px dotted #E8E8E8;
    }

        .ui-jqdialog-content .FormData:last-child {
            border-bottom: none;
        }

        .ui-jqdialog-content .FormData > td {
            padding-top: 6px;
            padding-bottom: 6px;
        }

    .ui-jqdialog-content input.FormElement {
        width: auto;
    }

    .ui-jqdialog-content select.FormElement {
        padding: 1px;
        height: 25px;
        line-height: 25px;
        width: auto;
    }

    .ui-jqdialog-content td.EditButton {
        padding: 8px;
    }

.EditTable {
    background-color: #EFF3F8;
    border-top: 1px solid #D6E1EA !important;
    padding: 8px;
}

    .EditTable tr:first-child {
        display: none;
    }

    .EditTable .navButton .fm-button {
        float: none !important;
        width: auto !important;
        margin: 1px 1px 2px !important;
        background-color: transparent;
        border-radius: 100%;
    }

        .EditTable .navButton .fm-button:hover {
            background-color: transparent;
        }

        .EditTable .navButton .fm-button:focus {
            outline: none;
        }

        .EditTable .navButton .fm-button .ace-icon {
            display: inline-block;
            color: #999;
            border: 1px solid #AAA;
            width: 26px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border-radius: 100%;
            background-color: #FFF;
        }

        .EditTable .navButton .fm-button:hover .ace-icon {
            color: #699AB5;
            border-color: #699AB5;
        }

        .EditTable .navButton .fm-button.ui-state-disabled .ace-icon,
        .EditTable .navButton .fm-button.ui-state-disabled:hover .ace-icon {
            color: #BBB;
            border-color: #CCC;
            -moz-transform: scale(0.88);
            -webkit-transform: scale(0.88);
            -o-transform: scale(0.88);
            -ms-transform: scale(0.88);
            transform: scale(0.88);
        }

.FormGrid .EditTable {
    background-color: #FFF;
    border-top: none !important;
    padding: 0;
}

    .FormGrid .EditTable tr:first-child {
        display: none;
    }

.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-size: 13px;
}

.ui-jqdialog-content .searchFilter select {
    padding: 1px;
    height: 26px;
    line-height: 26px;
    width: auto;
    max-width: 95%;
    margin-bottom: 0;
}

.ui-jqdialog-content .searchFilter .input-elm {
    margin-bottom: 0;
    height: 18px;
    line-height: 18px;
    width: 95% !important;
    padding-left: 1px;
    padding-right: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-jqdialog-content .searchFilter table {
    margin-left: 4px;
}

.ui-jqdialog-content .searchFilter tr td {
    padding: 5px 0;
}

.ui-jqdialog-content .searchFilter .add-group,
.ui-jqdialog-content .searchFilter .add-rule,
.ui-jqdialog-content .searchFilter .delete-group {
    margin-left: 4px !important;
    font-size: 15px !important;
}

.ui-jqdialog-content .searchFilter .delete-rule {
    border: none;
    background-color: #FFF;
    color: #D15B47;
    font-size: 20px;
    width: 22px;
    line-height: 10px;
    padding: 0;
    text-shadow: none !important;
    display: inline-block;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.85;
}

    .ui-jqdialog-content .searchFilter .delete-rule:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        color: #B74635;
        opacity: 1;
    }

.ui-jqdialog-content .searchFilter .queryresult {
    margin-bottom: 11px;
}

    .ui-jqdialog-content .searchFilter .queryresult td.query {
        padding: 6px 11px;
        border: 1px solid #E1E1E1;
        background-color: #EEEEEE;
    }

        .ui-jqdialog-content .searchFilter .queryresult td.query:empty {
            display: none;
        }

.ui-state-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin: 4px 4px 8px;
    padding: 6px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.ui-jqdialog .ui-widget-header {
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border-image: none;
    border-bottom: 1px solid solid;
    color: #669FC7;
    min-height: 38px;
    position: relative;
}

    .ui-jqdialog .ui-widget-header .ui-jqdialog-title {
        line-height: 38px;
        margin: 0;
        padding: 0;
        padding-left: 12px;
        text-align: left;
    }

.widget-header .ui-jqdialog-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ui-jqdialog .ui-widget-header .widget-header {
    border-bottom: none;
}

.ui-jqdialog .ui-jqdialog-titlebar {
    border-bottom: 1px solid #DDD !important;
}

.fm-button {
    margin: 0 4px;
    height: auto;
}

    .fm-button:not(.btn) {
        background-color: #ABBAC3;
        border-radius: 0;
        box-shadow: none;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 28px;
        padding: 0 12px 1px;
        margin: 0 8px;
        position: relative;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
        vertical-align: middle;
    }

    .fm-button.ui-state-default:hover {
        background-color: #8B9AA3;
    }

.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
    height: 30px;
    padding-top: 2px;
    white-space: normal;
}

    .ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th div {
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
        line-height: 26px;
    }

.ui-jqgrid .ui-jqgrid-titlebar-close {
    top: 10%;
    height: auto;
    padding: 0;
    margin: 2px 8px 0 0;
    text-align: center;
    border-radius: 4px;
}

    .ui-jqgrid .ui-jqgrid-titlebar-close:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon:before {
        display: inline-block;
        font-family: FontAwesome;
        content: "\f077";
        color: #FFF;
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon-circle-triangle-s:before {
        content: "\f078";
    }

.ui-jqgrid .tree-wrap-ltr {
    margin: 0 4px;
    float: none;
    display: inline;
}

.ui-jqgrid .tree-wrap-rtl {
    margin: 2px 4px 0;
}

.ui-jqgrid .ui-subgrid {
    border-bottom: 1px solid #E1E1E1;
    background-color: #F6FAFF;
}

    .ui-jqgrid .ui-subgrid .ui-jqgrid-btable {
        background-color: #FFF;
    }

    .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv {
        background-color: transparent;
        margin-top: 4px;
    }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels {
            border-bottom: 1px solid #E1E1E1;
            background: #F1F1F1;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th[aria-selected="true"] {
            background: #E5E9EF;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th .ui-jqgrid-sortable {
            font-size: 12px;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th div {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th span.ui-jqgrid-resize {
            height: 36px !important;
        }

    .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-bdiv {
        height: auto !important;
        max-height: 150px;
        margin-bottom: 4px;
        border-top-width: 0;
        border-bottom: 1px solid #E1E1E1;
    }

.ui-jqgrid .ui-sgcollapsed > a:hover {
    text-decoration: none;
}

.ui-jqgrid .ui-pg-button:hover {
    padding: 0 1px;
}

.ui-jqgrid .ui-state-disabled:hover {
    padding: 0 1px;
}

.ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover > .ui-separator {
    margin-left: 4px;
    margin-right: 4px;
}

.ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover > .ui-pg-div > .ui-icon {
    margin-left: 4px;
    margin-right: 4px;
}

@media only screen and (max-width: 767px) {
    .ui-jqgrid .ui-jqgrid-pager {
        height: 90px;
    }

        .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control {
            height: 85px;
            padding-top: 10px !important;
        }

            .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td {
                vertical-align: top;
            }

                .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center {
                    width: 0 !important;
                    position: static;
                }

                    .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center > .ui-pg-table {
                        margin: 36px auto 0;
                        position: absolute;
                        right: 0;
                        left: 0;
                        text-align: center;
                    }

        .ui-jqgrid .ui-jqgrid-pager .navtable {
            height: auto;
        }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
    .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center > .ui-pg-table {
        width: 300px;
    }
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle,
.dd2-content {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    background: #F8FAFF;
    border: 1px solid #DAE2EA;
    color: #7C9EB2;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dd-handle:hover,
    .dd2-content:hover {
        color: #438EB9;
        background: #F4F6F7;
        border-color: #DCE2E8;
    }

    .dd-handle[class*="btn-"],
    .dd2-content[class*="btn-"] {
        color: #FFF;
        border: none;
        padding: 9px 12px;
    }

        .dd-handle[class*="btn-"]:hover,
        .dd2-content[class*="btn-"]:hover {
            opacity: 0.85;
            color: #FFF;
        }

.dd2-handle + .dd2-content,
.dd2-handle + .dd2-content[class*="btn-"] {
    padding-left: 44px;
}

.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"] .dd2-handle[class*="btn-"]:hover + .dd2-content[class*="btn-"] {
    color: #FFF;
}

.dd-item > button:hover ~ .dd-handle,
.dd-item > button:hover ~ .dd2-content {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8;
}

    .dd-item > button:hover ~ .dd-handle[class*="btn-"],
    .dd-item > button:hover ~ .dd2-content[class*="btn-"] {
        opacity: 0.85;
        color: #FFF;
    }

.dd2-handle:hover ~ .dd2-content {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8;
}

    .dd2-handle:hover ~ .dd2-content[class*="btn-"] {
        opacity: 0.85;
        color: #FFF;
    }

.dd2-item.dd-item > button {
    margin-left: 34px;
}

.dd-item > button {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 1px 5px 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    top: 4px;
    left: 1px;
    color: #707070;
}

    .dd-item > button:before {
        font-family: FontAwesome;
        content: '\f067';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-weight: normal;
        font-size: 14px;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '\f068';
    }

    .dd-item > button:hover {
        color: #707070;
    }

.dd-item.dd-colored > button,
.dd-item.dd-colored > button:hover {
    color: #EEE;
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #F0F9FF;
    border: 2px dashed #BED2DB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-empty {
    border-color: #AAA;
    border-style: solid;
    background-color: #e5e5e5;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: 0.8;
}

    .dd-dragel > li > .dd-handle {
        color: #4B92BE;
        background: #F1F5FA;
        border-color: #D6E1EA;
        border-left: 2px solid #777;
        position: relative;
    }

        .dd-dragel > li > .dd-handle[class*="btn-"] {
            color: #FFF;
        }

    .dd-dragel > .dd-item > .dd-handle {
        margin-top: 0;
    }

.dd-list > li[class*="item-"] {
    border-width: 0;
    padding: 0;
}

    .dd-list > li[class*="item-"] > .dd-handle {
        border-left: 2px solid;
        border-left-color: inherit;
    }

.dd-list > li > .dd-handle .sticker {
    position: absolute;
    right: 0;
    top: 0;
}

.dd2-handle,
.dd-dragel > li > .dd2-handle {
    left: 0;
    top: 0;
    width: 36px;
    margin: 0;
    border-width: 1px 1px 0 0;
    text-align: center;
    padding: 0 !important;
    line-height: 38px;
    height: 38px;
    background: #EBEDF2;
    border: 1px solid #DEE4EA;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

    .dd2-handle:hover,
    .dd-dragel > li > .dd2-handle {
        background: #E3E8ED;
    }

.dd2-content[class*="btn-"] {
    text-shadow: none !important;
}

.dd2-handle[class*="btn-"] {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid #EEE;
}

    .dd2-handle[class*="btn-"]:hover {
        background: rgba(0, 0, 0, 0.08) !important;
    }

.dd-dragel .dd2-handle[class*="btn-"] {
    border-color: transparent;
    border-right-color: #EEE;
}

.dd2-handle.btn-yellow {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border-right: 1px solid #FFF;
}

    .dd2-handle.btn-yellow:hover {
        background: rgba(0, 0, 0, 0.08) !important;
    }

.dd-dragel .dd2-handle.btn-yellow {
    border-color: transparent;
    border-right-color: #FFF;
}

.dd-item > .dd2-handle .drag-icon {
    display: none;
}

.dd-dragel > .dd-item > .dd2-handle .drag-icon {
    display: inline;
}

.dd-dragel > .dd-item > .dd2-handle .normal-icon {
    display: none;
}

.dropzone {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

    .dropzone.well {
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
    }

    .dropzone .dz-default.dz-message {
        background-image: none;
        font-size: 24px;
        text-align: center;
        line-height: 32px;
        left: 0;
        width: 100%;
        margin-left: auto;
    }

        .dropzone .dz-default.dz-message span {
            display: inline;
            color: #555;
        }

            .dropzone .dz-default.dz-message span .upload-icon {
                opacity: 0.7;
                filter: alpha(opacity=70);
                margin-top: 8px;
                cursor: pointer;
            }

                .dropzone .dz-default.dz-message span .upload-icon:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

    .dropzone .dz-preview.dz-image-preview {
        background-color: transparent;
    }

input.typeahead,
input.tt-query,
input.tt-hint {
    min-width: 175px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #CCC;
    border-radius: 0;
    outline: none;
}

input.tt-hint,
.form-group input.tt-hint {
    background-color: #FFF !important;
    color: #B0B0B0 !important;
}

.tt-menu {
    text-align: left;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    min-width: 175px;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #FFF;
    border: 1px solid #D0D0D0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 12px 4px;
    font-size: 16px;
    line-height: 24px;
}

    .tt-suggestion.tt-selectable:hover,
    .tt-suggestion.tt-cursor {
        color: #FFF;
        background-color: #4F99C6;
        cursor: pointer;
    }

    .tt-suggestion p {
        margin: 0;
    }

input.typeahead.scrollable ~ .tt-menu {
    max-height: 200px;
    overflow-y: auto;
}

.btn-group > .btn.moveall:first-child,
.btn-group > .btn.remove:first-child {
    margin: 0;
}

    .btn-group > .btn.moveall:first-child + .btn.move,
    .btn-group > .btn.remove:first-child + .btn.removeall {
        margin: 0;
    }

.bootstrap-duallistbox-container .info {
    font-size: 12px;
}

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
    font-size: 12px;
}

.btn.multiselect-clear-filter {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.45;
}

.multiselect-container > li > a {
    padding: 0;
}

    .multiselect-container > li > a > label {
        padding: 7px 10px 7px 20px;
    }

.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
    font-size: 2em;
}

.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #777;
}

.cancel-on-png {
    color: #DD5A43;
}

    .cancel-on-png:before {
        content: "\f057";
    }

.cancel-off-png {
    color: #E08374;
}

    .cancel-off-png:before {
        content: "\f05c";
    }

.star-on-png {
    color: #FEB902;
}

    .star-on-png:before {
        content: "\f005";
    }

.star-off-png {
    color: #777;
}

    .star-off-png:before {
        content: "\f006";
    }

.star-half-png {
    color: #FEB902;
}

    .star-half-png:before {
        content: "\f123";
    }
/* custom animated icons */
.icon-animated-bell {
    display: inline-block;
    -moz-animation: ringing 2.0s 5 ease 1.0s;
    -webkit-animation: ringing 2.0s 5 ease 1.0s;
    -o-animation: ringing 2.0s 5 ease 1.0s;
    -ms-animation: ringing 2.0s 5 ease 1.0s;
    animation: ringing 2.0s 5 ease 1.0s;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-moz-keyframes ringing {
    0% {
        -moz-transform: rotate(-15deg);
    }

    2% {
        -moz-transform: rotate(15deg);
    }

    4% {
        -moz-transform: rotate(-18deg);
    }

    6% {
        -moz-transform: rotate(18deg);
    }

    8% {
        -moz-transform: rotate(-22deg);
    }

    10% {
        -moz-transform: rotate(22deg);
    }

    12% {
        -moz-transform: rotate(-18deg);
    }

    14% {
        -moz-transform: rotate(18deg);
    }

    16% {
        -moz-transform: rotate(-12deg);
    }

    18% {
        -moz-transform: rotate(12deg);
    }

    20% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes ringing {
    0% {
        -webkit-transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
    }
}

@-ms-keyframes ringing {
    0% {
        -ms-transform: rotate(-15deg);
    }

    2% {
        -ms-transform: rotate(15deg);
    }

    4% {
        -ms-transform: rotate(-18deg);
    }

    6% {
        -ms-transform: rotate(18deg);
    }

    8% {
        -ms-transform: rotate(-22deg);
    }

    10% {
        -ms-transform: rotate(22deg);
    }

    12% {
        -ms-transform: rotate(-18deg);
    }

    14% {
        -ms-transform: rotate(18deg);
    }

    16% {
        -ms-transform: rotate(-12deg);
    }

    18% {
        -ms-transform: rotate(12deg);
    }

    20% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
    }

    18% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(0deg);
    }
}

.icon-animated-vertical {
    display: inline-block;
    -moz-animation: vertical 2.0s 5 ease 2.0s;
    -webkit-animation: vertical 2.0s 5 ease 2.0s;
    -o-animation: vertical 2.0s 5 ease 2.0s;
    -ms-animation: vertical 2.0s 5 ease 2.0s;
    animation: vertical 2.0s 5 ease 2.0s;
}

@-moz-keyframes vertical {
    0% {
        -moz-transform: translate(0, -3px);
    }

    4% {
        -moz-transform: translate(0, 3px);
    }

    8% {
        -moz-transform: translate(0, -3px);
    }

    12% {
        -moz-transform: translate(0, 3px);
    }

    16% {
        -moz-transform: translate(0, -3px);
    }

    20% {
        -moz-transform: translate(0, 3px);
    }

    22% {
        -moz-transform: translate(0, 0);
    }
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
    }

    4% {
        -webkit-transform: translate(0, 3px);
    }

    8% {
        -webkit-transform: translate(0, -3px);
    }

    12% {
        -webkit-transform: translate(0, 3px);
    }

    16% {
        -webkit-transform: translate(0, -3px);
    }

    20% {
        -webkit-transform: translate(0, 3px);
    }

    22% {
        -webkit-transform: translate(0, 0);
    }
}

@-ms-keyframes vertical {
    0% {
        -ms-transform: translate(0, -3px);
    }

    4% {
        -ms-transform: translate(0, 3px);
    }

    8% {
        -ms-transform: translate(0, -3px);
    }

    12% {
        -ms-transform: translate(0, 3px);
    }

    16% {
        -ms-transform: translate(0, -3px);
    }

    20% {
        -ms-transform: translate(0, 3px);
    }

    22% {
        -ms-transform: translate(0, 0);
    }
}

@keyframes vertical {
    0% {
        transform: translate(0, -3px);
    }

    4% {
        transform: translate(0, 3px);
    }

    8% {
        transform: translate(0, -3px);
    }

    12% {
        transform: translate(0, 3px);
    }

    16% {
        transform: translate(0, -3px);
    }

    20% {
        transform: translate(0, 3px);
    }

    22% {
        transform: translate(0, 0);
    }
}

.icon-animated-hand-pointer {
    display: inline-block;
    -moz-animation: hand-pointer 2.0s 4 ease 2.0s;
    -webkit-animation: hand-pointer 2.0s 4 ease 2.0s;
    -o-animation: hand-pointer 2.0s 4 ease 2.0s;
    -ms-animation: hand-pointer 2.0s 4 ease 2.0s;
    animation: hand-pointer 2.0s 4 ease 2.0s;
}

@-moz-keyframes hand-pointer {
    0% {
        -moz-transform: translate(0, 0);
    }

    6% {
        -moz-transform: translate(5px, 0);
    }

    12% {
        -moz-transform: translate(0, 0);
    }

    18% {
        -moz-transform: translate(5px, 0);
    }

    24% {
        -moz-transform: translate(0, 0);
    }

    30% {
        -moz-transform: translate(5px, 0);
    }

    36% {
        -moz-transform: translate(0, 0);
    }
}

.icon-animated-wrench {
    display: inline-block;
    -moz-animation: wrenching 2.5s 4 ease;
    -webkit-animation: wrenching 2.5s 4 ease;
    -o-animation: wrenching 2.5s 4 ease;
    -ms-animation: wrenching 2.5s 4 ease;
    animation: wrenching 2.5s 4 ease;
    -moz-transform-origin: 90% 35%;
    -webkit-transform-origin: 90% 35%;
    -o-transform-origin: 90% 35%;
    -ms-transform-origin: 90% 35%;
    transform-origin: 90% 35%;
}

@-moz-keyframes wrenching {
    0% {
        -moz-transform: rotate(-12deg);
    }

    8% {
        -moz-transform: rotate(12deg);
    }

    10% {
        -moz-transform: rotate(24deg);
    }

    18% {
        -moz-transform: rotate(-24deg);
    }

    20% {
        -moz-transform: rotate(-24deg);
    }

    28% {
        -moz-transform: rotate(24deg);
    }

    30% {
        -moz-transform: rotate(24deg);
    }

    38% {
        -moz-transform: rotate(-24deg);
    }

    40% {
        -moz-transform: rotate(-24deg);
    }

    48% {
        -moz-transform: rotate(24deg);
    }

    50% {
        -moz-transform: rotate(24deg);
    }

    58% {
        -moz-transform: rotate(-24deg);
    }

    60% {
        -moz-transform: rotate(-24deg);
    }

    68% {
        -moz-transform: rotate(24deg);
    }

    75% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes wrenching {
    0% {
        -webkit-transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
    }

    10% {
        -webkit-transform: rotate(24deg);
    }

    18% {
        -webkit-transform: rotate(-24deg);
    }

    20% {
        -webkit-transform: rotate(-24deg);
    }

    28% {
        -webkit-transform: rotate(24deg);
    }

    30% {
        -webkit-transform: rotate(24deg);
    }

    38% {
        -webkit-transform: rotate(-24deg);
    }

    40% {
        -webkit-transform: rotate(-24deg);
    }

    48% {
        -webkit-transform: rotate(24deg);
    }

    50% {
        -webkit-transform: rotate(24deg);
    }

    58% {
        -webkit-transform: rotate(-24deg);
    }

    60% {
        -webkit-transform: rotate(-24deg);
    }

    68% {
        -webkit-transform: rotate(24deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes wrenching {
    0% {
        -o-transform: rotate(-12deg);
    }

    8% {
        -o-transform: rotate(12deg);
    }

    10% {
        -o-transform: rotate(24deg);
    }

    18% {
        -o-transform: rotate(-24deg);
    }

    20% {
        -o-transform: rotate(-24deg);
    }

    28% {
        -o-transform: rotate(24deg);
    }

    30% {
        -o-transform: rotate(24deg);
    }

    38% {
        -o-transform: rotate(-24deg);
    }

    40% {
        -o-transform: rotate(-24deg);
    }

    48% {
        -o-transform: rotate(24deg);
    }

    50% {
        -o-transform: rotate(24deg);
    }

    58% {
        -o-transform: rotate(-24deg);
    }

    60% {
        -o-transform: rotate(-24deg);
    }

    68% {
        -o-transform: rotate(24deg);
    }

    75% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes wrenching {
    0% {
        -ms-transform: rotate(-12deg);
    }

    8% {
        -ms-transform: rotate(12deg);
    }

    10% {
        -ms-transform: rotate(24deg);
    }

    18% {
        -ms-transform: rotate(-24deg);
    }

    20% {
        -ms-transform: rotate(-24deg);
    }

    28% {
        -ms-transform: rotate(24deg);
    }

    30% {
        -ms-transform: rotate(24deg);
    }

    38% {
        -ms-transform: rotate(-24deg);
    }

    40% {
        -ms-transform: rotate(-24deg);
    }

    48% {
        -ms-transform: rotate(24deg);
    }

    50% {
        -ms-transform: rotate(24deg);
    }

    58% {
        -ms-transform: rotate(-24deg);
    }

    60% {
        -ms-transform: rotate(-24deg);
    }

    68% {
        -ms-transform: rotate(24deg);
    }

    75% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes wrenching {
    0% {
        transform: rotate(-12deg);
    }

    8% {
        transform: rotate(12deg);
    }

    10% {
        transform: rotate(24deg);
    }

    18% {
        transform: rotate(-24deg);
    }

    20% {
        transform: rotate(-24deg);
    }

    28% {
        transform: rotate(24deg);
    }

    30% {
        transform: rotate(24deg);
    }

    38% {
        transform: rotate(-24deg);
    }

    40% {
        transform: rotate(-24deg);
    }

    48% {
        transform: rotate(24deg);
    }

    50% {
        transform: rotate(24deg);
    }

    58% {
        transform: rotate(-24deg);
    }

    60% {
        transform: rotate(-24deg);
    }

    68% {
        transform: rotate(24deg);
    }

    75% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-webkit-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-ms-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-moz-keyframes pulsating {
    0% {
        -moz-transform: scale(1);
    }

    5% {
        -moz-transform: scale(0.75);
    }

    10% {
        -moz-transform: scale(1);
    }

    15% {
        -moz-transform: scale(1.25);
    }

    20% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(0.75);
    }

    30% {
        -moz-transform: scale(1);
    }

    35% {
        -moz-transform: scale(1.25);
    }

    40% {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes pulsating {
    0% {
        -webkit-transform: scale(1);
    }

    5% {
        -webkit-transform: scale(0.75);
    }

    10% {
        -webkit-transform: scale(1);
    }

    15% {
        -webkit-transform: scale(1.25);
    }

    20% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
    }

    30% {
        -webkit-transform: scale(1);
    }

    35% {
        -webkit-transform: scale(1.25);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes pulsating {
    0% {
        -ms-transform: scale(1);
    }

    5% {
        -ms-transform: scale(0.75);
    }

    10% {
        -ms-transform: scale(1);
    }

    15% {
        -ms-transform: scale(1.25);
    }

    20% {
        -ms-transform: scale(1);
    }

    25% {
        -ms-transform: scale(0.75);
    }

    30% {
        -ms-transform: scale(1);
    }

    35% {
        -ms-transform: scale(1.25);
    }

    40% {
        -ms-transform: scale(1);
    }
}

@keyframes pulsating {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(0.75);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.25);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.75);
    }

    30% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.25);
    }

    40% {
        transform: scale(1);
    }
}

.btn-scroll-up {
    border-width: 0;
    position: fixed;
    right: 2px;
    z-index: 99;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -24px;
    visibility: hidden;
}

    .btn-scroll-up.display {
        opacity: 0.7;
        filter: alpha(opacity=70);
        bottom: 2px;
        visibility: visible;
    }

    .btn-scroll-up:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .btn-scroll-up:focus {
        outline: none;
    }

@media (min-width: 768px) {
    .main-container.container > .btn-scroll-up {
        right: auto;
        margin-left: 714px;
    }
}

@media (min-width: 992px) {
    .main-container.container > .btn-scroll-up {
        right: auto;
        margin-left: 934px;
    }
}

@media (min-width: 1200px) {
    .main-container.container > .btn-scroll-up {
        right: auto;
        margin-left: 1134px;
    }
}

.ace-settings-container {
    position: absolute;
    right: 0;
    top: auto;
    z-index: 12;
}

.mobileKPI .ace-settings-container {
    display: none;
}

.btn.btn-app.ace-settings-btn {
    float: left;
    display: block;
    text-align: center;
    border-radius: 6px 0 0 6px;
    opacity: 0.55;
    vertical-align: top;
    margin: 0;
}

    .btn.btn-app.ace-settings-btn:hover,
    .btn.btn-app.ace-settings-btn.open {
        opacity: 1;
    }

    .btn.btn-app.ace-settings-btn.btn-xs {
        width: 42px;
    }

.ace-settings-box {
    display: block;
    float: left;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    background-color: #FFF;
    border: 0 solid #FFB34B;
    -webkit-transition: max-width 0.25s linear 0s, max-height 0s linear 0.25s, padding 0s linear 0.25s, border-width 0s linear 0.25s;
    -o-transition: max-width 0.25s linear 0s, max-height 0s linear 0.25s, padding 0s linear 0.25s, border-width 0s linear 0.25s;
    transition: max-width 0.25s linear 0s, max-height 0s linear 0.25s, padding 0s linear 0.25s, border-width 0s linear 0.25s;
}

    .ace-settings-box.open {
        max-width: 320px;
        max-height: 1000px;
        padding: 0 14px;
        border-width: 2px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

        .ace-settings-box.open .ace-settings-item {
            z-index: auto;
            min-width: 140px;
        }

    .ace-settings-box .ace-settings-item {
        margin: 6px 0;
        color: #444;
        max-height: 24px;
        position: relative;
        z-index: -1;
        white-space: nowrap;
    }

        .ace-settings-box .ace-settings-item > label.lbl {
            font-size: 13px;
        }

@media (max-width: 480px) {
    .ace-settings-container {
        text-align: right;
    }

    .ace-settings-box {
        text-align: left;
    }

    .btn.ace-settings-btn {
        display: inline-block;
    }
}

@media (max-width: 320px) {
    .ace-settings-box > .clearfix > .pull-left,
    .ace-settings-box > .clearfix > .pull-right {
        float: none !important;
    }
}

.grid2,
.grid3,
.grid4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 1%;
    padding: 0 2%;
    float: left;
    border-left: 1px solid #E3E3E3;
}

    .grid2:first-child,
    .grid3:first-child,
    .grid4:first-child {
        border-left: none;
    }

.grid2 {
    width: 48%;
}

.grid3 {
    width: 31.33%;
}

.grid4 {
    width: 23%;
    padding: 0 1%;
}

.draggable-placeholder {
    border: 2px dashed #D9D9D9 !important;
    background-color: #F7F7F7 !important;
}

.easyPieChart,
.easy-pie-chart {
    position: relative;
    text-align: center;
}

    .easyPieChart canvas,
    .easy-pie-chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.knob-container {
    direction: ltr;
    text-align: left;
}

.tags {
    display: inline-block;
    padding: 4px 6px;
    color: #777;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    width: 206px;
}

    .tags:hover {
        border-color: #b5b5b5;
    }

.tags-hover,
.tags-hover:hover {
    border-color: #F59942;
    outline: 0;
}

.tags[class*="span"] {
    float: none;
    margin-left: 0;
}

.tags input[type="text"],
.tags input[type="text"]:focus {
    border: none;
    display: inline;
    outline: 0;
    margin: 0;
    padding: 0;
    line-height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.tags .tag {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: normal;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #91B8D0;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    padding: 4px 22px 5px 9px;
    margin-bottom: 3px;
    margin-right: 3px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /**
  &:nth-child(5n+1) {
	background-color:#48A2E0;
  }
  &:nth-child(5n+2) {
	background-color:#34C896;
  }
  &:nth-child(5n+3) {
	background-color:#B57BB3;
  }
  &:nth-child(5n+4) {
	background-color:#CC7DA8;
  }
  &:nth-child(5n+5) {
	background-color:#666;
  }
*/
}

    .tags .tag:empty {
        display: none;
    }

.tags .tag-important {
    background-color: #D15B47;
}

.tags .tag-warning {
    background-color: #FFB752;
}

.tags .tag-success {
    background-color: #87B87F;
}

.tags .tag-info {
    background-color: #6FB3E0;
}

.tags .tag-inverse {
    background-color: #555555;
}

.tags .tag .close {
    font-size: 15px;
    line-height: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #FFF;
    text-shadow: none;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    text-align: center;
}

    .tags .tag .close:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.col-xs-reset {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-reset {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        float: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-reset {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-reset {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        float: none !important;
    }
}

.jqstooltip,
.legendColorBox div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.legendLabel {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 22px;
    padding-left: 2px;
    font-size: 10px;
}

@media only screen and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

.navbar-fixed-top + .main-container {
    padding-top: 45px;
}

@media (max-width: 479px) {
    .navbar-fixed-top + .main-container {
        padding-top: 90px;
    }

    .navbar-fixed-top.navbar-collapse + .main-container {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 360px) {
    .grid2,
    .grid3,
    .grid4 {
        float: none;
        display: block;
        width: 96%;
        border-left-width: 0;
        position: relative;
        margin-bottom: 11px;
        border-bottom: 1px solid #E3E3E3;
        padding-bottom: 4px;
    }

        .grid2 > [class*="pull-"],
        .grid3 > [class*="pull-"],
        .grid4 > [class*="pull-"] {
            float: none !important;
            display: inline-block;
            position: absolute;
            right: 11px;
            top: 0;
            margin-top: 0;
        }

        .grid2:last-child,
        .grid3:last-child,
        .grid4:last-child {
            border-bottom-width: 0;
        }
}

/*media only screen and (max-width: 480px) {
    .hidden-480 {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .hidden-320 {
        display: none !important;
    }
}*/
.no-skin {
    /**
	.nav-list > li.disabled.active:after {
		border-color: #999;
	}
	.nav-list li.disabled li.active > a:after,
	.nav-list li.active.disabled > a:after {
		//-moz-border-right-colors: #999 !important;
		border-right-color: #999 !important;
	}
	*/
}

    .no-skin .navbar .navbar-toggle {
        background-color: #75B3D7;
    }

        .no-skin .navbar .navbar-toggle:focus {
            background-color: #75B3D7;
            border-color: transparent;
        }

        .no-skin .navbar .navbar-toggle:hover {
            background-color: #61a8d1;
            border-color: rgba(255, 255, 255, 0.1);
        }

        .no-skin .navbar .navbar-toggle.display,
        .no-skin .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
            background-color: #4d9dcc;
            box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
            border-color: rgba(255, 255, 255, 0.35);
        }

    .no-skin .sidebar {
        background-color: #F2F2F2;
        border-style: solid;
        border-color: #CCC;
        border-width: 0 1px 0 0;
    }

    .no-skin .nav-list .open > a,
    .no-skin .nav-list .open > a:hover,
    .no-skin .nav-list .open > a:focus {
        background-color: #FAFAFA;
    }

    .no-skin .nav-list > li {
        border-color: #E5E5E5;
    }

        .no-skin .nav-list > li > a {
            background-color: #F8F8F8;
            color: #585858;
        }

            .no-skin .nav-list > li > a:focus {
                background-color: #F8F8F8;
                color: #1963AA;
            }

        .no-skin .nav-list > li:hover > a {
            background-color: #FFF;
        }

        .no-skin .nav-list > li.open > a {
            background-color: #FAFAFA;
            color: #1963AA;
        }

        .no-skin .nav-list > li .submenu {
            background-color: #FFF;
            border-color: #E5E5E5;
        }

            .no-skin .nav-list > li .submenu > li > a {
                border-top-color: #E4E4E4;
                background-color: #FFF;
            }

                .no-skin .nav-list > li .submenu > li > a:hover {
                    background-color: #F1F5F9;
                }

            .no-skin .nav-list > li .submenu > li.active.open > a > .menu-icon {
                color: inherit;
            }

@media only screen and (min-width: 992px) {
    .no-skin .nav-list > li .submenu > li.active.hover > a.dropdown-toggle > .menu-icon {
        color: inherit;
    }
}

.no-skin .nav-list > li .submenu > li.active:not(.open) > a {
    background-color: #F5F7FA;
}

    .no-skin .nav-list > li .submenu > li.active:not(.open) > a:hover {
        background-color: #F1F5F9;
    }

.no-skin .nav-list > li > .submenu .open > a,
.no-skin .nav-list > li > .submenu .open > a:hover,
.no-skin .nav-list > li > .submenu .open > a:focus {
    border-color: #E4E4E4;
}

    .no-skin .nav-list > li > .submenu li > .submenu > li a:hover {
        background-color: #F1F5F9;
    }

.no-skin .nav-list > li > .submenu li.open > a {
    color: #4B88B7;
}

.no-skin .nav-list > li > .submenu:before,
.no-skin .nav-list > li > .submenu > li:before {
    border-color: #9dbdd6;
}

.no-skin .nav-list > li.active > .submenu:before,
.no-skin .nav-list > li.active > .submenu > li:before {
    border-color: #8eb3d0;
}

.no-skin .sidebar-toggle {
    background-color: #F3F3F3;
    border-color: #E0E0E0;
}

    .no-skin .sidebar-toggle > .ace-icon {
        border-color: #BBB;
        color: #AAA;
        background-color: #FFF;
    }

.no-skin .sidebar-shortcuts {
    background-color: #FAFAFA;
}

.no-skin .sidebar-fixed .sidebar-shortcuts {
    border-color: #DDD;
}

.no-skin .sidebar-shortcuts-mini {
    background-color: #FFF;
}

.no-skin .nav-list li > .arrow:before {
    border-right-color: #B8B8B8;
    border-width: 10px 10px 10px 0;
    left: -10px;
}

.no-skin .nav-list li > .arrow:after {
    border-right-color: #FFF;
    border-width: 10px 10px 10px 0;
    left: -9px;
}

.no-skin .nav-list > li.pull_up > .arrow:after {
    border-right-color: #FFF !important;
}

.no-skin .nav-list > li.active:after {
    display: block;
    content: "";
    position: absolute;
    right: -2px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border: 2px solid;
    border-width: 0 2px 0 0;
}

.no-skin .sidebar-scroll .nav-list > li.active:after {
    right: 0;
}

@media only screen and (max-width: 991px) {
    .no-skin .sidebar.responsive .nav-list > li.active.open > a:after,
    .no-skin .sidebar.responsive-max .nav-list > li.active.open > a:after {
        display: block;
    }

    .no-skin .sidebar.responsive .nav-list li li.active > a:after,
    .no-skin .sidebar.responsive-max .nav-list li li.active > a:after {
        display: none;
    }

    .no-skin .sidebar.responsive .nav-list > li.active:after,
    .no-skin .sidebar.responsive-max .nav-list > li.active:after {
        height: 41px;
    }
}

.no-skin .sidebar.menu-min .nav-list > li > a > .menu-text {
    background-color: #F5F5F5;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
    border-color: #CCC;
}

.no-skin .sidebar.menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
}

.no-skin .sidebar.menu-min .nav-list > li.active > .submenu {
    border-left-color: #83B6D1;
}

.no-skin .sidebar.menu-min .nav-list > li > .submenu {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-top-color: #e6e6e6;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
}

.no-skin .sidebar.menu-min .nav-list > li > .arrow:after {
    border-right-color: #F5F5F5;
    border-width: 8px 8px 8px 0;
    left: -8px;
}

.no-skin .sidebar.menu-min .nav-list > li > .arrow:before {
    border-width: 8px 8px 8px 0;
    left: -9px;
}

.no-skin .sidebar.menu-min .nav-list > li.active > .arrow:before {
    border-right-color: #5a9ec2;
}

.no-skin .sidebar.menu-min .nav-list > li.active > a > .menu-text {
    border-left-color: #83B6D1;
}

.no-skin .sidebar.menu-min .sidebar-shortcuts-large {
    background-color: #FFF;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
    border-color: #CCC;
}

.no-skin .sidebar.menu-min .sidebar-toggle > .ace-icon {
    border-color: #b1b1b1;
}

@media (max-width: 991px) {
    .no-skin .sidebar.responsive-min .nav-list > li > a > .menu-text {
        background-color: #F5F5F5;
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        border-color: #CCC;
    }

    .no-skin .sidebar.responsive-min .nav-list > li > a.dropdown-toggle > .menu-text {
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    }

    .no-skin .sidebar.responsive-min .nav-list > li.active > .submenu {
        border-left-color: #83B6D1;
    }

    .no-skin .sidebar.responsive-min .nav-list > li > .submenu {
        background-color: #FFF;
        border: 1px solid #CCC;
        border-top-color: #e6e6e6;
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    }

    .no-skin .sidebar.responsive-min .nav-list > li > .arrow:after {
        border-right-color: #F5F5F5;
        border-width: 8px 8px 8px 0;
        left: -8px;
    }

    .no-skin .sidebar.responsive-min .nav-list > li > .arrow:before {
        border-width: 8px 8px 8px 0;
        left: -9px;
    }

    .no-skin .sidebar.responsive-min .nav-list > li.active > .arrow:before {
        border-right-color: #5a9ec2;
    }

    .no-skin .sidebar.responsive-min .nav-list > li.active > a > .menu-text {
        border-left-color: #83B6D1;
    }

    .no-skin .sidebar.responsive-min .sidebar-shortcuts-large {
        background-color: #FFF;
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        border-color: #CCC;
    }

    .no-skin .sidebar.responsive-min .sidebar-toggle > .ace-icon {
        border-color: #b1b1b1;
    }
}

@media only screen and (min-width: 992px) {
    .no-skin .nav-list li.hover > .submenu {
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        border-color: #CCC;
    }

        .no-skin .nav-list li.hover > .submenu > li.active > a {
            background-color: #F5F5F5;
        }

        .no-skin .nav-list li.hover > .submenu > li:hover > a {
            background-color: #EEF3F7;
            color: #2E7DB4;
        }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
    .no-skin .sidebar.navbar-collapse .nav-list li li.hover.active.open > a {
        background-color: #FFF;
    }

    .no-skin .sidebar.navbar-collapse .nav-list li li.hover:hover > a {
        background-color: #FFF;
    }

    .no-skin .sidebar.navbar-collapse .nav-list li li.hover > a:hover,
    .no-skin .sidebar.navbar-collapse .nav-list li li.hover.open > a:hover,
    .no-skin .sidebar.navbar-collapse .nav-list li li.hover.open.active > a:hover {
        background-color: #F1F5F9;
    }

    .no-skin .sidebar.navbar-collapse .nav-list > li .submenu > li.active.hover > a.dropdown-toggle > .menu-icon {
        color: #C86139;
    }

    .no-skin .sidebar.navbar-collapse .nav-list > li .submenu > li.active.open.hover > a.dropdown-toggle > .menu-icon {
        color: inherit;
    }
}

@media only screen and (min-width: 992px) {
    .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a {
        color: #585858;
    }

        .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a > .arrow {
            color: inherit;
        }

    .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:hover > a {
        background-color: #FFF;
    }

    .no-skin .sidebar.navbar-collapse .nav-list > li > .submenu li.open.hover:not(:hover):not(:focus):not(.active) > a {
        color: #616161;
    }

        .no-skin .sidebar.navbar-collapse .nav-list > li > .submenu li.open.hover:not(:hover):not(:focus):not(.active) > a > .arrow {
            color: inherit;
        }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
    .no-skin .sidebar.navbar-collapse .nav-list li.hover > .submenu {
        border-top-color: #E5E5E5;
        background-color: #FFF;
    }

    .no-skin .nav-list li.hover > .submenu > li.active:not(.open) > a {
        background-color: #F5F7FA;
    }

        .no-skin .nav-list li.hover > .submenu > li.active:not(.open) > a:hover {
            background-color: #F1F5F9;
        }
}

@media only screen and (min-width: 992px) {
    .no-skin .sidebar.h-sidebar {
        background-color: #F8F8F8;
    }

        .no-skin .sidebar.h-sidebar:before {
            background-color: #E4E4E4;
            -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05) inset;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li:hover,
        .no-skin .sidebar.h-sidebar .nav-list > li:hover + li {
            border-left-color: #CEDDE5;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li:last-child:hover {
            border-right-color: #CEDDE5;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li.active,
        .no-skin .sidebar.h-sidebar .nav-list > li.active + li,
        .no-skin .sidebar.h-sidebar .nav-list > li:hover + li.active {
            border-left-color: #79B0CE;
        }

            .no-skin .sidebar.h-sidebar .nav-list > li.active:last-child {
                border-right-color: #79B0CE;
            }

            .no-skin .sidebar.h-sidebar .nav-list > li.active > a:after {
                border-width: 0 0 2px 0;
                border-color: transparent;
                border-bottom-color: #FFF;
                left: 0;
                right: 0;
                top: auto;
                bottom: -2px;
            }

        .no-skin .sidebar.h-sidebar .sidebar-shortcuts-large {
            background-color: #FFF;
            border-color: #CCC;
            -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
            box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        }

            .no-skin .sidebar.h-sidebar .sidebar-shortcuts-large:after {
                border-bottom-color: #FFF;
            }

        .no-skin .sidebar.h-sidebar .nav-list > li.hover > .submenu {
            border-color: #CCC;
        }

        .no-skin .sidebar.h-sidebar.menu-min .nav-list > li.hover > .submenu {
            border-top-color: #e6e6e6;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
            border-color: transparent;
            border-bottom-color: #FFF;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
            border-color: transparent;
            border-bottom-color: #B8B8B8;
        }

        .no-skin .sidebar.h-sidebar.menu-min .nav-list > li.hover > .arrow:after {
            border-bottom-color: #F5F5F5;
        }

        .no-skin .sidebar.h-sidebar.menu-min .nav-list > li.active > a > .menu-text {
            border-left-color: #CCC;
        }
}

@media only screen and (max-width: 991px) {
    .no-skin .sidebar {
        border-top-color: #d6d6d6;
    }

    .no-skin .menu-toggler + .sidebar.responsive {
        border-top-width: 1px;
    }

    .no-skin .sidebar.responsive-min {
        border-width: 0 1px 0 0;
    }

    .no-skin .sidebar.navbar-collapse {
        border-width: 0;
        border-bottom-width: 1px !important;
        border-bottom-color: #CCC;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    }

        .no-skin .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu {
            background-color: #FFF;
        }
}

.no-skin .sidebar-scroll .sidebar-shortcuts {
    border-bottom-color: #dddddd;
}

.no-skin .sidebar-scroll .sidebar-toggle {
    border-top-color: #dddddd;
}

.no-skin .main-container .menu-toggler {
    background-color: #444;
}

    .no-skin .main-container .menu-toggler:before {
        border-top-color: #87B87F;
        border-bottom-color: #6FB3E0;
    }

    .no-skin .main-container .menu-toggler:after {
        border-top-color: #FFA24D;
        border-bottom-color: #D15B47;
    }

    .no-skin .main-container .menu-toggler > .toggler-text {
        border-top-color: #444;
    }

.no-skin .nav-list > li.disabled:before {
    display: none !important;
}

.no-skin .nav-list > li.disabled > a {
    background-color: #ebebeb !important;
    color: #656565 !important;
}

.no-skin .nav-list li .submenu > li.disabled > a,
.no-skin .nav-list li.disabled .submenu > li > a {
    background-color: #f2f2f2 !important;
    color: #7a7a7a !important;
    cursor: not-allowed !important;
}

    .no-skin .nav-list li .submenu > li.disabled > a > .menu-icon,
    .no-skin .nav-list li.disabled .submenu > li > a > .menu-icon {
        display: none;
    }

.nav-list li.highlight li.active > a:after,
.nav-list li li.highlight.active > a:after,
.nav-list li.highlight li.active > a:before,
.nav-list li li.highlight.active > a:before {
    display: none;
}

.nav-list > li.highlight.active > a:after,
.nav-list > li.highlight.active > a:before {
    display: block;
}

.no-skin .nav-list > li.highlight:hover,
.no-skin .nav-list > li.highlight.active {
    border-color: #C8D8E2;
}

    .no-skin .nav-list > li.highlight:hover + li,
    .no-skin .nav-list > li.highlight.active + li {
        border-top-color: #C8D8E2;
    }

    .no-skin .nav-list > li.highlight:hover > a,
    .no-skin .nav-list > li.highlight.active > a {
        background-color: #FFF;
    }

    .no-skin .nav-list > li.highlight.active:after {
        display: none;
    }

    .no-skin .nav-list > li.highlight.active:before {
        display: block;
        background-color: #4f90c2;
    }

    .no-skin .nav-list > li.highlight.active > a {
        background-color: #F2F6F9 !important;
    }

        .no-skin .nav-list > li.highlight.active > a:before,
        .no-skin .nav-list > li.highlight.active > a:after {
            display: block;
            content: "";
            position: absolute;
            top: -1px;
            right: -9px;
            bottom: auto;
            z-index: 1;
            border-style: solid;
            border-width: 20px 0 21px 10px;
            border-color: transparent;
        }

        .no-skin .nav-list > li.highlight.active > a:before {
            border-left-color: #a0bccd;
            right: -10px;
        }

        .no-skin .nav-list > li.highlight.active > a:after {
            border-left-color: #F2F6F9;
        }

.no-skin .nav-list li li.highlight.active > a {
    background-color: #F2F6F9;
}

.no-skin .nav-list li li.highlight.active.open > a {
    background-color: #FFF;
}

    .no-skin .nav-list li li.highlight.active.open > a:hover {
        background-color: #F1F5F9;
    }

@media (min-width: 992px) {
    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active > a:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: auto;
        right: auto;
        bottom: -2px;
        left: 50%;
        margin-left: -7px;
        border-color: transparent;
        border-width: 8px 7px;
        border-bottom-color: #FFF;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active > a:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin-left: -7px;
        border-width: 8px;
        border-color: transparent;
        border-bottom-color: #74add7;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:after,
    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active.hover-show > a:after,
    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:before,
    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active.hover-show > a:before {
        display: none;
    }
}

@media (min-width: 992px) {
    .sidebar.compact .nav-list li.highlight.active > a:after,
    .sidebar.compact .nav-list li.highlight.active > a:before {
        display: none;
    }

    .sidebar.compact.menu-min .nav-list li.highlight.active > a:after,
    .sidebar.compact.menu-min .nav-list li.highlight.active > a:before {
        display: block;
    }
}

@media (min-width: 992px) {
    .sidebar.h-sidebar .nav-list li.highlight.active > a:after,
    .sidebar.h-sidebar .nav-list li.highlight.active > a:before {
        display: block;
        border-width: 8px !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
    }

    .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:after,
    .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:before {
        display: none !important;
    }
}

.sidebar-scroll .nav-list > li.active.highlight > a:after,
.sidebar-scroll .nav-list > li.active.highlight > a:before {
    display: none !important;
}

.onpage-help-backdrop {
    position: absolute;
    z-index: 99990;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    filter: alpha(opacity=5);
    background-color: rgba(0, 0, 0, 0.05);
}

.onpage-help-section {
    display: block;
    position: absolute;
    z-index: 100000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF', GradientType=0);
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px dashed #8BBCD3;
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    text-align: center;
    vertical-align: middle;
    outline: none !important;
}

    .onpage-help-section > .ie-hover-fix {
        /* ie8-9 fix*/
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #FFF;
        filter: alpha(opacity=1);
    }

    .onpage-help-section:focus,
    .onpage-help-section:active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C9D8EA', endColorstr='#33C9D8EA', GradientType=0);
        background-color: rgba(201, 216, 234, 0.2);
        border-color: #77ACC4;
    }

    .onpage-help-section:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66C9D8EA', endColorstr='#66C9D8EA', GradientType=0);
        background-color: rgba(201, 216, 234, 0.4);
        border-color: #77ACC4;
        border-style: solid;
    }

    .onpage-help-section > .help-icon-1 {
        font-size: 18px;
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        opacity: 0;
        filter: alpha(opacity=0);
        color: #FFF;
        text-shadow: 0 0 2px black;
        background-color: #85B8DB;
        border: 2px solid #FFF;
        border-radius: 100%;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
        width: 48px;
        height: 48px;
        line-height: 46px;
        transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
    }

    .onpage-help-section:focus > .help-icon-1,
    .onpage-help-section:active > .help-icon-1 {
        opacity: 0.5;
    }

    .onpage-help-section:hover > .help-icon-1 {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .onpage-help-section.help-section-small > .help-icon-1 {
        font-size: 18px;
        width: 28px;
        height: 28px;
        line-height: 26px;
        border-radius: 12px;
    }

    .onpage-help-section.help-section-smaller > .help-icon-1 {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 17px;
        border-radius: 8px;
    }

    .onpage-help-section > .help-icon-2 {
        position: absolute;
        z-index: 2;
        left: -4px;
        top: -4px;
        width: 18px;
        height: 18px;
        line-height: 16px;
        display: block;
        font-size: 16px;
        color: orange;
        background-color: #FFF;
        border: 1px solid orange;
        border-radius: 4px;
        opacity: 1;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .onpage-help-section:hover > .help-icon-2 {
        color: #59A34E;
        border-color: #59A34E;
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
    }

.onpage-help-modal {
    z-index: 100010;
}

    .onpage-help-modal + .modal-backdrop {
        z-index: 100009;
    }

.onpage-help-modal-buttons button {
    border-radius: 100%;
    border-width: 2px !important;
}

    .onpage-help-modal-buttons button:focus {
        outline: none !important;
    }

    .onpage-help-modal-buttons button.disabled {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

.onpage-help-content {
    max-width: 800px;
    margin: 0 auto;
}

.code-modal.onpage-help-modal .modal-dialog {
    margin-top: 6px;
    margin-bottom: 6px;
}

.code-modal.onpage-help-modal .modal-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.code-modal.onpage-help-modal .modal-body {
    padding: 10px 12px;
}

.onpage-help-modal pre {
    border-width: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 8px;
}

.onpage-help-modal .modal-title code {
    font-size: 13px;
}

.onpage-help-modal .modal-body {
    font-size: 14px;
}

@media print {
    .navbar {
        display: none !important;
        /**
	background: transparent none !important;
	border-bottom: 1px solid #DDD;
	
	.navbar-brand {
		color: @text-color !important;
	}

	.ace-nav {
		display: none !important;
	}
	*/
    }

    .sidebar {
        display: none !important;
    }

    .main-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .main-content .nav-search {
            display: none !important;
        }

        .main-content .breadcrumbs {
            float: right;
            border-width: 0 !important;
        }

            .main-content .breadcrumbs .breadcrumb > li + li:before {
                content: "/";
            }

            .main-content .breadcrumbs .breadcrumb .home-icon {
                display: none;
            }

    .ace-settings-container {
        display: none !important;
    }

    .footer {
        width: 100%;
        height: auto;
        position: relative;
    }

        .footer .footer-inner,
        .footer .footer-inner .footer-content {
            width: 100%;
        }

    .btn-scroll-up {
        display: none !important;
    }

    .btn,
    .btn.btn-app {
        background: transparent none !important;
        border-width: 1px !important;
        border-radius: 0 !important;
        color: #555 !important;
    }

    .label {
        border: 1px solid #666 !important;
    }

        .label[class*=arrowed]:before,
        .label[class*=arrowed]:after {
            display: none !important;
        }
}




/*.label.label-light.arrowed-in-right.arrowed.pull-right {
    position: fixed;
    margin-top: 4px;
}*/
@media (min-width: 768px) {
    .label.label-light.arrowed-in-right.arrowed.pull-right {
        position: fixed;
        margin-top: 4px;
    }
}
/*MOB - Mobile compatibility*/
@media only screen and (max-width: 480px) {
    .ace-settings-box {
        border: none;
    }


    .navbar-fixed-bottom {
        position: absolute;
    }

    .form-actions {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 320px) {

    .ace-settings-box {
        border: none;
    }


    .navbar-fixed-bottom {
        position: absolute;
    }

    .form-actions {
        margin-bottom: 80px;
    }
}

/*End of Mobile compatibility*/


.p-0{padding:0}.p-t-0{padding-top:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.p-r-0{padding-right:0}.m-0{margin:0}.m-t-0{margin-top:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-r-0{margin-right:0}.p-1{padding:5px}.p-t-1{padding-top:5px}.p-b-1{padding-bottom:5px}.p-l-1{padding-left:5px}.p-r-1{padding-right:5px}.m-1{margin:5px}.m-t-1{margin-top:5px}.m-b-1{margin-bottom:5px}.m-l-1{margin-left:5px}.m-r-1{margin-right:5px}.p-2{padding:10px}.p-t-2{padding-top:10px}.p-b-2{padding-bottom:10px}.p-l-2{padding-left:10px}.p-r-2{padding-right:10px}.m-2{margin:10px}.m-t-2{margin-top:10px}.m-b-2{margin-bottom:10px}.m-l-2{margin-left:10px}.m-r-2{margin-right:10px}.p-3{padding:15px}.p-t-3{padding-top:15px}.p-b-3{padding-bottom:15px}.p-l-3{padding-left:15px}.p-r-3{padding-right:15px}.m-3{margin:15px}.m-t-3{margin-top:15px}.m-b-3{margin-bottom:15px}.m-l-3{margin-left:15px}.m-r-3{margin-right:15px}.p-4{padding:20px}.p-t-4{padding-top:20px}.p-b-4{padding-bottom:20px}.p-l-4{padding-left:20px}.p-r-4{padding-right:20px}.m-4{margin:20px}.m-t-4{margin-top:20px}.m-b-4{margin-bottom:20px}.m-l-4{margin-left:20px}.m-r-4{margin-right:20px}.p-5{padding:25px}.p-t-5{padding-top:25px}.p-b-5{padding-bottom:25px}.p-l-5{padding-left:25px}.p-r-5{padding-right:25px}.m-5{margin:25px}.m-t-5{margin-top:25px}.m-b-5{margin-bottom:25px}.m-l-5{margin-left:25px}.m-r-5{margin-right:25px}.p-6{padding:30px}.p-t-6{padding-top:30px}.p-b-6{padding-bottom:30px}.p-l-6{padding-left:30px}.p-r-6{padding-right:30px}.m-6{margin:30px}.m-t-6{margin-top:30px}.m-b-6{margin-bottom:30px}.m-l-6{margin-left:30px}.m-r-6{margin-right:30px}.p-7{padding:35px}.p-t-7{padding-top:35px}.p-b-7{padding-bottom:35px}.p-l-7{padding-left:35px}.p-r-7{padding-right:35px}.m-7{margin:35px}.m-t-7{margin-top:35px}.m-b-7{margin-bottom:35px}.m-l-7{margin-left:35px}.m-r-7{margin-right:35px}.p-8{padding:40px}.p-t-8{padding-top:40px}.p-b-8{padding-bottom:40px}.p-l-8{padding-left:40px}.p-r-8{padding-right:40px}.m-8{margin:40px}.m-t-8{margin-top:40px}.m-b-8{margin-bottom:40px}.m-l-8{margin-left:40px}.m-r-8{margin-right:40px}.p-9{padding:45px}.p-t-9{padding-top:45px}.p-b-9{padding-bottom:45px}.p-l-9{padding-left:45px}.p-r-9{padding-right:45px}.m-9{margin:45px}.m-t-9{margin-top:45px}.m-b-9{margin-bottom:45px}.m-l-9{margin-left:45px}.m-r-9{margin-right:45px}.p-10{padding:50px}.p-t-10{padding-top:50px}.p-b-10{padding-bottom:50px}.p-l-10{padding-left:50px}.p-r-10{padding-right:50px}.m-10{margin:50px}.m-t-10{margin-top:50px}.m-b-10{margin-bottom:50px}.m-l-10{margin-left:50px}.m-r-10{margin-right:50px}.text-align-right{text-align:right}.required-star{color:#a94442;font-size:.9em}.text-primary{color:#006adb}.text-danger{color:#a94442}.text-muted{color:#757575}.text-cap{text-transform:capitalize}.text-info-block{background:#d9edf7;padding:10px;display:block;color:#006adb;border-left:4px solid}.item-center{display:flex;justify-content:center;align-items:center}.break-all{word-break:break-all}.break-word{word-break:break-word}.bg-primary{background-color:#006adb}.bg-success{background-color:#3c763d}.bg-info{background-color:#31708f}.bg-warning{background-color:#8a6d3b}.bg-danger{background-color:#a94442}.bg-dark{background-color:#393939}.hide-overflow{overflow:hidden}.auto-overflow{overflow:auto}.visible-overflow{overflow:visible}.scroll-overflow{overflow:scroll}.no-wrap{white-space:nowrap}.d-flex{display:flex}.justify-space-between{justify-content:space-between}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:.5rem;margin-bottom:.5rem;font-family:"Open Sans",sans-serif;font-weight:400;line-height:1.1}h1,.h1{font-size:2.25rem}h2,.h2{font-size:1.875rem}h3,.h3,.page-title{font-size:1.5rem}h4,.h4,.section-title{font-size:1.125rem}h5,.h5,.module-title{font-size:.875rem}h6,.h6 .small-heading{font-size:.75rem}body{color:#393939;background-color:#e4e6e9;font-weight:400;font-family:"Open Sans",sans-serif;line-height:1.5}.lead{font-size:1.125rem;font-weight:lighter;color:#393939;font-family:"Open Sans",sans-serif;line-height:1.25}.lead>a{font-size:.875rem;font-weight:400;white-space:nowrap}.legal{font-size:.75rem;font-weight:400;color:#393939;font-family:"Open Sans",sans-serif;line-height:1.5}small,.small{font-size:80%;font-weight:400}hr{border:0;border-top:.0625rem solid #dae2eb}.text-primary{color:#006adb!important}.text-success{color:#3c763d!important}.text-info{color:#31708f!important}.text-warning{color:#8a6d3b!important}.text-danger{color:#a94442!important}.text-light{color:#f8f8f8!important}.text-dark{color:#393939!important}.text-grey{color:#676767!important}.lighter{font-weight:lighter}.bolder{font-weight:bolder}.bold{font-weight:700}.light{font-weight:300}blockquote footer{color:#757575}ul.tagit{min-height:40px;border:.0625rem solid #d8d8d8;box-shadow:none;background-color:#fff;padding:3px 8px;border-radius:.1875rem}ul.tagit,ul.tagit input[type=text]{font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:400;color:#393939}ul.tagit::placeholder,ul.tagit input[type=text]::placeholder{color:#757575;opacity:1}ul.tagit:-ms-input-placeholder,ul.tagit input[type=text]:-ms-input-placeholder{color:#757575!important}ul.tagit input[type=text]{height:auto;border:0!important;padding:0!important}ul.tagit:hover{border:.0625rem solid #393939;box-shadow:none}ul.tagit:focus,ul.tagit:active,ul.tagit.focus,ul.tagit.active{border:.0625rem solid #006adb;box-shadow:none}ul.tagit.keyboard-focus{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 4px #fff}ul.tagit li.tagit-new{padding:0;margin:6px 5px 6px 0}ul.tagit li.tagit-choice{margin:3px 5px 4px 0;min-height:25px;font-size:12px;font-weight:400;color:#34495e;border-radius:11px;background-color:#f8f8f8;background:#f8f8f8;letter-spacing:.83px;border:.0625rem solid #d8d8d8;box-shadow:none}ul.tagit li.tagit-choice .tagit-close{opacity:.5;right:6px}ul.tagit li.tagit-choice .tagit-close:hover{opacity:1}ul.tagit li.tagit-choice .tagit-close .ui-icon{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}ul.tagit li.tagit-choice-editable{padding:2px 23px 2px 16px}.ui-autocomplete.ui-menu{max-height:248px;border:.0625rem solid #dae2eb;box-shadow:none;background-color:#fff;padding:0;font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:400;color:#393939}.ui-autocomplete.ui-menu .ui-menu-item{color:#393939;min-height:40px;padding:8px 16px;margin:0;border-bottom:.0625rem solid #f1f5f9;box-sizing:border-box;list-style-image:none;word-wrap:break-word}.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item:hover{border:0;background-color:#f1f5f9;background:#f1f5f9;border-bottom:.0625rem solid #f1f5f9}.ui-autocomplete.ui-menu::-webkit-scrollbar{-webkit-appearance:none;width:8px;height:8px}.ui-autocomplete.ui-menu::-webkit-scrollbar-thumb{cursor:pointer;border-radius:.3125rem;background:#d8d8d8;transition:all .2s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.ui-autocomplete.ui-menu::-webkit-scrollbar-thumb{transition:none}}.ui-autocomplete.ui-menu::-webkit-scrollbar-track{background:#fff}.ui-autocomplete.ui-menu body{scrollbar-face-color:#d8d8d8;scrollbar-track-color:#fff}h1:first-child,h1:last-child,h2:first-child,h2:last-child,h3:first-child,h3:last-child,h4:first-child,h4:last-child,h5:first-child,h5:last-child{margin-top:.5rem;margin-bottom:.5rem}p{line-height:inherit}[data-tooltip]::before,[data-tooltip]::after{display:none}.ui.input>input,.ui.input>input::-webkit-input-placeholder{color:#9b9b9b}.ui.input>input:focus,.ui.input>input:focus::-webkit-input-placeholder{color:#393939}.ui.input.focus>input,.ui.input.focus>input::-webkit-input-placeholder{color:#393939}i.flag.je:before{background:url(../../Assets/images/flags/je.svg)}i.flag.gg:before{background:url(../../Assets/images/flags/gg.svg)}i.flag.im:before{background:url(../../Assets/images/flags/im.svg)}i.flag.mf:before{background:url(../../Assets/images/flags/mf.svg)}.selectize-dropdown{z-index:5000!important}.nav-list a .badge,.nav-list a .label{position:relative;font-size:10px;font-weight:700;opacity:1;padding:2px 6px;line-height:14px;top:0;right:0;margin-left:4px}.nav-list a .badge:before,.nav-list a .label:before{content:"";border-right:4px solid #006adb;border-top:3px solid transparent;border-bottom:3px solid transparent;position:absolute;right:100%;top:6px;margin-right:0}.label-primary,.label.label-primary,.badge.badge-primary,.badge-primary{background-color:#006adb;color:#fff}.badge{border-radius:2px;min-width:18px;min-height:18px;padding-top:3px;padding-bottom:3px;font-size:11px;font-weight:bold}.badge.badge-primary,.badge-primary{background-color:#006adb}.badge.badge-success,.badge-success{background-color:#3c763d}.badge.badge-info,.badge-info{background-color:#31708f}.badge.badge-warning,.badge-warning{background-color:#8a6d3b}.badge.badge-danger,.badge-danger{background-color:#a94442}.badge.badge-dark,.badge-dark{background-color:#393939}.nav-tabs>li>a .badge{padding:2px 8px;line-height:15px;opacity:1;vertical-align:initial;font-size:12px;font-weight:bold}.ui-timepicker-wrapper{font-family:"Open Sans",sans-serif;font-size:.875rem;font-weight:400;color:#393939;background-color:#fff;padding:0;max-height:160px;border:.0625rem solid #dae2eb;box-shadow:none}.ui-timepicker-wrapper .ui-timepicker-list li{cursor:pointer;color:#393939;min-height:40px;padding:8px 16px;margin:0;border-bottom:.0625rem solid #f1f5f9;box-sizing:border-box;list-style-image:none;word-wrap:break-word}.ui-timepicker-wrapper .ui-timepicker-list li:hover,.ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected:hover{border:0;background-color:#f1f5f9;background:#f1f5f9;color:#393939;border-bottom:.0625rem solid #f1f5f9}.ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected{background-color:#fff;font-weight:700}.ui-timepicker-wrapper::-webkit-scrollbar{-webkit-appearance:none;width:8px;height:8px}.ui-timepicker-wrapper::-webkit-scrollbar-thumb{cursor:pointer;border-radius:.3125rem;background:#d8d8d8;transition:all .2s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.ui-timepicker-wrapper::-webkit-scrollbar-thumb{transition:none}}.ui-timepicker-wrapper::-webkit-scrollbar-track{background:#fff}.ui-timepicker-wrapper body{scrollbar-face-color:#d8d8d8;scrollbar-track-color:#fff}pre{color:#393939;padding:0;background:transparent;border:0}.btn{display:inline-block;font-family:"Open Sans",sans-serif;font-weight:700;text-align:center;vertical-align:middle;user-select:none;color:#393939;border:.0625rem solid transparent;outline:0;border-radius:.3125rem;box-shadow:none;font-size:.875rem;padding:.5625rem .75rem}.btn:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn:active:focus{outline:0;box-shadow:none}.btn:active,.btn:active:focus,.btn:active.focus,.btn.active,.btn.active:focus,.btn.active.focus{outline:0}.btn-primary{background-color:#006adb;color:#fff;border-color:transparent}.btn-primary:hover,.btn-primary.hover{background-color:#0051a9;color:#fff;border-color:transparent}.btn-primary:focus,.btn-primary.focus{background-color:#0051a9;color:#fff;border-color:transparent;outline:0}.btn-primary:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-primary.disabled,.btn-primary:disabled{background-color:rgba(0,106,219,.5);color:#fff;border-color:transparent}.btn-primary.disabled:hover,.btn-primary.disabled.hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary:disabled:hover,.btn-primary:disabled.hover,.btn-primary:disabled:focus,.btn-primary:disabled.focus{background-color:rgba(0,106,219,.5);color:#fff;border-color:transparent;outline:0}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active{background-color:#003977;color:#fff;border-color:transparent}.open>.btn-primary:not(:disabled):not(.disabled).dropdown-toggle{background-color:#003977;color:#fff;border-color:transparent}.btn-success{background-color:#43bf92;color:#fff;border-color:transparent}.btn-success:hover,.btn-success.hover{background-color:#4fe7b0;color:#fff;border-color:transparent}.btn-success:focus,.btn-success.focus{background-color:#4fe7b0;color:#fff;border-color:transparent;outline:0}.btn-success:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-success.disabled,.btn-success:disabled{background-color:rgba(67,191,146,.5);color:#fff;border-color:transparent}.btn-success.disabled:hover,.btn-success.disabled.hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success:disabled:hover,.btn-success:disabled.hover,.btn-success:disabled:focus,.btn-success:disabled.focus{background-color:rgba(67,191,146,.5);color:#fff;border-color:transparent;outline:0}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active{background-color:#289870;color:#fff;border-color:transparent}.open>.btn-success:not(:disabled):not(.disabled).dropdown-toggle{background-color:#289870;color:#fff;border-color:transparent}.btn-warning{background-color:#f9a000;color:#fff;border-color:transparent}.btn-warning:hover,.btn-warning.hover{background-color:#ffc82c;color:#fff;border-color:transparent}.btn-warning:focus,.btn-warning.focus{background-color:#ffc82c;color:#fff;border-color:transparent;outline:0}.btn-warning:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-warning.disabled,.btn-warning:disabled{background-color:rgba(249,160,0,.5);color:#fff;border-color:transparent}.btn-warning.disabled:hover,.btn-warning.disabled.hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning:disabled:hover,.btn-warning:disabled.hover,.btn-warning:disabled:focus,.btn-warning:disabled.focus{background-color:rgba(249,160,0,.5);color:#fff;border-color:transparent;outline:0}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active{background-color:#eb7b00;color:#fff;border-color:transparent}.open>.btn-warning:not(:disabled):not(.disabled).dropdown-toggle{background-color:#eb7b00;color:#fff;border-color:transparent}.btn-danger{background-color:#a94442;color:#fff;border-color:transparent}.btn-danger:hover,.btn-danger.hover{background-color:#e05e5e;color:#fff;border-color:transparent}.btn-danger:focus,.btn-danger.focus{background-color:#e05e5e;color:#fff;border-color:transparent;outline:0}.btn-danger:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-danger.disabled,.btn-danger:disabled{background-color:rgba(169,68,66,.5);color:#fff;border-color:transparent}.btn-danger.disabled:hover,.btn-danger.disabled.hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger:disabled:hover,.btn-danger:disabled.hover,.btn-danger:disabled:focus,.btn-danger:disabled.focus{background-color:rgba(169,68,66,.5);color:#fff;border-color:transparent;outline:0}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active{background-color:#c34040;color:#fff;border-color:transparent}.open>.btn-danger:not(:disabled):not(.disabled).dropdown-toggle{background-color:#c34040;color:#fff;border-color:transparent}.btn-outline-primary{background-color:#fff;color:#006adb;border-color:#006adb}.btn-outline-primary:hover,.btn-outline-primary.hover{background-color:#f1f5f9;color:#006adb;border-color:#006adb}.btn-outline-primary:focus,.btn-outline-primary.focus{background-color:#f1f5f9;color:#006adb;border-color:#006adb;outline:0}.btn-outline-primary:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:rgba(255,255,255,.5);color:#006adb;border-color:#006adb}.btn-outline-primary.disabled:hover,.btn-outline-primary.disabled.hover,.btn-outline-primary.disabled:focus,.btn-outline-primary.disabled.focus,.btn-outline-primary:disabled:hover,.btn-outline-primary:disabled.hover,.btn-outline-primary:disabled:focus,.btn-outline-primary:disabled.focus{background-color:rgba(255,255,255,.5);color:#006adb;border-color:#006adb;outline:0}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active{background-color:#003977;color:#fff;border-color:#006adb}.open>.btn-outline-primary:not(:disabled):not(.disabled).dropdown-toggle{background-color:#003977;color:#fff;border-color:#006adb}.btn-outline-success{background-color:#fff;color:#43bf92;border-color:#43bf92}.btn-outline-success:hover,.btn-outline-success.hover{background-color:#f1f5f9;color:#43bf92;border-color:#43bf92}.btn-outline-success:focus,.btn-outline-success.focus{background-color:#f1f5f9;color:#43bf92;border-color:#43bf92;outline:0}.btn-outline-success:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:rgba(255,255,255,.5);color:#43bf92;border-color:#43bf92}.btn-outline-success.disabled:hover,.btn-outline-success.disabled.hover,.btn-outline-success.disabled:focus,.btn-outline-success.disabled.focus,.btn-outline-success:disabled:hover,.btn-outline-success:disabled.hover,.btn-outline-success:disabled:focus,.btn-outline-success:disabled.focus{background-color:rgba(255,255,255,.5);color:#43bf92;border-color:#43bf92;outline:0}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active{background-color:#289870;color:#fff;border-color:#43bf92}.open>.btn-outline-success:not(:disabled):not(.disabled).dropdown-toggle{background-color:#289870;color:#fff;border-color:#43bf92}.btn-outline-warning{background-color:#fff;color:#f9a000;border-color:#f9a000}.btn-outline-warning:hover,.btn-outline-warning.hover{background-color:#f1f5f9;color:#f9a000;border-color:#f9a000}.btn-outline-warning:focus,.btn-outline-warning.focus{background-color:#f1f5f9;color:#f9a000;border-color:#f9a000;outline:0}.btn-outline-warning:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:rgba(255,255,255,.5);color:#f9a000;border-color:#f9a000}.btn-outline-warning.disabled:hover,.btn-outline-warning.disabled.hover,.btn-outline-warning.disabled:focus,.btn-outline-warning.disabled.focus,.btn-outline-warning:disabled:hover,.btn-outline-warning:disabled.hover,.btn-outline-warning:disabled:focus,.btn-outline-warning:disabled.focus{background-color:rgba(255,255,255,.5);color:#f9a000;border-color:#f9a000;outline:0}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active{background-color:#eb7b00;color:#fff;border-color:#f9a000}.open>.btn-outline-warning:not(:disabled):not(.disabled).dropdown-toggle{background-color:#eb7b00;color:#fff;border-color:#f9a000}.btn-outline-danger{background-color:#fff;color:#a94442;border-color:#a94442}.btn-outline-danger:hover,.btn-outline-danger.hover{background-color:#f1f5f9;color:#a94442;border-color:#a94442}.btn-outline-danger:focus,.btn-outline-danger.focus{background-color:#f1f5f9;color:#a94442;border-color:#a94442;outline:0}.btn-outline-danger:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:rgba(255,255,255,.5);color:#a94442;border-color:#a94442}.btn-outline-danger.disabled:hover,.btn-outline-danger.disabled.hover,.btn-outline-danger.disabled:focus,.btn-outline-danger.disabled.focus,.btn-outline-danger:disabled:hover,.btn-outline-danger:disabled.hover,.btn-outline-danger:disabled:focus,.btn-outline-danger:disabled.focus{background-color:rgba(255,255,255,.5);color:#a94442;border-color:#a94442;outline:0}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active{background-color:#c34040;color:#fff;border-color:#a94442}.open>.btn-outline-danger:not(:disabled):not(.disabled).dropdown-toggle{background-color:#c34040;color:#fff;border-color:#a94442}.btn-link{font-family:"Open Sans",sans-serif;font-weight:400;color:#006adb;text-decoration:none;border-color:transparent;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;outline:0;cursor:pointer}.btn-link:hover,.btn-link.hover{color:#006adb;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline;box-shadow:none;outline:0}.btn-link:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.btn-link:active:focus{outline:0;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:rgba(0,106,219,.5);pointer-events:none}.btn-link:disabled [class*=icon-],.btn-link.disabled [class*=icon-]{opacity:.5}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-icon>[class*=icon]{margin-right:5px;margin-left:0;text-decoration:none}.btn-icon.btn-icon-cover>[class*=icon]{border-radius:3px;padding:4px 3px;border:1px solid #006adb}.btn-icon.btn-xs>[class*=icon]{width:12px;height:12px;margin:1px}.btn-xl{font-size:1.125rem;padding:1rem 1rem}.btn-lg{font-size:1rem;padding:.8125rem 1rem}.btn-md{font-size:.875rem;padding:.5625rem .75rem}.btn-sm{font-size:.875rem;padding:.25rem .5rem}.btn-xs{font-size:.75rem;padding:.125rem .5rem}.btn-width-xl{min-width:10rem}.btn-width-lg{min-width:9.375rem}.btn-width-md{min-width:8.75rem}.btn-width-sm{min-width:8.125rem}.btn-width-xs{min-width:6.25rem}.btn.dropdown-toggle{position:relative;padding-right:45px}.btn.dropdown-toggle .v-bar{display:block;position:absolute;background-color:#fff;width:1px;height:38px;top:0;right:32px}.btn.dropdown-toggle .icon-dropdown{position:absolute;right:6px;top:12px;margin:0 2px}.btn.dropdown-toggle [class*=icon]:not(.v-bar+.icon-dropdown){margin-right:5px}.open>.dropdown-menu,.dropdown-submenu>.dropdown-menu{border:0;border-radius:.1875rem!important;padding:0;margin-top:1px;box-shadow:0 2px 4px 0 #d8d8d8}.dropdown-menu>li>a{padding:10px 16px;margin:0;font-size:13px}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;background-color:#006adb}.dropdown-menu>li:first-child>a{border-top-left-radius:.1875rem;border-top-right-radius:.1875rem}.dropdown-menu>li:last-child>a{border-bottom-right-radius:.1875rem;border-bottom-left-radius:.1875rem}a{cursor:pointer}a,a:hover{color:#006adb}a:active{color:#003977}a:active,a:hover{text-decoration:underline}.form-control{display:block;width:100%;height:40px;padding:.5rem .75rem;font-size:.875rem;font-weight:400;line-height:1.5;color:#393939;background-color:#fff;background-clip:padding-box;border:.0625rem solid #d8d8d8;border-radius:.1875rem;box-shadow:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control::placeholder{color:#757575;opacity:1}.form-control.hover,.form-control:hover{border-color:#393939}.form-control.active,.form-control:focus,.form-control:active{border-color:#006adb;outline:0;box-shadow:none}.form-control.active::placeholder,.form-control:focus::placeholder,.form-control:active::placeholder{color:#393939}.form-control.keyboard-focus:focus{border-color:#006adb;outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.form-control.disabled,.form-control:disabled,.form-control[readonly]{border-color:#d8d8d8;background-color:#f8f8f8;opacity:1}.form-control.disabled::placeholder,.form-control:disabled::placeholder,.form-control[readonly]::placeholder{color:#d8d8d8}.form-control.disabled:focus,.form-control.disabled:active,.form-control.disabled:hover,.form-control:disabled:focus,.form-control:disabled:active,.form-control:disabled:hover,.form-control[readonly]:focus,.form-control[readonly]:active,.form-control[readonly]:hover{border-color:#d8d8d8}.form-control.invalid{border-color:#a94442}select.form-control:focus::-ms-value{color:#393939;background-color:#fff}select.form-control:invalid{color:#757575}select.form-control:active,select.form-control:focus{color:#393939}.form-control-plaintext{display:block;width:100%;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.5;color:#393939;background-color:transparent;border:solid transparent;border-width:.0625rem 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:32px;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.1875rem}.form-control-lg{height:48px;padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:.1875rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}textarea.form-control::-webkit-scrollbar{-webkit-appearance:none;width:8px;height:8px}textarea.form-control::-webkit-scrollbar-thumb{cursor:pointer;border-radius:.3125rem;background:#d8d8d8;transition:all .2s ease-in-out}@media screen and (prefers-reduced-motion:reduce){textarea.form-control::-webkit-scrollbar-thumb{transition:none}}textarea.form-control::-webkit-scrollbar-track{background:#fff}textarea.form-control body{scrollbar-face-color:#d8d8d8;scrollbar-track-color:#fff}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control.custom-control-sm{padding-left:1.25rem}.custom-control.custom-control-sm .custom-control-label{font-size:.875rem}.custom-control.custom-control-sm .custom-control-label::before,.custom-control.custom-control-sm .custom-control-label::after{left:-1.25rem;top:calc(50% - 16px/2);width:16px;height:16px}.custom-control.custom-control-lg{padding-left:2.5rem}.custom-control.custom-control-lg .custom-control-label{font-size:1.25rem}.custom-control.custom-control-lg .custom-control-label::before,.custom-control.custom-control-lg .custom-control-label::after{left:-2.5rem;top:calc(50% - 30px/2);width:30px;height:30px}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label{font-weight:600}.custom-control-input:checked~.custom-control-label::before{background-color:#006adb}.custom-control-input:focus~.custom-control-label{font-weight:600}.custom-control-input:focus~.custom-control-label::before{box-shadow:none;border-color:#006adb}.custom-control-input:focus-visible~.custom-control-label::before{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#006adb;box-shadow:none}.custom-control-input:disabled~.custom-control-label{color:#6c757d;cursor:not-allowed}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-input:disabled~.custom-control-label:hover,.custom-control-input:disabled~.custom-control-label.hover{font-weight:400}.custom-control-input:disabled~.custom-control-label:hover::before,.custom-control-input:disabled~.custom-control-label.hover::before{border-color:#d8d8d8}.custom-control-input:disabled:checked~.custom-control-label:hover,.custom-control-input:disabled:checked~.custom-control-label.hover{font-weight:600}.custom-control-label{position:relative;margin-bottom:0;font-size:1rem;font-weight:400;min-width:50px}.custom-control-label::before{position:absolute;top:calc(50% - 20px/2);left:-1.5rem;display:block;width:20px;height:20px;pointer-events:none;content:"";user-select:none;background-color:#fff;border:1px solid #d8d8d8;box-shadow:none}.custom-control-label::after{position:absolute;top:calc(50% - 20px/2);left:-1.5rem;display:block;width:20px;height:20px;content:"";background-repeat:no-repeat;background-position:center center;background-size:75%}.custom-control-label:hover,.custom-control-label.hover{font-weight:600}.custom-control-label:hover::before,.custom-control-label.hover::before{border-color:#006adb}.custom-checkbox .custom-control-label::before{border-radius:.1875rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:#d8d8d8}.custom-checkbox .custom-control-input.custom-control-minus:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='-2 -6 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.5,0.5 C11.3284271,0.5 12,1.17157288 12,2 C12,2.77969612 11.4051119,3.42044868 10.64446,3.49313342 L10.5,3.5 L1.5,3.5 C0.671572875,3.5 0,2.82842712 0,2 C0,1.22030388 0.594888083,0.579551322 1.35553999,0.506866578 L1.5,0.5 L10.5,0.5 Z' id='Minus' fill='rgb(255, 255, 255)' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.custom-checkbox.custom-control-sm .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.custom-checkbox.custom-control-sm .custom-control-input.custom-control-minus:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='-2 -6 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.5,0.5 C11.3284271,0.5 12,1.17157288 12,2 C12,2.77969612 11.4051119,3.42044868 10.64446,3.49313342 L10.5,3.5 L1.5,3.5 C0.671572875,3.5 0,2.82842712 0,2 C0,1.22030388 0.594888083,0.579551322 1.35553999,0.506866578 L1.5,0.5 L10.5,0.5 Z' id='Minus' fill='rgb(255, 255, 255)' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.custom-checkbox.custom-control-lg .custom-control-input:checked~.custom-control-label::after{background-size:60%;background-image:url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.custom-checkbox.custom-control-lg .custom-control-input.custom-control-minus:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='-2 -6 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.5,0.5 C11.3284271,0.5 12,1.17157288 12,2 C12,2.77969612 11.4051119,3.42044868 10.64446,3.49313342 L10.5,3.5 L1.5,3.5 C0.671572875,3.5 0,2.82842712 0,2 C0,1.22030388 0.594888083,0.579551322 1.35553999,0.506866578 L1.5,0.5 L10.5,0.5 Z' id='Minus' fill='rgb(255, 255, 255)' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.custom-checkbox.checkbox-color-primary .custom-control-label::before{border-radius:.1875rem}.custom-checkbox.checkbox-color-primary .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.custom-checkbox.checkbox-color-primary .custom-control-input:disabled:checked~.custom-control-label::before{background-color:#d8d8d8}.custom-checkbox.checkbox-color-primary .custom-control-input.custom-control-minus:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='-2 -6 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.5,0.5 C11.3284271,0.5 12,1.17157288 12,2 C12,2.77969612 11.4051119,3.42044868 10.64446,3.49313342 L10.5,3.5 L1.5,3.5 C0.671572875,3.5 0,2.82842712 0,2 C0,1.22030388 0.594888083,0.579551322 1.35553999,0.506866578 L1.5,0.5 L10.5,0.5 Z' id='Minus' fill='rgb(0, 106, 219)' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.custom-checkbox.checkbox-color-primary.custom-control-sm .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.custom-checkbox.checkbox-color-primary.custom-control-sm .custom-control-input.custom-control-minus:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='-2 -6 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.5,0.5 C11.3284271,0.5 12,1.17157288 12,2 C12,2.77969612 11.4051119,3.42044868 10.64446,3.49313342 L10.5,3.5 L1.5,3.5 C0.671572875,3.5 0,2.82842712 0,2 C0,1.22030388 0.594888083,0.579551322 1.35553999,0.506866578 L1.5,0.5 L10.5,0.5 Z' id='Minus' fill='rgb(0, 106, 219)' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.custom-checkbox.checkbox-color-primary.custom-control-lg .custom-control-input:checked~.custom-control-label::after{background-size:60%;background-image:url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.custom-checkbox.checkbox-color-primary.custom-control-lg .custom-control-input.custom-control-minus:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='-2 -6 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.5,0.5 C11.3284271,0.5 12,1.17157288 12,2 C12,2.77969612 11.4051119,3.42044868 10.64446,3.49313342 L10.5,3.5 L1.5,3.5 C0.671572875,3.5 0,2.82842712 0,2 C0,1.22030388 0.594888083,0.579551322 1.35553999,0.506866578 L1.5,0.5 L10.5,0.5 Z' id='Minus' fill='rgb(0, 106, 219)' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E %3Ccircle r='2.5' fill='rgb(255, 255, 255)' /%3E %3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:#d8d8d8}.custom-switch{padding-bottom:10px}.custom-switch .custom-switch-label{font-size:1rem;line-height:19px;letter-spacing:.26px;display:inline-block}.custom-switch .switch{position:relative;display:inline-block;width:37px;height:16px;margin:0}.custom-switch .switch input{opacity:0;width:0;height:0}.custom-switch .switch input:checked+.slider{background-color:#006adb;border:1px solid #006adb}.custom-switch .switch input:checked+.slider:before{border:1px solid #006adb;-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px)}.custom-switch .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f2f1f1;border-radius:15px;border:1px solid #d8d8d8;transition:.4s}@media screen and (prefers-reduced-motion:reduce){.custom-switch .switch .slider{transition:none}}.custom-switch .switch .slider:before{position:absolute;content:"";height:16px;width:16px;left:-1px;bottom:-1px;background-color:#fff;border:1px solid #d8d8d8;border-radius:15px;transition:.4s}@media screen and (prefers-reduced-motion:reduce){.custom-switch .switch .slider:before{transition:none}}.checkbox-list{margin:0;padding:0;list-style:none;background-color:#fff;border:1px solid #d8d8d8;border-radius:4px;font-size:14px}.checkbox-list li{padding:7px 14px}.checkbox-list li.select-all-li{padding:10px 14px;border-bottom:1px solid #d8d8d8}.has-error .checkbox-list li.select-all-li{border-color:#a94442}.checkbox-list li:nth-child(2){padding-top:12px}.checkbox-list li:last-child{padding-bottom:12px}.checkbox-list .custom-control-label{padding-left:4px}.has-error .checkbox-list{border-color:#a94442}.ui.dropdown{font-family:"Open Sans",sans-serif;font-size:.875rem;color:#393939}.ui.dropdown.selection{min-height:40px;border-radius:.1875rem;border:.0625rem solid #d8d8d8;box-shadow:none;background-color:#fff;padding:4px 24px 4px 8px}.ui.dropdown.selection:hover{border:.0625rem solid #393939;box-shadow:none}.ui.dropdown.selection:focus,.ui.dropdown.selection:active{border:.0625rem solid #006adb;box-shadow:none}.ui.dropdown.selection.keyboard-focus{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 4px #fff}.ui.dropdown.selection>.dropdown.icon{right:5px}.ui.dropdown.selection .menu{max-height:240px;border-radius:0}.ui.dropdown.selection .menu>.item{border-top:.0625rem solid #f1f5f9;padding:13px 32px 12px 16px!important}.ui.dropdown.selection.active{border:.0625rem solid #006adb;box-shadow:none;border-bottom-right-radius:.1875rem!important;border-bottom-left-radius:.1875rem!important}.ui.dropdown.selection.active .menu{border:.0625rem solid #dae2eb;box-shadow:none;margin-top:1px}.ui.dropdown.selection.active:hover{border:.0625rem solid #006adb;box-shadow:none}.ui.dropdown.selection.active:hover .menu{border:.0625rem solid #dae2eb;box-shadow:none;max-height:240px}.ui.dropdown.selection.search>input.search{padding:11px 24px 8px 8px;color:#393939}.ui.dropdown.selection.search.fluid,.ui.dropdown.selection.search.fluid .default.text{color:#393939}.ui.dropdown.selection.upward.active .menu{margin-bottom:1px}.ui.dropdown.selection.upward.dropdown.visible{border-top-left-radius:.1875rem!important;border-top-right-radius:.1875rem!important}.ui.dropdown .menu{background-color:#fff}.ui.dropdown .menu>.item{height:auto;font-size:.875rem;margin:0;word-break:break-word;-ms-word-break:break-all}.ui.dropdown .menu>.item:hover{background:#f1f5f9;color:#393939}.ui.dropdown .transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:400ms;animation-duration:400ms;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ui.dropdown>.text{font-size:.875rem;margin:8px 0;word-break:break-word;-ms-word-break:break-all}.ui.dropdown.selected,.ui.dropdown .menu .selected.item{background-color:#fff;font-weight:700;color:#393939}.ui.dropdown>.dropdown.icon:before{content:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(57, 57, 57)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.ui.dropdown:not(.button)>.default.text{color:#676767}.ui.dropdown:focus-visible,.ui.dropdown:focus-within:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.ui.dropdown ::-webkit-scrollbar{-webkit-appearance:none;width:8px;height:8px}.ui.dropdown ::-webkit-scrollbar-thumb{cursor:pointer;border-radius:.3125rem;background:#d8d8d8;transition:all .2s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.ui.dropdown ::-webkit-scrollbar-thumb{transition:none}}.ui.dropdown ::-webkit-scrollbar-track{background:#fff}.ui.dropdown body{scrollbar-face-color:#d8d8d8;scrollbar-track-color:#fff}.has-error .ui.dropdown.selection.focus,.has-error .ui.dropdown.selection.active,.has-error .ui.dropdown.selection .hover{border-color:#a94442!important;box-shadow:none}.ui.multiple.dropdown>.text{position:static;max-width:100%;padding:0;line-height:0;margin:16px 0}.ui.multiple.dropdown.selection.search>input.search{padding:0}.ui.multiple.dropdown>.label{height:25px;border-radius:11px;margin:3px 5px 4px 0;padding:5px 23px 5px 16px;border:1px solid #d8d8d8;background:#f8f8f8;color:#34495e;font-family:"Open Sans",sans-serif;font-size:12px;letter-spacing:.83px;position:relative;box-shadow:none}.ui.multiple.dropdown>.label i.icon{opacity:.5;position:absolute;right:3px;top:7px;display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.ui.multiple.dropdown>.label i.icon:hover{opacity:1}.ui.multiple.dropdown>.label i.icon.delete:before{content:none}.selectize-control.single .selectize-input,.selectize-control.multi .selectize-input{min-height:40px;height:auto;border-radius:.1875rem}.selectize-control.single .selectize-input:hover:not(.disabled),.selectize-control.multi .selectize-input:hover:not(.disabled){border:.0625rem solid #393939;box-shadow:none}.selectize-control.single .selectize-input:focus,.selectize-control.single .selectize-input:active,.selectize-control.single .selectize-input.focus,.selectize-control.multi .selectize-input:focus,.selectize-control.multi .selectize-input:active,.selectize-control.multi .selectize-input.focus{border:.0625rem solid #006adb!important;box-shadow:none}.selectize-control.single .selectize-input.keyboard-focus,.selectize-control.multi .selectize-input.keyboard-focus{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 4px #fff}.selectize-control.single .selectize-input.disabled,.selectize-control.multi .selectize-input.disabled{border:.0625rem solid #d8d8d8!important;box-shadow:none}.selectize-control.single .selectize-input>div{padding:6px 0;cursor:text;max-width:100%;word-wrap:break-word}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input.has-items{padding:4px 24px 4px 8px}.selectize-control.single .selectize-input:after,.selectize-control.single .selectize-input.dropdown-active:after{content:" ";background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(57, 57, 57)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;border:0;position:absolute;top:31%;right:5px;width:15px;height:15px;margin:0;cursor:pointer}.selectize-control.multi .selectize-input>div{font-family:"Open Sans",sans-serif;height:25px!important;border-radius:11px;padding:2px 23px 2px 16px;margin:3px 5px 4px 0}.selectize-control.multi .selectize-input>div,.selectize-control.multi .selectize-input>div.active{border:.0625rem solid #d8d8d8;box-shadow:none;background-color:#f8f8f8;color:#34495e;font-size:12px;letter-spacing:.83px}.selectize-control.multi .selectize-input,.selectize-control.multi .selectize-input.has-items{padding:3px 8px}.selectize-control.multi .selectize-input input{border:0 none;height:auto;min-width:12px}.form-control.selectize-control{padding:0;height:auto;margin-bottom:-5px}.form-control.selectize-control,.form-control.selectize-control:hover,.form-control.selectize-control:focus{border:0;box-shadow:none;border-radius:0}.selectize-control.plugin-remove_button [data-value] .remove{color:#707070;font-size:20px;font-weight:400;right:8px;top:1px}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:none;color:#676767;border:0}.selectize-dropdown,.selectize-dropdown.form-control{margin:0;border:0;box-shadow:none;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:400ms;animation-duration:400ms;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.selectize-dropdown .selectize-dropdown-content,.selectize-dropdown.form-control .selectize-dropdown-content{background:#fff;color:#393939;padding:0;height:auto;max-height:240px;border-radius:0;border:.0625rem solid #dae2eb;box-shadow:none}.selectize-dropdown .selectize-dropdown-content [data-selectable],.selectize-dropdown .selectize-dropdown-content .optgroup-header,.selectize-dropdown.form-control .selectize-dropdown-content [data-selectable],.selectize-dropdown.form-control .selectize-dropdown-content .optgroup-header{padding:10px 32px 10px 16px;border-top:1px solid #f1f5f9;min-height:40px;height:auto;word-wrap:break-word}.selectize-dropdown .selectize-dropdown-content .active,.selectize-dropdown.form-control .selectize-dropdown-content .active{background-color:#f1f5f9;color:#393939}.selectize-dropdown ::-webkit-scrollbar,.selectize-dropdown.form-control ::-webkit-scrollbar{-webkit-appearance:none;width:8px;height:8px}.selectize-dropdown ::-webkit-scrollbar-thumb,.selectize-dropdown.form-control ::-webkit-scrollbar-thumb{cursor:pointer;border-radius:.3125rem;background:#d8d8d8;transition:all .2s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.selectize-dropdown ::-webkit-scrollbar-thumb,.selectize-dropdown.form-control ::-webkit-scrollbar-thumb{transition:none}}.selectize-dropdown ::-webkit-scrollbar-track,.selectize-dropdown.form-control ::-webkit-scrollbar-track{background:#fff}.selectize-dropdown body,.selectize-dropdown.form-control body{scrollbar-face-color:#d8d8d8;scrollbar-track-color:#fff}.selectize-input>input{padding:5px 0!important;color:#393939}.selectize-input>input:-ms-input-placeholder{width:100%!important;color:#757575}.selectize-input>input::placeholder{color:#757575;opacity:1}.has-error .selectize-control.multi .selectize-input,.has-error .selectize-control.multi .selectize-input:focus,.has-error .selectize-control.multi .selectize-input:active,.has-error .selectize-control.multi .selectize-input :hover,.has-error .selectize-control.multi .selectize-input.focus,.has-error .selectize-control.multi .selectize-input.active,.has-error .selectize-control.multi .selectize-input .hover{border-color:#a94442!important;box-shadow:none}.has-success .selectize-control.multi .selectize-input,.has-success .selectize-control.multi .selectize-input:focus,.has-success .selectize-control.multi .selectize-input:active,.has-success .selectize-control.multi .selectize-input :hover,.has-success .selectize-control.multi .selectize-input.focus,.has-success .selectize-control.multi .selectize-input.active,.has-success .selectize-control.multi .selectize-input .hover{border-color:#3c763d!important;box-shadow:none}.selectize-control.multi .selectize-input>div.error{border:.0625rem solid #d85656;box-shadow:none;background-color:#f2dede;color:#a94442}.selectize-control.multi .selectize-input>div.error .remove{color:#a94442;opacity:.5}.selectize-control.multi .selectize-input>div.error .remove:hover{color:#a94442;opacity:1}.dropdown-multi .dropdown{position:relative;margin:0;font-family:"Open Sans",sans-serif}.dropdown-multi .dropdown dt,.dropdown-multi .dropdown dd{margin:0;padding:0}.dropdown-multi .dropdown dt a{color:#393939;text-decoration:none;outline:0;font-size:.875rem;font-weight:400;width:100%;background-color:#fff;border-radius:.1875rem;display:block;padding:6px 40px 3px 10px;min-height:40px;line-height:18px;overflow:hidden;border:.0625rem solid #d8d8d8;box-shadow:none}.dropdown-multi .dropdown dt a:hover,.dropdown-multi .dropdown dt a.hover{cursor:pointer;border:.0625rem solid #393939;box-shadow:none}.dropdown-multi .dropdown dt a .dropdown-icon{position:absolute;right:10px;top:12px}.dropdown-multi .dropdown dt a:active,.dropdown-multi .dropdown dt a.active{border:.0625rem solid #006adb;box-shadow:none}.dropdown-multi .dropdown dt a.keyboard-focus{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 4px #fff}.dropdown-multi .dropdown dt a .selected{line-height:24px}.dropdown-multi .dropdown dt a .selected .item{display:inline-block;position:relative;border:.0625rem solid #d8d8d8;box-shadow:none;margin-right:3px;margin-bottom:3px;border-radius:11px;height:25px;color:#34495e;font-family:inherit;font-size:12px;letter-spacing:.83px;padding:4px 23px 4px 16px;background:#f8f8f8;line-height:17px}.dropdown-multi .dropdown dt a .selected .item [class*=icon-]{background-size:contain;height:10px;position:absolute;right:4px;top:7px;opacity:.6}.dropdown-multi .dropdown dt a .selected .item [class*=icon-]:hover{opacity:.8}.dropdown-multi .dropdown dd{position:relative}.dropdown-multi .dropdown dd ul{padding:0;margin:0;border-radius:0;border:.0625rem solid #dae2eb;box-shadow:none;background-color:#fff;color:#393939;left:0;position:absolute;top:0;width:100%;list-style:none;height:auto;max-height:240px;overflow:auto;z-index:999}.dropdown-multi .dropdown dd ul li{border-top:.0625rem solid #f1f5f9}.dropdown-multi .dropdown dd ul li .custom-control{margin-left:16px}.dropdown-multi .dropdown dd ul li .custom-control span,.dropdown-multi .dropdown dd ul li .custom-control label{padding-left:5px}.dropdown-multi .dropdown dd ul li span,.dropdown-multi .dropdown dd ul li label{color:#565656;font-size:.875rem;font-weight:400;font-family:inherit;width:100%;padding:10px 32px 10px 16px;cursor:pointer}.dropdown-multi .dropdown dd ul li:hover{background-color:#f1f5f9}.dropdown-multi .dropdown dd ul::-webkit-scrollbar{-webkit-appearance:none;width:8px;height:8px}.dropdown-multi .dropdown dd ul::-webkit-scrollbar-thumb{cursor:pointer;border-radius:.3125rem;background:#d8d8d8;transition:all .2s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.dropdown-multi .dropdown dd ul::-webkit-scrollbar-thumb{transition:none}}.dropdown-multi .dropdown dd ul::-webkit-scrollbar-track{background:#fff}.dropdown-multi .dropdown dd ul body{scrollbar-face-color:#d8d8d8;scrollbar-track-color:#fff}.chzn-container{font-size:.875rem;font-family:"Open Sans",sans-serif}.chzn-container .chzn-drop{background:#fff;border:1px solid #dae2eb;height:240px;overflow:hidden;box-shadow:none}.chzn-container .chzn-results::-webkit-scrollbar{-webkit-appearance:none;width:8px;height:8px}.chzn-container .chzn-results::-webkit-scrollbar-thumb{cursor:pointer;border-radius:.3125rem;background:#d8d8d8;transition:all .2s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.chzn-container .chzn-results::-webkit-scrollbar-thumb{transition:none}}.chzn-container .chzn-results::-webkit-scrollbar-track{background:#fff}.chzn-container .chzn-results body{scrollbar-face-color:#d8d8d8;scrollbar-track-color:#fff}.chzn-container .chzn-results .group-result{color:#d8d8d8}.chzn-container .chzn-results li{padding:8px;min-height:40px;border-top:.0625rem solid #f1f5f9}.chzn-container .chzn-results .group-option{padding-left:16px}.chzn-container .chzn-results .highlighted{background-color:#f1f5f9;background-image:none;color:#393939}.chzn-container.chzn-container-multi .chzn-choices{background-color:#fff;background-image:none;border:.0625rem solid #d8d8d8;box-shadow:none;border-radius:.1875rem;margin:0;padding:4px 8px;min-height:40px}.chzn-container.chzn-container-multi .chzn-choices:hover{border:.0625rem solid #393939;box-shadow:none}.chzn-container.chzn-container-multi .chzn-choices .search-choice{border-radius:11px;background-color:#f8f8f8;background-image:none;box-shadow:none;color:#34495e;font-family:"Open Sans",sans-serif;font-size:12px;letter-spacing:.83px;border:1px solid #d8d8d8;height:25px;line-height:13px;padding:4px 25px 4px 16px;margin:3px 5px 3px 0}.chzn-container.chzn-container-multi .chzn-choices .search-choice .search-choice-close{right:6px;top:6px}.chzn-container.chzn-container-multi .chzn-results{margin:0;padding:0}.chzn-container.chzn-container-active .chzn-choices{box-shadow:none;border:.0625rem solid #006adb;box-shadow:none}.chzn-container.chzn-container-active .chzn-choices:hover{border:.0625rem solid #006adb;box-shadow:none}.chzn-container:focus-visible{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 3px #fff}.input-search-group{position:relative;top:0;left:0;right:0;bottom:0}.input-search-group .form-control{padding-right:45px;width:100%}.input-search-group .btn{width:auto;position:absolute;background:none;border:0;top:0;right:0;height:auto}.input-search-group [class^=icon]{vertical-align:bottom}.form-group .control-label{font-size:12px;font-weight:700;color:#393939}.form-group .help-block,.form-group .help-inline{color:#676767;font-size:12px;letter-spacing:.17px;margin:5px 0}.form-group .help-block a,.form-group .help-inline a{font-size:12px}.form-group .form-control-feedback{width:40px;height:40px;background-size:auto}.form-group .form-control-sm~.form-control-feedback{width:32px;height:32px}.form-group .form-control-lg~.form-control-feedback{width:48px;height:48px}.form-group.has-success .form-control{border-color:#3c763d;box-shadow:none}.form-group.has-success .form-control:focus,.form-group.has-success .form-control:active{box-shadow:none}.form-group.has-success .form-control-feedback,.form-group.has-success .help-block{color:#3c763d}.form-group.has-success .icon-checkmark{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(60, 118, 61)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.form-group.has-error .form-control{border-color:#a94442;box-shadow:none}.form-group.has-error .form-control:focus,.form-group.has-error .form-control:active{border-color:#a94442;box-shadow:none}.form-group.has-error .form-control-feedback,.form-group.has-error .help-block{color:#a94442}.form-group.has-error .icon-remove{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='rgb(169, 68, 66)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.form-horizontal .form-group .control-label{font-size:14px;padding-top:10px}.required-star{color:#a94442;font-size:.9em}.input-icon{position:relative;top:0;left:0;right:0;bottom:0}.input-icon>[class*=icon]{padding:0 3px;z-index:1;position:absolute;top:50%;transform:translate(0,-50%);left:3px;display:inline-block;color:#757575}.input-icon.input-icon-right>.form-control{padding-right:40px}.input-icon.input-icon-right>.form-control+[class*=icon]{right:12px}.input-icon.input-icon-right>.form-control-lg{padding-right:56px}.input-icon.input-icon-right>.form-control-lg+[class*=icon]{right:20px}.input-icon.input-icon-right>.form-control-sm{padding-right:24px}.input-icon.input-icon-right>.form-control-sm+[class*=icon]{right:4px}.input-icon.input-icon-right .selectize-control.form-control{padding-right:0}.input-icon.input-icon-right .selectize-control .selectize-input.has-items{padding-right:40px}.input-icon.input-icon-right ul.tagit{padding-right:40px}.input-icon.input-icon-right ul.tagit+input+[class*=icon]{right:12px}.input-icon.input-icon-right>[class*=icon]{left:auto}.input-icon.input-icon-left>.form-control{padding-left:40px}.input-icon.input-icon-left>.form-control+[class*=icon]{left:12px}.input-icon.input-icon-left>.form-control-lg{padding-left:56px}.input-icon.input-icon-left>.form-control-lg+[class*=icon]{left:20px}.input-icon.input-icon-left>.form-control-sm{padding-left:24px}.input-icon.input-icon-left>.form-control-sm+[class*=icon]{left:4px}.input-icon.input-icon-left .selectize-control.form-control{padding-left:0}.input-icon.input-icon-left .selectize-control .selectize-input.has-items{padding-left:40px}.input-icon.input-icon-left ul.tagit{padding-left:40px}.input-icon.input-icon-left ul.tagit+input+[class*=icon]{left:12px}.input-icon.input-icon-left>[class*=icon]{right:auto}span.input-icon{display:inline-block}.card{position:relative;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:.0625rem solid rgba(0,0,0,.125);font-size:13px;border:1px solid #d8d8d8;border-radius:.3125rem}.card .card-body{flex:1 1 auto;padding:24px 15px}.card .card-title{color:#393939;font-weight:700;font-size:13px;margin-bottom:.2rem}.card .card-title span{padding-left:5px}.card .card-title .small-top{font-weight:400;font-size:10px;vertical-align:top}.card .card-subtitle{margin-top:-12px;margin-bottom:0}.card .card-text:last-child{margin-bottom:0}.card .card-header{padding:24px 15px;margin-bottom:0}.card .card-header+.card-body{padding:0 15px}.card .card-label{position:absolute;top:-1px;left:-1px;display:inline;padding:10px;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;color:#fff;background-color:#006adb;border-radius:calc(.3125rem - .0625rem) calc(.3125rem - .0625rem) 0 0}.card .card-footer{padding:0 15px 24px 15px}.card .card-footer span{margin-right:10px}.card .card-header~.card-footer{padding-top:24px}.card.card-draft{border:1px solid #4a90e2;background-color:#f1f5f9}.card.card-draft .card-title{margin-bottom:0;margin-top:0;line-height:2}.card.card-draft .card-title span{padding-left:10px;font-weight:700}.card.card-draft .card-subtitle{font-weight:600;color:#676767;text-transform:uppercase;font-size:12px;margin-bottom:0;margin-top:0}.card.card-draft .card-text{color:#5d5d5d;font-size:14px;padding-top:7px}.card.card-draft .card-label{font-size:10px;font-weight:600;color:#a26901;border:1px solid #eb7b00;padding:.2em .6em .3em;background-color:#fff0c5;border-radius:calc(.3125rem - .0625rem) 0 0 0}.card.card-draft .card-header{padding-top:17px;padding-bottom:0;border:0;line-height:1}.card.card-draft .card-header .btn-link{font-size:12px;float:right;text-decoration:underline}.card.card-draft .card-body{padding:0 15px 24px 15px}.card.card-overview .card-header,.card.card-overview .card-body{padding:24px}.card.card-overview .card-footer{padding:0 24px 24px}.card.card-primary{border-color:#006adb}.card.card-grey{border-color:#d8d8d8}.modal{font-family:"Open Sans",sans-serif;font-size:13px;color:#393939}.modal .modal-content{background-color:#fff;border:1px solid transparent;padding:0;border-radius:.3125rem;box-shadow:0 2px 2px rgba(0,0,0,.25);overflow:hidden}.modal .modal-content .modal-header{padding:38px 36px 10px;border-bottom:0}.modal .modal-content .modal-header .close{position:absolute;z-index:1;right:15px;top:10px;font-size:30px;opacity:.5}.modal .modal-content .modal-header .close:hover{opacity:.7}.modal .modal-content .modal-header .modal-title{font-size:24px;font-weight:400;color:#006adb}.modal .modal-content .modal-header h1,.modal .modal-content .modal-header h2,.modal .modal-content .modal-header h3,.modal .modal-content .modal-header h4,.modal .modal-content .modal-header h5,.modal .modal-content .modal-header h6{margin:0}.modal .modal-content .modal-body{padding:10px 36px 20px}.modal .modal-content .modal-footer{padding:10px 36px 28px;border-top:0}.modal .modal-open{overflow:hidden}.modal-backdrop{background-color:#393939}.modal-backdrop.in{opacity:.25;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";filter:alpha(opacity=25)}.modal-backdrop.alertin{z-index:1050;background-color:#fff;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.modal-primary .modal-content{background:#fff;border:1px solid #006adb}.modal-alert{text-align:center;padding:0!important}.modal-alert:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.modal-alert .modal-dialog{max-width:450px;display:inline-block;text-align:left;vertical-align:middle}.modal-alert .modal-dialog .modal-content{text-align:center;font-size:14px;line-height:20px}.modal-alert .modal-dialog .modal-content .modal-body{padding-bottom:38px}.modal-alert .modal-dialog .modal-content .modal-footer{text-align:center;padding-top:20px}.modal-alert .modal-dialog .modal-content .modal-footer .btn-link+.btn,.modal-alert .modal-dialog .modal-content .modal-footer .btn+.btn-link,.modal-alert .modal-dialog .modal-content .modal-footer .btn+.btn{margin-left:1rem}.modal-alert.inmodal .modal-dialog{max-width:500px}.modal-alert.inmodal .modal-content{padding:0 20px 30px}.modal-alert.inmodal .modal-content .modal-body{padding:10px 20px 0}.modal-alert.inmodal .modal-content .modal-body .modal-title{padding-bottom:10px}.modal-alert.inmodal .modal-content .modal-footer{padding:10px}.modal-info .modal-content{border:1px solid #006adb}.modal-info .modal-content .modal-header{background-color:#d9edf7;color:#393939}.modal-info .modal-content .modal-header .close{color:#006adb}.modal-info .modal-content .modal-body{background-color:#d9edf7;color:#393939}.modal-info.inmodal .modal-content .modal-header{background-color:#fff}.modal-info.inmodal .modal-content .modal-body{background-color:#fff}.modal-success .modal-content{border:1px solid #289870}.modal-success .modal-content .modal-header{background-color:#dff0d8;color:#393939}.modal-success .modal-content .modal-header .close{color:#289870}.modal-success .modal-content .modal-body{background-color:#dff0d8;color:#393939}.modal-success.inmodal .modal-content .modal-header{background-color:#fff}.modal-success.inmodal .modal-content .modal-body{background-color:#fff}.modal-danger .modal-content{border:1px solid #e05e5e}.modal-danger .modal-content .modal-header{background-color:#f2dede;color:#393939}.modal-danger .modal-content .modal-header .close{color:#e05e5e}.modal-danger .modal-content .modal-body{background-color:#f2dede;color:#393939}.modal-danger.inmodal .modal-content .modal-header{background-color:#fff}.modal-danger.inmodal .modal-content .modal-body{background-color:#fff}.pagination{margin:0;font-family:"Open Sans",sans-serif}.pagination li>a,.pagination li>span{padding:6px 6px;min-width:40px;border:.0625rem solid #d8d8d8;color:#006adb;background-color:#f8f8f8;font-size:13px;height:30px;text-align:center;text-decoration:none;border-radius:0}.pagination li>a:hover,.pagination li>span:hover{background-color:#f1f5f9;border:.0625rem solid #d8d8d8;color:#006adb}.pagination li:first-child>a,.pagination li:first-child>span{border-top-left-radius:.3125rem;border-bottom-left-radius:.3125rem}.pagination li:last-child>a,.pagination li:last-child>span{border-top-right-radius:.3125rem;border-bottom-right-radius:.3125rem}.pagination .active>a,.pagination .active>a:hover,.pagination .active>a:focus,.pagination .active>span,.pagination .active>span:hover,.pagination .active>span:focus{color:#f8f8f8;background-color:#006adb;border-color:#006adb;font-weight:700}.pagination .disabled>span,.pagination .disabled>span:hover,.pagination .disabled>spanfocus,.pagination .disabled>a,.pagination .disabled>a:hover,.pagination .disabled>afocus{color:#676767;cursor:not-allowed;background-color:#f8f8f8;border-color:#d8d8d8}.nav-tabs{border-bottom:1px solid rgba(165,180,200,.5);margin:0}.nav-tabs>li{margin-bottom:0}.nav-tabs>li>a{margin-right:0;border:0;color:#757575;background-color:#fff;height:40px;text-align:center;font-family:"Open Sans",sans-serif;font-size:16px;font-weight:600;padding:8px 16px}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{color:#0051a9;background-color:#fff;outline:0}.nav-tabs>li>a:focus-visible{border:1px solid #000;box-shadow:0 0 0 2px #fff}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#006adb;border:0;border-bottom:5px solid;margin:0;box-shadow:none}.nav-tabs>li.active>a:focus-visible{border:1px solid #000;border-bottom:5px solid;box-shadow:0 0 0 2px #fff}.tab-content{border:0;padding:24px 0 10px;position:relative}.tab-heading{font-size:16px;font-weight:600}.tab-body{font-size:14px}.popover{border:#a5b4c8 1px solid;font-family:"Open Sans",sans-serif;background-color:#fff;color:#393939;box-sizing:border-box;text-shadow:none;box-shadow:none;border-radius:.3125rem}.popover .popover-content,.popover .popover-title{width:auto;padding:8px 16px;text-align:left;font-size:14px}.popover .popover-title{background-color:#fff;color:#393939;border-bottom:1px solid #a5b4c8}.popover.top .arrow{border-top-color:#a5b4c8}.popover.bottom .arrow{border-bottom-color:#a5b4c8}.popover.left .arrow{border-left-color:#a5b4c8}.popover.right .arrow{border-right-color:#a5b4c8}.table{width:100%;color:#393939;background-color:#fff;border:.0625rem solid #d8d8d8;font-family:"Open Sans",sans-serif}.table>thead>tr>th,.table>thead>tr>td{background-image:linear-gradient(180deg,#efefef 0%,#d5d5d5 100%);border-right:.0625rem solid #d8d8d8;border-left:.0625rem solid #d8d8d8;border-bottom:.0625rem solid #d8d8d8}.table>thead>tr>th,.table>thead>tr>th>a,.table>thead>tr>td,.table>thead>tr>td>a{color:#4a4a4a;font-size:.875rem;font-weight:600}.table>thead>tr>th:first-child,.table>thead>tr>td:first-child{border-left:0}.table>thead>tr>th:last-child,.table>thead>tr>td:last-child{border-right:0}.table>tbody{font-size:.8125rem;font-weight:400}.table-striped>tbody tr:nth-of-type(odd){background-color:#f8f8f8}.table-bordered{border:.0625rem solid #d8d8d8}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:.0625rem solid #d8d8d8}.table-hover>tbody>tr:hover{background-color:#f3f3f3}.table-no-border{border:0}tr.green-row{background:#e9f9e2!important}table.dataTable{margin-bottom:0!important}table.dataTable thead tr th[class*=sorting_]:not(.sorting_disabled){color:#006adb}table.dataTable thead tr th[class*=sort]:not(.sorting_disabled):hover{color:#003977}table.dataTable thead tr th[class*=sort]{cursor:pointer;position:relative;padding-right:15px!important}table.dataTable thead tr th[class*=sort]:after{position:absolute;right:3px;content:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edropdown-sort%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='dropdown-sort' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group' transform='translate(5.000000, 1.000000)' fill='rgb(57, 57, 57)'%3E %3Cpath d='M6,7.98319286 L3,13.5714279 L0,7.98319286 L6,7.98319286 Z M3,2.7533531e-14 L6,5.588235 L0,5.588235 L3,2.7533531e-14 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}table.dataTable thead tr th.sorting_desc:after{content:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(0, 106, 219)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}table.dataTable thead tr th.sorting_desc:hover:after{content:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(0, 57, 119)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}table.dataTable thead tr th.sorting_asc:after{content:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(0, 106, 219)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(-180.000000) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}table.dataTable thead tr th.sorting_asc:hover:after{content:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(0, 57, 119)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(-180.000000) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}table.dataTable thead tr th.sorting_disabled{color:#4a4a4a;cursor:text}table.dataTable thead tr th.sorting_disabled:after{content:none}.datatable-wrapper .report-wrapper{overflow-x:auto}.datatable-wrapper .table-responsive{margin-bottom:0}.datatable-wrapper .page-input{width:50px;text-align:center}.datatable-wrapper div.DTTT_container{margin:5px 0}.datatable-wrapper div.DTTT_container .DTTT_button{width:8.125rem;margin-right:-15px}.datatable-wrapper div.row{margin:0}.datatable-wrapper div.row.bottom{background-color:#f1f5f9;color:#4a4a4a;padding-top:13px;border-left:1px solid #dae2eb;border-right:1px solid #dae2eb}.datatable-wrapper div.row.bottom .text-right{height:30px}.datatable-wrapper div.dataTables_length label{font-weight:400}.datatable-wrapper div.dataTables_length select{margin-right:5px}.datatable-wrapper div.row.last{background-color:#f1f5f9;color:#4a4a4a;border-left:1px solid #dae2eb;border-right:1px solid #dae2eb;border-bottom:1px solid #dae2eb;padding:10px 0 15px 0;border-bottom-right-radius:.3125rem;border-bottom-left-radius:.3125rem}.datatable-wrapper div.row.last .nopad{height:32px;float:none}.datatable-wrapper div.row.last .nopad .page-input{margin:0;padding:0}.datatable-wrapper div.row.last .nopad .page-input .input-display-override{width:auto}.datatable-wrapper div.row.last .nopad .page-input .input-display-override span{position:relative;top:0;margin-right:5px}.datatable-wrapper div.row.last .nopad .page-input .input-display-override input{width:51px;text-align:center}.datatable-wrapper .dataTables_info{font-size:.875rem}.datatable-wrapper td.dataTables_empty{padding:12px 8px}div.DTTT_container{position:relative;float:right;margin-bottom:1rem}.dataTables_filter{text-align:left;text-align:left}.dataTables_filter label{width:100%;font-weight:bold}.dataTables_paginate .previous a{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-left%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(0, 106, 219)' transform='translate(8.400000, 8.000000) scale(-1, 1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E");background-position:center;background-repeat:no-repeat}.dataTables_paginate .previous.disabled a{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-left%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(103, 103, 103)' transform='translate(8.400000, 8.000000) scale(-1, 1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.dataTables_paginate .next a{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-right%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(0, 106, 219)' transform='translate(8.400000, 8.000000) scale(1, -1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E");background-position:center;background-repeat:no-repeat}.dataTables_paginate .next.disabled a{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-right%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(103, 103, 103)' transform='translate(8.400000, 8.000000) scale(1, -1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.tooltip{font-family:"Open Sans",sans-serif}.tooltip.top .tooltip-arrow{border-top-color:#393939}.tooltip.bottom .tooltip-arrow{border-bottom-color:#393939}.tooltip.left .tooltip-arrow{border-left-color:#393939}.tooltip.right .tooltip-arrow{border-right-color:#393939}.tooltip-info+.tooltip>.tooltip-inner,.tooltip.tooltip-info>.tooltip-inner,.tooltip-inner{background-color:#393939;font-size:14px;padding:8px 16px;border-radius:.3125rem}.alert{position:relative;padding:9px 10px;margin-bottom:1rem;border:.0625rem solid transparent;border-left:10px solid transparent;border-radius:.3125rem;font-family:"Open Sans",sans-serif;font-size:16px;font-weight:400;height:auto;line-height:20px}.alert .alert-link{font-weight:600}.alert-default{background-color:#1e68a4;border:0;border-radius:0;color:#fff;font-size:.875rem;font-weight:400;line-height:1.25rem;padding:8px 20px;min-height:36px}.alert-dismissible{padding-right:40px}.alert-dismissible .close{position:absolute;top:10px;right:10px;color:inherit;padding:9px 10px;opacity:.7}.alert-dismissible .close:hover{opacity:1}.alert-success{color:#3c763d;background:#dff0d8;border-color:#289870}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background:#d9edf7;border-color:#006adb}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background:#fcf8e3;border-color:#eb7b00}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background:#f2dede;border-color:#e05e5e}.alert-danger .alert-link{color:#843534}.icon-nav-social{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Social%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-social' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.99375257,10.309114 C7.1089968,8.67356623 4.04862321,7.51628455 4.04862321,5.06462936 C4.04862321,4.99519468 4.05223907,4.92653767 4.0593578,4.85854724 C4.16410474,3.84080149 5.03812593,3.04702424 6.10084981,3.04702424 C6.95272385,3.04702424 7.68301459,3.55684142 7.99375257,4.2834059 C8.30437755,3.55684142 9.03466829,3.04702424 9.88654233,3.04702424 C10.9492662,3.04702424 11.8228354,3.84080149 11.9280343,4.85854724 C11.9351531,4.92653767 11.9387689,4.99519468 11.9387689,5.06462936 C11.9387689,7.51672893 8.87839534,8.67401061 7.99375257,10.309114 Z M15.2899247,2.97590206 C15.2431755,1.28649963 13.8132628,-0.0448078379 12.0947299,0.00115520794 L3.02703694,0.243474238 C1.30791522,0.28955306 -0.0455737282,1.69530445 0.00117545495,3.38459111 L0.176749843,9.73501687 C0.219848586,11.2913928 1.44368803,12.5470985 2.98558679,12.6900818 L3.06778056,16 L5.99284281,12.6371722 L12.4395198,12.4648976 C14.1561687,12.4189346 15.5121305,11.011215 15.4654991,9.32447541 L15.2899247,2.97590206 Z' id='Fill-1-Copy-7' fill='rgb(88, 88, 88)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-nav-social,a:hover>.icon-nav-social,.icon-nav-social:hover.icon-nav-social,.icon-nav-social:hover>.icon-nav-social{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Social%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-social' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.99375257,10.309114 C7.1089968,8.67356623 4.04862321,7.51628455 4.04862321,5.06462936 C4.04862321,4.99519468 4.05223907,4.92653767 4.0593578,4.85854724 C4.16410474,3.84080149 5.03812593,3.04702424 6.10084981,3.04702424 C6.95272385,3.04702424 7.68301459,3.55684142 7.99375257,4.2834059 C8.30437755,3.55684142 9.03466829,3.04702424 9.88654233,3.04702424 C10.9492662,3.04702424 11.8228354,3.84080149 11.9280343,4.85854724 C11.9351531,4.92653767 11.9387689,4.99519468 11.9387689,5.06462936 C11.9387689,7.51672893 8.87839534,8.67401061 7.99375257,10.309114 Z M15.2899247,2.97590206 C15.2431755,1.28649963 13.8132628,-0.0448078379 12.0947299,0.00115520794 L3.02703694,0.243474238 C1.30791522,0.28955306 -0.0455737282,1.69530445 0.00117545495,3.38459111 L0.176749843,9.73501687 C0.219848586,11.2913928 1.44368803,12.5470985 2.98558679,12.6900818 L3.06778056,16 L5.99284281,12.6371722 L12.4395198,12.4648976 C14.1561687,12.4189346 15.5121305,11.011215 15.4654991,9.32447541 L15.2899247,2.97590206 Z' id='Fill-1-Copy-7' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-nav-settings{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Settings%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-settings' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M6.56215006,0 L5.94664854,1.87480002 C5.4781235,2.01538503 5.02099664,2.19736561 4.59926412,2.43174061 L2.85654295,1.55303434 L1.55295153,2.85669529 L2.43161094,4.59950939 C2.19724844,5.0212644 2.01527756,5.47841564 1.87470005,5.94696566 L0,6.5625 L0,8.43730002 L1.87470005,9.05303434 C2.01527756,9.52158436 2.19724844,9.97853562 2.43161094,10.4004906 L1.59654455,12.1433047 L2.90033595,13.4469657 L4.64305711,12.5682594 C5.06478963,12.8026344 5.53671413,12.9838151 6.00523916,13.1252 L6.60594305,15 L8.4806431,15 L9.09614462,13.1252 C9.56486962,12.984615 10.0367941,12.8026344 10.4585266,12.5682594 L12.1870501,13.4031703 L13.5056391,12.0995094 L12.6119821,10.3566953 C12.8463446,9.93494027 13.0277156,9.46299061 13.1690929,8.99444059 L15,8.43730002 L15,6.5625 L13.1253,5.94696566 C12.9847224,5.47841564 12.8027516,5.0212644 12.5683891,4.59950939 L13.4032555,2.85669529 L12.0996641,1.55303434 L10.3569429,2.43174061 C9.93521037,2.19736561 9.46328587,2.01538503 8.99476084,1.87480002 L8.43764998,0 L6.56294993,0 L6.56215006,0 Z M7.5,4.21875 C9.32822786,4.21875 10.78125,5.67177214 10.78125,7.5 C10.78125,9.32822786 9.32822786,10.78125 7.5,10.78125 C5.67177214,10.78125 4.21875,9.32822786 4.21875,7.5 C4.21875,5.67177214 5.67177214,4.21875 7.5,4.21875 Z' id='Page-1-Copy-13' fill='rgb(88, 88, 88)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-nav-settings,a:hover>.icon-nav-settings,.icon-nav-settings:hover.icon-nav-settings,.icon-nav-settings:hover>.icon-nav-settings{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Settings%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-settings' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M6.56215006,0 L5.94664854,1.87480002 C5.4781235,2.01538503 5.02099664,2.19736561 4.59926412,2.43174061 L2.85654295,1.55303434 L1.55295153,2.85669529 L2.43161094,4.59950939 C2.19724844,5.0212644 2.01527756,5.47841564 1.87470005,5.94696566 L0,6.5625 L0,8.43730002 L1.87470005,9.05303434 C2.01527756,9.52158436 2.19724844,9.97853562 2.43161094,10.4004906 L1.59654455,12.1433047 L2.90033595,13.4469657 L4.64305711,12.5682594 C5.06478963,12.8026344 5.53671413,12.9838151 6.00523916,13.1252 L6.60594305,15 L8.4806431,15 L9.09614462,13.1252 C9.56486962,12.984615 10.0367941,12.8026344 10.4585266,12.5682594 L12.1870501,13.4031703 L13.5056391,12.0995094 L12.6119821,10.3566953 C12.8463446,9.93494027 13.0277156,9.46299061 13.1690929,8.99444059 L15,8.43730002 L15,6.5625 L13.1253,5.94696566 C12.9847224,5.47841564 12.8027516,5.0212644 12.5683891,4.59950939 L13.4032555,2.85669529 L12.0996641,1.55303434 L10.3569429,2.43174061 C9.93521037,2.19736561 9.46328587,2.01538503 8.99476084,1.87480002 L8.43764998,0 L6.56294993,0 L6.56215006,0 Z M7.5,4.21875 C9.32822786,4.21875 10.78125,5.67177214 10.78125,7.5 C10.78125,9.32822786 9.32822786,10.78125 7.5,10.78125 C5.67177214,10.78125 4.21875,9.32822786 4.21875,7.5 C4.21875,5.67177214 5.67177214,4.21875 7.5,4.21875 Z' id='Page-1-Copy-13' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-nav-reviews{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Reviews%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-reviews' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.5,0 L4.99888839,5.23244791 L0,5.91947506 L3.53990663,9.62395673 L2.97854602,14.9933082 L7.49555358,12.1333903 L7.5,12.1333903 L7.50555803,12.1333903 L12.0203424,15 L11.4600934,9.62395673 L15,5.95572244 L10.0011116,5.23244791 L7.5002779,0 L7.5,0 Z M7.5,2.5 L8.94437302,5.55988627 L9.19184209,6.08365304 L9.75748567,6.16663946 L12.5,6.56823933 L10.546762,8.61759584 L10.1991269,8.9827361 L10.2508169,9.48800098 L10.5612245,12.5 L8.07849912,10.9036677 L7.80612245,10.734974 L7.5,10.734974 L7.5,2.5 Z' id='Page-1-Copy-2' fill='rgb(88, 88, 88)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-nav-reviews,a:hover>.icon-nav-reviews,.icon-nav-reviews:hover.icon-nav-reviews,.icon-nav-reviews:hover>.icon-nav-reviews{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Reviews%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-reviews' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.5,0 L4.99888839,5.23244791 L0,5.91947506 L3.53990663,9.62395673 L2.97854602,14.9933082 L7.49555358,12.1333903 L7.5,12.1333903 L7.50555803,12.1333903 L12.0203424,15 L11.4600934,9.62395673 L15,5.95572244 L10.0011116,5.23244791 L7.5002779,0 L7.5,0 Z M7.5,2.5 L8.94437302,5.55988627 L9.19184209,6.08365304 L9.75748567,6.16663946 L12.5,6.56823933 L10.546762,8.61759584 L10.1991269,8.9827361 L10.2508169,9.48800098 L10.5612245,12.5 L8.07849912,10.9036677 L7.80612245,10.734974 L7.5,10.734974 L7.5,2.5 Z' id='Page-1-Copy-2' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-nav-notifications{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Notifications%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-notifications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-9-Copy-3'%3E %3Cpath d='M14.6502228,3.82661269 C14.4363593,3.6055932 14.135223,3.46666667 13.806814,3.46666667 L1.19318146,3.46666667 C0.864772466,3.46666667 0.563636193,3.6055932 0.349772622,3.82661269 C0.134999959,4.04669665 0,4.3565917 0,4.69455272 L0,13.815992 C0,14.153953 0.134999959,14.4638481 0.349772622,14.683932 C0.563636193,14.9049515 0.864772466,15.0438781 1.19318146,15.0438781 L13.806814,15.0438781 C14.135223,15.0438781 14.4363593,14.9049515 14.6502228,14.683932 C14.8649955,14.4638481 15.0009046,14.153953 14.9999955,13.815992 L14.9999955,4.69455272 C14.9999955,4.3565917 14.8649955,4.04669665 14.6502228,3.82661269 Z M13.9772685,13.1901209 L9.92726973,9.34297851 L13.9772685,5.49583608 L13.9772685,13.1901209 Z M1.19318146,4.51914043 L13.806814,4.51914043 C13.8529504,4.51914043 13.8938594,4.53738331 13.9265867,4.57129635 C13.9302231,4.5748046 13.9311322,4.57854673 13.9338594,4.58228886 L8.31590658,9.91856472 C8.14090663,10.0857911 7.89590671,10.1763038 7.6465886,10.1763038 C7.40590685,10.1763038 7.17158874,10.0921059 6.99840698,9.93587206 L1.06886331,4.57761119 C1.07068149,4.57574013 1.07159059,4.57293353 1.07340877,4.57129635 C1.10613603,4.53738331 1.14704511,4.51914043 1.19318146,4.51914043 Z M1.02272696,13.2167836 L1.02272696,5.46917341 L5.30977112,9.34297851 L1.02272696,13.2167836 Z M1.19840873,13.9914043 L5.82658915,9.8098091 L6.54908893,10.4630445 C6.86090702,10.7434703 7.2559069,10.877953 7.64727042,10.877953 C8.05317938,10.877953 8.46317926,10.7334133 8.77840644,10.4347446 L9.42476988,9.8208016 L13.8138595,13.9904688 C13.8113595,13.9895332 13.8095413,13.9914043 13.806814,13.9914043 L1.19840873,13.9914043 Z' id='Page-1' fill='rgb(88, 88, 88)'%3E%3C/path%3E %3Cellipse id='Oval' fill='rgb(88, 88, 88)' cx='12.4444444' cy='3.6173913' rx='3.55555556' ry='3.6173913'%3E%3C/ellipse%3E %3Cpath d='M12.8542857,4.68226414 L12.1571429,4.68226414 L12.0114286,1.67826087 L13,1.67826087 L12.8542857,4.68226414 Z M12,5.73381902 C12,5.56163373 12.0428567,5.43147181 12.1285714,5.34332934 C12.2142861,5.25518687 12.3390468,5.2111163 12.5028571,5.2111163 C12.6609532,5.2111163 12.7833329,5.25621177 12.87,5.34640406 C12.9566671,5.43659636 13,5.56573338 13,5.73381902 C13,5.89575518 12.9561909,6.02335486 12.8685714,6.11662189 C12.7809519,6.20988892 12.6590484,6.25652174 12.5028571,6.25652174 C12.3428563,6.25652174 12.2190481,6.21091382 12.1314286,6.11969662 C12.0438091,6.02847941 12,5.89985483 12,5.73381902 Z' id='!' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-nav-notifications,a:hover>.icon-nav-notifications,.icon-nav-notifications:hover.icon-nav-notifications,.icon-nav-notifications:hover>.icon-nav-notifications{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Notifications%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-notifications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-9-Copy-3'%3E %3Cpath d='M14.6502228,3.82661269 C14.4363593,3.6055932 14.135223,3.46666667 13.806814,3.46666667 L1.19318146,3.46666667 C0.864772466,3.46666667 0.563636193,3.6055932 0.349772622,3.82661269 C0.134999959,4.04669665 0,4.3565917 0,4.69455272 L0,13.815992 C0,14.153953 0.134999959,14.4638481 0.349772622,14.683932 C0.563636193,14.9049515 0.864772466,15.0438781 1.19318146,15.0438781 L13.806814,15.0438781 C14.135223,15.0438781 14.4363593,14.9049515 14.6502228,14.683932 C14.8649955,14.4638481 15.0009046,14.153953 14.9999955,13.815992 L14.9999955,4.69455272 C14.9999955,4.3565917 14.8649955,4.04669665 14.6502228,3.82661269 Z M13.9772685,13.1901209 L9.92726973,9.34297851 L13.9772685,5.49583608 L13.9772685,13.1901209 Z M1.19318146,4.51914043 L13.806814,4.51914043 C13.8529504,4.51914043 13.8938594,4.53738331 13.9265867,4.57129635 C13.9302231,4.5748046 13.9311322,4.57854673 13.9338594,4.58228886 L8.31590658,9.91856472 C8.14090663,10.0857911 7.89590671,10.1763038 7.6465886,10.1763038 C7.40590685,10.1763038 7.17158874,10.0921059 6.99840698,9.93587206 L1.06886331,4.57761119 C1.07068149,4.57574013 1.07159059,4.57293353 1.07340877,4.57129635 C1.10613603,4.53738331 1.14704511,4.51914043 1.19318146,4.51914043 Z M1.02272696,13.2167836 L1.02272696,5.46917341 L5.30977112,9.34297851 L1.02272696,13.2167836 Z M1.19840873,13.9914043 L5.82658915,9.8098091 L6.54908893,10.4630445 C6.86090702,10.7434703 7.2559069,10.877953 7.64727042,10.877953 C8.05317938,10.877953 8.46317926,10.7334133 8.77840644,10.4347446 L9.42476988,9.8208016 L13.8138595,13.9904688 C13.8113595,13.9895332 13.8095413,13.9914043 13.806814,13.9914043 L1.19840873,13.9914043 Z' id='Page-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cellipse id='Oval' fill='rgb(0, 106, 219)' cx='12.4444444' cy='3.6173913' rx='3.55555556' ry='3.6173913'%3E%3C/ellipse%3E %3Cpath d='M12.8542857,4.68226414 L12.1571429,4.68226414 L12.0114286,1.67826087 L13,1.67826087 L12.8542857,4.68226414 Z M12,5.73381902 C12,5.56163373 12.0428567,5.43147181 12.1285714,5.34332934 C12.2142861,5.25518687 12.3390468,5.2111163 12.5028571,5.2111163 C12.6609532,5.2111163 12.7833329,5.25621177 12.87,5.34640406 C12.9566671,5.43659636 13,5.56573338 13,5.73381902 C13,5.89575518 12.9561909,6.02335486 12.8685714,6.11662189 C12.7809519,6.20988892 12.6590484,6.25652174 12.5028571,6.25652174 C12.3428563,6.25652174 12.2190481,6.21091382 12.1314286,6.11969662 C12.0438091,6.02847941 12,5.89985483 12,5.73381902 Z' id='!' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-nav-locations{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Locations%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-locations' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M12.5242775,2.79493854 C10.1166475,0.401687153 6.21335242,0.401687153 3.80572246,2.79493854 C1.39809251,5.18818993 1.39809251,9.06817422 3.80572246,11.4616918 L8.16499996,15.7959999 L12.5242775,11.4624902 C14.9319074,9.06817422 14.9319074,5.18818993 12.5242775,2.79493854 Z M8.16499996,10.1620647 C6.47896284,10.1620647 5.11315764,8.80415005 5.11315764,7.12818207 C5.11315764,5.45327872 6.47896284,4.0945656 8.16499996,4.0945656 C9.85103708,4.0945656 11.2168423,5.4522141 11.2168423,7.12818207 C11.2168423,8.80308543 9.85103708,10.1620647 8.16499996,10.1620647 Z' id='Page-1-Copy-11' fill='rgb(88, 88, 88)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-nav-locations,a:hover>.icon-nav-locations,.icon-nav-locations:hover.icon-nav-locations,.icon-nav-locations:hover>.icon-nav-locations{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Locations%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-locations' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M12.5242775,2.79493854 C10.1166475,0.401687153 6.21335242,0.401687153 3.80572246,2.79493854 C1.39809251,5.18818993 1.39809251,9.06817422 3.80572246,11.4616918 L8.16499996,15.7959999 L12.5242775,11.4624902 C14.9319074,9.06817422 14.9319074,5.18818993 12.5242775,2.79493854 Z M8.16499996,10.1620647 C6.47896284,10.1620647 5.11315764,8.80415005 5.11315764,7.12818207 C5.11315764,5.45327872 6.47896284,4.0945656 8.16499996,4.0945656 C9.85103708,4.0945656 11.2168423,5.4522141 11.2168423,7.12818207 C11.2168423,8.80308543 9.85103708,10.1620647 8.16499996,10.1620647 Z' id='Page-1-Copy-11' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-nav-local-reports{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Local-Reports%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-local-reports' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-11-Copy-10' transform='translate(2.000000, 0.000000)' fill='rgb(88, 88, 88)'%3E %3Cpath d='M5.86666667,1.42343496 C6.12436823,1.42343496 6.33324018,1.20351265 6.33324018,0.932177384 C6.33324018,0.660842119 6.12436823,0.440822061 5.86666667,0.440822061 C5.60905793,0.440822061 5.40018599,0.660842119 5.40018599,0.932177384 C5.40018599,1.20351265 5.60905793,1.42343496 5.86666667,1.42343496 Z M7.80592664,0.730142084 C8.29292318,0.730142084 8.69135802,1.14965612 8.69135802,1.66241721 C8.69135802,2.17517831 8.29292318,2.59459459 7.80592664,2.59459459 L3.92740669,2.59459459 C3.44041015,2.59459459 3.04197531,2.17517831 3.04197531,1.66241721 C3.04197531,1.14965612 3.44041015,0.730142084 3.92740669,0.730142084 L5.00295796,0.730142084 C5.09124117,0.313755835 5.44558082,0 5.86666667,0 C6.28775251,0 6.64209216,0.313755835 6.7304682,0.730142084 L7.80592664,0.730142084 Z' id='Fill-1'%3E%3C/path%3E %3Cpath d='M6.79012346,12.1081081 C6.78540357,12.1081081 6.78047846,12.1081081 6.77575857,12.1081081 C6.62102826,12.1030714 6.48558793,12.0140897 6.43018052,11.8829488 L5.01852291,8.50033664 L4.04130041,9.98038105 C3.97255418,10.0844729 3.84737449,10.1493904 3.71193416,10.1493904 L2.17283951,10.1493904 L2.17283951,9.44984836 L3.49399835,9.44984836 L4.76693224,7.52097778 C4.84306612,7.4058798 4.98322634,7.3409623 5.13077421,7.35271461 C5.27750123,7.36428037 5.40411742,7.45176976 5.45624143,7.57712769 L6.82624088,10.8599386 L7.51801262,9.51178115 C7.58203896,9.38866175 7.71830014,9.30993996 7.86748971,9.30993996 L9.56049383,9.30993996 L9.56049383,10.009482 L8.11271879,10.009482 L7.1387797,11.9062669 C7.07557421,12.0293863 6.93931303,12.1081081 6.79012346,12.1081081 Z' id='Fill-1'%3E%3C/path%3E %3Cpath d='M1.19300267,14.9226148 L10.5344727,14.9226148 L10.5344727,3.53592275 L1.19300267,3.53592275 L1.19300267,14.9226148 Z M9.60068616,2.16216216 C9.46538907,2.7395758 8.9271297,3.17290606 8.28444035,3.17290606 L3.57776882,3.17290606 C2.93519212,3.17290606 2.39693275,2.7395758 2.26163565,2.16216216 L1.11707408,2.16216216 C0.655081258,2.16216216 0.257751663,2.43239952 0.0879825387,2.81658589 C0.0313177282,2.94468402 0,3.08552715 0,3.23306681 L0,12.141503 L0,14.9289873 C0,15.519578 0.501083652,16 1.11707408,16 L10.6162593,16 C11.116667,16 11.5413714,15.6827789 11.6830898,15.2470725 C11.7157594,15.1466245 11.7333333,15.0396961 11.7333333,14.9289873 L11.7333333,6.02055116 L11.7333333,3.23306681 C11.7333333,2.64258414 11.2322497,2.16216216 10.6162593,2.16216216 L9.60068616,2.16216216 Z' id='Fill-5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-nav-local-reports,a:hover>.icon-nav-local-reports,.icon-nav-local-reports:hover.icon-nav-local-reports,.icon-nav-local-reports:hover>.icon-nav-local-reports{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Local-Reports%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-local-reports' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-11-Copy-10' transform='translate(2.000000, 0.000000)' fill='rgb(0, 106, 219)'%3E %3Cpath d='M5.86666667,1.42343496 C6.12436823,1.42343496 6.33324018,1.20351265 6.33324018,0.932177384 C6.33324018,0.660842119 6.12436823,0.440822061 5.86666667,0.440822061 C5.60905793,0.440822061 5.40018599,0.660842119 5.40018599,0.932177384 C5.40018599,1.20351265 5.60905793,1.42343496 5.86666667,1.42343496 Z M7.80592664,0.730142084 C8.29292318,0.730142084 8.69135802,1.14965612 8.69135802,1.66241721 C8.69135802,2.17517831 8.29292318,2.59459459 7.80592664,2.59459459 L3.92740669,2.59459459 C3.44041015,2.59459459 3.04197531,2.17517831 3.04197531,1.66241721 C3.04197531,1.14965612 3.44041015,0.730142084 3.92740669,0.730142084 L5.00295796,0.730142084 C5.09124117,0.313755835 5.44558082,0 5.86666667,0 C6.28775251,0 6.64209216,0.313755835 6.7304682,0.730142084 L7.80592664,0.730142084 Z' id='Fill-1'%3E%3C/path%3E %3Cpath d='M6.79012346,12.1081081 C6.78540357,12.1081081 6.78047846,12.1081081 6.77575857,12.1081081 C6.62102826,12.1030714 6.48558793,12.0140897 6.43018052,11.8829488 L5.01852291,8.50033664 L4.04130041,9.98038105 C3.97255418,10.0844729 3.84737449,10.1493904 3.71193416,10.1493904 L2.17283951,10.1493904 L2.17283951,9.44984836 L3.49399835,9.44984836 L4.76693224,7.52097778 C4.84306612,7.4058798 4.98322634,7.3409623 5.13077421,7.35271461 C5.27750123,7.36428037 5.40411742,7.45176976 5.45624143,7.57712769 L6.82624088,10.8599386 L7.51801262,9.51178115 C7.58203896,9.38866175 7.71830014,9.30993996 7.86748971,9.30993996 L9.56049383,9.30993996 L9.56049383,10.009482 L8.11271879,10.009482 L7.1387797,11.9062669 C7.07557421,12.0293863 6.93931303,12.1081081 6.79012346,12.1081081 Z' id='Fill-1'%3E%3C/path%3E %3Cpath d='M1.19300267,14.9226148 L10.5344727,14.9226148 L10.5344727,3.53592275 L1.19300267,3.53592275 L1.19300267,14.9226148 Z M9.60068616,2.16216216 C9.46538907,2.7395758 8.9271297,3.17290606 8.28444035,3.17290606 L3.57776882,3.17290606 C2.93519212,3.17290606 2.39693275,2.7395758 2.26163565,2.16216216 L1.11707408,2.16216216 C0.655081258,2.16216216 0.257751663,2.43239952 0.0879825387,2.81658589 C0.0313177282,2.94468402 0,3.08552715 0,3.23306681 L0,12.141503 L0,14.9289873 C0,15.519578 0.501083652,16 1.11707408,16 L10.6162593,16 C11.116667,16 11.5413714,15.6827789 11.6830898,15.2470725 C11.7157594,15.1466245 11.7333333,15.0396961 11.7333333,14.9289873 L11.7333333,6.02055116 L11.7333333,3.23306681 C11.7333333,2.64258414 11.2322497,2.16216216 10.6162593,2.16216216 L9.60068616,2.16216216 Z' id='Fill-5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-nav-local-analytics{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Local-Anayltics%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-local-anayltics' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M0.975609756,15 L15.5121951,15 C15.7814634,15 16,15.224 16,15.5 C16,15.776 15.7814634,16 15.5121951,16 L0.487804878,16 C0.218536585,16 0,15.776 0,15.5 L0,0.5 C0,0.224 0.218536585,0 0.487804878,0 C0.757073171,0 0.975609756,0.224 0.975609756,0.5 L0.975609756,15 Z M3.90243902,14.2 L2.34146341,14.2 C2.01834146,14.2 1.75609756,13.9312 1.75609756,13.6 L1.75609756,9.8 C1.75609756,9.4688 2.01834146,9.2 2.34146341,9.2 L3.90243902,9.2 C4.22556098,9.2 4.48780488,9.4688 4.48780488,9.8 L4.48780488,13.6 C4.48780488,13.9312 4.22556098,14.2 3.90243902,14.2 Z M7.41463415,14.2 L5.85365854,14.2 C5.53053659,14.2 5.26829268,13.9312 5.26829268,13.6 L5.26829268,6 C5.26829268,5.6688 5.53053659,5.4 5.85365854,5.4 L7.41463415,5.4 C7.7377561,5.4 8,5.6688 8,6 L8,13.6 C8,13.9312 7.7377561,14.2 7.41463415,14.2 Z M10.9268293,14.2 L9.36585366,14.2 C9.04273171,14.2 8.7804878,13.9312 8.7804878,13.6 L8.7804878,1.8 C8.7804878,1.4688 9.04273171,1.2 9.36585366,1.2 L10.9268293,1.2 C11.2499512,1.2 11.5121951,1.4688 11.5121951,1.8 L11.5121951,13.6 C11.5121951,13.9312 11.2499512,14.2 10.9268293,14.2 Z M14.4390244,14.2 L12.8780488,14.2 C12.5549268,14.2 12.2926829,13.9312 12.2926829,13.6 L12.2926829,9.8 C12.2926829,9.4688 12.5549268,9.2 12.8780488,9.2 L14.4390244,9.2 C14.7621463,9.2 15.0243902,9.4688 15.0243902,9.8 L15.0243902,13.6 C15.0243902,13.9312 14.7621463,14.2 14.4390244,14.2 Z' id='Combined-Shape-Copy-2' fill='rgb(88, 88, 88)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-nav-local-analytics,a:hover>.icon-nav-local-analytics,.icon-nav-local-analytics:hover.icon-nav-local-analytics,.icon-nav-local-analytics:hover>.icon-nav-local-analytics{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Local-Anayltics%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='nav-local-anayltics' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M0.975609756,15 L15.5121951,15 C15.7814634,15 16,15.224 16,15.5 C16,15.776 15.7814634,16 15.5121951,16 L0.487804878,16 C0.218536585,16 0,15.776 0,15.5 L0,0.5 C0,0.224 0.218536585,0 0.487804878,0 C0.757073171,0 0.975609756,0.224 0.975609756,0.5 L0.975609756,15 Z M3.90243902,14.2 L2.34146341,14.2 C2.01834146,14.2 1.75609756,13.9312 1.75609756,13.6 L1.75609756,9.8 C1.75609756,9.4688 2.01834146,9.2 2.34146341,9.2 L3.90243902,9.2 C4.22556098,9.2 4.48780488,9.4688 4.48780488,9.8 L4.48780488,13.6 C4.48780488,13.9312 4.22556098,14.2 3.90243902,14.2 Z M7.41463415,14.2 L5.85365854,14.2 C5.53053659,14.2 5.26829268,13.9312 5.26829268,13.6 L5.26829268,6 C5.26829268,5.6688 5.53053659,5.4 5.85365854,5.4 L7.41463415,5.4 C7.7377561,5.4 8,5.6688 8,6 L8,13.6 C8,13.9312 7.7377561,14.2 7.41463415,14.2 Z M10.9268293,14.2 L9.36585366,14.2 C9.04273171,14.2 8.7804878,13.9312 8.7804878,13.6 L8.7804878,1.8 C8.7804878,1.4688 9.04273171,1.2 9.36585366,1.2 L10.9268293,1.2 C11.2499512,1.2 11.5121951,1.4688 11.5121951,1.8 L11.5121951,13.6 C11.5121951,13.9312 11.2499512,14.2 10.9268293,14.2 Z M14.4390244,14.2 L12.8780488,14.2 C12.5549268,14.2 12.2926829,13.9312 12.2926829,13.6 L12.2926829,9.8 C12.2926829,9.4688 12.5549268,9.2 12.8780488,9.2 L14.4390244,9.2 C14.7621463,9.2 15.0243902,9.4688 15.0243902,9.8 L15.0243902,13.6 C15.0243902,13.9312 14.7621463,14.2 14.4390244,14.2 Z' id='Combined-Shape-Copy-2' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-nav-dashboard{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Dashboard%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpolygon id='path-1' points='16 0 0 0 0 12.6896552 16 12.6896552 16 0'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='nav-dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Page-1-Copy-10' transform='translate(0.000000, 2.000000)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M12.8438319,8.58255106 C12.3299496,8.58255106 11.8897479,8.17569225 11.8897479,7.70102363 C11.8897479,7.22635502 12.3299496,6.8194962 12.8438319,6.8194962 C13.3574454,6.8194962 13.797916,7.22635502 13.797916,7.70102363 C13.797916,8.17569225 13.4308571,8.58255106 12.8438319,8.58255106 M10.7154286,4.17491391 C10.7154286,3.70024529 11.1558992,3.29338648 11.6695126,3.29338648 C12.183395,3.29338648 12.6235966,3.70024529 12.6235966,4.17491391 C12.6235966,4.64958253 12.183395,5.05644134 11.6695126,5.05644134 C11.1558992,5.05644134 10.7154286,4.64958253 10.7154286,4.17491391 M8.32941176,11.6980046 C7.30836975,11.8553234 6.30937815,11.299283 5.93963025,10.4437945 L5.91704202,10.4475919 C5.91354622,10.4226379 5.91247059,10.3974126 5.9092437,10.3727298 C5.8629916,10.2517572 5.82830252,10.1259022 5.80840336,9.99543611 C5.64705882,8.92946601 6.46695798,7.86620831 7.60094118,7.63402755 L8.42944538,5.25498844 C8.57196639,4.94007972 8.90917647,4.65392235 9.24504202,4.77787867 C9.64302521,4.89234162 9.81028571,5.15951224 9.6674958,5.47442096 L8.92961345,7.75717015 C9.60376471,8.03057927 10.1243697,8.60642011 10.231395,9.31408321 C10.3978487,10.4145007 9.69008403,11.488608 8.32941176,11.6980046 M4.3307563,5.05644134 C3.81687395,5.05644134 3.37667227,4.64958253 3.37667227,4.17491391 C3.37667227,3.70024529 3.81687395,3.29338648 4.3307563,3.29338648 C4.84436975,3.29338648 5.28484034,3.70024529 5.28484034,4.17491391 C5.28484034,4.64958253 4.84436975,5.05644134 4.3307563,5.05644134 M3.15643697,8.58255106 C2.64255462,8.58255106 2.20235294,8.17569225 2.20235294,7.70102363 C2.20235294,7.22635502 2.64255462,6.8194962 3.15643697,6.8194962 C3.67031933,6.8194962 4.1102521,7.22635502 4.1102521,7.70102363 C4.1102521,8.17569225 3.67031933,8.58255106 3.15643697,8.58255106 M8,1.73376103 C8.51361345,1.73376103 8.95408403,2.14061984 8.95408403,2.61528846 C8.95408403,3.08995707 8.51361345,3.49681589 8,3.49681589 C7.48638655,3.49681589 7.04591597,3.08995707 7.04591597,2.61528846 C7.04591597,2.14061984 7.48638655,1.73376103 8,1.73376103 M8,0 C3.60013445,0 0,3.32647766 0,7.39181093 C0,8.87033586 0.466823529,10.7801311 1.46662185,12.0120996 C1.6,12.1965423 1.80006723,12.6896552 2.06682353,12.6896552 L14.0001345,12.6896552 C14.2002017,12.6896552 14.4666891,12.1965423 14.6000672,12.0120996 C15.5334454,10.7801311 16,9.11689231 16,7.63863862 C16,3.5114628 12.4001345,0 8,0' id='Fill-1' fill='rgb(88, 88, 88)' mask='url(%23mask-2)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-nav-dashboard,a:hover>.icon-nav-dashboard,.icon-nav-dashboard:hover.icon-nav-dashboard,.icon-nav-dashboard:hover>.icon-nav-dashboard{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ENav-Dashboard%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpolygon id='path-1' points='16 0 0 0 0 12.6896552 16 12.6896552 16 0'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='nav-dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Page-1-Copy-10' transform='translate(0.000000, 2.000000)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M12.8438319,8.58255106 C12.3299496,8.58255106 11.8897479,8.17569225 11.8897479,7.70102363 C11.8897479,7.22635502 12.3299496,6.8194962 12.8438319,6.8194962 C13.3574454,6.8194962 13.797916,7.22635502 13.797916,7.70102363 C13.797916,8.17569225 13.4308571,8.58255106 12.8438319,8.58255106 M10.7154286,4.17491391 C10.7154286,3.70024529 11.1558992,3.29338648 11.6695126,3.29338648 C12.183395,3.29338648 12.6235966,3.70024529 12.6235966,4.17491391 C12.6235966,4.64958253 12.183395,5.05644134 11.6695126,5.05644134 C11.1558992,5.05644134 10.7154286,4.64958253 10.7154286,4.17491391 M8.32941176,11.6980046 C7.30836975,11.8553234 6.30937815,11.299283 5.93963025,10.4437945 L5.91704202,10.4475919 C5.91354622,10.4226379 5.91247059,10.3974126 5.9092437,10.3727298 C5.8629916,10.2517572 5.82830252,10.1259022 5.80840336,9.99543611 C5.64705882,8.92946601 6.46695798,7.86620831 7.60094118,7.63402755 L8.42944538,5.25498844 C8.57196639,4.94007972 8.90917647,4.65392235 9.24504202,4.77787867 C9.64302521,4.89234162 9.81028571,5.15951224 9.6674958,5.47442096 L8.92961345,7.75717015 C9.60376471,8.03057927 10.1243697,8.60642011 10.231395,9.31408321 C10.3978487,10.4145007 9.69008403,11.488608 8.32941176,11.6980046 M4.3307563,5.05644134 C3.81687395,5.05644134 3.37667227,4.64958253 3.37667227,4.17491391 C3.37667227,3.70024529 3.81687395,3.29338648 4.3307563,3.29338648 C4.84436975,3.29338648 5.28484034,3.70024529 5.28484034,4.17491391 C5.28484034,4.64958253 4.84436975,5.05644134 4.3307563,5.05644134 M3.15643697,8.58255106 C2.64255462,8.58255106 2.20235294,8.17569225 2.20235294,7.70102363 C2.20235294,7.22635502 2.64255462,6.8194962 3.15643697,6.8194962 C3.67031933,6.8194962 4.1102521,7.22635502 4.1102521,7.70102363 C4.1102521,8.17569225 3.67031933,8.58255106 3.15643697,8.58255106 M8,1.73376103 C8.51361345,1.73376103 8.95408403,2.14061984 8.95408403,2.61528846 C8.95408403,3.08995707 8.51361345,3.49681589 8,3.49681589 C7.48638655,3.49681589 7.04591597,3.08995707 7.04591597,2.61528846 C7.04591597,2.14061984 7.48638655,1.73376103 8,1.73376103 M8,0 C3.60013445,0 0,3.32647766 0,7.39181093 C0,8.87033586 0.466823529,10.7801311 1.46662185,12.0120996 C1.6,12.1965423 1.80006723,12.6896552 2.06682353,12.6896552 L14.0001345,12.6896552 C14.2002017,12.6896552 14.4666891,12.1965423 14.6000672,12.0120996 C15.5334454,10.7801311 16,9.11689231 16,7.63863862 C16,3.5114628 12.4001345,0 8,0' id='Fill-1' fill='rgb(0, 106, 219)' mask='url(%23mask-2)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-nav-qna{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.1222452 4.83540889 0.1222452 4.83540889 6.3756375 0 6.3756375'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='QandA' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M2.65691509,0 C1.19020976,0.00152034056 0.00161229709,1.12232676 0,2.50537931 L0,11.4388966 C0.00161165713,12.8220387 1.19011512,13.9430033 2.65691509,13.9448276 L5.45717838,13.9448276 L8,16 L10.3093688,13.9448276 L13.3430849,13.9448276 C14.8098849,13.9430033 15.9983883,12.8220387 16,11.4388966 L16,2.50537931 C15.9983877,1.12232676 14.8097902,0.00152034056 13.3430849,0 L2.65691509,0 Z' id='Combined-Shape' fill='rgb(88, 88, 88)' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='Group-6-Copy-2' transform='translate(6.000000, 2.000000)'%3E%3Cpath d='M3.06480941,8.0070606 C3.06480941,7.60212338 2.73627543,7.2735894 2.33133821,7.2735894 C1.92609537,7.2735894 1.59786701,7.60212338 1.59786701,8.0070606 C1.59786701,8.41199783 1.92609537,8.7405318 2.33133821,8.7405318 C2.73627543,8.7405318 3.06480941,8.41199783 3.06480941,8.0070606' id='Fill-1' fill='%23FFFFFF'%3E%3C/path%3E%3Cg id='Group-5' transform='translate(0.000000, 0.183368)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-4'%3E%3C/g%3E%3Cpath d='M4.83134423,2.5487513 C4.78061248,1.19916429 3.67582148,0.129518789 2.32531763,0.122184077 L2.31003698,0.122184077 C1.35377391,0.12554582 0.483999308,0.676871672 0.0729498231,1.5402284 C-0.102777652,1.90421348 0.0497232351,2.34124007 0.413708318,2.51666193 C0.777387788,2.69238941 1.21471999,2.53958291 1.39014185,2.17590344 C1.55914584,1.82139236 1.91426815,1.59309945 2.30698085,1.58607035 C2.86686387,1.59493312 3.32467214,2.03532146 3.35523344,2.59459325 C3.37112532,3.04628926 3.0933231,3.45672752 2.66760419,3.60922841 C2.03162354,3.80940492 1.5958194,4.39465382 1.58573417,5.06089016 L1.58573417,5.64461099 C1.58542856,6.04802015 1.91212886,6.37533167 2.31553802,6.3756375 C2.71894718,6.3759429 3.0462587,6.0492426 3.04656431,5.64583344 L3.04656431,5.64461099 L3.04656431,5.06089016 C3.04656431,5.01810434 3.11960582,4.9936553 3.11960582,4.99059917 C4.16969209,4.64678454 4.86740657,3.65293107 4.83440036,2.5487513 L4.83134423,2.5487513 Z' id='Fill-3' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}a:hover.icon-nav-qna,a:hover>.icon-nav-qna,.icon-nav-qna:hover.icon-nav-qna,.icon-nav-qna:hover>.icon-nav-qna{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.1222452 4.83540889 0.1222452 4.83540889 6.3756375 0 6.3756375'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='QandA' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M2.65691509,0 C1.19020976,0.00152034056 0.00161229709,1.12232676 0,2.50537931 L0,11.4388966 C0.00161165713,12.8220387 1.19011512,13.9430033 2.65691509,13.9448276 L5.45717838,13.9448276 L8,16 L10.3093688,13.9448276 L13.3430849,13.9448276 C14.8098849,13.9430033 15.9983883,12.8220387 16,11.4388966 L16,2.50537931 C15.9983877,1.12232676 14.8097902,0.00152034056 13.3430849,0 L2.65691509,0 Z' id='Combined-Shape' fill='rgb(0, 106, 219)' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='Group-6-Copy-2' transform='translate(6.000000, 2.000000)'%3E%3Cpath d='M3.06480941,8.0070606 C3.06480941,7.60212338 2.73627543,7.2735894 2.33133821,7.2735894 C1.92609537,7.2735894 1.59786701,7.60212338 1.59786701,8.0070606 C1.59786701,8.41199783 1.92609537,8.7405318 2.33133821,8.7405318 C2.73627543,8.7405318 3.06480941,8.41199783 3.06480941,8.0070606' id='Fill-1' fill='%23FFFFFF'%3E%3C/path%3E%3Cg id='Group-5' transform='translate(0.000000, 0.183368)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-4'%3E%3C/g%3E%3Cpath d='M4.83134423,2.5487513 C4.78061248,1.19916429 3.67582148,0.129518789 2.32531763,0.122184077 L2.31003698,0.122184077 C1.35377391,0.12554582 0.483999308,0.676871672 0.0729498231,1.5402284 C-0.102777652,1.90421348 0.0497232351,2.34124007 0.413708318,2.51666193 C0.777387788,2.69238941 1.21471999,2.53958291 1.39014185,2.17590344 C1.55914584,1.82139236 1.91426815,1.59309945 2.30698085,1.58607035 C2.86686387,1.59493312 3.32467214,2.03532146 3.35523344,2.59459325 C3.37112532,3.04628926 3.0933231,3.45672752 2.66760419,3.60922841 C2.03162354,3.80940492 1.5958194,4.39465382 1.58573417,5.06089016 L1.58573417,5.64461099 C1.58542856,6.04802015 1.91212886,6.37533167 2.31553802,6.3756375 C2.71894718,6.3759429 3.0462587,6.0492426 3.04656431,5.64583344 L3.04656431,5.64461099 L3.04656431,5.06089016 C3.04656431,5.01810434 3.11960582,4.9936553 3.11960582,4.99059917 C4.16969209,4.64678454 4.86740657,3.65293107 4.83440036,2.5487513 L4.83134423,2.5487513 Z' id='Fill-3' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-tab-google-ranking-plus{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:30px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='30px' height='24px' viewBox='0 0 30 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EGoogle Ranking Plus%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Dashboard-Icons-For-Reference' transform='translate(-1189.000000, -438.000000)' fill='rgb(0, 106, 219)'%3E %3Cg id='Google-Ranking-Plus' transform='translate(1189.000000, 438.000000)'%3E %3Cpath d='M11.0657824,23.8181818 C6.85901456,23.8181818 3.06979558,21.5153455 1.17680907,17.8082909 C0.396007466,16.2737455 0,14.6254545 0,12.9090909 C0,11.1927273 0.396007466,9.54443636 1.17710416,8.00989091 C3.06979558,4.30283636 6.85901456,2 11.0657824,2 C13.8337034,2 16.350505,2.94603636 18.3550346,4.73832727 L15.3489779,7.7024 C14.1886937,6.65716364 12.7108954,6.1056 11.0657824,6.1056 C8.16920319,6.1056 5.59131852,7.97730909 4.65146474,10.7627636 C4.41303402,11.4673455 4.29204813,12.1893818 4.29204813,12.9090909 C4.29204813,13.6288 4.41303402,14.3508364 4.65146474,15.0554182 C5.59131852,17.8408727 8.16920319,19.7125818 11.0657824,19.7125818 C12.5341379,19.7125818 13.8753108,19.3390545 14.9450031,18.6324364 L14.958282,18.6237091 L15.0308735,18.5492364 C16.2442735,17.7431273 17.0634364,16.4954182 17.3381629,15.0341818 L17.3706226,14.8622545 L11.2510974,14.8622545 L11.2510974,10.8384 L21.6361128,10.8384 C21.7568036,11.5377455 21.8181818,12.2557091 21.8181818,12.9748364 C21.8181818,16.2458182 20.6372415,19.1194182 18.4919552,21.0661818 L18.2971974,21.2584727 C16.414539,22.9312 13.9121967,23.8181818 11.0657824,23.8181818' id='Page-1'%3E%3C/path%3E %3Cpath d='M21.8181818,5.45637952 L21.8181818,4.35146451 C21.8181818,4.07007136 22.0475073,3.84074588 22.3392381,3.84074588 L24.8407459,3.84074588 L24.8407459,1.33923806 C24.8407459,1.04749847 25.0700714,0.818181818 25.3514646,0.818181818 L26.4563796,0.818181818 C26.7481192,0.818181818 26.9774359,1.0475073 26.9774359,1.33923806 L26.9774359,3.84074588 L29.4789437,3.84074588 C29.7603369,3.84074588 30,4.07007136 30,4.35146451 L30,5.45637952 C30,5.74811911 29.7603369,5.97743576 29.4789437,5.97743576 L26.9774359,5.97743576 L26.9774359,8.47894376 C26.9774359,8.76033691 26.7481104,9 26.4563796,9 L25.3514646,9 C25.0700714,9 24.8407459,8.76033691 24.8407459,8.47894376 L24.8407459,5.97743576 L22.3392381,5.97743576 C22.0474985,5.97743576 21.8181818,5.74811028 21.8181818,5.45637952 Z' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-tab-content-analysis{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:29px;height:29px;background-image:url("data:image/svg+xml,%3Csvg width='29px' height='29px' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EPage 1%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Dashboard-Icons-For-Reference' transform='translate(-1189.000000, -358.000000)'%3E %3Cg id='Page-1' transform='translate(1189.000000, 358.000000)'%3E %3Cpath d='M6.07592963,17.2650897 C6.91854074,18.1690934 7.97865185,18.8455775 9.18752222,19.260856 L9.18752222,11.3192085 C9.18752222,11.1314496 9.04091111,10.9801381 8.85778148,10.9801381 L6.44218889,10.9801381 C6.25905926,10.9801381 6.11244815,11.1314496 6.11244815,11.3192085 L6.11244815,17.2650897 L6.07592963,17.2650897 Z' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M10.2133167,19.5605522 C10.726187,19.6748642 11.2390574,19.7113116 11.7492426,19.7113116 C12.262113,19.7113116 12.8115019,19.6748642 13.2867796,19.5605522 L13.2867796,14.0282927 C13.2867796,13.8405338 13.1396315,13.6892223 12.9565019,13.6892223 L10.5409093,13.6892223 C10.3583167,13.6892223 10.2111685,13.8405338 10.2111685,14.0282927 L10.2111685,19.5605522 L10.2133167,19.5605522 Z' id='Fill-3' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M14.3507037,19.2609664 C15.559037,18.8473447 16.6191481,18.1316521 17.4617593,17.2652002 L17.4617593,8.53330879 C17.4617593,8.3449977 17.3151481,8.19423838 17.1320185,8.19423838 L14.7164259,8.19423838 C14.5332963,8.19423838 14.3861481,8.3449977 14.3861481,8.53330879 L14.3861481,19.2609664 L14.3507037,19.2609664 Z' id='Fill-5' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cg id='Group-9' transform='translate(0.000000, 0.293732)'%3E %3Cpolygon id='Clip-8' points='0 0.258720663 28.7942123 0.258720663 28.7942123 28.7160607 0 28.7160607'%3E%3C/polygon%3E %3Cpath d='M14.6438722,19.945237 C13.7287611,20.2473079 12.7771315,20.435619 11.7513907,20.435619 C10.8362796,20.435619 9.95768704,20.2848596 9.15266852,20.059549 C7.98300185,19.7199264 6.95726111,19.1179936 6.04161296,18.3653014 C4.21139074,16.7848136 3.04118704,14.4875288 3.04118704,11.9290382 C3.04118704,7.22402209 6.95726111,3.42300966 11.7535389,3.42300966 C16.5482056,3.42300966 20.4664278,7.22402209 20.4664278,11.9290382 C20.4626685,14.4875288 19.2919278,16.8201565 17.4617056,18.3653014 C16.6572241,19.0434422 15.7039833,19.6083755 14.6438722,19.945237 M28.7126315,25.1654855 L21.4873352,18.431017 C22.7660204,16.5639208 23.5377426,14.3306949 23.5377426,11.8898297 C23.5377426,5.4535665 18.266187,0.258720663 11.7884463,0.258720663 C5.30748333,0.258720663 -5.37037037e-05,5.49111827 -5.37037037e-05,11.9268293 C-5.37037037e-05,18.3653014 5.27150185,23.5584906 11.7492426,23.5584906 C14.2142426,23.5584906 16.4724833,22.8212609 18.367687,21.5246203 L25.6407796,28.6517257 C25.776113,28.7781868 26.0317426,28.7130235 26.2143352,28.5053843 L28.6277796,25.7674183 C28.8109093,25.5597791 28.8485019,25.2919466 28.7126315,25.1654855' id='Fill-7' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-tab-rnps{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:29px;height:29px;background-image:url("data:image/svg+xml,%3Csvg width='29px' height='29px' viewBox='0 0 29 29' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EPage 1%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Dashboard-Icons-For-Reference' transform='translate(-1190.000000, -566.000000)'%3E %3Cg id='Page-1' transform='translate(1190.000000, 566.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 0.326435)'%3E %3Cpolygon id='Clip-2' points='0 0.296677174 28.9363261 0.296677174 28.9363261 28.6454129 0 28.6454129'%3E%3C/polygon%3E %3Cpath d='M14.6415957,26.1537104 L14.6270957,26.1537104 L14.6270957,22.7467566 L14.5243348,22.7467566 C11.1332261,22.7467566 9.14231304,21.4427608 8.06805217,20.3448884 C6.87274783,19.1218474 6.51466087,17.86767 6.50016087,17.8147379 L7.33485652,17.5886871 L8.1682913,17.3576544 C8.21242174,17.5077322 9.30559565,21.0361183 14.5237043,21.0361183 L14.6270957,21.0361183 L14.6270957,17.8222107 L14.7197696,17.8222107 C19.9378783,17.8222107 21.0316826,21.3505968 21.0751826,21.5012974 L21.9086174,21.2696419 L22.7439435,21.0435911 C22.728813,20.9906591 22.3713565,19.7364816 21.1754217,18.5134406 C20.1011609,17.416191 18.1108783,16.1121951 14.7191391,16.1121951 L14.6270957,16.1121951 L14.6270957,2.78827193 C21.2094652,2.80757654 26.3840739,7.9071095 26.4151029,14.4158796 C26.4458565,20.9676181 21.2744,26.1231967 14.6415957,26.1537104 M9.60631304,8.52857389 C10.2090087,8.52610275 10.7896391,8.75900363 11.2164435,9.17996886 C11.6464,9.59782045 11.8878565,10.1694862 11.8910287,10.7648158 C11.8935304,11.360768 11.6577478,11.934302 11.2315739,12.35589 C10.8085522,12.7805916 10.229813,13.019097 9.62774783,13.0222305 C9.02442174,13.0247016 8.44316087,12.7918007 8.01572609,12.3708355 C7.5864,11.9529839 7.34494348,11.3813181 7.34176763,10.7853659 C7.33611739,9.54675662 8.35111739,8.53482097 9.60631304,8.52857389 M14.6270957,0.296677174 L14.6270957,0.302957966 C14.5123565,0.301089777 14.3988783,0.29610794 14.2835087,0.296677174 C6.28833478,0.332848988 -0.0368173913,6.63923197 -0.000409909763,14.5366892 C0.0369434783,22.4341463 6.42135652,28.6819927 14.4171609,28.6454129 C14.4871391,28.644629 14.556487,28.6408926 14.6270957,28.6390244 L14.6270957,28.644629 L14.6535739,28.644629 C22.6481174,28.6078879 28.9732696,22.3015049 28.9368621,14.4040477 C28.8995087,6.54208614 22.5718348,0.315412558 14.6270957,0.296677174' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M18.4322109,8.27530975 C17.1776457,8.28093409 16.1620152,9.29349248 16.1676655,10.5321017 C16.1708413,11.128054 16.4122978,11.6997198 16.8422543,12.1169486 C17.2690587,12.5379139 17.8503196,12.7714375 18.4536457,12.7683546 C19.0557109,12.7658329 19.63445,12.5273275 20.0574717,12.1026258 C20.4836457,11.6810379 20.7194283,11.1075039 20.7169265,10.5109289 C20.7137543,9.91559938 20.4722978,9.34455631 20.0429717,8.92670472 C19.615537,8.50573949 19.0349065,8.27283861 18.4322109,8.27530975' id='Fill-4' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-tab-accuracy{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EGroup 5%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Dashboard-Icons-For-Reference' transform='translate(-1189.000000, -295.000000)' fill='rgb(0, 106, 219)'%3E %3Cg id='Group-5' transform='translate(1189.000000, 295.000000)'%3E %3Cpath d='M14,0 C21.7319865,0 28,6.2680135 28,14 C28,21.7319865 21.7319865,28 14,28 C6.2680135,28 0,21.7319865 0,14 C0,6.2680135 6.2680135,0 14,0 Z M21.5358825,7 C21.3372604,7 21.1484899,7.07414424 21.0083421,7.20736276 L21.0083421,7.20736276 L10.677449,17.005253 L6.99038669,13.5084177 C6.69992169,13.231733 6.2283133,13.231733 5.93657712,13.5084177 L5.93657712,13.5084177 L4.88372093,14.5069537 C4.74484434,14.6398708 4.66666667,14.818902 4.66666667,15.006071 C4.66666667,15.1944456 4.74484434,15.3734769 4.88372093,15.506394 L4.88372093,15.506394 L10.677449,21 L23.1146901,9.20413348 C23.2551557,9.07212056 23.3333333,8.89218515 23.3333333,8.70501615 C23.3333333,8.51754575 23.2551557,8.33761033 23.1146901,8.20439182 L23.1146901,8.20439182 L22.0621517,7.20615716 C21.9220039,7.07414424 21.7332335,7 21.5358825,7 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-tab-visibility{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:34px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='34px' height='24px' viewBox='0 0 34 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EGroup 14%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Dashboard-Icons-For-Reference' transform='translate(-1187.000000, -229.000000)'%3E %3Cg id='Group-14' transform='translate(1189.000000, 231.000000)'%3E %3Cpath d='M11.2607565,3.4440246 C12.6261653,3.4440246 13.7320724,4.58104642 13.7320724,5.98146565 C13.7320724,7.38188488 12.6261653,8.51614861 11.2607565,8.51614861 C9.89467551,8.51614861 8.78675152,7.38188488 8.78675152,5.98146565 C8.78675152,5.86562595 8.80490319,5.75530242 8.82103801,5.6449789 C7.98875045,6.88336045 7.5,8.38376038 7.5,10 C7.5,14.2474557 10.8587307,17.6923077 15,17.6923077 C19.1412693,17.6923077 22.5,14.2474557 22.5,10 C22.5,5.75254434 19.1412693,2.30769231 15,2.30769231 C13.5505558,2.30769231 12.2032987,2.73588548 11.0557099,3.46539978 C11.1242829,3.46057313 11.1894944,3.4440246 11.2607565,3.4440246 Z' id='Fill-2' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M15.0016,0 C9.022,0 3.0608,4.82237193 0,10 C3.0608,15.206223 9.0188,20 15.0016,20 C20.9828,20 27.5516,15.2081617 30,10.0150245 C27.5516,4.82237193 20.9828,0 15.0016,0 Z' id='Path' stroke='rgb(0, 106, 219)' stroke-width='3.5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-tab-visibility.icon-color-grey{background-image:url("data:image/svg+xml,%3Csvg width='34px' height='24px' viewBox='0 0 34 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EGroup 14%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Dashboard-Icons-For-Reference' transform='translate(-1187.000000, -229.000000)'%3E %3Cg id='Group-14' transform='translate(1189.000000, 231.000000)'%3E %3Cpath d='M11.2607565,3.4440246 C12.6261653,3.4440246 13.7320724,4.58104642 13.7320724,5.98146565 C13.7320724,7.38188488 12.6261653,8.51614861 11.2607565,8.51614861 C9.89467551,8.51614861 8.78675152,7.38188488 8.78675152,5.98146565 C8.78675152,5.86562595 8.80490319,5.75530242 8.82103801,5.6449789 C7.98875045,6.88336045 7.5,8.38376038 7.5,10 C7.5,14.2474557 10.8587307,17.6923077 15,17.6923077 C19.1412693,17.6923077 22.5,14.2474557 22.5,10 C22.5,5.75254434 19.1412693,2.30769231 15,2.30769231 C13.5505558,2.30769231 12.2032987,2.73588548 11.0557099,3.46539978 C11.1242829,3.46057313 11.1894944,3.4440246 11.2607565,3.4440246 Z' id='Fill-2' fill='rgb(155, 155, 155)'%3E%3C/path%3E %3Cpath d='M15.0016,0 C9.022,0 3.0608,4.82237193 0,10 C3.0608,15.206223 9.0188,20 15.0016,20 C20.9828,20 27.5516,15.2081617 30,10.0150245 C27.5516,4.82237193 20.9828,0 15.0016,0 Z' id='Path' stroke='rgb(155, 155, 155)' stroke-width='3.5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-checkmark{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-checkmark.icon-color-green{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='%23156749'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-checkmark.icon-color-success{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(60, 118, 61)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-checkmark.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-checkmark.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-attachment{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eattachment%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='attachment' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-3' transform='translate(4.000000, 0.000000)'%3E %3Cpolygon id='Clip-2' points='0 0.000145454545 7.78181818 0.000145454545 7.78181818 15.7819636 0 15.7819636'%3E%3C/polygon%3E %3Cpath d='M3.89134545,15.7819636 C3.76625455,15.7819636 3.63898182,15.7761455 3.51170909,15.7637818 C1.54298182,15.5783273 -0.000290909091,13.8030545 -0.000290909091,11.7223273 L-0.000290909091,2.80014545 C-0.000290909091,1.25614545 1.25570909,0.000145454545 2.80043636,0.000145454545 C2.89061818,0.000145454545 2.98225455,0.00450909091 3.07389091,0.0132363636 C4.49061818,0.147054545 5.60043636,1.42632727 5.60043636,2.92378182 L5.60043636,10.4365091 C5.60043636,11.3790545 4.83316364,12.1456 3.89134545,12.1456 C3.83243636,12.1456 3.77352727,12.1426909 3.71389091,12.1361455 C2.85498182,12.0503273 2.18152727,11.2576 2.18152727,10.3317818 L2.18152727,4.07287273 C2.18152727,3.83214545 2.37716364,3.63650909 2.61861818,3.63650909 C2.85934545,3.63650909 3.05498182,3.83214545 3.05498182,4.07287273 L3.05498182,10.4365091 C3.05498182,10.8976 3.42952727,11.2728727 3.89134545,11.2728727 C4.35243636,11.2728727 4.72698182,10.8976 4.72698182,10.4365091 L4.72698182,2.80014545 C4.72698182,1.7376 3.86298182,0.872872727 2.80043636,0.872872727 C2.73498182,0.872872727 2.66807273,0.875781818 2.60116364,0.883054545 C1.51898182,0.992145455 0.873163636,1.99432727 0.873163636,3.56450909 L0.873163636,11.7696 C0.873163636,13.3776 2.06952727,14.7506909 3.59607273,14.8954182 C3.69498182,14.9041455 3.79389091,14.9092364 3.89134545,14.9092364 C5.55534545,14.9092364 6.9088,13.5550545 6.9088,11.8910545 L6.9088,4.07287273 C6.9088,3.83214545 7.10443636,3.63650909 7.34589091,3.63650909 C7.58661818,3.63650909 7.78225455,3.83214545 7.78225455,4.07287273 L7.78225455,11.8910545 C7.78225455,14.0365091 6.0368,15.7819636 3.89134545,15.7819636' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-elipses{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EElipses%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Elipses' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M1.6064,6.4 C2.4928,6.4 3.21216,7.11872 3.21216,8.00576 C3.21216,8.8928 2.4928,9.61216 1.6064,9.61216 C0.71872,9.61216 1.97619698e-14,8.8928 1.97619698e-14,8.00576 C1.97619698e-14,7.11872 0.71872,6.4 1.6064,6.4 Z M8.0064,6.4 C8.89344,6.4 9.6128,7.11872 9.6128,8.00576 C9.6128,8.8928 8.89344,9.61216 8.0064,9.61216 C7.11936,9.61216 6.4,8.8928 6.4,8.00576 C6.4,7.11872 7.11936,6.4 8.0064,6.4 Z M14.4064,6.4 C15.2928,6.4 16.01216,7.11872 16.01216,8.00576 C16.01216,8.8928 15.2928,9.61216 14.4064,9.61216 C13.51872,9.61216 12.8,8.8928 12.8,8.00576 C12.8,7.11872 13.51872,6.4 14.4064,6.4 Z' id='Combined-Shape' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-info{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Einfo%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-344.000000, -1507.000000)'%3E %3Cg id='info' transform='translate(344.000000, 1507.000000)'%3E %3Cg%3E %3Cpath d='M6.00011259,0.5 C2.96257676,0.5 0.5,2.96244908 0.5,5.99988741 C0.5,9.03737449 2.96262551,11.5 6.00011259,11.5 C9.03755092,11.5 11.5,9.03742324 11.5,5.99988741 C11.5,2.96240033 9.03759967,0.5 6.00011259,0.5 Z' id='Page-1-Copy' stroke='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpolygon id='Path' fill='rgb(57, 57, 57)' points='5.20857963 9.98457468 6.79074481 9.98457468 6.79074481 4.64989022 5.20857963 4.64989022'%3E%3C/polygon%3E %3Cpath d='M6.96526488,2.829477 C6.96526488,4.11709734 5.03496031,4.11709734 5.03496031,2.829477 C5.03496031,1.54320779 6.96526488,1.54320779 6.96526488,2.829477 Z' id='Path'  fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-info.icon-lg{width:14px;height:14px}.icon-info.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Einfo%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-344.000000, -1507.000000)'%3E %3Cg id='info' transform='translate(344.000000, 1507.000000)'%3E %3Cg%3E %3Cpath d='M6.00011259,0.5 C2.96257676,0.5 0.5,2.96244908 0.5,5.99988741 C0.5,9.03737449 2.96262551,11.5 6.00011259,11.5 C9.03755092,11.5 11.5,9.03742324 11.5,5.99988741 C11.5,2.96240033 9.03759967,0.5 6.00011259,0.5 Z' id='Page-1-Copy' stroke='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpolygon id='Path' fill='rgb(0, 106, 219)' points='5.20857963 9.98457468 6.79074481 9.98457468 6.79074481 4.64989022 5.20857963 4.64989022'%3E%3C/polygon%3E %3Cpath d='M6.96526488,2.829477 C6.96526488,4.11709734 5.03496031,4.11709734 5.03496031,2.829477 C5.03496031,1.54320779 6.96526488,1.54320779 6.96526488,2.829477 Z' id='Path'  fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-info.icon-color-grey{background-image:url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Einfo%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-344.000000, -1507.000000)'%3E %3Cg id='info' transform='translate(344.000000, 1507.000000)'%3E %3Cg%3E %3Cpath d='M6.00011259,0.5 C2.96257676,0.5 0.5,2.96244908 0.5,5.99988741 C0.5,9.03737449 2.96262551,11.5 6.00011259,11.5 C9.03755092,11.5 11.5,9.03742324 11.5,5.99988741 C11.5,2.96240033 9.03759967,0.5 6.00011259,0.5 Z' id='Page-1-Copy' stroke='rgb(103, 103, 103)'%3E%3C/path%3E %3Cpolygon id='Path' fill='rgb(103, 103, 103)' points='5.20857963 9.98457468 6.79074481 9.98457468 6.79074481 4.64989022 5.20857963 4.64989022'%3E%3C/polygon%3E %3Cpath d='M6.96526488,2.829477 C6.96526488,4.11709734 5.03496031,4.11709734 5.03496031,2.829477 C5.03496031,1.54320779 6.96526488,1.54320779 6.96526488,2.829477 Z' id='Path'  fill='rgb(103, 103, 103)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-info.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Einfo%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-344.000000, -1507.000000)'%3E %3Cg id='info' transform='translate(344.000000, 1507.000000)'%3E %3Cg%3E %3Cpath d='M6.00011259,0.5 C2.96257676,0.5 0.5,2.96244908 0.5,5.99988741 C0.5,9.03737449 2.96262551,11.5 6.00011259,11.5 C9.03755092,11.5 11.5,9.03742324 11.5,5.99988741 C11.5,2.96240033 9.03759967,0.5 6.00011259,0.5 Z' id='Page-1-Copy' stroke='rgb(255, 255, 255)'%3E%3C/path%3E %3Cpolygon id='Path' fill='rgb(255, 255, 255)' points='5.20857963 9.98457468 6.79074481 9.98457468 6.79074481 4.64989022 5.20857963 4.64989022'%3E%3C/polygon%3E %3Cpath d='M6.96526488,2.829477 C6.96526488,4.11709734 5.03496031,4.11709734 5.03496031,2.829477 C5.03496031,1.54320779 6.96526488,1.54320779 6.96526488,2.829477 Z' id='Path'  fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-link{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Elink%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='link' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M4.32672,9.79376 C5.05552,10.52256 6.03312,10.92496 7.06752,10.92496 C8.10272,10.92496 9.06112,10.52256 9.80912,9.79376 C10.21072,9.39136 10.51792,8.89376 10.72912,8.35616 C10.82512,8.10656 10.69152,7.83936 10.44192,7.74336 C10.19232,7.64736 9.92512,7.78096 9.82912,8.03056 C9.67552,8.43296 9.44592,8.79696 9.13952,9.12336 C8.58352,9.67856 7.85552,9.96656 7.08912,9.96656 C6.32192,9.96656 5.57472,9.66016 5.03872,9.12336 L2.60192,6.72736 C2.04592,6.17136 1.75872,5.44336 1.75872,4.67696 C1.75872,3.91056 2.06432,3.16256 2.60192,2.62656 C3.73312,1.49536 5.57232,1.49536 6.70352,2.62656 L8.94512,4.86816 C9.13712,5.06016 9.44352,5.06016 9.61632,4.86816 C9.80832,4.67696 9.80832,4.37056 9.61632,4.19776 L7.39312,1.93616 C5.87872,0.42176 3.42672,0.42176 1.93072,1.93616 C1.20192,2.66416 0.80032,3.64176 0.80032,4.67696 C0.80032,5.71216 1.20192,6.67056 1.93072,7.41776 L4.32672,9.79376 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M9.63528,13.76056 L7.39368,11.51896 C7.20168,11.32696 6.89528,11.32696 6.72248,11.51896 C6.53128,11.71016 6.53128,12.01656 6.72248,12.18936 L8.96488,14.43176 C9.71208,15.17896 10.70808,15.56216 11.70568,15.56216 C12.70168,15.56216 13.68008,15.17896 14.44648,14.43176 C15.17528,13.70296 15.57768,12.72536 15.57768,11.69096 C15.57768,10.65496 15.17528,9.69656 14.44648,8.94936 L12.03128,6.57336 C11.30248,5.84456 10.32488,5.44216 9.28968,5.44216 C8.25448,5.44216 7.29688,5.84456 6.54888,6.57336 C6.14648,6.97576 5.84008,7.47416 5.62888,8.01096 C5.53288,8.26056 5.66648,8.52776 5.91608,8.62376 C6.16568,8.71976 6.43288,8.58616 6.52888,8.33656 C6.68248,7.93416 6.91208,7.57016 7.21848,7.24376 C7.77448,6.68856 8.50248,6.40056 9.26888,6.40056 C10.03528,6.40056 10.78328,6.70776 11.31928,7.24376 L13.71528,9.63976 C14.27128,10.19576 14.55848,10.92376 14.55848,11.69096 C14.55848,12.45736 14.25208,13.20456 13.71528,13.74056 C12.60568,14.89176 10.76648,14.89176 9.63528,13.76056' id='Fill-3' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-arrow-right{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EArrow-right%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Arrow-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.40056,11.56568 L1.79576,7.96088 C1.76296,7.92808 1.73496,7.89288 1.71176,7.85688 L1.64696,7.73688 L1.61096,7.61608 C1.60296,7.58008 1.60136,7.54568 1.59976,7.51288 C1.60136,7.42088 1.60296,7.38488 1.61016,7.35048 L1.63656,7.26088 L1.67256,7.17608 C1.73416,7.07048 1.76216,7.03528 1.79416,7.00328 L5.39976,3.39768 C5.52776,3.27048 5.69656,3.20008 5.87736,3.20008 C6.05736,3.20008 6.22696,3.27048 6.35416,3.39768 C6.61736,3.66088 6.61736,4.08888 6.35416,4.35208 L3.89976,6.80648 L13.8006857,6.80648 C14.1726857,6.80648 14.4758857,7.10888 14.4758857,7.48088 C14.4758857,7.85288 14.1726857,8.15608 13.8006857,8.15608 L3.89976,8.15608 L6.35576,10.61128 C6.61816,10.87448 6.61816,11.30248 6.35576,11.56568 C6.22776,11.69288 6.05896,11.76328 5.87816,11.76328 C5.69736,11.76328 5.52856,11.69288 5.40056,11.56568 Z' id='Fill-1' fill='rgb(57, 57, 57)' transform='translate(8.037823, 7.481680) scale(-1, 1) translate(-8.037823, -7.481680) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-arrow-left{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EArrow-left%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Arrow-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.40056,11.56568 L1.79576,7.96088 C1.76296,7.92808 1.73496,7.89288 1.71176,7.85688 L1.64696,7.73688 L1.61096,7.61608 C1.60296,7.58008 1.60136,7.54568 1.59976,7.51288 C1.60136,7.42088 1.60296,7.38488 1.61016,7.35048 L1.63656,7.26088 L1.67256,7.17608 C1.73416,7.07048 1.76216,7.03528 1.79416,7.00328 L5.39976,3.39768 C5.52776,3.27048 5.69656,3.20008 5.87736,3.20008 C6.05736,3.20008 6.22696,3.27048 6.35416,3.39768 C6.61736,3.66088 6.61736,4.08888 6.35416,4.35208 L3.89976,6.80648 L13.8006857,6.80648 C14.1726857,6.80648 14.4758857,7.10888 14.4758857,7.48088 C14.4758857,7.85288 14.1726857,8.15608 13.8006857,8.15608 L3.89976,8.15608 L6.35576,10.61128 C6.61816,10.87448 6.61816,11.30248 6.35576,11.56568 C6.22776,11.69288 6.05896,11.76328 5.87816,11.76328 C5.69736,11.76328 5.52856,11.69288 5.40056,11.56568 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-share{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eshare%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='share' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.208,0.80032 C14.316,0.80032 15.2152,1.69872 15.2152,2.80752 C15.2152,3.91632 14.316,4.81552 13.208,4.81552 C12.5874939,4.81552 12.0330348,4.53431988 11.6647999,4.09251652 L4.73968204,7.86028577 C4.78887453,8.03423978 4.8152,8.2178 4.8152,8.40752 L4.812,8.48832 L11.5307205,12.1032124 C11.8897931,11.5591805 12.5067153,11.20032 13.208,11.20032 C14.316,11.20032 15.2152,12.09872 15.2152,13.20752 C15.2152,14.31632 14.316,15.21552 13.208,15.21552 C12.1454739,15.21552 11.276608,14.3909974 11.2047984,13.3474556 L4.36818282,9.67064314 C4.00009645,10.1250176 3.43777648,10.41552 2.808,10.41552 C1.6984,10.41552 0.8,9.51632 0.8,8.40752 C0.8,7.29872 1.6984,6.40032 2.808,6.40032 C3.27051376,6.40032 3.69664437,6.55686512 4.03617429,6.81991239 L11.2031326,2.92065902 C11.2010534,2.88321023 11.2,2.845488 11.2,2.80752 C11.2,1.69872 12.0984,0.80032 13.208,0.80032 Z' id='Combined-Shape' fill='rgb(57, 57, 57)' fill-rule='nonzero'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-share.icon-lg{width:16px;height:16px}.icon-share.icon-color-grey{background-image:url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eshare%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='share' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.208,0.80032 C14.316,0.80032 15.2152,1.69872 15.2152,2.80752 C15.2152,3.91632 14.316,4.81552 13.208,4.81552 C12.5874939,4.81552 12.0330348,4.53431988 11.6647999,4.09251652 L4.73968204,7.86028577 C4.78887453,8.03423978 4.8152,8.2178 4.8152,8.40752 L4.812,8.48832 L11.5307205,12.1032124 C11.8897931,11.5591805 12.5067153,11.20032 13.208,11.20032 C14.316,11.20032 15.2152,12.09872 15.2152,13.20752 C15.2152,14.31632 14.316,15.21552 13.208,15.21552 C12.1454739,15.21552 11.276608,14.3909974 11.2047984,13.3474556 L4.36818282,9.67064314 C4.00009645,10.1250176 3.43777648,10.41552 2.808,10.41552 C1.6984,10.41552 0.8,9.51632 0.8,8.40752 C0.8,7.29872 1.6984,6.40032 2.808,6.40032 C3.27051376,6.40032 3.69664437,6.55686512 4.03617429,6.81991239 L11.2031326,2.92065902 C11.2010534,2.88321023 11.2,2.845488 11.2,2.80752 C11.2,1.69872 12.0984,0.80032 13.208,0.80032 Z' id='Combined-Shape' fill='rgb(103, 103, 103)' fill-rule='nonzero'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}a:hover.icon-share,a:hover>.icon-share,.icon-share:hover.icon-share,.icon-share:hover>.icon-share{background-image:url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eshare%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='share' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.208,0.80032 C14.316,0.80032 15.2152,1.69872 15.2152,2.80752 C15.2152,3.91632 14.316,4.81552 13.208,4.81552 C12.5874939,4.81552 12.0330348,4.53431988 11.6647999,4.09251652 L4.73968204,7.86028577 C4.78887453,8.03423978 4.8152,8.2178 4.8152,8.40752 L4.812,8.48832 L11.5307205,12.1032124 C11.8897931,11.5591805 12.5067153,11.20032 13.208,11.20032 C14.316,11.20032 15.2152,12.09872 15.2152,13.20752 C15.2152,14.31632 14.316,15.21552 13.208,15.21552 C12.1454739,15.21552 11.276608,14.3909974 11.2047984,13.3474556 L4.36818282,9.67064314 C4.00009645,10.1250176 3.43777648,10.41552 2.808,10.41552 C1.6984,10.41552 0.8,9.51632 0.8,8.40752 C0.8,7.29872 1.6984,6.40032 2.808,6.40032 C3.27051376,6.40032 3.69664437,6.55686512 4.03617429,6.81991239 L11.2031326,2.92065902 C11.2010534,2.88321023 11.2,2.845488 11.2,2.80752 C11.2,1.69872 12.0984,0.80032 13.208,0.80032 Z' id='Combined-Shape' fill='rgb(0, 106, 219)' fill-rule='nonzero'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-profile{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eprofile%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpolygon id='path-1' points='0 0.000208695652 15.9997913 0.000208695652 15.9997913 16 0 16'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='profile' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M7.83492174,3.78733913 C7.29996522,3.78733913 5.54413913,3.97377391 5.43074783,6.37446957 C5.39109565,6.90316522 5.33126957,8.71394783 6.23353043,9.7309913 C6.62657391,10.1803826 7.1664,10.4092522 7.88222609,10.4280348 C8.63770435,10.4280348 9.20326957,10.1998609 9.61370435,9.7296 C10.5493565,8.69307826 10.4457043,6.7842087 10.4157913,6.41133913 C10.3093565,3.97516522 8.5584,3.78594783 8.02344348,3.78594783 L7.83492174,3.78733913 Z M8.04153043,2.78003478 C9.48153043,2.78003478 11.2095304,3.6829913 11.340313,6.22838261 C11.3437913,6.26107826 11.6630957,8.86629565 10.304487,10.399513 C10.2446609,10.4781217 10.1952696,10.5268174 10.1465739,10.5762087 L10.0401391,10.6826435 L10.0881391,10.8231652 C10.2168348,11.1584696 10.7712696,12.0064696 13.1538783,12.7097739 L13.2971826,12.7522087 L13.3938783,12.6388174 C14.5055304,11.3407304 15.1177043,9.69342609 15.1177043,8.0002087 C15.1177043,4.07533913 11.9246609,0.882295652 7.9997913,0.882295652 C4.07561739,0.882295652 0.882573913,4.07533913 0.882573913,8.0002087 C0.882573913,9.71081739 1.5024,11.3525565 2.62935652,12.623513 L2.72605217,12.7320348 L2.86657391,12.6909913 C5.08987826,12.0308174 5.71526957,11.2384696 5.88083478,10.9296 L5.97126957,10.7612522 L5.82170435,10.6416 C5.73892174,10.5748174 5.65613913,10.4920348 5.58935652,10.4092522 C4.45822609,9.13273043 4.48187826,7.08125217 4.5437913,6.25829565 C4.66135652,3.69064348 6.39770435,2.78003478 7.84883478,2.78003478 L8.04153043,2.78003478 Z M6.52013913,11.391513 C6.23631304,11.8736 5.54344348,12.5699478 3.85161739,13.1522087 L3.47874783,13.2802087 L3.78622609,13.5271652 C4.97926957,14.4857739 6.47492174,15.0137739 7.9997913,15.0137739 C9.52466087,15.0137739 11.0210087,14.4857739 12.2133565,13.5278609 L12.5215304,13.2802087 L12.1479652,13.1522087 C10.4192696,12.5581217 9.73405217,11.8492522 9.46483478,11.3602087 L9.37022609,11.1869913 L9.18796522,11.2649043 C8.8157913,11.4249043 8.42761739,11.5021217 7.9997913,11.5021217 L7.89613913,11.5028174 C7.49613913,11.4854261 7.13022609,11.4186435 6.77961739,11.2969043 L6.61057391,11.2377739 L6.52013913,11.391513 Z M7.9997913,16.0002087 C3.58866087,16.0002087 -0.000208695652,12.4113391 -0.000208695652,8.0002087 C-0.000208695652,3.58838261 3.58866087,0.000208695652 7.9997913,0.000208695652 C12.4116174,0.000208695652 15.9997913,3.58838261 15.9997913,8.0002087 C15.9997913,12.4113391 12.4116174,16.0002087 7.9997913,16.0002087 L7.9997913,16.0002087 Z' id='Fill-1' fill='rgb(57, 57, 57)' mask='url(%23mask-2)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-search{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Esearch%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='search' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-3' transform='translate(0.800000, 0.800000)' fill='rgb(57, 57, 57)'%3E %3Cpath d='M6.60432,9.92584 C3.35872,10.65064 0.51632,7.80824 1.24112,4.56344 C1.60672,2.92744 2.92752,1.60744 4.56352,1.24184 C7.80832,0.51624 10.65072,3.35944 9.92592,6.60424 C9.56032,8.24024 8.24032,9.56024 6.60432,9.92584 L6.60432,9.92584 Z M14.67072,14.34984 C14.89392,14.12264 14.89232,13.75864 14.66752,13.53384 L10.06432,8.93064 L10.22912,8.68504 C10.84272,7.76984 11.16752,6.69784 11.16752,5.58424 C11.16752,4.09224 10.58672,2.69064 9.53152,1.63544 C8.47712,0.58104 7.07552,0.00024 5.58432,0.00024 C4.09312,0.00024 2.69072,0.58104 1.63552,1.63544 C0.58112,2.68984 0.00032,4.09224 0.00032,5.58344 C0.00032,7.07464 0.58112,8.47624 1.63552,9.53144 C2.68992,10.58584 4.09232,11.16664 5.58432,11.16664 C6.71072,11.16664 7.79312,10.83464 8.71552,10.20664 L8.96192,10.04024 L13.53152,14.60904 C13.77712,14.85544 14.17552,14.85384 14.41952,14.60584 L14.67072,14.34984 Z' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-reschedule{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Ereschedule%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='reschedule' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.99937406,0 C3.58774889,0 0,3.58774889 0,7.99937406 C0,12.4109992 3.58774889,15.9987481 7.99937406,15.9987481 C10.8805708,15.9987481 13.4453479,14.4905995 14.8544228,12.1934162 C15.2274899,11.5861749 14.3173389,11.0261002 13.9433238,11.6323935 C12.7267079,13.6155272 10.5075037,14.9321649 7.99937406,14.9321649 C4.16441488,14.9321649 1.06658321,11.8343332 1.06658321,7.99937406 C1.06658321,4.16441488 4.16441488,1.06658321 7.99937406,1.06658321 C10.3048529,1.06658321 12.343449,2.19052489 13.6043873,3.91625652 L12.4100511,3.57186865 C12.125866,3.49223044 11.831489,3.65719531 11.7518508,3.94138048 C11.6722126,4.22556565 11.8369404,4.51994262 12.1213626,4.59958083 L14.6100568,5.3106363 C14.8923458,5.38932644 15.1848266,5.22554666 15.2654129,4.94396869 L15.9764684,2.45527454 C16.0828897,2.10543525 15.8145847,1.75441087 15.4488652,1.76649881 C15.215402,1.77574253 15.0155954,1.93501896 14.9544446,2.16089758 L14.587777,3.44411569 C13.1405421,1.36096017 10.7231906,0 7.99937406,0 Z M7.99392263,2.47752989 L7.99392263,2.47752989 C7.69764952,2.4803985 7.45968295,2.72571264 7.46608245,3.02198575 L7.46608245,7.99937406 C7.4679786,8.19941766 7.58174748,8.38168488 7.76045942,8.47151489 L11.3157368,10.2491536 C11.5814345,10.4112742 11.9296147,10.3112524 12.0694556,10.0325187 C12.2092965,9.754733 12.0815435,9.41674463 11.7935661,9.29918346 L8.53266566,7.66612606 L8.53266566,3.02198575 C8.53906516,2.72097227 8.2946991,2.47471006 7.99392263,2.47752989 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-reschedule.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Ereschedule%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='reschedule' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.99937406,0 C3.58774889,0 0,3.58774889 0,7.99937406 C0,12.4109992 3.58774889,15.9987481 7.99937406,15.9987481 C10.8805708,15.9987481 13.4453479,14.4905995 14.8544228,12.1934162 C15.2274899,11.5861749 14.3173389,11.0261002 13.9433238,11.6323935 C12.7267079,13.6155272 10.5075037,14.9321649 7.99937406,14.9321649 C4.16441488,14.9321649 1.06658321,11.8343332 1.06658321,7.99937406 C1.06658321,4.16441488 4.16441488,1.06658321 7.99937406,1.06658321 C10.3048529,1.06658321 12.343449,2.19052489 13.6043873,3.91625652 L12.4100511,3.57186865 C12.125866,3.49223044 11.831489,3.65719531 11.7518508,3.94138048 C11.6722126,4.22556565 11.8369404,4.51994262 12.1213626,4.59958083 L14.6100568,5.3106363 C14.8923458,5.38932644 15.1848266,5.22554666 15.2654129,4.94396869 L15.9764684,2.45527454 C16.0828897,2.10543525 15.8145847,1.75441087 15.4488652,1.76649881 C15.215402,1.77574253 15.0155954,1.93501896 14.9544446,2.16089758 L14.587777,3.44411569 C13.1405421,1.36096017 10.7231906,0 7.99937406,0 Z M7.99392263,2.47752989 L7.99392263,2.47752989 C7.69764952,2.4803985 7.45968295,2.72571264 7.46608245,3.02198575 L7.46608245,7.99937406 C7.4679786,8.19941766 7.58174748,8.38168488 7.76045942,8.47151489 L11.3157368,10.2491536 C11.5814345,10.4112742 11.9296147,10.3112524 12.0694556,10.0325187 C12.2092965,9.754733 12.0815435,9.41674463 11.7935661,9.29918346 L8.53266566,7.66612606 L8.53266566,3.02198575 C8.53906516,2.72097227 8.2946991,2.47471006 7.99392263,2.47752989 Z' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-reschedule.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Ereschedule%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='reschedule' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.99937406,0 C3.58774889,0 0,3.58774889 0,7.99937406 C0,12.4109992 3.58774889,15.9987481 7.99937406,15.9987481 C10.8805708,15.9987481 13.4453479,14.4905995 14.8544228,12.1934162 C15.2274899,11.5861749 14.3173389,11.0261002 13.9433238,11.6323935 C12.7267079,13.6155272 10.5075037,14.9321649 7.99937406,14.9321649 C4.16441488,14.9321649 1.06658321,11.8343332 1.06658321,7.99937406 C1.06658321,4.16441488 4.16441488,1.06658321 7.99937406,1.06658321 C10.3048529,1.06658321 12.343449,2.19052489 13.6043873,3.91625652 L12.4100511,3.57186865 C12.125866,3.49223044 11.831489,3.65719531 11.7518508,3.94138048 C11.6722126,4.22556565 11.8369404,4.51994262 12.1213626,4.59958083 L14.6100568,5.3106363 C14.8923458,5.38932644 15.1848266,5.22554666 15.2654129,4.94396869 L15.9764684,2.45527454 C16.0828897,2.10543525 15.8145847,1.75441087 15.4488652,1.76649881 C15.215402,1.77574253 15.0155954,1.93501896 14.9544446,2.16089758 L14.587777,3.44411569 C13.1405421,1.36096017 10.7231906,0 7.99937406,0 Z M7.99392263,2.47752989 L7.99392263,2.47752989 C7.69764952,2.4803985 7.45968295,2.72571264 7.46608245,3.02198575 L7.46608245,7.99937406 C7.4679786,8.19941766 7.58174748,8.38168488 7.76045942,8.47151489 L11.3157368,10.2491536 C11.5814345,10.4112742 11.9296147,10.3112524 12.0694556,10.0325187 C12.2092965,9.754733 12.0815435,9.41674463 11.7935661,9.29918346 L8.53266566,7.66612606 L8.53266566,3.02198575 C8.53906516,2.72097227 8.2946991,2.47471006 7.99392263,2.47752989 Z' id='Fill-1' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-notification{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Enotification%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='notification' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.73452835,0.824149845 C7.4639337,0.824149845 7.24425739,1.04455356 7.24425739,1.3144208 C7.24425739,1.57555919 7.47338996,1.80541917 7.73452835,1.80541917 C7.99566674,1.80541917 8.22552672,1.57555919 8.22552672,1.3144208 C8.22552672,1.04455356 8.00512301,0.824149845 7.73452835,0.824149845 L7.73452835,0.824149845 Z M7.65160419,3.26895799 C6.64560309,3.26895799 5.84691242,3.55482815 5.20825085,4.14257138 C4.14623957,5.13256956 3.86546125,6.67830515 3.79272075,7.51191126 C3.78762892,9.90289143 3.36500662,11.5533733 2.4564778,12.7645026 L2.252077,13.0365521 L13.23371,13.0365521 L13.0293092,12.7645026 C12.1207804,11.5533733 11.6981581,9.90361884 11.6981581,7.57301328 C11.6981581,7.55191853 11.6145065,5.35588289 10.2782636,4.11056556 C9.70070402,3.56792144 8.94929467,3.27477723 8.04513028,3.23840698 C7.93601953,3.25877432 7.88291897,3.27186761 7.81890733,3.27186761 L7.65160419,3.26895799 Z M6.47539033,14.0803783 C6.58086405,14.5997454 7.09222975,15.1605746 7.73452835,15.1605746 C8.37682695,15.1605746 8.88819266,14.5997454 8.99366638,14.0803783 L9.03585587,13.8759775 L6.43320084,13.8759775 L6.47539033,14.0803783 Z M7.73452835,16 C6.66451562,16 5.71961655,15.1169304 5.62941833,14.0323695 L5.61632504,13.8759775 L1.22789078,13.8759775 C1.06276985,13.8759775 0.900558541,13.7668667 0.824908422,13.603928 C0.768170834,13.4540826 0.810360323,13.2656847 0.93110955,13.1667576 L0.987119734,13.1129296 C1.86073312,12.2735043 2.94820357,11.2282233 2.94820357,7.55628296 C2.94820357,7.53155119 2.99330268,5.05328241 4.61323357,3.53373341 C5.17697243,3.0070922 5.86946198,2.66521186 6.67178967,2.51754865 L6.97657236,2.46081106 L6.76562492,2.2331333 C6.53285532,1.98363339 6.40410464,1.66284779 6.40410464,1.33042371 C6.40410464,0.597199491 7.00130413,0 7.73452835,0 C8.46847998,0 9.06495207,0.597199491 9.06495207,1.33042371 C9.06495207,1.65266412 8.94565765,1.96472086 8.72816356,2.21131115 L8.53103681,2.43389707 L8.82272621,2.49136207 C9.59813992,2.6419349 10.2760814,2.98163302 10.8390928,3.50100018 C12.4481126,4.99509002 12.5208531,7.51482088 12.5208531,7.53955265 C12.5208531,11.265321 13.6141428,12.294599 14.4921206,13.1216585 C14.6514223,13.2809602 14.6972488,13.4649936 14.6397839,13.6148391 C14.5801366,13.7683215 14.4230172,13.8759775 14.2578962,13.8759775 L9.85273166,13.8759775 L9.83963837,14.0323695 C9.74944016,15.1169304 8.80526849,16 7.73452835,16 L7.73452835,16 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-archive{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EArchive%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Archive' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.9539368,1.1 C15.0363177,1.1 15.9015158,2.01989714 15.9015158,3.13908779 L15.9015158,3.13908779 L15.9015158,5.19944761 L15.0861974,5.19857996 C15.1543936,5.28404396 15.1951579,5.39236147 15.1951579,5.5102 L15.1951579,5.5102 L15.1950611,5.59455074 C15.2295768,5.63960709 15.2542299,5.67028559 15.2720104,5.69008025 C15.2602491,5.68968866 15.244583,5.68920797 15.2209962,5.68848423 C15.2133581,5.68827771 15.2054373,5.68807391 15.1972347,5.68787284 L15.1951579,14.1046444 C15.1951579,15.1059167 14.3854452,15.9186 13.3856842,15.9186 L13.3856842,15.9186 L2.54694737,15.9186 C1.54718639,15.9186 0.737473684,15.1059167 0.737473684,14.1046444 L0.737473684,14.1046444 L0.736778947,5.739 L0.534470444,5.74099141 C0.287734847,5.74280073 0.0816618449,5.56565802 0.0389139629,5.33131375 L0.0307789474,5.24099111 L0.0307789474,3.13908779 C0.0307789474,2.01989714 0.895977038,1.1 1.97835789,1.1 L1.97835789,1.1 Z M14.043627,5.6779763 L12.4562231,5.6778306 C11.2569359,5.67979524 9.73757295,5.68561832 7.96869154,5.69461912 C7.13958853,5.69883795 6.27061099,5.70368238 5.37415419,5.70903251 C4.20324838,5.71602057 3.04487613,5.72350786 1.95062792,5.73099513 C1.86836291,5.73156291 1.7971069,5.73205471 1.73437609,5.73248787 L1.73747368,14.1046444 C1.73747368,14.55445 2.10029257,14.9186 2.54694737,14.9186 L2.54694737,14.9186 L13.3856842,14.9186 C13.832339,14.9186 14.1951579,14.55445 14.1951579,14.1046444 L14.1951579,14.1046444 L14.1968131,5.67844123 C14.1472243,5.67826976 14.0961581,5.67811482 14.043627,5.6779763 Z M10.7699368,7.98348889 C11.0460792,7.98348889 11.2699368,8.20734651 11.2699368,8.48348889 C11.2699368,8.75963126 11.0460792,8.98348889 10.7699368,8.98348889 L10.7699368,8.98348889 L5.71730526,8.98348889 C5.44116289,8.98348889 5.21730526,8.75963126 5.21730526,8.48348889 C5.21730526,8.20734651 5.44116289,7.98348889 5.71730526,7.98348889 L5.71730526,7.98348889 Z M13.9539368,2.1 L1.97835789,2.1 C1.46243156,2.1 1.03077895,2.5589423 1.03077895,3.13908779 L1.03077895,3.13908779 L1.03077895,4.73737996 C1.33612998,4.73521249 1.39558399,4.73480215 1.94378569,4.73101853 C3.03830886,4.72352938 4.19696723,4.71604025 5.36818621,4.70905032 C6.26492253,4.70369852 7.13418994,4.69885247 7.96360319,4.69463207 C9.73367118,4.68562522 11.2541751,4.6797978 12.4549051,4.67783142 L14.047383,4.67798264 C14.3294917,4.67872817 14.5699048,4.67994651 14.7668788,4.68165629 C14.8142689,4.68206765 14.8591505,4.68250741 14.9015158,4.68297628 L14.9015158,4.68297628 L14.9015158,3.13908779 C14.9015158,2.5589423 14.4698632,2.1 13.9539368,2.1 L13.9539368,2.1 Z' id='Combined-Shape' fill='rgb(57, 57, 57)' fill-rule='nonzero'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-refresh{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Erefresh%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='refresh' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-3' transform='translate(0.000000, 0.800000)'%3E %3Cpolygon id='Clip-2' points='7.56178126e-05 8.39923655e-06 15.8072 8.39923655e-06 15.8072 14.7256 7.56178126e-05 14.7256'%3E%3C/polygon%3E %3Cpath d='M14.5319579,2.46674281 C14.2132125,2.36263357 13.8702225,2.53591128 13.7654002,2.85323053 L13.2405756,4.44125293 L13.2384363,4.43554831 C12.0226401,2.00538201 9.42276149,0.500789618 6.72875672,0.850197331 C1.42560333,1.5383166 -0.845546803,7.46256003 2.28058261,11.4572172 C3.91923348,13.5515242 6.76797595,14.4314612 9.3051038,13.6356673 C10.86389,13.1472096 12.1281755,12.1546065 12.9432225,10.8446841 C13.1785379,10.4660402 12.8861763,9.97615633 12.4412163,9.97615633 C12.1902132,9.97615633 11.965594,10.112354 11.827257,10.3219987 C11.104197,11.4194241 9.99393614,12.2309057 8.61341914,12.5667649 C6.60682056,13.0537965 4.44049274,12.2865257 3.18832959,10.6457356 C0.660471747,7.33420618 2.62499879,2.44962896 7.0824429,2.03533125 C9.19742917,1.83923508 11.1904793,3.070719 12.1474286,4.96607757 L12.1566986,4.98604373 L10.5701023,4.46121908 C10.2513569,4.35710985 9.90836691,4.53038755 9.80354459,4.8477068 C9.69943536,5.1664522 9.87199998,5.50944222 10.1900323,5.61426454 L13.1678417,6.59831075 C13.3211533,6.64822613 13.4865871,6.63610383 13.6306287,6.56336998 C13.7746702,6.4913492 13.8844841,6.3644215 13.9343995,6.21182303 L14.9184457,3.23258747 C15.0225549,2.91526822 14.8499903,2.57299128 14.5319579,2.46674281' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-refresh.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Erefresh%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='refresh' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-3' transform='translate(0.000000, 0.800000)'%3E %3Cpolygon id='Clip-2' points='7.56178126e-05 8.39923655e-06 15.8072 8.39923655e-06 15.8072 14.7256 7.56178126e-05 14.7256'%3E%3C/polygon%3E %3Cpath d='M14.5319579,2.46674281 C14.2132125,2.36263357 13.8702225,2.53591128 13.7654002,2.85323053 L13.2405756,4.44125293 L13.2384363,4.43554831 C12.0226401,2.00538201 9.42276149,0.500789618 6.72875672,0.850197331 C1.42560333,1.5383166 -0.845546803,7.46256003 2.28058261,11.4572172 C3.91923348,13.5515242 6.76797595,14.4314612 9.3051038,13.6356673 C10.86389,13.1472096 12.1281755,12.1546065 12.9432225,10.8446841 C13.1785379,10.4660402 12.8861763,9.97615633 12.4412163,9.97615633 C12.1902132,9.97615633 11.965594,10.112354 11.827257,10.3219987 C11.104197,11.4194241 9.99393614,12.2309057 8.61341914,12.5667649 C6.60682056,13.0537965 4.44049274,12.2865257 3.18832959,10.6457356 C0.660471747,7.33420618 2.62499879,2.44962896 7.0824429,2.03533125 C9.19742917,1.83923508 11.1904793,3.070719 12.1474286,4.96607757 L12.1566986,4.98604373 L10.5701023,4.46121908 C10.2513569,4.35710985 9.90836691,4.53038755 9.80354459,4.8477068 C9.69943536,5.1664522 9.87199998,5.50944222 10.1900323,5.61426454 L13.1678417,6.59831075 C13.3211533,6.64822613 13.4865871,6.63610383 13.6306287,6.56336998 C13.7746702,6.4913492 13.8844841,6.3644215 13.9343995,6.21182303 L14.9184457,3.23258747 C15.0225549,2.91526822 14.8499903,2.57299128 14.5319579,2.46674281' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-refresh.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Erefresh%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='refresh' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-3' transform='translate(0.000000, 0.800000)'%3E %3Cpolygon id='Clip-2' points='7.56178126e-05 8.39923655e-06 15.8072 8.39923655e-06 15.8072 14.7256 7.56178126e-05 14.7256'%3E%3C/polygon%3E %3Cpath d='M14.5319579,2.46674281 C14.2132125,2.36263357 13.8702225,2.53591128 13.7654002,2.85323053 L13.2405756,4.44125293 L13.2384363,4.43554831 C12.0226401,2.00538201 9.42276149,0.500789618 6.72875672,0.850197331 C1.42560333,1.5383166 -0.845546803,7.46256003 2.28058261,11.4572172 C3.91923348,13.5515242 6.76797595,14.4314612 9.3051038,13.6356673 C10.86389,13.1472096 12.1281755,12.1546065 12.9432225,10.8446841 C13.1785379,10.4660402 12.8861763,9.97615633 12.4412163,9.97615633 C12.1902132,9.97615633 11.965594,10.112354 11.827257,10.3219987 C11.104197,11.4194241 9.99393614,12.2309057 8.61341914,12.5667649 C6.60682056,13.0537965 4.44049274,12.2865257 3.18832959,10.6457356 C0.660471747,7.33420618 2.62499879,2.44962896 7.0824429,2.03533125 C9.19742917,1.83923508 11.1904793,3.070719 12.1474286,4.96607757 L12.1566986,4.98604373 L10.5701023,4.46121908 C10.2513569,4.35710985 9.90836691,4.53038755 9.80354459,4.8477068 C9.69943536,5.1664522 9.87199998,5.50944222 10.1900323,5.61426454 L13.1678417,6.59831075 C13.3211533,6.64822613 13.4865871,6.63610383 13.6306287,6.56336998 C13.7746702,6.4913492 13.8844841,6.3644215 13.9343995,6.21182303 L14.9184457,3.23258747 C15.0225549,2.91526822 14.8499903,2.57299128 14.5319579,2.46674281' id='Fill-1' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-right{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-right%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(57, 57, 57)' transform='translate(8.400000, 8.000000) scale(1, -1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-right.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-right%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(0, 106, 219)' transform='translate(8.400000, 8.000000) scale(1, -1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-right.icon-color-disabled{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-right%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(103, 103, 103)' transform='translate(8.400000, 8.000000) scale(1, -1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-left{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-left%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(57, 57, 57)' transform='translate(8.400000, 8.000000) scale(-1, 1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-left.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-left%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(0, 106, 219)' transform='translate(8.400000, 8.000000) scale(-1, 1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-left.icon-color-disabled{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-left%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(103, 103, 103)' transform='translate(8.400000, 8.000000) scale(-1, 1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-up{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-up%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-up' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M4.30456251,12.7729491 C3.89847916,13.1444003 3.89847916,13.7485987 4.30456251,14.1200499 C4.70867075,14.4933167 5.36598854,14.4933167 5.77009678,14.1200499 L11.6954375,8.67355044 C12.1015208,8.30209917 12.1015208,7.69790083 11.6954375,7.32644956 L5.77009678,1.87995007 C5.36598854,1.50668331 4.70867075,1.50668331 4.30456251,1.87995007 C3.89847916,2.25140134 3.89847916,2.85559968 4.30456251,3.22705095 L9.49832115,8.0029048 L4.30456251,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(57, 57, 57)' transform='translate(8.000000, 8.000000) scale(1, -1) rotate(90.000000) translate(-8.000000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-down{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-down%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-down' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M4.30456251,12.7729491 C3.89847916,13.1444003 3.89847916,13.7485987 4.30456251,14.1200499 C4.70867075,14.4933167 5.36598854,14.4933167 5.77009678,14.1200499 L11.6954375,8.67355044 C12.1015208,8.30209917 12.1015208,7.69790083 11.6954375,7.32644956 L5.77009678,1.87995007 C5.36598854,1.50668331 4.70867075,1.50668331 4.30456251,1.87995007 C3.89847916,2.25140134 3.89847916,2.85559968 4.30456251,3.22705095 L9.49832115,8.0029048 L4.30456251,12.7729491 Z' id='Fill-1-Copy-5' fill='rgb(57, 57, 57)' transform='translate(8.000000, 8.000000) rotate(90.000000) translate(-8.000000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-dbl-right{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-dbl-right%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-dbl-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M1.87410626,12.7729491 C1.50863125,13.1444003 1.50863125,13.7485987 1.87410626,14.1200499 C2.23780367,14.4933167 2.82938969,14.4933167 3.1930871,14.1200499 L8.52589374,8.67355044 C8.89136875,8.30209917 8.89136875,7.69790083 8.52589374,7.32644956 L3.1930871,1.87995007 C2.82938969,1.50668331 2.23780367,1.50668331 1.87410626,1.87995007 C1.50863125,2.25140134 1.50863125,2.85559968 1.87410626,3.22705095 L6.54848904,8.0029048 L1.87410626,12.7729491 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M7.47410626,12.7729491 C7.10863125,13.1444003 7.10863125,13.7485987 7.47410626,14.1200499 C7.83780367,14.4933167 8.42938969,14.4933167 8.7930871,14.1200499 L14.1258937,8.67355044 C14.4913688,8.30209917 14.4913688,7.69790083 14.1258937,7.32644956 L8.7930871,1.87995007 C8.42938969,1.50668331 7.83780367,1.50668331 7.47410626,1.87995007 C7.10863125,2.25140134 7.10863125,2.85559968 7.47410626,3.22705095 L12.148489,8.0029048 L7.47410626,12.7729491 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-chevron-dbl-right-o{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-dbl-right-o%3C/title%3E %3Cg id='chevron-dbl-right-o' clip-path='url(%23clip0_2697_57161)'%3E%3Cpath d='M0.807646 8C0.807646 11.9722 4.02775 15.1923 7.99995 15.1923C11.9722 15.1923 15.1923 11.9722 15.1923 8C15.1923 4.0278 11.9722 0.807692 7.99995 0.807692C4.02775 0.807692 0.807646 4.0278 0.807646 8Z' fill='none' stroke='rgb(57, 57, 57)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5175 8.00911L8.59924 5.03116C8.37112 4.79926 8.37112 4.42206 8.59924 4.19015C8.82632 3.95712 9.19568 3.95712 9.42269 4.19015L12.752 7.5904C12.9802 7.82234 12.9802 8.19951 12.752 8.43145L9.42269 11.8317C9.19568 12.0647 8.82632 12.0647 8.59924 11.8317C8.37112 11.5998 8.37112 11.2226 8.59924 10.9907L11.5175 8.00911ZM7.39709 8.00911L4.47886 5.03116C4.2507 4.79926 4.2507 4.42206 4.47886 4.19015C4.70592 3.95712 5.07525 3.95712 5.30231 4.19015L8.63161 7.5904C8.85974 7.82234 8.85974 8.19951 8.63161 8.43145L5.30231 11.8317C5.07525 12.0647 4.70592 12.0647 4.47886 11.8317C4.2507 11.5998 4.2507 11.2226 4.47886 10.9907L7.39709 8.00911Z' fill='rgb(57, 57, 57)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2697_57161'%3E%3Crect width='16px' height='16px' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon-chevron-dbl-left{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-dbl-left%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-dbl-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M8.52589374,3.22705095 L3.85151096,7.9970952 L8.52589374,12.7729491 C8.89136875,13.1444003 8.89136875,13.7485987 8.52589374,14.1200499 C8.16219633,14.4933167 7.57061031,14.4933167 7.2069129,14.1200499 L1.87410626,8.67355044 C1.50863125,8.30209917 1.50863125,7.69790083 1.87410626,7.32644956 L7.2069129,1.87995007 C7.57061031,1.50668331 8.16219633,1.50668331 8.52589374,1.87995007 C8.89136875,2.25140134 8.89136875,2.85559968 8.52589374,3.22705095 Z' id='Fill-1-Copy' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M14.1258937,3.22705095 L9.45151096,7.9970952 L14.1258937,12.7729491 C14.4913688,13.1444003 14.4913688,13.7485987 14.1258937,14.1200499 C13.7621963,14.4933167 13.1706103,14.4933167 12.8069129,14.1200499 L7.47410626,8.67355044 C7.10863125,8.30209917 7.10863125,7.69790083 7.47410626,7.32644956 L12.8069129,1.87995007 C13.1706103,1.50668331 13.7621963,1.50668331 14.1258937,1.87995007 C14.4913688,2.25140134 14.4913688,2.85559968 14.1258937,3.22705095 Z' id='Fill-1-Copy-2' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-reply{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Ereply%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpolygon id='path-1' points='0.71048 0 14.4 0 14.4 12.79968 0.71048 12.79968'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='reply' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-6' transform='translate(0.000000, 1.600000)'%3E %3Cg id='Group-3' transform='translate(1.600000, 0.000000)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M6.98088,7.98048 L6.98088,10.26208 L1.73608,5.76848 L6.98088,1.27488 L6.98088,3.55648 C6.98088,3.77408 7.16408,3.95088 7.39048,3.95168 C10.80408,3.95168 13.58088,6.60928 13.58088,9.87728 L13.58088,10.88928 C12.32248,8.84688 10.02568,7.58528 7.54168,7.58528 L7.39048,7.58528 C7.16408,7.58528 6.98088,7.76288 6.98088,7.98048 M7.79928,3.17328 L7.79928,0.39648 C7.79928,0.24128 7.70408,0.09888 7.55528,0.03408 C7.50328,0.01168 7.44728,-0.00032 7.39048,-0.00032 C7.28968,-0.00032 7.19368,0.03568 7.11848,0.10048 L0.84728,5.47328 C0.76088,5.54768 0.71048,5.65568 0.71048,5.76848 C0.71048,5.88128 0.76008,5.98928 0.84728,6.06368 L7.11768,11.43568 C7.19208,11.50048 7.28888,11.53568 7.38968,11.53568 C7.44728,11.53568 7.50328,11.52448 7.55528,11.50208 C7.70328,11.43888 7.79848,11.29648 7.79848,11.14048 L7.79928,8.38128 C9.94568,8.46608 11.91688,9.63008 12.96008,11.43248 L13.63368,12.59728 C13.70568,12.72208 13.84248,12.79968 13.99048,12.79968 C14.02328,12.79968 14.05768,12.79568 14.09208,12.78768 C14.27368,12.74288 14.40008,12.58528 14.40008,12.40528 L14.40008,9.87728 C14.40008,6.30848 11.50728,3.37808 7.79928,3.17328' id='Fill-1' fill='rgb(57, 57, 57)' mask='url(%23mask-2)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M1.00824,5.76832 L6.62904,0.68432 C6.70904,0.61152 6.75544,0.51392 6.75784,0.40752 C6.76104,0.30112 6.72184,0.20112 6.64584,0.12352 C6.56984,0.04592 6.46104,0.00112 6.34904,0.00112 C6.24424,0.00112 6.14504,0.03952 6.06904,0.10832 L0.12904,5.48032 C0.04664,5.55552 0.00024,5.66032 0.00024,5.76832 C0.00024,5.87712 0.04744,5.98192 0.12904,6.05632 L6.06904,11.42832 C6.14584,11.49792 6.24504,11.53552 6.34984,11.53552 C6.46104,11.53552 6.56984,11.49072 6.64664,11.41232 C6.72184,11.33632 6.76184,11.23552 6.75864,11.12992 C6.75624,11.02352 6.70984,10.92512 6.62984,10.85152 L1.00824,5.76832 Z' id='Fill-4' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-reply.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Ereply%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpolygon id='path-1' points='0.71048 0 14.4 0 14.4 12.79968 0.71048 12.79968'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='reply' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-6' transform='translate(0.000000, 1.600000)'%3E %3Cg id='Group-3' transform='translate(1.600000, 0.000000)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M6.98088,7.98048 L6.98088,10.26208 L1.73608,5.76848 L6.98088,1.27488 L6.98088,3.55648 C6.98088,3.77408 7.16408,3.95088 7.39048,3.95168 C10.80408,3.95168 13.58088,6.60928 13.58088,9.87728 L13.58088,10.88928 C12.32248,8.84688 10.02568,7.58528 7.54168,7.58528 L7.39048,7.58528 C7.16408,7.58528 6.98088,7.76288 6.98088,7.98048 M7.79928,3.17328 L7.79928,0.39648 C7.79928,0.24128 7.70408,0.09888 7.55528,0.03408 C7.50328,0.01168 7.44728,-0.00032 7.39048,-0.00032 C7.28968,-0.00032 7.19368,0.03568 7.11848,0.10048 L0.84728,5.47328 C0.76088,5.54768 0.71048,5.65568 0.71048,5.76848 C0.71048,5.88128 0.76008,5.98928 0.84728,6.06368 L7.11768,11.43568 C7.19208,11.50048 7.28888,11.53568 7.38968,11.53568 C7.44728,11.53568 7.50328,11.52448 7.55528,11.50208 C7.70328,11.43888 7.79848,11.29648 7.79848,11.14048 L7.79928,8.38128 C9.94568,8.46608 11.91688,9.63008 12.96008,11.43248 L13.63368,12.59728 C13.70568,12.72208 13.84248,12.79968 13.99048,12.79968 C14.02328,12.79968 14.05768,12.79568 14.09208,12.78768 C14.27368,12.74288 14.40008,12.58528 14.40008,12.40528 L14.40008,9.87728 C14.40008,6.30848 11.50728,3.37808 7.79928,3.17328' id='Fill-1' fill='rgb(0, 106, 219)' mask='url(%23mask-2)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M1.00824,5.76832 L6.62904,0.68432 C6.70904,0.61152 6.75544,0.51392 6.75784,0.40752 C6.76104,0.30112 6.72184,0.20112 6.64584,0.12352 C6.56984,0.04592 6.46104,0.00112 6.34904,0.00112 C6.24424,0.00112 6.14504,0.03952 6.06904,0.10832 L0.12904,5.48032 C0.04664,5.55552 0.00024,5.66032 0.00024,5.76832 C0.00024,5.87712 0.04744,5.98192 0.12904,6.05632 L6.06904,11.42832 C6.14584,11.49792 6.24504,11.53552 6.34984,11.53552 C6.46104,11.53552 6.56984,11.49072 6.64664,11.41232 C6.72184,11.33632 6.76184,11.23552 6.75864,11.12992 C6.75624,11.02352 6.70984,10.92512 6.62984,10.85152 L1.00824,5.76832 Z' id='Fill-4' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-export{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eexport%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='export' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-7' transform='translate(-1.000000, -1.000000)' fill='rgb(255, 255, 255)' fill-rule='nonzero'%3E %3Cpath d='M8.12112,3.02376 C8.45249085,3.02376 8.72112,3.29238915 8.72112,3.62376 C8.72112,3.95513085 8.45249085,4.22376 8.12112,4.22376 L8.12112,4.22376 L2.72432,4.22376 C2.3684269,4.22376 2.08032,4.51199489 2.08032,4.86856 L2.08032,4.86856 L2.08032,15.16376 C2.08032,15.5195892 2.36849085,15.80776 2.72432,15.80776 L2.72432,15.80776 L13.02112,15.80776 C13.3764851,15.80776 13.66512,15.5192533 13.66512,15.16376 L13.66512,15.16376 L13.66512,9.76696 C13.66512,9.43558915 13.9337492,9.16696 14.26512,9.16696 C14.5964908,9.16696 14.86512,9.43558915 14.86512,9.76696 L14.86512,9.76696 L14.86512,15.16376 C14.86512,16.1821143 14.0391075,17.00776 13.02112,17.00776 L13.02112,17.00776 L2.72432,17.00776 C1.70574915,17.00776 0.88032,16.1823308 0.88032,15.16376 L0.88032,15.16376 L0.88032,4.86856 C0.88032,3.84937247 1.70556586,3.02376 2.72432,3.02376 L2.72432,3.02376 Z M16.18288,0.88 C16.5142508,0.88 16.78288,1.14862915 16.78288,1.48 L16.78288,1.48 L16.78288,6.2824 C16.78288,6.61377085 16.5142508,6.8824 16.18288,6.8824 C15.8515092,6.8824 15.58288,6.61377085 15.58288,6.2824 L15.58288,6.2824 L15.58232,3.063 L8.45126388,10.2807692 C8.24422868,10.4902858 7.92106299,10.5153536 7.68626037,10.3547542 L7.6027508,10.2858239 C7.36704457,10.0529093 7.36478151,9.67301703 7.59769612,9.4373108 L7.59769612,9.4373108 L14.86732,2.079 L11.34928,2.08 C11.0510462,2.08 10.8036332,1.86241039 10.757133,1.57732312 L10.74928,1.48 C10.74928,1.14862915 11.0179092,0.88 11.34928,0.88 L11.34928,0.88 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-image{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eimage%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='image' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='noun_Picture_1423562_000000' fill='rgb(57, 57, 57)'%3E %3Cpath d='M16,0 L16,16 L0,16 L0,0 L16,0 Z M0.615384615,11.6837733 L0.615384615,15.3846154 L15.3846154,15.3846154 L15.3846154,13.5481496 L12.421179,8.89677105 L11.2137222,10.9041237 L7.70637018,4.40835578 L5.13641458,9.03442523 L3.83025126,6.65360895 L0.615384615,11.6837733 Z M0.615384615,10.5410532 L0.615384615,10.5410532 L3.87060465,5.44774966 L5.13978985,7.76116385 L7.71405302,3.12734049 L11.2425652,9.66229791 L12.4061432,7.72789225 L15.3846154,12.4028709 L15.3846154,0.615384615 L0.615384615,0.615384615 L0.615384615,10.5410532 Z' id='Shape' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M12.3628924,0 C11.6471831,0.464448689 11.2,1.29841285 11.2,2.21527714 C11.2,3.64278016 12.2745166,4.8 13.6,4.8 C14.9254834,4.8 16,3.64278016 16,2.21527714 C16,1.29841285 15.5528169,0.464448689 14.8371076,0 L14.5274444,0.553470001 C15.0647894,0.90217186 15.4,1.52731548 15.4,2.21527714 C15.4,3.28590441 14.5941126,4.15381929 13.6,4.15381929 C12.6058874,4.15381929 11.8,3.28590441 11.8,2.21527714 C11.8,1.52731548 12.1352106,0.90217186 12.6725556,0.553470001 L12.3628924,0 Z' id='Path'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-image.icon-color-grey{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eimage%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='image' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='noun_Picture_1423562_000000' fill='rgb(155, 155, 155)'%3E %3Cpath d='M16,0 L16,16 L0,16 L0,0 L16,0 Z M0.615384615,11.6837733 L0.615384615,15.3846154 L15.3846154,15.3846154 L15.3846154,13.5481496 L12.421179,8.89677105 L11.2137222,10.9041237 L7.70637018,4.40835578 L5.13641458,9.03442523 L3.83025126,6.65360895 L0.615384615,11.6837733 Z M0.615384615,10.5410532 L0.615384615,10.5410532 L3.87060465,5.44774966 L5.13978985,7.76116385 L7.71405302,3.12734049 L11.2425652,9.66229791 L12.4061432,7.72789225 L15.3846154,12.4028709 L15.3846154,0.615384615 L0.615384615,0.615384615 L0.615384615,10.5410532 Z' id='Shape' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M12.3628924,0 C11.6471831,0.464448689 11.2,1.29841285 11.2,2.21527714 C11.2,3.64278016 12.2745166,4.8 13.6,4.8 C14.9254834,4.8 16,3.64278016 16,2.21527714 C16,1.29841285 15.5528169,0.464448689 14.8371076,0 L14.5274444,0.553470001 C15.0647894,0.90217186 15.4,1.52731548 15.4,2.21527714 C15.4,3.28590441 14.5941126,4.15381929 13.6,4.15381929 C12.6058874,4.15381929 11.8,3.28590441 11.8,2.21527714 C11.8,1.52731548 12.1352106,0.90217186 12.6725556,0.553470001 L12.3628924,0 Z' id='Path'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-calendar{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ECalendar%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Calendar' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-24' transform='translate(1.600000, 0.000000)'%3E %3Cg id='Group-3'%3E %3Cpolygon id='Clip-2' points='0.000377777778 0.374247619 13.0790444 0.374247619 13.0790444 16 0.000377777778 16'%3E%3C/polygon%3E %3Cpath d='M1.717,2.36147241 C1.19264444,2.36147241 0.765755556,2.76918241 0.765755556,3.27159101 L0.765755556,4.98194891 L12.3121556,4.98194891 L12.3121556,3.27159101 C12.3121556,2.76918241 11.8852667,2.36147241 11.3609111,2.36147241 L10.8086,2.36147241 L10.8086,3.11038652 C10.8086,3.31207285 10.6370889,3.47689179 10.4255333,3.47689179 C10.2147333,3.47689179 10.0432222,3.31207285 10.0432222,3.11038652 L10.0432222,2.36147241 L3.03695556,2.36147241 L3.03695556,3.11038652 C3.03695556,3.31207285 2.86468889,3.47689179 2.65388889,3.47689179 C2.44233333,3.47689179 2.27082222,3.31207285 2.27082222,3.11038652 L2.27082222,2.36147241 L1.717,2.36147241 Z M9.89135556,11.2855503 C9.98957778,12.0684402 9.85433333,12.7761496 9.48864444,13.3891604 C9.4486,13.4556663 9.4078,13.5207264 9.36397778,13.582172 L9.0406,14.0390386 L9.58384444,13.8539787 C11.0745556,13.345787 11.9698889,12.6763908 12.2449111,11.8645852 L12.3046,11.6867543 L9.85735556,11.0151894 L9.89135556,11.2855503 Z M0.765755556,13.5510878 C0.765755556,14.0520506 1.19264444,14.4597606 1.717,14.4597606 L6.76335556,14.4597606 C7.14717778,14.3571102 8.26615556,13.9732556 8.82828889,13.0212093 C9.21891111,12.3604878 9.26122222,11.5443449 8.95446667,10.5944674 C8.91291111,10.465793 8.94842222,10.3262752 9.0474,10.2294079 C9.11766667,10.1600105 9.2174,10.1202515 9.32015556,10.1202515 C9.35642222,10.1202515 9.39193333,10.1245888 9.42668889,10.1339864 L12.3121556,10.9262739 L12.3121556,5.71423654 L0.765755556,5.71423654 L0.765755556,13.5510878 Z M1.717,15.1920482 C0.770288889,15.1920482 0.000377777778,14.4554232 0.000377777778,13.5510878 L0.000377777778,3.27159101 C0.000377777778,2.36580975 0.770288889,1.62918478 1.717,1.62918478 L2.27082222,1.62918478 L2.27082222,0.740752883 C2.27082222,0.539066554 2.44233333,0.374247619 2.65388889,0.374247619 C2.86468889,0.374247619 3.03695556,0.539066554 3.03695556,0.740752883 L3.03695556,1.62918478 L10.0432222,1.62918478 L10.0432222,0.740752883 C10.0432222,0.539066554 10.2147333,0.374247619 10.4255333,0.374247619 C10.6370889,0.374247619 10.8086,0.539066554 10.8086,0.740752883 L10.8086,1.62918478 L11.3609111,1.62918478 C12.3076222,1.62918478 13.0775333,2.36580975 13.0775333,3.27159101 L13.0790444,11.6173568 C12.6680222,14.5009653 7.47433333,15.127711 6.88273333,15.1906024 L6.83966667,15.193494 L6.88726667,15.2 L1.717,15.1920482 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M2.85796506,8 C2.60554985,8 2.4,7.86120749 2.4,7.69132547 L2.4,7.50867453 C2.4,7.33879251 2.60554985,7.2 2.85796506,7.2 L3.54285714,7.2 C3.79527235,7.2 4,7.33879251 4,7.50867453 L4,7.69132547 C4,7.86120749 3.79527235,8 3.54285714,8 L2.85796506,8 Z' id='Fill-4' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M6.05796506,8 C5.80554985,8 5.6,7.86120749 5.6,7.69132547 L5.6,7.50867453 C5.6,7.33879251 5.80554985,7.2 6.05796506,7.2 L6.74285714,7.2 C6.99527235,7.2 7.2,7.33879251 7.2,7.50867453 L7.2,7.69132547 C7.2,7.86120749 6.99527235,8 6.74285714,8 L6.05796506,8 Z' id='Fill-6' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M9.25737789,8 C9.0048329,8 8.8,7.86120749 8.8,7.69132547 L8.8,7.50867453 C8.8,7.33879251 9.0048329,7.2 9.25737789,7.2 L9.94262211,7.2 C10.1951671,7.2 10.4,7.33879251 10.4,7.50867453 L10.4,7.69132547 C10.4,7.86120749 10.1951671,8 9.94262211,8 L9.25737789,8 Z' id='Fill-8' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M2.85796506,9.6 C2.60554985,9.6 2.4,9.46120749 2.4,9.29132547 L2.4,9.10867453 C2.4,8.93879251 2.60554985,8.8 2.85796506,8.8 L3.54285714,8.8 C3.79527235,8.8 4,8.93879251 4,9.10867453 L4,9.29132547 C4,9.46120749 3.79527235,9.6 3.54285714,9.6 L2.85796506,9.6 Z' id='Fill-10' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M6.05796506,9.6 C5.80554985,9.6 5.6,9.46120749 5.6,9.29132547 L5.6,9.10867453 C5.6,8.93879251 5.80554985,8.8 6.05796506,8.8 L6.74285714,8.8 C6.99527235,8.8 7.2,8.93879251 7.2,9.10867453 L7.2,9.29132547 C7.2,9.46120749 6.99527235,9.6 6.74285714,9.6 L6.05796506,9.6 Z' id='Fill-12' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M9.25737789,9.6 C9.0048329,9.6 8.8,9.46120749 8.8,9.29132547 L8.8,9.10867453 C8.8,8.93879251 9.0048329,8.8 9.25737789,8.8 L9.94262211,8.8 C10.1951671,8.8 10.4,8.93879251 10.4,9.10867453 L10.4,9.29132547 C10.4,9.46120749 10.1951671,9.6 9.94262211,9.6 L9.25737789,9.6 Z' id='Fill-14' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M2.85796506,11.2 C2.60554985,11.2 2.4,11.0612075 2.4,10.8913255 L2.4,10.7086745 C2.4,10.5387925 2.60554985,10.4 2.85796506,10.4 L3.54285714,10.4 C3.79527235,10.4 4,10.5387925 4,10.7086745 L4,10.8913255 C4,11.0612075 3.79527235,11.2 3.54285714,11.2 L2.85796506,11.2 Z' id='Fill-16' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M6.05796506,11.2 C5.80554985,11.2 5.6,11.0612075 5.6,10.8913255 L5.6,10.7086745 C5.6,10.5387925 5.80554985,10.4 6.05796506,10.4 L6.74285714,10.4 C6.99527235,10.4 7.2,10.5387925 7.2,10.7086745 L7.2,10.8913255 C7.2,11.0612075 6.99527235,11.2 6.74285714,11.2 L6.05796506,11.2 Z' id='Fill-18' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M2.85796506,12.8 C2.60554985,12.8 2.4,12.6612075 2.4,12.4913255 L2.4,12.3086745 C2.4,12.1387925 2.60554985,12 2.85796506,12 L3.54285714,12 C3.79527235,12 4,12.1387925 4,12.3086745 L4,12.4913255 C4,12.6612075 3.79527235,12.8 3.54285714,12.8 L2.85796506,12.8 Z' id='Fill-20' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M6.05796506,12.8 C5.80554985,12.8 5.6,12.6612075 5.6,12.4913255 L5.6,12.3086745 C5.6,12.1387925 5.80554985,12 6.05796506,12 L6.74285714,12 C6.99527235,12 7.2,12.1387925 7.2,12.3086745 L7.2,12.4913255 C7.2,12.6612075 6.99527235,12.8 6.74285714,12.8 L6.05796506,12.8 Z' id='Fill-22' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-calendar.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ECalendar%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Calendar' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-24' transform='translate(1.600000, 0.000000)'%3E %3Cg id='Group-3'%3E %3Cpolygon id='Clip-2' points='0.000377777778 0.374247619 13.0790444 0.374247619 13.0790444 16 0.000377777778 16'%3E%3C/polygon%3E %3Cpath d='M1.717,2.36147241 C1.19264444,2.36147241 0.765755556,2.76918241 0.765755556,3.27159101 L0.765755556,4.98194891 L12.3121556,4.98194891 L12.3121556,3.27159101 C12.3121556,2.76918241 11.8852667,2.36147241 11.3609111,2.36147241 L10.8086,2.36147241 L10.8086,3.11038652 C10.8086,3.31207285 10.6370889,3.47689179 10.4255333,3.47689179 C10.2147333,3.47689179 10.0432222,3.31207285 10.0432222,3.11038652 L10.0432222,2.36147241 L3.03695556,2.36147241 L3.03695556,3.11038652 C3.03695556,3.31207285 2.86468889,3.47689179 2.65388889,3.47689179 C2.44233333,3.47689179 2.27082222,3.31207285 2.27082222,3.11038652 L2.27082222,2.36147241 L1.717,2.36147241 Z M9.89135556,11.2855503 C9.98957778,12.0684402 9.85433333,12.7761496 9.48864444,13.3891604 C9.4486,13.4556663 9.4078,13.5207264 9.36397778,13.582172 L9.0406,14.0390386 L9.58384444,13.8539787 C11.0745556,13.345787 11.9698889,12.6763908 12.2449111,11.8645852 L12.3046,11.6867543 L9.85735556,11.0151894 L9.89135556,11.2855503 Z M0.765755556,13.5510878 C0.765755556,14.0520506 1.19264444,14.4597606 1.717,14.4597606 L6.76335556,14.4597606 C7.14717778,14.3571102 8.26615556,13.9732556 8.82828889,13.0212093 C9.21891111,12.3604878 9.26122222,11.5443449 8.95446667,10.5944674 C8.91291111,10.465793 8.94842222,10.3262752 9.0474,10.2294079 C9.11766667,10.1600105 9.2174,10.1202515 9.32015556,10.1202515 C9.35642222,10.1202515 9.39193333,10.1245888 9.42668889,10.1339864 L12.3121556,10.9262739 L12.3121556,5.71423654 L0.765755556,5.71423654 L0.765755556,13.5510878 Z M1.717,15.1920482 C0.770288889,15.1920482 0.000377777778,14.4554232 0.000377777778,13.5510878 L0.000377777778,3.27159101 C0.000377777778,2.36580975 0.770288889,1.62918478 1.717,1.62918478 L2.27082222,1.62918478 L2.27082222,0.740752883 C2.27082222,0.539066554 2.44233333,0.374247619 2.65388889,0.374247619 C2.86468889,0.374247619 3.03695556,0.539066554 3.03695556,0.740752883 L3.03695556,1.62918478 L10.0432222,1.62918478 L10.0432222,0.740752883 C10.0432222,0.539066554 10.2147333,0.374247619 10.4255333,0.374247619 C10.6370889,0.374247619 10.8086,0.539066554 10.8086,0.740752883 L10.8086,1.62918478 L11.3609111,1.62918478 C12.3076222,1.62918478 13.0775333,2.36580975 13.0775333,3.27159101 L13.0790444,11.6173568 C12.6680222,14.5009653 7.47433333,15.127711 6.88273333,15.1906024 L6.83966667,15.193494 L6.88726667,15.2 L1.717,15.1920482 Z' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M2.85796506,8 C2.60554985,8 2.4,7.86120749 2.4,7.69132547 L2.4,7.50867453 C2.4,7.33879251 2.60554985,7.2 2.85796506,7.2 L3.54285714,7.2 C3.79527235,7.2 4,7.33879251 4,7.50867453 L4,7.69132547 C4,7.86120749 3.79527235,8 3.54285714,8 L2.85796506,8 Z' id='Fill-4' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M6.05796506,8 C5.80554985,8 5.6,7.86120749 5.6,7.69132547 L5.6,7.50867453 C5.6,7.33879251 5.80554985,7.2 6.05796506,7.2 L6.74285714,7.2 C6.99527235,7.2 7.2,7.33879251 7.2,7.50867453 L7.2,7.69132547 C7.2,7.86120749 6.99527235,8 6.74285714,8 L6.05796506,8 Z' id='Fill-6' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M9.25737789,8 C9.0048329,8 8.8,7.86120749 8.8,7.69132547 L8.8,7.50867453 C8.8,7.33879251 9.0048329,7.2 9.25737789,7.2 L9.94262211,7.2 C10.1951671,7.2 10.4,7.33879251 10.4,7.50867453 L10.4,7.69132547 C10.4,7.86120749 10.1951671,8 9.94262211,8 L9.25737789,8 Z' id='Fill-8' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M2.85796506,9.6 C2.60554985,9.6 2.4,9.46120749 2.4,9.29132547 L2.4,9.10867453 C2.4,8.93879251 2.60554985,8.8 2.85796506,8.8 L3.54285714,8.8 C3.79527235,8.8 4,8.93879251 4,9.10867453 L4,9.29132547 C4,9.46120749 3.79527235,9.6 3.54285714,9.6 L2.85796506,9.6 Z' id='Fill-10' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M6.05796506,9.6 C5.80554985,9.6 5.6,9.46120749 5.6,9.29132547 L5.6,9.10867453 C5.6,8.93879251 5.80554985,8.8 6.05796506,8.8 L6.74285714,8.8 C6.99527235,8.8 7.2,8.93879251 7.2,9.10867453 L7.2,9.29132547 C7.2,9.46120749 6.99527235,9.6 6.74285714,9.6 L6.05796506,9.6 Z' id='Fill-12' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M9.25737789,9.6 C9.0048329,9.6 8.8,9.46120749 8.8,9.29132547 L8.8,9.10867453 C8.8,8.93879251 9.0048329,8.8 9.25737789,8.8 L9.94262211,8.8 C10.1951671,8.8 10.4,8.93879251 10.4,9.10867453 L10.4,9.29132547 C10.4,9.46120749 10.1951671,9.6 9.94262211,9.6 L9.25737789,9.6 Z' id='Fill-14' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M2.85796506,11.2 C2.60554985,11.2 2.4,11.0612075 2.4,10.8913255 L2.4,10.7086745 C2.4,10.5387925 2.60554985,10.4 2.85796506,10.4 L3.54285714,10.4 C3.79527235,10.4 4,10.5387925 4,10.7086745 L4,10.8913255 C4,11.0612075 3.79527235,11.2 3.54285714,11.2 L2.85796506,11.2 Z' id='Fill-16' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M6.05796506,11.2 C5.80554985,11.2 5.6,11.0612075 5.6,10.8913255 L5.6,10.7086745 C5.6,10.5387925 5.80554985,10.4 6.05796506,10.4 L6.74285714,10.4 C6.99527235,10.4 7.2,10.5387925 7.2,10.7086745 L7.2,10.8913255 C7.2,11.0612075 6.99527235,11.2 6.74285714,11.2 L6.05796506,11.2 Z' id='Fill-18' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M2.85796506,12.8 C2.60554985,12.8 2.4,12.6612075 2.4,12.4913255 L2.4,12.3086745 C2.4,12.1387925 2.60554985,12 2.85796506,12 L3.54285714,12 C3.79527235,12 4,12.1387925 4,12.3086745 L4,12.4913255 C4,12.6612075 3.79527235,12.8 3.54285714,12.8 L2.85796506,12.8 Z' id='Fill-20' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3Cpath d='M6.05796506,12.8 C5.80554985,12.8 5.6,12.6612075 5.6,12.4913255 L5.6,12.3086745 C5.6,12.1387925 5.80554985,12 6.05796506,12 L6.74285714,12 C6.99527235,12 7.2,12.1387925 7.2,12.3086745 L7.2,12.4913255 C7.2,12.6612075 6.99527235,12.8 6.74285714,12.8 L6.05796506,12.8 Z' id='Fill-22' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-download{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edownload%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='download' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M15,9.5 C15.2761424,9.5 15.5,9.72385763 15.5,10 L15.5,10 L15.5,13.9008312 C15.5,14.7278356 14.6327846,15.3 13.6377573,15.3 L13.6377573,15.3 L2.36224266,15.3 C1.3666238,15.3 0.5,14.7279719 0.5,13.9008312 L0.5,13.9008312 L0.5,10 C0.5,9.72385763 0.723857625,9.5 1,9.5 C1.27614237,9.5 1.5,9.72385763 1.5,10 L1.5,10 L1.5,13.9008312 C1.5,14.067113 1.8528243,14.3 2.36224266,14.3 L2.36224266,14.3 L13.6377573,14.3 C14.1466204,14.3 14.5,14.06685 14.5,13.9008312 L14.5,13.9008312 L14.5,10 C14.5,9.72385763 14.7238576,9.5 15,9.5 Z M8.4,0.0343933927 C8.81421356,0.0343933927 9.15,0.37017983 9.15,0.784393393 L9.15,0.784393393 L9.15,9.48439339 L11.9797118,6.61319376 C12.232974,6.35477708 12.630501,6.33128466 12.9099931,6.54271648 L12.9900374,6.61319376 C13.2699875,6.89606952 13.2699875,7.35619198 12.9900374,7.63906775 L12.9900374,7.63906775 L8.90516283,11.7868062 C8.62657438,12.0710646 8.17342562,12.0710646 7.89483717,11.7868062 L7.89483717,11.7868062 L3.80996256,7.63906775 C3.53001248,7.35619198 3.53001248,6.89606952 3.80996256,6.61319376 C4.088551,6.32893541 4.54169976,6.32893541 4.82028821,6.61319376 L4.82028821,6.61319376 L7.65,9.48939339 L7.65,0.784393393 C7.65,0.404697627 7.93215388,0.0909024318 8.29822944,0.0412400087 Z' id='Combined-Shape' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-download.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edownload%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='download' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M15,9.5 C15.2761424,9.5 15.5,9.72385763 15.5,10 L15.5,10 L15.5,13.9008312 C15.5,14.7278356 14.6327846,15.3 13.6377573,15.3 L13.6377573,15.3 L2.36224266,15.3 C1.3666238,15.3 0.5,14.7279719 0.5,13.9008312 L0.5,13.9008312 L0.5,10 C0.5,9.72385763 0.723857625,9.5 1,9.5 C1.27614237,9.5 1.5,9.72385763 1.5,10 L1.5,10 L1.5,13.9008312 C1.5,14.067113 1.8528243,14.3 2.36224266,14.3 L2.36224266,14.3 L13.6377573,14.3 C14.1466204,14.3 14.5,14.06685 14.5,13.9008312 L14.5,13.9008312 L14.5,10 C14.5,9.72385763 14.7238576,9.5 15,9.5 Z M8.4,0.0343933927 C8.81421356,0.0343933927 9.15,0.37017983 9.15,0.784393393 L9.15,0.784393393 L9.15,9.48439339 L11.9797118,6.61319376 C12.232974,6.35477708 12.630501,6.33128466 12.9099931,6.54271648 L12.9900374,6.61319376 C13.2699875,6.89606952 13.2699875,7.35619198 12.9900374,7.63906775 L12.9900374,7.63906775 L8.90516283,11.7868062 C8.62657438,12.0710646 8.17342562,12.0710646 7.89483717,11.7868062 L7.89483717,11.7868062 L3.80996256,7.63906775 C3.53001248,7.35619198 3.53001248,6.89606952 3.80996256,6.61319376 C4.088551,6.32893541 4.54169976,6.32893541 4.82028821,6.61319376 L4.82028821,6.61319376 L7.65,9.48939339 L7.65,0.784393393 C7.65,0.404697627 7.93215388,0.0909024318 8.29822944,0.0412400087 Z' id='Combined-Shape' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-download.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edownload%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='download' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M15,9.5 C15.2761424,9.5 15.5,9.72385763 15.5,10 L15.5,10 L15.5,13.9008312 C15.5,14.7278356 14.6327846,15.3 13.6377573,15.3 L13.6377573,15.3 L2.36224266,15.3 C1.3666238,15.3 0.5,14.7279719 0.5,13.9008312 L0.5,13.9008312 L0.5,10 C0.5,9.72385763 0.723857625,9.5 1,9.5 C1.27614237,9.5 1.5,9.72385763 1.5,10 L1.5,10 L1.5,13.9008312 C1.5,14.067113 1.8528243,14.3 2.36224266,14.3 L2.36224266,14.3 L13.6377573,14.3 C14.1466204,14.3 14.5,14.06685 14.5,13.9008312 L14.5,13.9008312 L14.5,10 C14.5,9.72385763 14.7238576,9.5 15,9.5 Z M8.4,0.0343933927 C8.81421356,0.0343933927 9.15,0.37017983 9.15,0.784393393 L9.15,0.784393393 L9.15,9.48439339 L11.9797118,6.61319376 C12.232974,6.35477708 12.630501,6.33128466 12.9099931,6.54271648 L12.9900374,6.61319376 C13.2699875,6.89606952 13.2699875,7.35619198 12.9900374,7.63906775 L12.9900374,7.63906775 L8.90516283,11.7868062 C8.62657438,12.0710646 8.17342562,12.0710646 7.89483717,11.7868062 L7.89483717,11.7868062 L3.80996256,7.63906775 C3.53001248,7.35619198 3.53001248,6.89606952 3.80996256,6.61319376 C4.088551,6.32893541 4.54169976,6.32893541 4.82028821,6.61319376 L4.82028821,6.61319376 L7.65,9.48939339 L7.65,0.784393393 C7.65,0.404697627 7.93215388,0.0909024318 8.29822944,0.0412400087 Z' id='Combined-Shape' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-upload{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eupload%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='upload' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M15,9.5 C15.2761424,9.5 15.5,9.72385763 15.5,10 L15.5,10 L15.5,13.9008312 C15.5,14.7278356 14.6327846,15.3 13.6377573,15.3 L13.6377573,15.3 L2.36224266,15.3 C1.3666238,15.3 0.5,14.7279719 0.5,13.9008312 L0.5,13.9008312 L0.5,10 C0.5,9.72385763 0.723857625,9.5 1,9.5 C1.27614237,9.5 1.5,9.72385763 1.5,10 L1.5,10 L1.5,13.9008312 C1.5,14.067113 1.8528243,14.3 2.36224266,14.3 L2.36224266,14.3 L13.6377573,14.3 C14.1466204,14.3 14.5,14.06685 14.5,13.9008312 L14.5,13.9008312 L14.5,10 C14.5,9.72385763 14.7238576,9.5 15,9.5 Z M8.30516283,0.213193759 L12.3900374,4.36093225 C12.6699875,4.64380802 12.6699875,5.10393048 12.3900374,5.38680624 C12.111449,5.67106459 11.6583002,5.67106459 11.3797118,5.38680624 L8.5,2.464 L8.5,11.3656066 C8.5,11.7798202 8.16421356,12.1156066 7.75,12.1156066 C7.33578644,12.1156066 7,11.7798202 7,11.3656066 L7,2.561 L4.22028821,5.38680624 C3.94169976,5.67106459 3.488551,5.67106459 3.20996256,5.38680624 C2.93001248,5.10393048 2.93001248,4.64380802 3.20996256,4.36093225 L7.29483717,0.213193759 C7.57342562,-0.0710645862 8.02657438,-0.0710645862 8.30516283,0.213193759 Z' id='Combined-Shape' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-time{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Etime%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='time' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-5' transform='translate(0.800000, 0.800000)' fill='%23000000'%3E %3Cpath d='M7.2,13.6331452 C3.65278517,13.6331452 0.76685483,10.7472148 0.76685483,7.2 C0.76685483,3.65278517 3.65278517,0.76685483 7.2,0.76685483 C10.7472148,0.76685483 13.6331452,3.65278517 13.6331452,7.2 C13.6331452,10.7472148 10.7472148,13.6331452 7.2,13.6331452 M7.2,0 C3.22999254,0 0,3.22999254 0,7.2 C0,11.1700075 3.22999254,14.4 7.2,14.4 C11.1700075,14.4 14.4,11.1700075 14.4,7.2 C14.4,3.22999254 11.1700075,0 7.2,0' id='Fill-1'%3E%3C/path%3E %3Cpath d='M7.04423765,7.08254441 L7.04423765,3.56676218 C7.04423765,3.36455396 6.89971367,3.2 6.72211883,3.2 C6.54452398,3.2 6.4,3.36455396 6.4,3.56676218 L6.4,7.23438395 C6.4,7.28181853 6.40837509,7.3292531 6.42491052,7.37473161 C6.44123121,7.41996562 6.46463851,7.46006495 6.49427344,7.49380707 L8.24982105,9.49241643 C8.31059413,9.56185673 8.39155333,9.6 8.47766643,9.6 C8.56356478,9.6 8.64452398,9.56185673 8.70529707,9.49241643 C8.7662849,9.42346514 8.79978525,9.33128558 8.8,9.23348233 C8.8,9.13543457 8.76649964,9.04349952 8.70529707,8.97381471 L7.04423765,7.08254441 Z' id='Fill-3'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-warning-off{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Ewarning-off%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='warning-off' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-13' transform='translate(0.000000, 0.800000)'%3E %3Cpath d='M8.38247619,8.68304762 C8.54247619,8.68304762 8.8487619,8.58019048 8.86704762,8.19390476 L8.90285714,7.35428571 L7.89638095,8.15961905 L7.89790476,8.19238095 C7.9207619,8.61904762 8.21104762,8.68304762 8.38247619,8.68304762' id='Fill-1' fill='%23000000'%3E%3C/path%3E %3Cpath d='M7.6968381,3.49851429 L7.79512381,5.80099048 L9.01188571,4.8280381 L9.06902857,3.50232381 C9.06902857,3.12365714 8.76121905,2.81584762 8.38255238,2.81584762 C8.00464762,2.81584762 7.6968381,3.12365714 7.6968381,3.49851429' id='Fill-3' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M7.6176,10.4516571 C7.6176,10.6550857 7.69912381,10.852419 7.84007619,10.9941333 C7.98407619,11.1358476 8.18217143,11.2181333 8.38331429,11.2181333 C8.58521905,11.2181333 8.78179048,11.1358476 8.92502857,10.9933714 C9.06750476,10.852419 9.14979048,10.6558476 9.14979048,10.4516571 C9.14979048,10.2505143 9.06750476,10.053181 8.92426667,9.91070476 C8.77950476,9.76822857 8.58293333,9.68594286 8.38331429,9.68594286 C8.18293333,9.68594286 7.9848381,9.76822857 7.8408381,9.90994286 C7.69912381,10.052419 7.6176,10.2497524 7.6176,10.4516571' id='Fill-5' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M8.13059048,0.814019048 C8.18392381,0.721066667 8.27306667,0.670019048 8.38201905,0.670019048 C8.48868571,0.670019048 8.58087619,0.722590476 8.63497143,0.815542857 L10.3393524,3.7664 L10.9046857,3.31382857 L9.29401905,0.526780952 C9.10354286,0.19687619 8.76297143,0.000304761905 8.38201905,0.000304761905 C8.00106667,0.000304761905 7.65973333,0.19687619 7.47001905,0.526780952 L1.52944762,10.814019 L3.0616381,9.58887619 L8.13059048,0.814019048 Z' id='Fill-7' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M11.8687238,4.98179048 L11.3026286,5.4343619 L14.8317714,11.5417905 C14.8851048,11.6355048 14.8851048,11.7307429 14.8310095,11.8267429 C14.8127238,11.857219 14.7418667,11.9555048 14.578819,11.9555048 L3.15177143,11.9555048 L2.31139048,12.6282667 L14.4752,12.6282667 C14.8622476,12.6282667 15.202819,12.4370286 15.3879619,12.1162667 C15.5769143,11.7901714 15.5769143,11.3985524 15.3879619,11.0716952 L11.8687238,4.98179048 Z' id='Fill-9' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3Cpath d='M15.9167238,0.523809524 C15.7849143,0.36 15.5464381,0.333333333 15.3811048,0.464380952 L11.1936762,3.81371429 L10.6283429,4.26628571 L8.97958095,5.58590476 L7.82529524,6.50857143 L2.27634286,10.9481905 L1.25691429,11.7634286 L0.143009524,12.6548571 C-0.0208,12.7866667 -0.0482285714,13.0259048 0.0835809524,13.1904762 C0.159009524,13.2841905 0.269485714,13.3329524 0.381485714,13.3329524 C0.464533333,13.3329524 0.549104762,13.3062857 0.6192,13.2499048 L1.6592,12.4179048 L2.23672381,11.9554286 L7.8664381,7.45257143 L8.93539048,6.59695238 L11.0138667,4.93447619 L11.5799619,4.48114286 L15.8572952,1.05942857 C16.0211048,0.927619048 16.0477714,0.688380952 15.9167238,0.523809524' id='Fill-11' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-edit{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EEdit%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-7' transform='translate(0.000000, 0.800000)' fill='rgb(57, 57, 57)'%3E %3Cpath d='M13.20528,7.07984 C12.99568,7.07984 12.80528,7.25184 12.80528,7.47984 L12.80528,13.89264 C12.80528,14.21584 12.53728,14.48384 12.21328,14.48384 L1.37328,14.48384 C1.04928,14.48384 0.78208,14.21584 0.78208,13.89264 L0.78208,3.03424 C0.78208,2.71024 1.04928,2.44304 1.37328,2.44304 L7.78608,2.44304 C7.99488,2.44304 8.18608,2.27104 8.18608,2.04224 C8.18608,1.81344 8.01408,1.64224 7.78608,1.64224 L1.37328,1.64224 C0.61008,1.64224 -0.00032,2.25264 -0.00032,3.01584 L-0.00032,13.85584 C-0.00032,14.61904 0.61008,15.22944 1.37328,15.22944 L12.21328,15.22944 C12.97648,15.22944 13.58688,14.61904 13.58688,13.85584 L13.58688,7.47984 C13.60688,7.27024 13.43488,7.07984 13.20528,7.07984' id='Fill-1' stroke='rgb(57, 57, 57)' stroke-width='0.3'%3E%3C/path%3E %3Cpath d='M14.7599878,3.1864 L14.3207878,3.6256 L12.0879878,1.3936 L12.5463878,0.9352 C12.6423878,0.84 12.7751878,0.7824 12.9279878,0.7824 C13.0807878,0.7824 13.2143878,0.84 13.3103878,0.9352 L14.7783878,2.404 C14.9695878,2.6344 14.9695878,2.9768 14.7599878,3.1864 L14.7599878,3.1864 Z M6.64958783,11.2968 L5.80958783,10.4568 L12.9279878,3.3384 L13.7679878,4.1784 L6.64958783,11.2968 Z M4.26398783,12.0992 L3.61518783,11.4504 L4.05438783,9.828 L5.88638783,11.66 L4.26398783,12.0992 Z M11.5359878,1.9456 L12.3759878,2.7864 L5.25598783,9.904 L4.41678783,9.0648 L11.5359878,1.9456 Z M15.3319878,1.8504 L13.8631878,0.3816 C13.6151878,0.1328 13.2719878,0 12.9279878,0 C12.5655878,0 12.2415878,0.1328 11.9927878,0.3816 L11.2671878,1.1072 L3.57678783,8.7976 C3.55838783,8.816 3.53918783,8.8352 3.53918783,8.8552 C3.53918783,8.8552 3.53918783,8.8736 3.52078783,8.8736 C3.50158783,8.8928 3.50158783,8.9112 3.48238783,8.932 L3.48238783,8.9504 C3.48238783,8.9696 3.48238783,8.9696 3.46398783,8.988 L2.41438783,12.8232 C2.37678783,12.9568 2.41438783,13.1096 2.50958783,13.2048 C2.58638783,13.2816 2.68158783,13.32 2.79598783,13.32 C2.83358783,13.32 2.87278783,13.32 2.89118783,13.3008 L6.74478783,12.232 C6.76318783,12.232 6.76318783,12.232 6.78238783,12.2136 L6.80158783,12.2136 C6.82078783,12.2136 6.83918783,12.1944 6.85918783,12.176 C6.85918783,12.176 6.87758783,12.176 6.87758783,12.1568 C6.89678783,12.1376 6.91598783,12.1376 6.93598783,12.1192 L15.3319878,3.7224 C15.8471878,3.2256 15.8471878,2.3664 15.3319878,1.8504 L15.3319878,1.8504 Z' id='Fill-4'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-edit.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EEdit%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-7' transform='translate(0.000000, 0.800000)' fill='rgb(0, 106, 219)'%3E %3Cpath d='M13.20528,7.07984 C12.99568,7.07984 12.80528,7.25184 12.80528,7.47984 L12.80528,13.89264 C12.80528,14.21584 12.53728,14.48384 12.21328,14.48384 L1.37328,14.48384 C1.04928,14.48384 0.78208,14.21584 0.78208,13.89264 L0.78208,3.03424 C0.78208,2.71024 1.04928,2.44304 1.37328,2.44304 L7.78608,2.44304 C7.99488,2.44304 8.18608,2.27104 8.18608,2.04224 C8.18608,1.81344 8.01408,1.64224 7.78608,1.64224 L1.37328,1.64224 C0.61008,1.64224 -0.00032,2.25264 -0.00032,3.01584 L-0.00032,13.85584 C-0.00032,14.61904 0.61008,15.22944 1.37328,15.22944 L12.21328,15.22944 C12.97648,15.22944 13.58688,14.61904 13.58688,13.85584 L13.58688,7.47984 C13.60688,7.27024 13.43488,7.07984 13.20528,7.07984' id='Fill-1' stroke='rgb(0, 106, 219)' stroke-width='0.3'%3E%3C/path%3E %3Cpath d='M14.7599878,3.1864 L14.3207878,3.6256 L12.0879878,1.3936 L12.5463878,0.9352 C12.6423878,0.84 12.7751878,0.7824 12.9279878,0.7824 C13.0807878,0.7824 13.2143878,0.84 13.3103878,0.9352 L14.7783878,2.404 C14.9695878,2.6344 14.9695878,2.9768 14.7599878,3.1864 L14.7599878,3.1864 Z M6.64958783,11.2968 L5.80958783,10.4568 L12.9279878,3.3384 L13.7679878,4.1784 L6.64958783,11.2968 Z M4.26398783,12.0992 L3.61518783,11.4504 L4.05438783,9.828 L5.88638783,11.66 L4.26398783,12.0992 Z M11.5359878,1.9456 L12.3759878,2.7864 L5.25598783,9.904 L4.41678783,9.0648 L11.5359878,1.9456 Z M15.3319878,1.8504 L13.8631878,0.3816 C13.6151878,0.1328 13.2719878,0 12.9279878,0 C12.5655878,0 12.2415878,0.1328 11.9927878,0.3816 L11.2671878,1.1072 L3.57678783,8.7976 C3.55838783,8.816 3.53918783,8.8352 3.53918783,8.8552 C3.53918783,8.8552 3.53918783,8.8736 3.52078783,8.8736 C3.50158783,8.8928 3.50158783,8.9112 3.48238783,8.932 L3.48238783,8.9504 C3.48238783,8.9696 3.48238783,8.9696 3.46398783,8.988 L2.41438783,12.8232 C2.37678783,12.9568 2.41438783,13.1096 2.50958783,13.2048 C2.58638783,13.2816 2.68158783,13.32 2.79598783,13.32 C2.83358783,13.32 2.87278783,13.32 2.89118783,13.3008 L6.74478783,12.232 C6.76318783,12.232 6.76318783,12.232 6.78238783,12.2136 L6.80158783,12.2136 C6.82078783,12.2136 6.83918783,12.1944 6.85918783,12.176 C6.85918783,12.176 6.87758783,12.176 6.87758783,12.1568 C6.89678783,12.1376 6.91598783,12.1376 6.93598783,12.1192 L15.3319878,3.7224 C15.8471878,3.2256 15.8471878,2.3664 15.3319878,1.8504 L15.3319878,1.8504 Z' id='Fill-4'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-edit.icon-color-warning{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EEdit%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-7' transform='translate(0.000000, 0.800000)' fill='rgb(138, 109, 59)'%3E %3Cpath d='M13.20528,7.07984 C12.99568,7.07984 12.80528,7.25184 12.80528,7.47984 L12.80528,13.89264 C12.80528,14.21584 12.53728,14.48384 12.21328,14.48384 L1.37328,14.48384 C1.04928,14.48384 0.78208,14.21584 0.78208,13.89264 L0.78208,3.03424 C0.78208,2.71024 1.04928,2.44304 1.37328,2.44304 L7.78608,2.44304 C7.99488,2.44304 8.18608,2.27104 8.18608,2.04224 C8.18608,1.81344 8.01408,1.64224 7.78608,1.64224 L1.37328,1.64224 C0.61008,1.64224 -0.00032,2.25264 -0.00032,3.01584 L-0.00032,13.85584 C-0.00032,14.61904 0.61008,15.22944 1.37328,15.22944 L12.21328,15.22944 C12.97648,15.22944 13.58688,14.61904 13.58688,13.85584 L13.58688,7.47984 C13.60688,7.27024 13.43488,7.07984 13.20528,7.07984' id='Fill-1' stroke='rgb(138, 109, 59)' stroke-width='0.3'%3E%3C/path%3E %3Cpath d='M14.7599878,3.1864 L14.3207878,3.6256 L12.0879878,1.3936 L12.5463878,0.9352 C12.6423878,0.84 12.7751878,0.7824 12.9279878,0.7824 C13.0807878,0.7824 13.2143878,0.84 13.3103878,0.9352 L14.7783878,2.404 C14.9695878,2.6344 14.9695878,2.9768 14.7599878,3.1864 L14.7599878,3.1864 Z M6.64958783,11.2968 L5.80958783,10.4568 L12.9279878,3.3384 L13.7679878,4.1784 L6.64958783,11.2968 Z M4.26398783,12.0992 L3.61518783,11.4504 L4.05438783,9.828 L5.88638783,11.66 L4.26398783,12.0992 Z M11.5359878,1.9456 L12.3759878,2.7864 L5.25598783,9.904 L4.41678783,9.0648 L11.5359878,1.9456 Z M15.3319878,1.8504 L13.8631878,0.3816 C13.6151878,0.1328 13.2719878,0 12.9279878,0 C12.5655878,0 12.2415878,0.1328 11.9927878,0.3816 L11.2671878,1.1072 L3.57678783,8.7976 C3.55838783,8.816 3.53918783,8.8352 3.53918783,8.8552 C3.53918783,8.8552 3.53918783,8.8736 3.52078783,8.8736 C3.50158783,8.8928 3.50158783,8.9112 3.48238783,8.932 L3.48238783,8.9504 C3.48238783,8.9696 3.48238783,8.9696 3.46398783,8.988 L2.41438783,12.8232 C2.37678783,12.9568 2.41438783,13.1096 2.50958783,13.2048 C2.58638783,13.2816 2.68158783,13.32 2.79598783,13.32 C2.83358783,13.32 2.87278783,13.32 2.89118783,13.3008 L6.74478783,12.232 C6.76318783,12.232 6.76318783,12.232 6.78238783,12.2136 L6.80158783,12.2136 C6.82078783,12.2136 6.83918783,12.1944 6.85918783,12.176 C6.85918783,12.176 6.87758783,12.176 6.87758783,12.1568 C6.89678783,12.1376 6.91598783,12.1376 6.93598783,12.1192 L15.3319878,3.7224 C15.8471878,3.2256 15.8471878,2.3664 15.3319878,1.8504 L15.3319878,1.8504 Z' id='Fill-4'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-edit.icon-color-disabled{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EEdit%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-7' transform='translate(0.000000, 0.800000)' fill='rgb(103, 103, 103)'%3E %3Cpath d='M13.20528,7.07984 C12.99568,7.07984 12.80528,7.25184 12.80528,7.47984 L12.80528,13.89264 C12.80528,14.21584 12.53728,14.48384 12.21328,14.48384 L1.37328,14.48384 C1.04928,14.48384 0.78208,14.21584 0.78208,13.89264 L0.78208,3.03424 C0.78208,2.71024 1.04928,2.44304 1.37328,2.44304 L7.78608,2.44304 C7.99488,2.44304 8.18608,2.27104 8.18608,2.04224 C8.18608,1.81344 8.01408,1.64224 7.78608,1.64224 L1.37328,1.64224 C0.61008,1.64224 -0.00032,2.25264 -0.00032,3.01584 L-0.00032,13.85584 C-0.00032,14.61904 0.61008,15.22944 1.37328,15.22944 L12.21328,15.22944 C12.97648,15.22944 13.58688,14.61904 13.58688,13.85584 L13.58688,7.47984 C13.60688,7.27024 13.43488,7.07984 13.20528,7.07984' id='Fill-1' stroke='rgb(103, 103, 103)' stroke-width='0.3'%3E%3C/path%3E %3Cpath d='M14.7599878,3.1864 L14.3207878,3.6256 L12.0879878,1.3936 L12.5463878,0.9352 C12.6423878,0.84 12.7751878,0.7824 12.9279878,0.7824 C13.0807878,0.7824 13.2143878,0.84 13.3103878,0.9352 L14.7783878,2.404 C14.9695878,2.6344 14.9695878,2.9768 14.7599878,3.1864 L14.7599878,3.1864 Z M6.64958783,11.2968 L5.80958783,10.4568 L12.9279878,3.3384 L13.7679878,4.1784 L6.64958783,11.2968 Z M4.26398783,12.0992 L3.61518783,11.4504 L4.05438783,9.828 L5.88638783,11.66 L4.26398783,12.0992 Z M11.5359878,1.9456 L12.3759878,2.7864 L5.25598783,9.904 L4.41678783,9.0648 L11.5359878,1.9456 Z M15.3319878,1.8504 L13.8631878,0.3816 C13.6151878,0.1328 13.2719878,0 12.9279878,0 C12.5655878,0 12.2415878,0.1328 11.9927878,0.3816 L11.2671878,1.1072 L3.57678783,8.7976 C3.55838783,8.816 3.53918783,8.8352 3.53918783,8.8552 C3.53918783,8.8552 3.53918783,8.8736 3.52078783,8.8736 C3.50158783,8.8928 3.50158783,8.9112 3.48238783,8.932 L3.48238783,8.9504 C3.48238783,8.9696 3.48238783,8.9696 3.46398783,8.988 L2.41438783,12.8232 C2.37678783,12.9568 2.41438783,13.1096 2.50958783,13.2048 C2.58638783,13.2816 2.68158783,13.32 2.79598783,13.32 C2.83358783,13.32 2.87278783,13.32 2.89118783,13.3008 L6.74478783,12.232 C6.76318783,12.232 6.76318783,12.232 6.78238783,12.2136 L6.80158783,12.2136 C6.82078783,12.2136 6.83918783,12.1944 6.85918783,12.176 C6.85918783,12.176 6.87758783,12.176 6.87758783,12.1568 C6.89678783,12.1376 6.91598783,12.1376 6.93598783,12.1192 L15.3319878,3.7224 C15.8471878,3.2256 15.8471878,2.3664 15.3319878,1.8504 L15.3319878,1.8504 Z' id='Fill-4'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-edit.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EEdit%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-7' transform='translate(0.000000, 0.800000)' fill='rgb(255, 255, 255)'%3E %3Cpath d='M13.20528,7.07984 C12.99568,7.07984 12.80528,7.25184 12.80528,7.47984 L12.80528,13.89264 C12.80528,14.21584 12.53728,14.48384 12.21328,14.48384 L1.37328,14.48384 C1.04928,14.48384 0.78208,14.21584 0.78208,13.89264 L0.78208,3.03424 C0.78208,2.71024 1.04928,2.44304 1.37328,2.44304 L7.78608,2.44304 C7.99488,2.44304 8.18608,2.27104 8.18608,2.04224 C8.18608,1.81344 8.01408,1.64224 7.78608,1.64224 L1.37328,1.64224 C0.61008,1.64224 -0.00032,2.25264 -0.00032,3.01584 L-0.00032,13.85584 C-0.00032,14.61904 0.61008,15.22944 1.37328,15.22944 L12.21328,15.22944 C12.97648,15.22944 13.58688,14.61904 13.58688,13.85584 L13.58688,7.47984 C13.60688,7.27024 13.43488,7.07984 13.20528,7.07984' id='Fill-1' stroke='rgb(255, 255, 255)' stroke-width='0.3'%3E%3C/path%3E %3Cpath d='M14.7599878,3.1864 L14.3207878,3.6256 L12.0879878,1.3936 L12.5463878,0.9352 C12.6423878,0.84 12.7751878,0.7824 12.9279878,0.7824 C13.0807878,0.7824 13.2143878,0.84 13.3103878,0.9352 L14.7783878,2.404 C14.9695878,2.6344 14.9695878,2.9768 14.7599878,3.1864 L14.7599878,3.1864 Z M6.64958783,11.2968 L5.80958783,10.4568 L12.9279878,3.3384 L13.7679878,4.1784 L6.64958783,11.2968 Z M4.26398783,12.0992 L3.61518783,11.4504 L4.05438783,9.828 L5.88638783,11.66 L4.26398783,12.0992 Z M11.5359878,1.9456 L12.3759878,2.7864 L5.25598783,9.904 L4.41678783,9.0648 L11.5359878,1.9456 Z M15.3319878,1.8504 L13.8631878,0.3816 C13.6151878,0.1328 13.2719878,0 12.9279878,0 C12.5655878,0 12.2415878,0.1328 11.9927878,0.3816 L11.2671878,1.1072 L3.57678783,8.7976 C3.55838783,8.816 3.53918783,8.8352 3.53918783,8.8552 C3.53918783,8.8552 3.53918783,8.8736 3.52078783,8.8736 C3.50158783,8.8928 3.50158783,8.9112 3.48238783,8.932 L3.48238783,8.9504 C3.48238783,8.9696 3.48238783,8.9696 3.46398783,8.988 L2.41438783,12.8232 C2.37678783,12.9568 2.41438783,13.1096 2.50958783,13.2048 C2.58638783,13.2816 2.68158783,13.32 2.79598783,13.32 C2.83358783,13.32 2.87278783,13.32 2.89118783,13.3008 L6.74478783,12.232 C6.76318783,12.232 6.76318783,12.232 6.78238783,12.2136 L6.80158783,12.2136 C6.82078783,12.2136 6.83918783,12.1944 6.85918783,12.176 C6.85918783,12.176 6.87758783,12.176 6.87758783,12.1568 C6.89678783,12.1376 6.91598783,12.1376 6.93598783,12.1192 L15.3319878,3.7224 C15.8471878,3.2256 15.8471878,2.3664 15.3319878,1.8504 L15.3319878,1.8504 Z' id='Fill-4'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}a.icon-hover-primary:hover.icon-edit,a:hover>.icon-hover-primary.icon-edit,.icon-edit.icon-hover-primary:hover.icon-edit,.icon-edit:hover>.icon-hover-primary.icon-edit{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EEdit%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-7' transform='translate(0.000000, 0.800000)' fill='rgb(0, 81, 169)'%3E %3Cpath d='M13.20528,7.07984 C12.99568,7.07984 12.80528,7.25184 12.80528,7.47984 L12.80528,13.89264 C12.80528,14.21584 12.53728,14.48384 12.21328,14.48384 L1.37328,14.48384 C1.04928,14.48384 0.78208,14.21584 0.78208,13.89264 L0.78208,3.03424 C0.78208,2.71024 1.04928,2.44304 1.37328,2.44304 L7.78608,2.44304 C7.99488,2.44304 8.18608,2.27104 8.18608,2.04224 C8.18608,1.81344 8.01408,1.64224 7.78608,1.64224 L1.37328,1.64224 C0.61008,1.64224 -0.00032,2.25264 -0.00032,3.01584 L-0.00032,13.85584 C-0.00032,14.61904 0.61008,15.22944 1.37328,15.22944 L12.21328,15.22944 C12.97648,15.22944 13.58688,14.61904 13.58688,13.85584 L13.58688,7.47984 C13.60688,7.27024 13.43488,7.07984 13.20528,7.07984' id='Fill-1' stroke='rgb(0, 81, 169)' stroke-width='0.3'%3E%3C/path%3E %3Cpath d='M14.7599878,3.1864 L14.3207878,3.6256 L12.0879878,1.3936 L12.5463878,0.9352 C12.6423878,0.84 12.7751878,0.7824 12.9279878,0.7824 C13.0807878,0.7824 13.2143878,0.84 13.3103878,0.9352 L14.7783878,2.404 C14.9695878,2.6344 14.9695878,2.9768 14.7599878,3.1864 L14.7599878,3.1864 Z M6.64958783,11.2968 L5.80958783,10.4568 L12.9279878,3.3384 L13.7679878,4.1784 L6.64958783,11.2968 Z M4.26398783,12.0992 L3.61518783,11.4504 L4.05438783,9.828 L5.88638783,11.66 L4.26398783,12.0992 Z M11.5359878,1.9456 L12.3759878,2.7864 L5.25598783,9.904 L4.41678783,9.0648 L11.5359878,1.9456 Z M15.3319878,1.8504 L13.8631878,0.3816 C13.6151878,0.1328 13.2719878,0 12.9279878,0 C12.5655878,0 12.2415878,0.1328 11.9927878,0.3816 L11.2671878,1.1072 L3.57678783,8.7976 C3.55838783,8.816 3.53918783,8.8352 3.53918783,8.8552 C3.53918783,8.8552 3.53918783,8.8736 3.52078783,8.8736 C3.50158783,8.8928 3.50158783,8.9112 3.48238783,8.932 L3.48238783,8.9504 C3.48238783,8.9696 3.48238783,8.9696 3.46398783,8.988 L2.41438783,12.8232 C2.37678783,12.9568 2.41438783,13.1096 2.50958783,13.2048 C2.58638783,13.2816 2.68158783,13.32 2.79598783,13.32 C2.83358783,13.32 2.87278783,13.32 2.89118783,13.3008 L6.74478783,12.232 C6.76318783,12.232 6.76318783,12.232 6.78238783,12.2136 L6.80158783,12.2136 C6.82078783,12.2136 6.83918783,12.1944 6.85918783,12.176 C6.85918783,12.176 6.87758783,12.176 6.87758783,12.1568 C6.89678783,12.1376 6.91598783,12.1376 6.93598783,12.1192 L15.3319878,3.7224 C15.8471878,3.2256 15.8471878,2.3664 15.3319878,1.8504 L15.3319878,1.8504 Z' id='Fill-4'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-dropdown{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(57, 57, 57)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-dropdown.icon-color-success{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(60, 118, 61)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-dropdown.icon-color-danger{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(169, 68, 66)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-dropdown.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(255, 255, 255)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-dropdown.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(0, 106, 219)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(0) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-arrow-up{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(57, 57, 57)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(-180.000000) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-arrow-up.icon-color-success{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(60, 118, 61)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(-180.000000) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-arrow-up.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropdown' fill='rgb(0, 106, 219)'%3E%3Cpolygon id='arrow-down' transform='translate(8.000000, 8.927698) rotate(-180.000000) translate(-8.000000, -8.927698) ' points='8 12.427698 12 5.42769804 4 5.42769804'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-warning{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Ewarning%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='warning' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M8.30536,1.59992 C8.70536,1.59992 9.06296,1.80632 9.26296,2.15272 L15.66136,13.22552 C15.85976,13.56952 15.85976,13.97912 15.66136,14.32232 C15.46776,14.65832 15.10936,14.85912 14.70376,14.85912 L1.90776,14.85912 C1.50216,14.85912 1.14376,14.65832 0.95016,14.32232 C0.75016,13.97672 0.75016,13.57992 0.95016,13.23272 L7.34776,2.15272 C7.54776,1.80632 7.90536,1.59992 8.30536,1.59992 Z M8.30536,2.30312 C8.19096,2.30312 8.09736,2.35672 8.04136,2.45432 L1.53336,13.71992 C1.46216,13.84632 1.49416,13.95112 1.53336,14.01752 C1.55176,14.04872 1.62696,14.15352 1.79896,14.15352 L14.81176,14.15352 C14.98296,14.15352 15.05736,14.05032 15.07656,14.01832 C15.13416,13.91752 15.13416,13.81752 15.07736,13.71912 L8.57096,2.45592 C8.51416,2.35912 8.41736,2.30312 8.30536,2.30312 Z M8.30696,11.77008 C8.51576,11.77008 8.72296,11.85648 8.87416,12.00608 C9.02456,12.15568 9.11176,12.36288 9.11176,12.57488 C9.11176,12.78848 9.02536,12.99568 8.87496,13.14288 C8.72456,13.29328 8.51816,13.37888 8.30696,13.37888 C8.09496,13.37888 7.88776,13.29328 7.73656,13.14368 C7.58856,12.99568 7.50296,12.78768 7.50296,12.57488 C7.50296,12.36208 7.58856,12.15488 7.73736,12.00528 C7.88856,11.85648 8.09576,11.77008 8.30696,11.77008 Z M8.30576,4.5564 C8.70336,4.5564 9.02656,4.8804 9.02656,5.278 L8.81456,10.2036 C8.79536,10.6092 8.47376,10.7172 8.30576,10.7172 C8.12576,10.7172 7.82096,10.65 7.79696,10.2028 L7.58576,5.2732 C7.58576,4.8804 7.90896,4.5564 8.30576,4.5564 Z' id='Combined-Shape' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-question{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Equestion%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpolygon id='path-1' points='0 0.6856 13.71424 0.6856 13.71424 14.4 0 14.4'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='question' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-8' transform='translate(-219.200000, -22.200000)'%3E %3Cpath d='M227.62928,34.52072 C227.62928,35.55112 226.08528,35.55112 226.08528,34.52072 C226.08528,33.49112 227.62928,33.49112 227.62928,34.52072' id='Fill-1' fill='%23000000'%3E%3C/path%3E %3Cg id='Group-5' transform='translate(220.000000, 23.114080)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-4'%3E%3C/g%3E %3Cpath d='M6.85744,1.6 C3.58064,1.6 0.91424,4.2664 0.91424,7.5432 C0.91424,10.82 3.58064,13.4856 6.85744,13.4856 C10.13424,13.4856 12.79984,10.82 12.79984,7.5432 C12.79984,4.2664 10.13424,1.6 6.85744,1.6 M6.85744,14.4 C3.07584,14.4 -0.00016,11.324 -0.00016,7.5432 C-0.00016,3.7624 3.07584,0.6856 6.85744,0.6856 C10.63824,0.6856 13.71424,3.7624 13.71424,7.5432 C13.71424,11.324 10.63824,14.4 6.85744,14.4' id='Fill-3' fill='%23000000' mask='url(%23mask-2)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M226.85784,26.4 C225.45464,26.4 224.31304,27.5416 224.31304,28.9448 C224.31304,29.272 224.58024,29.5392 224.90744,29.5392 C225.23544,29.5392 225.50184,29.272 225.50184,28.9448 C225.50184,28.2104 226.09944,27.6128 226.83384,27.6128 C227.56904,27.6128 228.16664,28.2104 228.16664,28.9448 C228.16664,29.5504 227.69784,29.9648 227.30424,30.2056 L227.22584,30.2536 C226.40904,30.7512 226.16264,30.9016 226.19144,31.3616 L226.19144,32.4456 C226.19144,32.7672 226.47464,33.0392 226.80904,33.0392 C227.13624,33.0392 227.40344,32.7728 227.40344,32.4456 L227.40264,31.4608 C227.50344,31.4368 227.66664,31.3712 227.95144,31.2032 C228.88584,30.6464 229.40104,29.836 229.40104,28.9224 C229.40104,27.508 228.28424,26.4 226.85784,26.4' id='Fill-6' fill='%23000000'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-plus{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eplus%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='plus' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4153846,7.01538462 L8.98461538,7.01538462 L8.98461538,2.58461538 C8.98461538,2.04110769 8.54350769,1.6 8,1.6 C7.45649231,1.6 7.01538462,2.04110769 7.01538462,2.58461538 L7.01538462,7.01538462 L2.58461538,7.01538462 C2.04110769,7.01538462 1.6,7.45649231 1.6,8 C1.6,8.54350769 2.04110769,8.98461538 2.58461538,8.98461538 L7.01538462,8.98461538 L7.01538462,13.4153846 C7.01538462,13.9588923 7.45649231,14.4 8,14.4 C8.54350769,14.4 8.98461538,13.9588923 8.98461538,13.4153846 L8.98461538,8.98461538 L13.4153846,8.98461538 C13.9588923,8.98461538 14.4,8.54350769 14.4,8 C14.4,7.45649231 13.9588923,7.01538462 13.4153846,7.01538462 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-plus.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eplus%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='plus' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4153846,7.01538462 L8.98461538,7.01538462 L8.98461538,2.58461538 C8.98461538,2.04110769 8.54350769,1.6 8,1.6 C7.45649231,1.6 7.01538462,2.04110769 7.01538462,2.58461538 L7.01538462,7.01538462 L2.58461538,7.01538462 C2.04110769,7.01538462 1.6,7.45649231 1.6,8 C1.6,8.54350769 2.04110769,8.98461538 2.58461538,8.98461538 L7.01538462,8.98461538 L7.01538462,13.4153846 C7.01538462,13.9588923 7.45649231,14.4 8,14.4 C8.54350769,14.4 8.98461538,13.9588923 8.98461538,13.4153846 L8.98461538,8.98461538 L13.4153846,8.98461538 C13.9588923,8.98461538 14.4,8.54350769 14.4,8 C14.4,7.45649231 13.9588923,7.01538462 13.4153846,7.01538462 Z' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-plus.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eplus%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='plus' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4153846,7.01538462 L8.98461538,7.01538462 L8.98461538,2.58461538 C8.98461538,2.04110769 8.54350769,1.6 8,1.6 C7.45649231,1.6 7.01538462,2.04110769 7.01538462,2.58461538 L7.01538462,7.01538462 L2.58461538,7.01538462 C2.04110769,7.01538462 1.6,7.45649231 1.6,8 C1.6,8.54350769 2.04110769,8.98461538 2.58461538,8.98461538 L7.01538462,8.98461538 L7.01538462,13.4153846 C7.01538462,13.9588923 7.45649231,14.4 8,14.4 C8.54350769,14.4 8.98461538,13.9588923 8.98461538,13.4153846 L8.98461538,8.98461538 L13.4153846,8.98461538 C13.9588923,8.98461538 14.4,8.54350769 14.4,8 C14.4,7.45649231 13.9588923,7.01538462 13.4153846,7.01538462 Z' id='Fill-1' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-minus{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='-2 -6 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.5,0.5 C11.3284271,0.5 12,1.17157288 12,2 C12,2.77969612 11.4051119,3.42044868 10.64446,3.49313342 L10.5,3.5 L1.5,3.5 C0.671572875,3.5 0,2.82842712 0,2 C0,1.22030388 0.594888083,0.579551322 1.35553999,0.506866578 L1.5,0.5 L10.5,0.5 Z' id='Minus' fill='rgb(57, 57, 57)' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-dropdown-sort{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edropdown-sort%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='dropdown-sort' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group' transform='translate(5.000000, 1.000000)' fill='rgb(57, 57, 57)'%3E %3Cpath d='M6,7.98319286 L3,13.5714279 L0,7.98319286 L6,7.98319286 Z M3,2.7533531e-14 L6,5.588235 L0,5.588235 L3,2.7533531e-14 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-settings{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ESettings%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Settings' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.99964441,16.0004741 C7.66728401,16.0004741 7.33113064,15.9791386 7.00042967,15.938364 C6.55688738,15.8819433 6.22168225,15.5021706 6.22168225,15.0550724 L6.22168225,14.095684 C6.22168225,14.0141348 6.17545523,13.9510764 6.09769902,13.9261849 C5.77434697,13.8223519 5.4566844,13.6919681 5.15395671,13.5355074 C5.08260116,13.4982887 5.00294845,13.5113271 4.94652779,13.5677478 L4.26782037,14.2466922 C4.09926955,14.415006 3.87595751,14.5076971 3.63889589,14.5076971 C3.44260886,14.5076971 3.24821833,14.4410828 3.09270591,14.3197072 C2.56571793,13.9095906 2.09064644,13.4345191 1.68052983,12.9075312 C1.40553835,12.5547835 1.43683049,12.049131 1.75354481,11.7324167 L2.4324893,11.0537093 C2.48985821,10.9963404 2.50194835,10.9183471 2.46472968,10.8462804 C2.30921725,10.5442638 2.17764805,10.2268383 2.07405212,9.90158979 C2.04892359,9.82383358 1.98515402,9.77760657 1.90360482,9.77760657 L0.944216437,9.77760657 C0.49711822,9.77760657 0.117345502,9.44240143 0.0618730831,8.99885914 C-0.020624361,8.33579779 -0.020624361,7.66349103 0.0618730831,7.00042967 C0.117345502,6.55688738 0.496169973,6.22168225 0.944216437,6.22168225 L1.90360482,6.22168225 C1.98515402,6.22168225 2.04821241,6.17545523 2.07310388,6.09769902 C2.17693687,5.77339872 2.30826901,5.45597321 2.46378143,5.15395671 C2.5010001,5.08165291 2.48890996,5.0038967 2.43154105,4.94652779 L1.75259657,4.26782037 C1.43588224,3.95110604 1.40459011,3.44640185 1.67958159,3.09270591 C2.08969819,2.56476968 2.56476968,2.08969819 3.09270591,1.67958159 C3.24821833,1.55820604 3.44260886,1.49159172 3.63889589,1.49159172 C3.87595751,1.49159172 4.09926955,1.58428281 4.26782037,1.75259657 L4.94652779,2.43154105 C5.00294845,2.48796171 5.08260116,2.5010001 5.15395671,2.46378143 C5.45597321,2.30826901 5.77339872,2.17693687 6.09769902,2.07310388 C6.17545523,2.04892359 6.22168225,1.98515402 6.22168225,1.90360482 L6.22168225,0.944216437 C6.22168225,0.49711822 6.55688738,0.117345502 7.00042967,0.0618730831 C7.66064629,-0.020624361 8.33864253,-0.020624361 8.99885914,0.0618730831 C9.44240143,0.117345502 9.77760657,0.496169973 9.77760657,0.944216437 L9.77760657,1.90360482 C9.77760657,1.98515402 9.82383358,2.04821241 9.90158979,2.07310388 C10.2258901,2.17693687 10.5433156,2.30826901 10.8453321,2.46378143 C10.9166877,2.5010001 10.9963404,2.48796171 11.052761,2.43154105 L11.7314684,1.75259657 C11.9000193,1.58428281 12.1233313,1.49159172 12.3603929,1.49159172 C12.55668,1.49159172 12.7501222,1.55820604 12.9065829,1.67958159 C13.4335709,2.08969819 13.9095906,2.56476968 14.318759,3.09175766 C14.5937505,3.4454536 14.5624583,3.95015779 14.245744,4.26687212 L13.5667995,4.94557954 C13.5094306,5.00294845 13.4973405,5.08094173 13.5345591,5.15300846 C13.6900716,5.45502497 13.8206925,5.77245048 13.9252367,6.09769902 C13.9503652,6.17545523 14.0141348,6.22168225 14.095684,6.22168225 L15.0550724,6.22168225 C15.5021706,6.22168225 15.8819433,6.55688738 15.9374157,7.00042967 C16.0208614,7.66349103 16.0208614,8.33579779 15.9374157,8.99885914 C15.8819433,9.44240143 15.5021706,9.77760657 15.0550724,9.77760657 L14.095684,9.77760657 C14.0141348,9.77760657 13.9510764,9.82383358 13.9261849,9.90158979 C13.8223519,10.2249418 13.6919681,10.5426044 13.5355074,10.8453321 C13.4982887,10.9176359 13.5103789,10.9953921 13.5677478,11.052761 L14.2466922,11.7314684 C14.5634066,12.0481828 14.5946987,12.552887 14.3197072,12.9065829 C13.9095906,13.4335709 13.4345191,13.9086424 12.9075312,14.318759 C12.7520187,14.4401345 12.5576282,14.5067488 12.3611041,14.5067488 C12.1240425,14.5067488 11.9009675,14.4142948 11.7324167,14.245744 L11.0537093,13.5667995 C10.9963404,13.5094306 10.9183471,13.4973405 10.8462804,13.5345591 C10.5433156,13.6900716 10.2258901,13.8216408 9.90158979,13.9252367 C9.82383358,13.9503652 9.77760657,14.0141348 9.77760657,14.095684 L9.77760657,15.0550724 C9.77760657,15.5021706 9.44240143,15.8819433 8.99885914,15.9374157 C8.66815818,15.9791386 8.3320048,16.0004741 7.99964441,16.0004741 Z M5.06979983,12.802987 C5.21037737,12.802987 5.35214022,12.8371238 5.47896819,12.903027 C5.74755901,13.0409968 6.02823997,13.1576312 6.31437334,13.2484258 C6.68466359,13.3669566 6.93286711,13.7076141 6.93286711,14.095684 L6.93286711,15.0550724 C6.93286711,15.145867 6.99853318,15.2207785 7.08932778,15.2319203 C7.69122724,15.3068318 8.30900982,15.3068318 8.91090928,15.2319203 C9.00075563,15.2207785 9.0664217,15.1465782 9.0664217,15.0550724 L9.0664217,14.095684 C9.0664217,13.7076141 9.31462522,13.3669566 9.68491547,13.2484258 C9.9719971,13.1566829 10.2526781,13.0400486 10.5203206,12.903027 C10.8600299,12.7278384 11.2860297,12.7946898 11.556517,13.0649401 L12.2352244,13.7429363 C12.2695983,13.7770732 12.3139289,13.795564 12.3611041,13.795564 C12.3890774,13.795564 12.4305632,13.7891633 12.4713378,13.7576341 C12.9520987,13.3835509 13.3854474,12.9502022 13.7585824,12.4703895 C13.8140548,12.3983228 13.8086024,12.299231 13.7436475,12.2352244 L13.0649401,11.556517 C12.7908968,11.2824737 12.7252308,10.8657194 12.903027,10.5212689 C13.0409968,10.2526781 13.1576312,9.9719971 13.2484258,9.68586372 C13.3669566,9.31462522 13.7076141,9.0664217 14.095684,9.0664217 L15.0550724,9.0664217 C15.145867,9.0664217 15.2207785,9.00075563 15.2319203,8.90996103 C15.3077801,8.30616508 15.3077801,7.69312373 15.2319203,7.08837954 C15.2207785,6.99853318 15.1465782,6.93286711 15.0550724,6.93286711 L14.095684,6.93286711 C13.7076141,6.93286711 13.3669566,6.68466359 13.2484258,6.31437334 C13.1557347,6.02729172 13.0400486,5.74566251 12.903027,5.47896819 C12.7252308,5.13451765 12.7899486,4.71776332 13.0649401,4.44372009 L13.7436475,3.76501267 C13.8086024,3.70005778 13.8140548,3.60096603 13.7585824,3.52984754 C13.3844991,3.04908657 12.9511505,2.61573793 12.4703895,2.24165469 C12.429852,2.21012549 12.3881291,2.20372483 12.3611041,2.20372483 C12.3139289,2.20372483 12.2695983,2.22221564 12.2352244,2.25635251 L11.556517,2.93529699 C11.2860297,3.20554724 10.8600299,3.27239862 10.5212689,3.09721008 C10.2536263,2.95924022 9.9719971,2.84355415 9.68586372,2.75086305 C9.31462522,2.63233224 9.0664217,2.29167469 9.0664217,1.90360482 L9.0664217,0.944216437 C9.0664217,0.853421836 9.00075563,0.778510364 8.90996103,0.767368468 C8.30806158,0.692456996 7.69027899,0.692456996 7.08837954,0.767368468 C6.99853318,0.778510364 6.93286711,0.852710651 6.93286711,0.944216437 L6.93286711,1.90360482 C6.93286711,2.29262294 6.68466359,2.63233224 6.31437334,2.75086305 C6.02729172,2.8426059 5.74661076,2.95924022 5.47896819,3.09626183 C5.13925889,3.27145037 4.71325915,3.204599 4.44277184,2.93434875 L3.76406442,2.25564133 C3.72969049,2.22126739 3.68535996,2.20277658 3.6381847,2.20277658 C3.61021143,2.20277658 3.56943683,2.20917725 3.52889929,2.24070644 C3.04813833,2.61478968 2.61478968,3.04719008 2.24070644,3.52889929 C2.18523402,3.60096603 2.19068644,3.70005778 2.25564133,3.76406442 L2.93434875,4.44277184 C3.20839198,4.71681508 3.27405805,5.13356941 3.09626183,5.47801994 C2.95829197,5.74566251 2.84165765,6.02729172 2.74991481,6.3134251 C2.63233224,6.68466359 2.29167469,6.93286711 1.90360482,6.93286711 L0.944216437,6.93286711 C0.853421836,6.93286711 0.778510364,6.99853318 0.767368468,7.08932778 C0.691508749,7.69407198 0.691508749,8.30616508 0.767368468,8.91090928 C0.778510364,9.00075563 0.852710651,9.0664217 0.944216437,9.0664217 L1.90360482,9.0664217 C2.29167469,9.0664217 2.63233224,9.31462522 2.75086305,9.68491547 C2.8426059,9.9719971 2.95924022,10.2536263 3.09626183,10.5203206 C3.27405805,10.8657194 3.20934023,11.2815255 2.93434875,11.556517 L2.25564133,12.2352244 C2.19068644,12.3001793 2.18523402,12.399271 2.24070644,12.4703895 C2.61478968,12.9511505 3.04813833,13.3844991 3.52889929,13.7576341 C3.56943683,13.7891633 3.61115968,13.795564 3.6381847,13.795564 C3.68535996,13.795564 3.72969049,13.7770732 3.76406442,13.7429363 L4.44277184,13.0639918 C4.6122709,12.895441 4.83439764,12.802987 5.06979983,12.802987 Z M7.99964441,11.0221801 C7.19221253,11.0221801 6.43290415,10.7073622 5.86229683,10.136992 C5.29192657,9.56638466 4.97710874,8.80707629 4.97710874,7.99964441 C4.97710874,7.19221253 5.29192657,6.43290415 5.86229683,5.86229683 C6.43290415,5.29192657 7.19221253,4.97710874 7.99964441,4.97710874 C8.80707629,4.97710874 9.56638466,5.29192657 10.136992,5.86229683 C10.7073622,6.43290415 11.0221801,7.19221253 11.0221801,7.99964441 C11.0221801,8.80707629 10.7073622,9.56638466 10.136992,10.136992 C9.56638466,10.7073622 8.80707629,11.0221801 7.99964441,11.0221801 Z M7.99964441,5.6882936 C7.38209888,5.6882936 6.80129791,5.92914821 6.36510453,6.36510453 C5.92914821,6.80129791 5.6882936,7.38209888 5.6882936,7.99964441 C5.6882936,8.61718993 5.92914821,9.1979909 6.36510453,9.63418429 C6.80129791,10.0701406 7.38209888,10.3109952 7.99964441,10.3109952 C8.61718993,10.3109952 9.1979909,10.0701406 9.63418429,9.63418429 C10.0701406,9.1979909 10.3109952,8.61718993 10.3109952,7.99964441 C10.3109952,7.38209888 10.0701406,6.80129791 9.63418429,6.36510453 C9.1979909,5.92914821 8.61718993,5.6882936 7.99964441,5.6882936 Z' id='Fill-1' stroke='rgb(57, 57, 57)' stroke-width='0.5' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-settings.icon-lg{width:36px;height:36px}.icon-settings.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ESettings%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Settings' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.99964441,16.0004741 C7.66728401,16.0004741 7.33113064,15.9791386 7.00042967,15.938364 C6.55688738,15.8819433 6.22168225,15.5021706 6.22168225,15.0550724 L6.22168225,14.095684 C6.22168225,14.0141348 6.17545523,13.9510764 6.09769902,13.9261849 C5.77434697,13.8223519 5.4566844,13.6919681 5.15395671,13.5355074 C5.08260116,13.4982887 5.00294845,13.5113271 4.94652779,13.5677478 L4.26782037,14.2466922 C4.09926955,14.415006 3.87595751,14.5076971 3.63889589,14.5076971 C3.44260886,14.5076971 3.24821833,14.4410828 3.09270591,14.3197072 C2.56571793,13.9095906 2.09064644,13.4345191 1.68052983,12.9075312 C1.40553835,12.5547835 1.43683049,12.049131 1.75354481,11.7324167 L2.4324893,11.0537093 C2.48985821,10.9963404 2.50194835,10.9183471 2.46472968,10.8462804 C2.30921725,10.5442638 2.17764805,10.2268383 2.07405212,9.90158979 C2.04892359,9.82383358 1.98515402,9.77760657 1.90360482,9.77760657 L0.944216437,9.77760657 C0.49711822,9.77760657 0.117345502,9.44240143 0.0618730831,8.99885914 C-0.020624361,8.33579779 -0.020624361,7.66349103 0.0618730831,7.00042967 C0.117345502,6.55688738 0.496169973,6.22168225 0.944216437,6.22168225 L1.90360482,6.22168225 C1.98515402,6.22168225 2.04821241,6.17545523 2.07310388,6.09769902 C2.17693687,5.77339872 2.30826901,5.45597321 2.46378143,5.15395671 C2.5010001,5.08165291 2.48890996,5.0038967 2.43154105,4.94652779 L1.75259657,4.26782037 C1.43588224,3.95110604 1.40459011,3.44640185 1.67958159,3.09270591 C2.08969819,2.56476968 2.56476968,2.08969819 3.09270591,1.67958159 C3.24821833,1.55820604 3.44260886,1.49159172 3.63889589,1.49159172 C3.87595751,1.49159172 4.09926955,1.58428281 4.26782037,1.75259657 L4.94652779,2.43154105 C5.00294845,2.48796171 5.08260116,2.5010001 5.15395671,2.46378143 C5.45597321,2.30826901 5.77339872,2.17693687 6.09769902,2.07310388 C6.17545523,2.04892359 6.22168225,1.98515402 6.22168225,1.90360482 L6.22168225,0.944216437 C6.22168225,0.49711822 6.55688738,0.117345502 7.00042967,0.0618730831 C7.66064629,-0.020624361 8.33864253,-0.020624361 8.99885914,0.0618730831 C9.44240143,0.117345502 9.77760657,0.496169973 9.77760657,0.944216437 L9.77760657,1.90360482 C9.77760657,1.98515402 9.82383358,2.04821241 9.90158979,2.07310388 C10.2258901,2.17693687 10.5433156,2.30826901 10.8453321,2.46378143 C10.9166877,2.5010001 10.9963404,2.48796171 11.052761,2.43154105 L11.7314684,1.75259657 C11.9000193,1.58428281 12.1233313,1.49159172 12.3603929,1.49159172 C12.55668,1.49159172 12.7501222,1.55820604 12.9065829,1.67958159 C13.4335709,2.08969819 13.9095906,2.56476968 14.318759,3.09175766 C14.5937505,3.4454536 14.5624583,3.95015779 14.245744,4.26687212 L13.5667995,4.94557954 C13.5094306,5.00294845 13.4973405,5.08094173 13.5345591,5.15300846 C13.6900716,5.45502497 13.8206925,5.77245048 13.9252367,6.09769902 C13.9503652,6.17545523 14.0141348,6.22168225 14.095684,6.22168225 L15.0550724,6.22168225 C15.5021706,6.22168225 15.8819433,6.55688738 15.9374157,7.00042967 C16.0208614,7.66349103 16.0208614,8.33579779 15.9374157,8.99885914 C15.8819433,9.44240143 15.5021706,9.77760657 15.0550724,9.77760657 L14.095684,9.77760657 C14.0141348,9.77760657 13.9510764,9.82383358 13.9261849,9.90158979 C13.8223519,10.2249418 13.6919681,10.5426044 13.5355074,10.8453321 C13.4982887,10.9176359 13.5103789,10.9953921 13.5677478,11.052761 L14.2466922,11.7314684 C14.5634066,12.0481828 14.5946987,12.552887 14.3197072,12.9065829 C13.9095906,13.4335709 13.4345191,13.9086424 12.9075312,14.318759 C12.7520187,14.4401345 12.5576282,14.5067488 12.3611041,14.5067488 C12.1240425,14.5067488 11.9009675,14.4142948 11.7324167,14.245744 L11.0537093,13.5667995 C10.9963404,13.5094306 10.9183471,13.4973405 10.8462804,13.5345591 C10.5433156,13.6900716 10.2258901,13.8216408 9.90158979,13.9252367 C9.82383358,13.9503652 9.77760657,14.0141348 9.77760657,14.095684 L9.77760657,15.0550724 C9.77760657,15.5021706 9.44240143,15.8819433 8.99885914,15.9374157 C8.66815818,15.9791386 8.3320048,16.0004741 7.99964441,16.0004741 Z M5.06979983,12.802987 C5.21037737,12.802987 5.35214022,12.8371238 5.47896819,12.903027 C5.74755901,13.0409968 6.02823997,13.1576312 6.31437334,13.2484258 C6.68466359,13.3669566 6.93286711,13.7076141 6.93286711,14.095684 L6.93286711,15.0550724 C6.93286711,15.145867 6.99853318,15.2207785 7.08932778,15.2319203 C7.69122724,15.3068318 8.30900982,15.3068318 8.91090928,15.2319203 C9.00075563,15.2207785 9.0664217,15.1465782 9.0664217,15.0550724 L9.0664217,14.095684 C9.0664217,13.7076141 9.31462522,13.3669566 9.68491547,13.2484258 C9.9719971,13.1566829 10.2526781,13.0400486 10.5203206,12.903027 C10.8600299,12.7278384 11.2860297,12.7946898 11.556517,13.0649401 L12.2352244,13.7429363 C12.2695983,13.7770732 12.3139289,13.795564 12.3611041,13.795564 C12.3890774,13.795564 12.4305632,13.7891633 12.4713378,13.7576341 C12.9520987,13.3835509 13.3854474,12.9502022 13.7585824,12.4703895 C13.8140548,12.3983228 13.8086024,12.299231 13.7436475,12.2352244 L13.0649401,11.556517 C12.7908968,11.2824737 12.7252308,10.8657194 12.903027,10.5212689 C13.0409968,10.2526781 13.1576312,9.9719971 13.2484258,9.68586372 C13.3669566,9.31462522 13.7076141,9.0664217 14.095684,9.0664217 L15.0550724,9.0664217 C15.145867,9.0664217 15.2207785,9.00075563 15.2319203,8.90996103 C15.3077801,8.30616508 15.3077801,7.69312373 15.2319203,7.08837954 C15.2207785,6.99853318 15.1465782,6.93286711 15.0550724,6.93286711 L14.095684,6.93286711 C13.7076141,6.93286711 13.3669566,6.68466359 13.2484258,6.31437334 C13.1557347,6.02729172 13.0400486,5.74566251 12.903027,5.47896819 C12.7252308,5.13451765 12.7899486,4.71776332 13.0649401,4.44372009 L13.7436475,3.76501267 C13.8086024,3.70005778 13.8140548,3.60096603 13.7585824,3.52984754 C13.3844991,3.04908657 12.9511505,2.61573793 12.4703895,2.24165469 C12.429852,2.21012549 12.3881291,2.20372483 12.3611041,2.20372483 C12.3139289,2.20372483 12.2695983,2.22221564 12.2352244,2.25635251 L11.556517,2.93529699 C11.2860297,3.20554724 10.8600299,3.27239862 10.5212689,3.09721008 C10.2536263,2.95924022 9.9719971,2.84355415 9.68586372,2.75086305 C9.31462522,2.63233224 9.0664217,2.29167469 9.0664217,1.90360482 L9.0664217,0.944216437 C9.0664217,0.853421836 9.00075563,0.778510364 8.90996103,0.767368468 C8.30806158,0.692456996 7.69027899,0.692456996 7.08837954,0.767368468 C6.99853318,0.778510364 6.93286711,0.852710651 6.93286711,0.944216437 L6.93286711,1.90360482 C6.93286711,2.29262294 6.68466359,2.63233224 6.31437334,2.75086305 C6.02729172,2.8426059 5.74661076,2.95924022 5.47896819,3.09626183 C5.13925889,3.27145037 4.71325915,3.204599 4.44277184,2.93434875 L3.76406442,2.25564133 C3.72969049,2.22126739 3.68535996,2.20277658 3.6381847,2.20277658 C3.61021143,2.20277658 3.56943683,2.20917725 3.52889929,2.24070644 C3.04813833,2.61478968 2.61478968,3.04719008 2.24070644,3.52889929 C2.18523402,3.60096603 2.19068644,3.70005778 2.25564133,3.76406442 L2.93434875,4.44277184 C3.20839198,4.71681508 3.27405805,5.13356941 3.09626183,5.47801994 C2.95829197,5.74566251 2.84165765,6.02729172 2.74991481,6.3134251 C2.63233224,6.68466359 2.29167469,6.93286711 1.90360482,6.93286711 L0.944216437,6.93286711 C0.853421836,6.93286711 0.778510364,6.99853318 0.767368468,7.08932778 C0.691508749,7.69407198 0.691508749,8.30616508 0.767368468,8.91090928 C0.778510364,9.00075563 0.852710651,9.0664217 0.944216437,9.0664217 L1.90360482,9.0664217 C2.29167469,9.0664217 2.63233224,9.31462522 2.75086305,9.68491547 C2.8426059,9.9719971 2.95924022,10.2536263 3.09626183,10.5203206 C3.27405805,10.8657194 3.20934023,11.2815255 2.93434875,11.556517 L2.25564133,12.2352244 C2.19068644,12.3001793 2.18523402,12.399271 2.24070644,12.4703895 C2.61478968,12.9511505 3.04813833,13.3844991 3.52889929,13.7576341 C3.56943683,13.7891633 3.61115968,13.795564 3.6381847,13.795564 C3.68535996,13.795564 3.72969049,13.7770732 3.76406442,13.7429363 L4.44277184,13.0639918 C4.6122709,12.895441 4.83439764,12.802987 5.06979983,12.802987 Z M7.99964441,11.0221801 C7.19221253,11.0221801 6.43290415,10.7073622 5.86229683,10.136992 C5.29192657,9.56638466 4.97710874,8.80707629 4.97710874,7.99964441 C4.97710874,7.19221253 5.29192657,6.43290415 5.86229683,5.86229683 C6.43290415,5.29192657 7.19221253,4.97710874 7.99964441,4.97710874 C8.80707629,4.97710874 9.56638466,5.29192657 10.136992,5.86229683 C10.7073622,6.43290415 11.0221801,7.19221253 11.0221801,7.99964441 C11.0221801,8.80707629 10.7073622,9.56638466 10.136992,10.136992 C9.56638466,10.7073622 8.80707629,11.0221801 7.99964441,11.0221801 Z M7.99964441,5.6882936 C7.38209888,5.6882936 6.80129791,5.92914821 6.36510453,6.36510453 C5.92914821,6.80129791 5.6882936,7.38209888 5.6882936,7.99964441 C5.6882936,8.61718993 5.92914821,9.1979909 6.36510453,9.63418429 C6.80129791,10.0701406 7.38209888,10.3109952 7.99964441,10.3109952 C8.61718993,10.3109952 9.1979909,10.0701406 9.63418429,9.63418429 C10.0701406,9.1979909 10.3109952,8.61718993 10.3109952,7.99964441 C10.3109952,7.38209888 10.0701406,6.80129791 9.63418429,6.36510453 C9.1979909,5.92914821 8.61718993,5.6882936 7.99964441,5.6882936 Z' id='Fill-1' stroke='rgb(0, 106, 219)' stroke-width='0.5' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-settings.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3ESettings%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Settings' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M7.99964441,16.0004741 C7.66728401,16.0004741 7.33113064,15.9791386 7.00042967,15.938364 C6.55688738,15.8819433 6.22168225,15.5021706 6.22168225,15.0550724 L6.22168225,14.095684 C6.22168225,14.0141348 6.17545523,13.9510764 6.09769902,13.9261849 C5.77434697,13.8223519 5.4566844,13.6919681 5.15395671,13.5355074 C5.08260116,13.4982887 5.00294845,13.5113271 4.94652779,13.5677478 L4.26782037,14.2466922 C4.09926955,14.415006 3.87595751,14.5076971 3.63889589,14.5076971 C3.44260886,14.5076971 3.24821833,14.4410828 3.09270591,14.3197072 C2.56571793,13.9095906 2.09064644,13.4345191 1.68052983,12.9075312 C1.40553835,12.5547835 1.43683049,12.049131 1.75354481,11.7324167 L2.4324893,11.0537093 C2.48985821,10.9963404 2.50194835,10.9183471 2.46472968,10.8462804 C2.30921725,10.5442638 2.17764805,10.2268383 2.07405212,9.90158979 C2.04892359,9.82383358 1.98515402,9.77760657 1.90360482,9.77760657 L0.944216437,9.77760657 C0.49711822,9.77760657 0.117345502,9.44240143 0.0618730831,8.99885914 C-0.020624361,8.33579779 -0.020624361,7.66349103 0.0618730831,7.00042967 C0.117345502,6.55688738 0.496169973,6.22168225 0.944216437,6.22168225 L1.90360482,6.22168225 C1.98515402,6.22168225 2.04821241,6.17545523 2.07310388,6.09769902 C2.17693687,5.77339872 2.30826901,5.45597321 2.46378143,5.15395671 C2.5010001,5.08165291 2.48890996,5.0038967 2.43154105,4.94652779 L1.75259657,4.26782037 C1.43588224,3.95110604 1.40459011,3.44640185 1.67958159,3.09270591 C2.08969819,2.56476968 2.56476968,2.08969819 3.09270591,1.67958159 C3.24821833,1.55820604 3.44260886,1.49159172 3.63889589,1.49159172 C3.87595751,1.49159172 4.09926955,1.58428281 4.26782037,1.75259657 L4.94652779,2.43154105 C5.00294845,2.48796171 5.08260116,2.5010001 5.15395671,2.46378143 C5.45597321,2.30826901 5.77339872,2.17693687 6.09769902,2.07310388 C6.17545523,2.04892359 6.22168225,1.98515402 6.22168225,1.90360482 L6.22168225,0.944216437 C6.22168225,0.49711822 6.55688738,0.117345502 7.00042967,0.0618730831 C7.66064629,-0.020624361 8.33864253,-0.020624361 8.99885914,0.0618730831 C9.44240143,0.117345502 9.77760657,0.496169973 9.77760657,0.944216437 L9.77760657,1.90360482 C9.77760657,1.98515402 9.82383358,2.04821241 9.90158979,2.07310388 C10.2258901,2.17693687 10.5433156,2.30826901 10.8453321,2.46378143 C10.9166877,2.5010001 10.9963404,2.48796171 11.052761,2.43154105 L11.7314684,1.75259657 C11.9000193,1.58428281 12.1233313,1.49159172 12.3603929,1.49159172 C12.55668,1.49159172 12.7501222,1.55820604 12.9065829,1.67958159 C13.4335709,2.08969819 13.9095906,2.56476968 14.318759,3.09175766 C14.5937505,3.4454536 14.5624583,3.95015779 14.245744,4.26687212 L13.5667995,4.94557954 C13.5094306,5.00294845 13.4973405,5.08094173 13.5345591,5.15300846 C13.6900716,5.45502497 13.8206925,5.77245048 13.9252367,6.09769902 C13.9503652,6.17545523 14.0141348,6.22168225 14.095684,6.22168225 L15.0550724,6.22168225 C15.5021706,6.22168225 15.8819433,6.55688738 15.9374157,7.00042967 C16.0208614,7.66349103 16.0208614,8.33579779 15.9374157,8.99885914 C15.8819433,9.44240143 15.5021706,9.77760657 15.0550724,9.77760657 L14.095684,9.77760657 C14.0141348,9.77760657 13.9510764,9.82383358 13.9261849,9.90158979 C13.8223519,10.2249418 13.6919681,10.5426044 13.5355074,10.8453321 C13.4982887,10.9176359 13.5103789,10.9953921 13.5677478,11.052761 L14.2466922,11.7314684 C14.5634066,12.0481828 14.5946987,12.552887 14.3197072,12.9065829 C13.9095906,13.4335709 13.4345191,13.9086424 12.9075312,14.318759 C12.7520187,14.4401345 12.5576282,14.5067488 12.3611041,14.5067488 C12.1240425,14.5067488 11.9009675,14.4142948 11.7324167,14.245744 L11.0537093,13.5667995 C10.9963404,13.5094306 10.9183471,13.4973405 10.8462804,13.5345591 C10.5433156,13.6900716 10.2258901,13.8216408 9.90158979,13.9252367 C9.82383358,13.9503652 9.77760657,14.0141348 9.77760657,14.095684 L9.77760657,15.0550724 C9.77760657,15.5021706 9.44240143,15.8819433 8.99885914,15.9374157 C8.66815818,15.9791386 8.3320048,16.0004741 7.99964441,16.0004741 Z M5.06979983,12.802987 C5.21037737,12.802987 5.35214022,12.8371238 5.47896819,12.903027 C5.74755901,13.0409968 6.02823997,13.1576312 6.31437334,13.2484258 C6.68466359,13.3669566 6.93286711,13.7076141 6.93286711,14.095684 L6.93286711,15.0550724 C6.93286711,15.145867 6.99853318,15.2207785 7.08932778,15.2319203 C7.69122724,15.3068318 8.30900982,15.3068318 8.91090928,15.2319203 C9.00075563,15.2207785 9.0664217,15.1465782 9.0664217,15.0550724 L9.0664217,14.095684 C9.0664217,13.7076141 9.31462522,13.3669566 9.68491547,13.2484258 C9.9719971,13.1566829 10.2526781,13.0400486 10.5203206,12.903027 C10.8600299,12.7278384 11.2860297,12.7946898 11.556517,13.0649401 L12.2352244,13.7429363 C12.2695983,13.7770732 12.3139289,13.795564 12.3611041,13.795564 C12.3890774,13.795564 12.4305632,13.7891633 12.4713378,13.7576341 C12.9520987,13.3835509 13.3854474,12.9502022 13.7585824,12.4703895 C13.8140548,12.3983228 13.8086024,12.299231 13.7436475,12.2352244 L13.0649401,11.556517 C12.7908968,11.2824737 12.7252308,10.8657194 12.903027,10.5212689 C13.0409968,10.2526781 13.1576312,9.9719971 13.2484258,9.68586372 C13.3669566,9.31462522 13.7076141,9.0664217 14.095684,9.0664217 L15.0550724,9.0664217 C15.145867,9.0664217 15.2207785,9.00075563 15.2319203,8.90996103 C15.3077801,8.30616508 15.3077801,7.69312373 15.2319203,7.08837954 C15.2207785,6.99853318 15.1465782,6.93286711 15.0550724,6.93286711 L14.095684,6.93286711 C13.7076141,6.93286711 13.3669566,6.68466359 13.2484258,6.31437334 C13.1557347,6.02729172 13.0400486,5.74566251 12.903027,5.47896819 C12.7252308,5.13451765 12.7899486,4.71776332 13.0649401,4.44372009 L13.7436475,3.76501267 C13.8086024,3.70005778 13.8140548,3.60096603 13.7585824,3.52984754 C13.3844991,3.04908657 12.9511505,2.61573793 12.4703895,2.24165469 C12.429852,2.21012549 12.3881291,2.20372483 12.3611041,2.20372483 C12.3139289,2.20372483 12.2695983,2.22221564 12.2352244,2.25635251 L11.556517,2.93529699 C11.2860297,3.20554724 10.8600299,3.27239862 10.5212689,3.09721008 C10.2536263,2.95924022 9.9719971,2.84355415 9.68586372,2.75086305 C9.31462522,2.63233224 9.0664217,2.29167469 9.0664217,1.90360482 L9.0664217,0.944216437 C9.0664217,0.853421836 9.00075563,0.778510364 8.90996103,0.767368468 C8.30806158,0.692456996 7.69027899,0.692456996 7.08837954,0.767368468 C6.99853318,0.778510364 6.93286711,0.852710651 6.93286711,0.944216437 L6.93286711,1.90360482 C6.93286711,2.29262294 6.68466359,2.63233224 6.31437334,2.75086305 C6.02729172,2.8426059 5.74661076,2.95924022 5.47896819,3.09626183 C5.13925889,3.27145037 4.71325915,3.204599 4.44277184,2.93434875 L3.76406442,2.25564133 C3.72969049,2.22126739 3.68535996,2.20277658 3.6381847,2.20277658 C3.61021143,2.20277658 3.56943683,2.20917725 3.52889929,2.24070644 C3.04813833,2.61478968 2.61478968,3.04719008 2.24070644,3.52889929 C2.18523402,3.60096603 2.19068644,3.70005778 2.25564133,3.76406442 L2.93434875,4.44277184 C3.20839198,4.71681508 3.27405805,5.13356941 3.09626183,5.47801994 C2.95829197,5.74566251 2.84165765,6.02729172 2.74991481,6.3134251 C2.63233224,6.68466359 2.29167469,6.93286711 1.90360482,6.93286711 L0.944216437,6.93286711 C0.853421836,6.93286711 0.778510364,6.99853318 0.767368468,7.08932778 C0.691508749,7.69407198 0.691508749,8.30616508 0.767368468,8.91090928 C0.778510364,9.00075563 0.852710651,9.0664217 0.944216437,9.0664217 L1.90360482,9.0664217 C2.29167469,9.0664217 2.63233224,9.31462522 2.75086305,9.68491547 C2.8426059,9.9719971 2.95924022,10.2536263 3.09626183,10.5203206 C3.27405805,10.8657194 3.20934023,11.2815255 2.93434875,11.556517 L2.25564133,12.2352244 C2.19068644,12.3001793 2.18523402,12.399271 2.24070644,12.4703895 C2.61478968,12.9511505 3.04813833,13.3844991 3.52889929,13.7576341 C3.56943683,13.7891633 3.61115968,13.795564 3.6381847,13.795564 C3.68535996,13.795564 3.72969049,13.7770732 3.76406442,13.7429363 L4.44277184,13.0639918 C4.6122709,12.895441 4.83439764,12.802987 5.06979983,12.802987 Z M7.99964441,11.0221801 C7.19221253,11.0221801 6.43290415,10.7073622 5.86229683,10.136992 C5.29192657,9.56638466 4.97710874,8.80707629 4.97710874,7.99964441 C4.97710874,7.19221253 5.29192657,6.43290415 5.86229683,5.86229683 C6.43290415,5.29192657 7.19221253,4.97710874 7.99964441,4.97710874 C8.80707629,4.97710874 9.56638466,5.29192657 10.136992,5.86229683 C10.7073622,6.43290415 11.0221801,7.19221253 11.0221801,7.99964441 C11.0221801,8.80707629 10.7073622,9.56638466 10.136992,10.136992 C9.56638466,10.7073622 8.80707629,11.0221801 7.99964441,11.0221801 Z M7.99964441,5.6882936 C7.38209888,5.6882936 6.80129791,5.92914821 6.36510453,6.36510453 C5.92914821,6.80129791 5.6882936,7.38209888 5.6882936,7.99964441 C5.6882936,8.61718993 5.92914821,9.1979909 6.36510453,9.63418429 C6.80129791,10.0701406 7.38209888,10.3109952 7.99964441,10.3109952 C8.61718993,10.3109952 9.1979909,10.0701406 9.63418429,9.63418429 C10.0701406,9.1979909 10.3109952,8.61718993 10.3109952,7.99964441 C10.3109952,7.38209888 10.0701406,6.80129791 9.63418429,6.36510453 C9.1979909,5.92914821 8.61718993,5.6882936 7.99964441,5.6882936 Z' id='Fill-1' stroke='rgb(255, 255, 255)' stroke-width='0.5' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-remove{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-remove.icon-color-danger{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='rgb(169, 68, 66)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-remove.icon-color-success{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='rgb(60, 118, 61)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-remove.icon-color-info{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='%2331708f'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-remove.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='rgb(255, 255, 255)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-remove.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Eclose%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M13.4607437,14.4 C13.2094329,14.4 12.9735659,14.303126 12.7952616,14.1248218 L8.00070199,9.33026215 L3.2047384,14.1248218 C3.0278381,14.303126 2.79056707,14.4 2.5406603,14.4 C2.28934957,14.4 2.05348251,14.303126 1.87517824,14.1248218 C1.69827794,13.9479215 1.6,13.7106504 1.6,13.4607437 C1.6,13.2094329 1.69827794,12.9721619 1.87517824,12.7938576 L6.66973785,7.99929801 L1.87517824,3.2047384 C1.69827794,3.02643413 1.6,2.79056707 1.6,2.53925633 C1.6,2.28934957 1.69827794,2.05207853 1.87517824,1.87377427 C2.05348251,1.69687397 2.28934957,1.6 2.5406603,1.6 C2.79056707,1.6 3.0278381,1.69687397 3.20614237,1.87517824 L8.00070199,6.66973785 L12.7952616,1.87517824 C12.9735659,1.69687397 13.2094329,1.6 13.4607437,1.6 C13.7120544,1.6 13.9479215,1.69687397 14.1262257,1.87517824 C14.303126,2.05207853 14.4,2.28934957 14.4,2.53925633 C14.4,2.79056707 14.303126,3.02643413 14.1262257,3.2047384 L9.33166612,7.99929801 L14.1262257,12.7952616 C14.303126,12.9721619 14.4,13.2094329 14.4,13.4607437 C14.4,13.7106504 14.303126,13.9479215 14.1262257,14.1262257 C13.9479215,14.303126 13.7120544,14.4 13.4607437,14.4' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E %3C/g%3E %3C/svg%3E")}.icon-delete{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edelete%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='delete' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-8' transform='translate(1.600000, 0.000000)' fill='rgb(57, 57, 57)' stroke='rgb(57, 57, 57)' stroke-width='0.3'%3E %3Cpath d='M7.87870476,13.0911238 C7.61051429,13.0911238 7.39260952,12.873219 7.39260952,12.6057905 L7.39260952,4.68579048 C7.39260952,4.4183619 7.61051429,4.20045714 7.87870476,4.20045714 C8.14689524,4.20045714 8.3648,4.4183619 8.3648,4.68579048 L8.3648,12.6057905 C8.3648,12.873219 8.14689524,13.0911238 7.87870476,13.0911238' id='Fill-1'%3E%3C/path%3E %3Cpath d='M4.85790476,13.0911238 C4.58971429,13.0911238 4.37180952,12.873219 4.37180952,12.6057905 L4.37180952,4.68579048 C4.37180952,4.4183619 4.58971429,4.20045714 4.85790476,4.20045714 C5.12609524,4.20045714 5.344,4.4183619 5.344,4.68579048 L5.344,12.6057905 C5.344,12.873219 5.12609524,13.0911238 4.85790476,13.0911238' id='Fill-3'%3E%3C/path%3E %3Cpath d='M4.34361905,2.40015238 L8.17219048,2.40015238 L8.17219048,0.971580952 L4.34361905,0.971580952 L4.34361905,2.40015238 Z M12.4579048,2.40015238 L9.14361905,2.40015238 L9.14361905,0.486247619 C9.14361905,0.218057143 8.92571429,0.000152380952 8.65752381,0.000152380952 L3.85752381,0.000152380952 C3.59009524,0.000152380952 3.37219048,0.218057143 3.37219048,0.486247619 L3.37219048,2.40015238 L0.486095238,2.40015238 C0.217904762,2.40015238 0,2.61805714 0,2.88548571 C0,3.15367619 0.217904762,3.37158095 0.486095238,3.37158095 L12.4579048,3.37158095 C12.7260952,3.37158095 12.944,3.15367619 12.944,2.88548571 C12.944,2.61805714 12.7260952,2.40015238 12.4579048,2.40015238 L12.4579048,2.40015238 Z' id='Fill-5'%3E%3C/path%3E %3Cpath d='M2.89958095,15.771581 C1.99900952,15.771581 1.3719619,14.8832 1.3719619,14.0862476 L1.3719619,4.68586667 C1.3719619,4.4184381 1.58986667,4.19977143 1.85805714,4.19977143 C2.12548571,4.19977143 2.34415238,4.4184381 2.34415238,4.68586667 L2.34415238,14.0862476 C2.34415238,14.3978667 2.61310476,14.8001524 2.89958095,14.8001524 L9.65767619,14.8001524 C9.96472381,14.8001524 10.3723429,14.3925333 10.3723429,14.0862476 L10.3723429,4.68586667 C10.3723429,4.4184381 10.5902476,4.19977143 10.8576762,4.19977143 C11.1258667,4.19977143 11.3437714,4.4184381 11.3437714,4.68586667 L11.3437714,14.0862476 C11.3437714,14.9365333 10.5087238,15.771581 9.65767619,15.771581 L2.89958095,15.771581 Z' id='Fill-7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-delete.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edelete%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='delete' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-8' transform='translate(1.600000, 0.000000)' fill='rgb(0, 106, 219)' stroke='rgb(0, 106, 219)' stroke-width='0.3'%3E %3Cpath d='M7.87870476,13.0911238 C7.61051429,13.0911238 7.39260952,12.873219 7.39260952,12.6057905 L7.39260952,4.68579048 C7.39260952,4.4183619 7.61051429,4.20045714 7.87870476,4.20045714 C8.14689524,4.20045714 8.3648,4.4183619 8.3648,4.68579048 L8.3648,12.6057905 C8.3648,12.873219 8.14689524,13.0911238 7.87870476,13.0911238' id='Fill-1'%3E%3C/path%3E %3Cpath d='M4.85790476,13.0911238 C4.58971429,13.0911238 4.37180952,12.873219 4.37180952,12.6057905 L4.37180952,4.68579048 C4.37180952,4.4183619 4.58971429,4.20045714 4.85790476,4.20045714 C5.12609524,4.20045714 5.344,4.4183619 5.344,4.68579048 L5.344,12.6057905 C5.344,12.873219 5.12609524,13.0911238 4.85790476,13.0911238' id='Fill-3'%3E%3C/path%3E %3Cpath d='M4.34361905,2.40015238 L8.17219048,2.40015238 L8.17219048,0.971580952 L4.34361905,0.971580952 L4.34361905,2.40015238 Z M12.4579048,2.40015238 L9.14361905,2.40015238 L9.14361905,0.486247619 C9.14361905,0.218057143 8.92571429,0.000152380952 8.65752381,0.000152380952 L3.85752381,0.000152380952 C3.59009524,0.000152380952 3.37219048,0.218057143 3.37219048,0.486247619 L3.37219048,2.40015238 L0.486095238,2.40015238 C0.217904762,2.40015238 0,2.61805714 0,2.88548571 C0,3.15367619 0.217904762,3.37158095 0.486095238,3.37158095 L12.4579048,3.37158095 C12.7260952,3.37158095 12.944,3.15367619 12.944,2.88548571 C12.944,2.61805714 12.7260952,2.40015238 12.4579048,2.40015238 L12.4579048,2.40015238 Z' id='Fill-5'%3E%3C/path%3E %3Cpath d='M2.89958095,15.771581 C1.99900952,15.771581 1.3719619,14.8832 1.3719619,14.0862476 L1.3719619,4.68586667 C1.3719619,4.4184381 1.58986667,4.19977143 1.85805714,4.19977143 C2.12548571,4.19977143 2.34415238,4.4184381 2.34415238,4.68586667 L2.34415238,14.0862476 C2.34415238,14.3978667 2.61310476,14.8001524 2.89958095,14.8001524 L9.65767619,14.8001524 C9.96472381,14.8001524 10.3723429,14.3925333 10.3723429,14.0862476 L10.3723429,4.68586667 C10.3723429,4.4184381 10.5902476,4.19977143 10.8576762,4.19977143 C11.1258667,4.19977143 11.3437714,4.4184381 11.3437714,4.68586667 L11.3437714,14.0862476 C11.3437714,14.9365333 10.5087238,15.771581 9.65767619,15.771581 L2.89958095,15.771581 Z' id='Fill-7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-delete.icon-color-danger{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edelete%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='delete' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-8' transform='translate(1.600000, 0.000000)' fill='rgb(169, 68, 66)' stroke='rgb(169, 68, 66)' stroke-width='0.3'%3E %3Cpath d='M7.87870476,13.0911238 C7.61051429,13.0911238 7.39260952,12.873219 7.39260952,12.6057905 L7.39260952,4.68579048 C7.39260952,4.4183619 7.61051429,4.20045714 7.87870476,4.20045714 C8.14689524,4.20045714 8.3648,4.4183619 8.3648,4.68579048 L8.3648,12.6057905 C8.3648,12.873219 8.14689524,13.0911238 7.87870476,13.0911238' id='Fill-1'%3E%3C/path%3E %3Cpath d='M4.85790476,13.0911238 C4.58971429,13.0911238 4.37180952,12.873219 4.37180952,12.6057905 L4.37180952,4.68579048 C4.37180952,4.4183619 4.58971429,4.20045714 4.85790476,4.20045714 C5.12609524,4.20045714 5.344,4.4183619 5.344,4.68579048 L5.344,12.6057905 C5.344,12.873219 5.12609524,13.0911238 4.85790476,13.0911238' id='Fill-3'%3E%3C/path%3E %3Cpath d='M4.34361905,2.40015238 L8.17219048,2.40015238 L8.17219048,0.971580952 L4.34361905,0.971580952 L4.34361905,2.40015238 Z M12.4579048,2.40015238 L9.14361905,2.40015238 L9.14361905,0.486247619 C9.14361905,0.218057143 8.92571429,0.000152380952 8.65752381,0.000152380952 L3.85752381,0.000152380952 C3.59009524,0.000152380952 3.37219048,0.218057143 3.37219048,0.486247619 L3.37219048,2.40015238 L0.486095238,2.40015238 C0.217904762,2.40015238 0,2.61805714 0,2.88548571 C0,3.15367619 0.217904762,3.37158095 0.486095238,3.37158095 L12.4579048,3.37158095 C12.7260952,3.37158095 12.944,3.15367619 12.944,2.88548571 C12.944,2.61805714 12.7260952,2.40015238 12.4579048,2.40015238 L12.4579048,2.40015238 Z' id='Fill-5'%3E%3C/path%3E %3Cpath d='M2.89958095,15.771581 C1.99900952,15.771581 1.3719619,14.8832 1.3719619,14.0862476 L1.3719619,4.68586667 C1.3719619,4.4184381 1.58986667,4.19977143 1.85805714,4.19977143 C2.12548571,4.19977143 2.34415238,4.4184381 2.34415238,4.68586667 L2.34415238,14.0862476 C2.34415238,14.3978667 2.61310476,14.8001524 2.89958095,14.8001524 L9.65767619,14.8001524 C9.96472381,14.8001524 10.3723429,14.3925333 10.3723429,14.0862476 L10.3723429,4.68586667 C10.3723429,4.4184381 10.5902476,4.19977143 10.8576762,4.19977143 C11.1258667,4.19977143 11.3437714,4.4184381 11.3437714,4.68586667 L11.3437714,14.0862476 C11.3437714,14.9365333 10.5087238,15.771581 9.65767619,15.771581 L2.89958095,15.771581 Z' id='Fill-7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-delete.icon-color-disabled{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edelete%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='delete' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-8' transform='translate(1.600000, 0.000000)' fill='rgb(103, 103, 103)' stroke='rgb(103, 103, 103)' stroke-width='0.3'%3E %3Cpath d='M7.87870476,13.0911238 C7.61051429,13.0911238 7.39260952,12.873219 7.39260952,12.6057905 L7.39260952,4.68579048 C7.39260952,4.4183619 7.61051429,4.20045714 7.87870476,4.20045714 C8.14689524,4.20045714 8.3648,4.4183619 8.3648,4.68579048 L8.3648,12.6057905 C8.3648,12.873219 8.14689524,13.0911238 7.87870476,13.0911238' id='Fill-1'%3E%3C/path%3E %3Cpath d='M4.85790476,13.0911238 C4.58971429,13.0911238 4.37180952,12.873219 4.37180952,12.6057905 L4.37180952,4.68579048 C4.37180952,4.4183619 4.58971429,4.20045714 4.85790476,4.20045714 C5.12609524,4.20045714 5.344,4.4183619 5.344,4.68579048 L5.344,12.6057905 C5.344,12.873219 5.12609524,13.0911238 4.85790476,13.0911238' id='Fill-3'%3E%3C/path%3E %3Cpath d='M4.34361905,2.40015238 L8.17219048,2.40015238 L8.17219048,0.971580952 L4.34361905,0.971580952 L4.34361905,2.40015238 Z M12.4579048,2.40015238 L9.14361905,2.40015238 L9.14361905,0.486247619 C9.14361905,0.218057143 8.92571429,0.000152380952 8.65752381,0.000152380952 L3.85752381,0.000152380952 C3.59009524,0.000152380952 3.37219048,0.218057143 3.37219048,0.486247619 L3.37219048,2.40015238 L0.486095238,2.40015238 C0.217904762,2.40015238 0,2.61805714 0,2.88548571 C0,3.15367619 0.217904762,3.37158095 0.486095238,3.37158095 L12.4579048,3.37158095 C12.7260952,3.37158095 12.944,3.15367619 12.944,2.88548571 C12.944,2.61805714 12.7260952,2.40015238 12.4579048,2.40015238 L12.4579048,2.40015238 Z' id='Fill-5'%3E%3C/path%3E %3Cpath d='M2.89958095,15.771581 C1.99900952,15.771581 1.3719619,14.8832 1.3719619,14.0862476 L1.3719619,4.68586667 C1.3719619,4.4184381 1.58986667,4.19977143 1.85805714,4.19977143 C2.12548571,4.19977143 2.34415238,4.4184381 2.34415238,4.68586667 L2.34415238,14.0862476 C2.34415238,14.3978667 2.61310476,14.8001524 2.89958095,14.8001524 L9.65767619,14.8001524 C9.96472381,14.8001524 10.3723429,14.3925333 10.3723429,14.0862476 L10.3723429,4.68586667 C10.3723429,4.4184381 10.5902476,4.19977143 10.8576762,4.19977143 C11.1258667,4.19977143 11.3437714,4.4184381 11.3437714,4.68586667 L11.3437714,14.0862476 C11.3437714,14.9365333 10.5087238,15.771581 9.65767619,15.771581 L2.89958095,15.771581 Z' id='Fill-7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-delete.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edelete%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='delete' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-8' transform='translate(1.600000, 0.000000)' fill='rgb(255, 255, 255)' stroke='rgb(255, 255, 255)' stroke-width='0.3'%3E %3Cpath d='M7.87870476,13.0911238 C7.61051429,13.0911238 7.39260952,12.873219 7.39260952,12.6057905 L7.39260952,4.68579048 C7.39260952,4.4183619 7.61051429,4.20045714 7.87870476,4.20045714 C8.14689524,4.20045714 8.3648,4.4183619 8.3648,4.68579048 L8.3648,12.6057905 C8.3648,12.873219 8.14689524,13.0911238 7.87870476,13.0911238' id='Fill-1'%3E%3C/path%3E %3Cpath d='M4.85790476,13.0911238 C4.58971429,13.0911238 4.37180952,12.873219 4.37180952,12.6057905 L4.37180952,4.68579048 C4.37180952,4.4183619 4.58971429,4.20045714 4.85790476,4.20045714 C5.12609524,4.20045714 5.344,4.4183619 5.344,4.68579048 L5.344,12.6057905 C5.344,12.873219 5.12609524,13.0911238 4.85790476,13.0911238' id='Fill-3'%3E%3C/path%3E %3Cpath d='M4.34361905,2.40015238 L8.17219048,2.40015238 L8.17219048,0.971580952 L4.34361905,0.971580952 L4.34361905,2.40015238 Z M12.4579048,2.40015238 L9.14361905,2.40015238 L9.14361905,0.486247619 C9.14361905,0.218057143 8.92571429,0.000152380952 8.65752381,0.000152380952 L3.85752381,0.000152380952 C3.59009524,0.000152380952 3.37219048,0.218057143 3.37219048,0.486247619 L3.37219048,2.40015238 L0.486095238,2.40015238 C0.217904762,2.40015238 0,2.61805714 0,2.88548571 C0,3.15367619 0.217904762,3.37158095 0.486095238,3.37158095 L12.4579048,3.37158095 C12.7260952,3.37158095 12.944,3.15367619 12.944,2.88548571 C12.944,2.61805714 12.7260952,2.40015238 12.4579048,2.40015238 L12.4579048,2.40015238 Z' id='Fill-5'%3E%3C/path%3E %3Cpath d='M2.89958095,15.771581 C1.99900952,15.771581 1.3719619,14.8832 1.3719619,14.0862476 L1.3719619,4.68586667 C1.3719619,4.4184381 1.58986667,4.19977143 1.85805714,4.19977143 C2.12548571,4.19977143 2.34415238,4.4184381 2.34415238,4.68586667 L2.34415238,14.0862476 C2.34415238,14.3978667 2.61310476,14.8001524 2.89958095,14.8001524 L9.65767619,14.8001524 C9.96472381,14.8001524 10.3723429,14.3925333 10.3723429,14.0862476 L10.3723429,4.68586667 C10.3723429,4.4184381 10.5902476,4.19977143 10.8576762,4.19977143 C11.1258667,4.19977143 11.3437714,4.4184381 11.3437714,4.68586667 L11.3437714,14.0862476 C11.3437714,14.9365333 10.5087238,15.771581 9.65767619,15.771581 L2.89958095,15.771581 Z' id='Fill-7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}a.icon-hover-primary:hover.icon-delete,a:hover>.icon-hover-primary.icon-delete,.icon-delete.icon-hover-primary:hover.icon-delete,.icon-delete:hover>.icon-hover-primary.icon-delete{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Edelete%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='delete' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-8' transform='translate(1.600000, 0.000000)' fill='rgb(0, 81, 169)' stroke='rgb(0, 81, 169)' stroke-width='0.3'%3E %3Cpath d='M7.87870476,13.0911238 C7.61051429,13.0911238 7.39260952,12.873219 7.39260952,12.6057905 L7.39260952,4.68579048 C7.39260952,4.4183619 7.61051429,4.20045714 7.87870476,4.20045714 C8.14689524,4.20045714 8.3648,4.4183619 8.3648,4.68579048 L8.3648,12.6057905 C8.3648,12.873219 8.14689524,13.0911238 7.87870476,13.0911238' id='Fill-1'%3E%3C/path%3E %3Cpath d='M4.85790476,13.0911238 C4.58971429,13.0911238 4.37180952,12.873219 4.37180952,12.6057905 L4.37180952,4.68579048 C4.37180952,4.4183619 4.58971429,4.20045714 4.85790476,4.20045714 C5.12609524,4.20045714 5.344,4.4183619 5.344,4.68579048 L5.344,12.6057905 C5.344,12.873219 5.12609524,13.0911238 4.85790476,13.0911238' id='Fill-3'%3E%3C/path%3E %3Cpath d='M4.34361905,2.40015238 L8.17219048,2.40015238 L8.17219048,0.971580952 L4.34361905,0.971580952 L4.34361905,2.40015238 Z M12.4579048,2.40015238 L9.14361905,2.40015238 L9.14361905,0.486247619 C9.14361905,0.218057143 8.92571429,0.000152380952 8.65752381,0.000152380952 L3.85752381,0.000152380952 C3.59009524,0.000152380952 3.37219048,0.218057143 3.37219048,0.486247619 L3.37219048,2.40015238 L0.486095238,2.40015238 C0.217904762,2.40015238 0,2.61805714 0,2.88548571 C0,3.15367619 0.217904762,3.37158095 0.486095238,3.37158095 L12.4579048,3.37158095 C12.7260952,3.37158095 12.944,3.15367619 12.944,2.88548571 C12.944,2.61805714 12.7260952,2.40015238 12.4579048,2.40015238 L12.4579048,2.40015238 Z' id='Fill-5'%3E%3C/path%3E %3Cpath d='M2.89958095,15.771581 C1.99900952,15.771581 1.3719619,14.8832 1.3719619,14.0862476 L1.3719619,4.68586667 C1.3719619,4.4184381 1.58986667,4.19977143 1.85805714,4.19977143 C2.12548571,4.19977143 2.34415238,4.4184381 2.34415238,4.68586667 L2.34415238,14.0862476 C2.34415238,14.3978667 2.61310476,14.8001524 2.89958095,14.8001524 L9.65767619,14.8001524 C9.96472381,14.8001524 10.3723429,14.3925333 10.3723429,14.0862476 L10.3723429,4.68586667 C10.3723429,4.4184381 10.5902476,4.19977143 10.8576762,4.19977143 C11.1258667,4.19977143 11.3437714,4.4184381 11.3437714,4.68586667 L11.3437714,14.0862476 C11.3437714,14.9365333 10.5087238,15.771581 9.65767619,15.771581 L2.89958095,15.771581 Z' id='Fill-7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E")}.icon-lock{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Password' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' transform='translate(1.000000, 0.000000)' fill='rgb(57, 57, 57)'%3E%3Cpath d='M5.972,11.2601 C5.972,10.8841 6.266,10.5901 6.642,10.5901 C7.018,10.5901 7.312,10.8841 7.312,11.2601 C7.312,11.6361 7.018,11.9311 6.642,11.9311 C6.266,11.9311 5.972,11.6361 5.972,11.2601 L5.972,11.2601 Z M6.642,12.8991 C7.546,12.8991 8.281,12.1641 8.281,11.2601 C8.281,10.3571 7.546,9.6211 6.642,9.6211 C5.739,9.6211 5.004,10.3571 5.004,11.2601 C5.004,12.1641 5.739,12.8991 6.642,12.8991 L6.642,12.8991 Z M1.257,7.5111 L12.028,7.5111 C12.187,7.5111 12.316,7.6401 12.316,7.7991 L12.316,14.7221 C12.316,14.8811 12.187,15.0101 12.028,15.0101 L1.257,15.0101 C1.097,15.0101 0.969,14.8811 0.969,14.7221 L0.969,7.7991 C0.969,7.6401 1.097,7.5111 1.257,7.5111 L1.257,7.5111 Z M3.278,6.5431 L3.278,4.3331 C3.278,2.4781 4.787,0.9681 6.642,0.9681 C8.497,0.9681 10.007,2.4781 10.007,4.3331 L10.007,6.5431 L3.278,6.5431 Z M12.031,6.5431 L10.975,6.5431 L10.975,4.3331 C10.975,1.9441 9.032,0.0001 6.642,0.0001 C4.253,0.0001 2.309,1.9441 2.309,4.3331 L2.309,6.5431 L1.254,6.5431 C0.563,6.5431 0,7.1051 0,7.7971 L0,14.7241 C0,15.4161 0.563,15.9781 1.254,15.9781 L12.031,15.9781 C12.722,15.9781 13.284,15.4161 13.284,14.7241 L13.284,7.7971 C13.284,7.1051 12.722,6.5431 12.031,6.5431 L12.031,6.5431 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-lock-person{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='lock-person' clip-path='url(%23clip0_2697_57152)'%3E%3Cpath d='M11.7115 12.25C12.032 12.25 12.3046 12.1379 12.5292 11.9138C12.7533 11.6892 12.8654 11.4167 12.8654 11.0961C12.8654 10.7756 12.7533 10.5031 12.5292 10.2785C12.3046 10.0544 12.032 9.9423 11.7115 9.9423C11.391 9.9423 11.1185 10.0544 10.8938 10.2785C10.6697 10.5031 10.5577 10.7756 10.5577 11.0961C10.5577 11.4167 10.6697 11.6892 10.8938 11.9138C11.1185 12.1379 11.391 12.25 11.7115 12.25ZM11.7115 14.5577C12.0961 14.5577 12.4551 14.4679 12.7885 14.2885C13.1218 14.1089 13.3974 13.859 13.6154 13.5385C13.3205 13.359 13.0128 13.2277 12.6923 13.1446C12.3718 13.061 12.0449 13.0192 11.7115 13.0192C11.3782 13.0192 11.0513 13.061 10.7308 13.1446C10.4103 13.2277 10.1026 13.359 9.80769 13.5385C10.0256 13.859 10.3013 14.1089 10.6346 14.2885C10.968 14.4679 11.3269 14.5577 11.7115 14.5577ZM5.07692 5.61538H9.69231V4.07692C9.69231 3.4359 9.46795 2.89103 9.01923 2.44231C8.57051 1.99359 8.02564 1.76923 7.38462 1.76923C6.74359 1.76923 6.19872 1.99359 5.75001 2.44231C5.30128 2.89103 5.07692 3.4359 5.07692 4.07692V5.61538ZM7.90385 14.8462H3.24999C2.89103 14.8462 2.59308 14.7278 2.35615 14.4908C2.11872 14.2533 2 13.9551 2 13.5962V6.86538C2 6.50641 2.11872 6.20821 2.35615 5.97077C2.59308 5.73385 2.89103 5.61538 3.24999 5.61538H4.30769V4.07692C4.30769 3.21794 4.6059 2.49025 5.20231 1.89385C5.7982 1.29795 6.52564 1 7.38462 1C8.24359 1 8.97129 1.29795 9.56769 1.89385C10.1636 2.49025 10.4615 3.21794 10.4615 4.07692V5.61538H11.5192C11.8782 5.61538 12.1764 5.73385 12.4138 5.97077C12.6508 6.20821 12.7692 6.50641 12.7692 6.86538V7.76923C12.6667 7.73077 12.5482 7.70206 12.4138 7.68308C12.279 7.66359 12.141 7.65385 12 7.65385V6.86538C12 6.72436 11.9551 6.60897 11.8654 6.51924C11.7756 6.42949 11.6603 6.38462 11.5192 6.38462H3.24999C3.10897 6.38462 2.99359 6.42949 2.90385 6.51924C2.8141 6.60897 2.76923 6.72436 2.76923 6.86538V13.5962C2.76923 13.7372 2.8141 13.8526 2.90385 13.9423C2.99359 14.032 3.10897 14.0769 3.24999 14.0769H7.5C7.53846 14.2308 7.58975 14.3687 7.65385 14.4908C7.71794 14.6123 7.80128 14.7307 7.90385 14.8462ZM11.7115 15.3269C10.8526 15.3269 10.1251 15.0256 9.52923 14.423C8.93282 13.8206 8.63461 13.0961 8.63461 12.25C8.63461 11.391 8.93282 10.6633 9.52923 10.0669C10.1251 9.47103 10.8526 9.17307 11.7115 9.17307C12.5577 9.17307 13.2821 9.47103 13.8846 10.0669C14.4871 10.6633 14.7884 11.391 14.7884 12.25C14.7884 13.0961 14.4871 13.8206 13.8846 14.423C13.2821 15.0256 12.5577 15.3269 11.7115 15.3269Z' fill='rgb(57, 57, 57)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2697_57152'%3E%3Crect width='16px' height='16px' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon-chat{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Chat' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M14.8224895,3.60383815 C14.7801734,2.12561102 13.4858559,0.960716989 11.9302873,1.00093465 L3.72246178,1.21296381 C2.16636022,1.25328278 0.94121936,2.48331524 0.983535431,3.96144107 L1.14246052,9.51806361 C1.18147232,10.8798925 2.28925802,11.9786351 3.68494224,12.1037454 L3.75934178,14.9999238 L6.40702743,12.0574495 L12.2423816,11.9067093 C13.7962448,11.8664916 15.0236241,10.634737 14.9814146,9.15883983 L14.8224895,3.60383815 Z' id='Path' stroke='rgb(57, 57, 57)' transform='translate(7.982471, 7.999924) rotate(1.000000) translate(-7.982471, -7.999924) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-heart{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='heart' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8.0001764,15.0137214 C6.43029655,11.8466041 1.00007615,9.60561369 1.00007615,4.85816463 C1.00007615,4.72370951 1.00649201,4.59076028 1.01912323,4.45910183 C1.20498256,2.48831241 2.75581534,0.951221441 4.64147561,0.951221441 C6.15301126,0.951221441 7.44881375,1.93844474 8.0001764,3.34538315 C8.55133856,1.93844474 9.84714104,0.951221441 11.3586767,0.951221441 C13.244337,0.951221441 14.7943678,2.48831241 14.9810291,4.45910183 C14.9936603,4.59076028 15.0000762,4.72370951 15.0000762,4.85816463 C15.0000762,9.6064742 9.56985575,11.8474646 8.0001764,15.0137214 L8.0001764,15.0137214 Z' id='Path' stroke='rgb(57, 57, 57)' transform='translate(8.000076, 7.982471) rotate(1.000000) translate(-8.000076, -7.982471) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-heart.icon-color-red{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='heart' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8.0001764,15.0137214 C6.43029655,11.8466041 1.00007615,9.60561369 1.00007615,4.85816463 C1.00007615,4.72370951 1.00649201,4.59076028 1.01912323,4.45910183 C1.20498256,2.48831241 2.75581534,0.951221441 4.64147561,0.951221441 C6.15301126,0.951221441 7.44881375,1.93844474 8.0001764,3.34538315 C8.55133856,1.93844474 9.84714104,0.951221441 11.3586767,0.951221441 C13.244337,0.951221441 14.7943678,2.48831241 14.9810291,4.45910183 C14.9936603,4.59076028 15.0000762,4.72370951 15.0000762,4.85816463 C15.0000762,9.6064742 9.56985575,11.8474646 8.0001764,15.0137214 L8.0001764,15.0137214 Z' id='Path' stroke='rgb(195, 64, 64)' transform='translate(8.000076, 7.982471) rotate(1.000000) translate(-8.000076, -7.982471) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-flag{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Flag' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.58484387,2.5270881 C5.32040598,2.5270881 5.1050942,2.73455337 5.1050942,2.98935446 L5.1050942,7.27488702 C5.1050942,7.52968811 5.32040598,7.73715338 5.58484387,7.73715338 L12.4868186,7.73715338 L10.2448523,5.22991687 C10.1950777,5.17414495 10.1950777,5.09009652 10.2448523,5.03416839 L12.4868186,2.5270881 L5.58484387,2.5270881 Z M4.46969746,15 C4.21060994,15 4,14.7970652 4,14.5474195 L4,1.45273671 C4,1.203091 4.21060994,1 4.46969746,1 C4.72894711,1 4.93971919,1.203091 4.93971919,1.45289293 L4.93971919,1.60911678 L5.10185155,1.61520951 L13.525925,1.61520951 C13.818736,1.61520951 14,1.85282598 14,2.07294538 C14,2.1582436 13.9738967,2.24229203 13.9246085,2.31649835 L11.6766432,4.83029627 C11.5227796,5.00245495 11.5227796,5.26194276 11.6768053,5.43394521 L13.9244463,7.9475869 C13.9737346,8.02179323 13.9998379,8.10584166 13.9998379,8.1912961 C13.9998379,8.4114155 13.8185739,8.64918819 13.5257628,8.64918819 L4.93971919,8.64918819 L4.93971919,14.5474195 C4.93971919,14.7970652 4.72894711,15 4.46969746,15 L4.46969746,15 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-flag.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Flag' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.58484387,2.5270881 C5.32040598,2.5270881 5.1050942,2.73455337 5.1050942,2.98935446 L5.1050942,7.27488702 C5.1050942,7.52968811 5.32040598,7.73715338 5.58484387,7.73715338 L12.4868186,7.73715338 L10.2448523,5.22991687 C10.1950777,5.17414495 10.1950777,5.09009652 10.2448523,5.03416839 L12.4868186,2.5270881 L5.58484387,2.5270881 Z M4.46969746,15 C4.21060994,15 4,14.7970652 4,14.5474195 L4,1.45273671 C4,1.203091 4.21060994,1 4.46969746,1 C4.72894711,1 4.93971919,1.203091 4.93971919,1.45289293 L4.93971919,1.60911678 L5.10185155,1.61520951 L13.525925,1.61520951 C13.818736,1.61520951 14,1.85282598 14,2.07294538 C14,2.1582436 13.9738967,2.24229203 13.9246085,2.31649835 L11.6766432,4.83029627 C11.5227796,5.00245495 11.5227796,5.26194276 11.6768053,5.43394521 L13.9244463,7.9475869 C13.9737346,8.02179323 13.9998379,8.10584166 13.9998379,8.1912961 C13.9998379,8.4114155 13.8185739,8.64918819 13.5257628,8.64918819 L4.93971919,8.64918819 L4.93971919,14.5474195 C4.93971919,14.7970652 4.72894711,15 4.46969746,15 L4.46969746,15 Z' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-eye{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Eyeball' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='noun_Eye_2037681' transform='translate(0.000000, 3.000000)' fill='rgb(57, 57, 57)' fill-rule='nonzero'%3E%3Cpath d='M15.8748377,4.45510068 C15.7401268,4.27624627 12.3218377,0 7.99425,0 C3.66666232,0 0.248373223,4.27624627 0.113662322,4.45510068 C-0.0378874408,4.65021458 -0.0378874408,4.92662593 0.113662322,5.12173983 C0.248373223,5.31685373 3.66666232,9.5931 7.99425,9.5931 C12.3218377,9.5931 15.7401268,5.31685373 15.8748377,5.13799932 C16.0263874,4.92662593 16.0263874,4.66647407 15.8748377,4.45510068 Z M7.99425,8.47119508 C4.89589929,8.47119508 2.18484242,5.75586 1.32606043,4.79655 C2.18484242,3.82098051 4.87906043,1.12190492 7.99425,1.12190492 C11.0926007,1.12190492 13.8036576,3.83724 14.6624396,4.79655 C13.8036576,5.77211949 11.1094396,8.47119508 7.99425,8.47119508 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.99425,2.1318 C6.52522115,2.1318 5.3295,3.32752115 5.3295,4.79655 C5.3295,6.26557885 6.52522115,7.4613 7.99425,7.4613 C9.46327885,7.4613 10.659,6.26557885 10.659,4.79655 C10.659,3.32752115 9.46327885,2.1318 7.99425,2.1318 Z M7.99425,6.28266058 C7.17432692,6.28266058 6.50813942,5.61647308 6.50813942,4.79655 C6.50813942,3.97662692 7.17432692,3.31043942 7.99425,3.31043942 C8.81417308,3.31043942 9.48036058,3.97662692 9.48036058,4.79655 C9.48036058,5.61647308 8.81417308,6.28266058 7.99425,6.28266058 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-eye.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Eyeball' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='noun_Eye_2037681' transform='translate(0.000000, 3.000000)' fill='rgb(0, 106, 219)' fill-rule='nonzero'%3E%3Cpath d='M15.8748377,4.45510068 C15.7401268,4.27624627 12.3218377,0 7.99425,0 C3.66666232,0 0.248373223,4.27624627 0.113662322,4.45510068 C-0.0378874408,4.65021458 -0.0378874408,4.92662593 0.113662322,5.12173983 C0.248373223,5.31685373 3.66666232,9.5931 7.99425,9.5931 C12.3218377,9.5931 15.7401268,5.31685373 15.8748377,5.13799932 C16.0263874,4.92662593 16.0263874,4.66647407 15.8748377,4.45510068 Z M7.99425,8.47119508 C4.89589929,8.47119508 2.18484242,5.75586 1.32606043,4.79655 C2.18484242,3.82098051 4.87906043,1.12190492 7.99425,1.12190492 C11.0926007,1.12190492 13.8036576,3.83724 14.6624396,4.79655 C13.8036576,5.77211949 11.1094396,8.47119508 7.99425,8.47119508 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.99425,2.1318 C6.52522115,2.1318 5.3295,3.32752115 5.3295,4.79655 C5.3295,6.26557885 6.52522115,7.4613 7.99425,7.4613 C9.46327885,7.4613 10.659,6.26557885 10.659,4.79655 C10.659,3.32752115 9.46327885,2.1318 7.99425,2.1318 Z M7.99425,6.28266058 C7.17432692,6.28266058 6.50813942,5.61647308 6.50813942,4.79655 C6.50813942,3.97662692 7.17432692,3.31043942 7.99425,3.31043942 C8.81417308,3.31043942 9.48036058,3.97662692 9.48036058,4.79655 C9.48036058,5.61647308 8.81417308,6.28266058 7.99425,6.28266058 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-eye.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Eyeball' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='noun_Eye_2037681' transform='translate(0.000000, 3.000000)' fill='rgb(255, 255, 255)' fill-rule='nonzero'%3E%3Cpath d='M15.8748377,4.45510068 C15.7401268,4.27624627 12.3218377,0 7.99425,0 C3.66666232,0 0.248373223,4.27624627 0.113662322,4.45510068 C-0.0378874408,4.65021458 -0.0378874408,4.92662593 0.113662322,5.12173983 C0.248373223,5.31685373 3.66666232,9.5931 7.99425,9.5931 C12.3218377,9.5931 15.7401268,5.31685373 15.8748377,5.13799932 C16.0263874,4.92662593 16.0263874,4.66647407 15.8748377,4.45510068 Z M7.99425,8.47119508 C4.89589929,8.47119508 2.18484242,5.75586 1.32606043,4.79655 C2.18484242,3.82098051 4.87906043,1.12190492 7.99425,1.12190492 C11.0926007,1.12190492 13.8036576,3.83724 14.6624396,4.79655 C13.8036576,5.77211949 11.1094396,8.47119508 7.99425,8.47119508 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.99425,2.1318 C6.52522115,2.1318 5.3295,3.32752115 5.3295,4.79655 C5.3295,6.26557885 6.52522115,7.4613 7.99425,7.4613 C9.46327885,7.4613 10.659,6.26557885 10.659,4.79655 C10.659,3.32752115 9.46327885,2.1318 7.99425,2.1318 Z M7.99425,6.28266058 C7.17432692,6.28266058 6.50813942,5.61647308 6.50813942,4.79655 C6.50813942,3.97662692 7.17432692,3.31043942 7.99425,3.31043942 C8.81417308,3.31043942 9.48036058,3.97662692 9.48036058,4.79655 C9.48036058,5.61647308 8.81417308,6.28266058 7.99425,6.28266058 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-click{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Click' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='noun_mouse-cursor_1494288' fill='rgb(57, 57, 57)' fill-rule='nonzero'%3E%3Cpath d='M5.35,15.3 L7.95,10.425 L11.025,13.525 L13.525,11.025 L10.425,7.95 L15.3,5.35 L0.05,0.05 L5.35,15.3 Z M8.775,7.7 L12.1,11.025 L11.025,12.1 L7.7,8.775 L5.55,12.825 L1.65,1.65 L12.825,5.55 L8.775,7.7 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-click.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Click' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='noun_mouse-cursor_1494288' fill='rgb(0, 106, 219)' fill-rule='nonzero'%3E%3Cpath d='M5.35,15.3 L7.95,10.425 L11.025,13.525 L13.525,11.025 L10.425,7.95 L15.3,5.35 L0.05,0.05 L5.35,15.3 Z M8.775,7.7 L12.1,11.025 L11.025,12.1 L7.7,8.775 L5.55,12.825 L1.65,1.65 L12.825,5.55 L8.775,7.7 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-gbp{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='GMB' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-4' transform='translate(1.600000, 3.200000)' fill='rgb(57, 57, 57)'%3E%3Cg id='Group-3'%3E%3Cpath d='M11.1888107,5.96925902 L6.649856,5.96925902 C6.48901333,5.96925902 6.35790933,6.09167213 6.35790933,6.24358033 L6.35790933,8.99207869 C6.35790933,9.14330492 6.488288,9.26657049 6.649856,9.26657049 L11.1888107,9.26657049 C11.3496533,9.26657049 11.480576,9.14398689 11.480576,8.99207869 L11.480576,6.24358033 C11.480032,6.09167213 11.3496533,5.96925902 11.1888107,5.96925902 Z M10.8970453,8.71775738 L6.940896,8.71775738 L6.940896,6.51790164 L10.89632,6.51790164 L10.89632,8.71775738 L10.8970453,8.71775738 Z' id='Fill-1'%3E%3C/path%3E%3Cpath d='M13.4442347,2.67723279 L12.1968427,1.48055082 L12.1968427,0.283698361 C12.1968427,0.132472131 12.066464,0.00937704918 11.904896,0.00937704918 L1.69437867,0.00937704918 C1.533536,0.00937704918 1.402432,0.131790164 1.402432,0.283698361 L1.402432,1.48055082 L0.15504,2.67723279 C0.101909333,2.72855082 0.0716266667,2.79708852 0.0716266667,2.86903607 L0.0716266667,3.91261639 C0.0716266667,4.44949508 0.376085333,4.92022295 0.830869333,5.18073443 L0.830869333,10.1163016 C0.830869333,10.2675279 0.961248,10.390623 1.12263467,10.390623 L2.593248,10.390623 C2.59469867,10.390623 2.595968,10.389941 2.59741867,10.389941 C2.59886933,10.389941 2.60032,10.390623 2.60177067,10.390623 C2.762432,10.390623 2.893536,10.2682098 2.893536,10.1163016 L2.893536,6.51790164 L4.98376533,6.51790164 L4.98376533,10.1169836 C4.98376533,10.2682098 5.114144,10.3913049 5.275712,10.3913049 L12.4171627,10.3913049 C12.577824,10.3913049 12.708928,10.2687213 12.708928,10.1169836 L12.708928,5.21261639 C13.1961707,4.95960656 13.5278293,4.47148852 13.5278293,3.91193443 L13.5278293,2.8683541 C13.5278293,2.79708852 13.4973653,2.72855082 13.4442347,2.67723279 Z M1.986144,0.558019672 L11.613856,0.558019672 L11.613856,1.31790164 L1.986144,1.31790164 L1.986144,0.558019672 Z M12.1259413,9.84198033 L5.56747733,9.84198033 L5.56747733,6.24358033 C5.56747733,6.0923541 5.43709867,5.96925902 5.275712,5.96925902 L2.60177067,5.96925902 C2.440928,5.96925902 2.309824,6.09167213 2.309824,6.24358033 L2.309824,9.8424918 L1.413856,9.8424918 L1.413856,5.37986885 C1.491104,5.39112131 1.56962133,5.39640656 1.650496,5.39640656 C2.180896,5.39640656 2.65127467,5.14936393 2.93741867,4.77036066 C3.22356267,5.14868197 3.69394133,5.39640656 4.22452267,5.39640656 C4.755104,5.39640656 5.22530133,5.14936393 5.51162667,4.77036066 C5.79777067,5.14868197 6.267968,5.39640656 6.79854933,5.39640656 C7.32913067,5.39640656 7.79950933,5.14936393 8.08565333,4.77036066 C8.37179733,5.14868197 8.842176,5.39640656 9.37275733,5.39640656 C9.90315733,5.39640656 10.373536,5.14936393 10.65968,4.77036066 C10.945824,5.14868197 11.4162027,5.39640656 11.946784,5.39640656 C12.0062613,5.39640656 12.0657387,5.39316721 12.1237653,5.3872 L12.1237653,9.84198033 L12.1259413,9.84198033 Z M12.9441173,3.91193443 C12.9441173,4.42818361 12.4971307,4.84776393 11.94896,4.84776393 C11.3998827,4.84776393 10.9536213,4.42750164 10.9536213,3.91193443 C10.9536213,3.76087869 10.823424,3.63761311 10.661856,3.63761311 C10.5010133,3.63761311 10.3700907,3.76019672 10.3700907,3.91193443 C10.3700907,4.42818361 9.923104,4.84776393 9.374752,4.84776393 C8.825856,4.84776393 8.37959467,4.42750164 8.37959467,3.91193443 C8.37959467,3.76087869 8.249216,3.63761311 8.08782933,3.63761311 C7.92698667,3.63761311 7.79588267,3.76019672 7.79588267,3.91193443 C7.79588267,4.42818361 7.348896,4.84776393 6.8,4.84776393 C6.251104,4.84776393 5.80484267,4.42750164 5.80484267,3.91193443 C5.80484267,3.76087869 5.674464,3.63761311 5.512896,3.63761311 C5.35223467,3.63761311 5.22113067,3.76019672 5.22113067,3.91193443 C5.22113067,4.42818361 4.774144,4.84776393 4.22597333,4.84776393 C3.676896,4.84776393 3.23063467,4.42750164 3.23063467,3.91193443 C3.23063467,3.76087869 3.10043733,3.63761311 2.93886933,3.63761311 C2.77802667,3.63761311 2.647104,3.76019672 2.647104,3.91193443 C2.647104,4.42818361 2.20011733,4.84776393 1.65176533,4.84776393 C1.10286933,4.84776393 0.656608,4.42750164 0.656608,3.91193443 L0.656608,2.98019672 L1.817504,1.86603279 L11.78304,1.86603279 L12.9441173,2.98019672 L12.9441173,3.91193443 Z' id='Fill-2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-mail-delivered{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Email-delivered%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0.000299665552 0.136347826 14.2341137 0.136347826 14.2341137 10.4880696 0.000299665552 10.4880696'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='mail-delivered' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-10' transform='translate(0.000000, 1.600000)'%3E%3Cg id='Group-3' transform='translate(1.396656, 0.612966)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M13.5803933,2.10492575 L13.5803933,8.49079866 L10.2368749,5.29786221 L13.5803933,2.10492575 Z M8.33774448,6.04402943 C7.66499532,6.68831037 6.56896856,6.68831037 5.8962194,6.04402943 L0.69252709,1.07482542 C0.76969097,0.891280268 0.956232776,0.760925753 1.17573779,0.760925753 L13.0582261,0.760925753 C13.2777311,0.760925753 13.4642729,0.891280268 13.5414368,1.07482542 L8.33774448,6.04402943 Z M13.0582261,0.136123077 L1.17573779,0.136123077 C0.527711037,0.136123077 0.000299665552,0.639561204 0.000299665552,1.25911973 L0.000299665552,5.43720669 L0.653570569,5.43720669 L0.653570569,2.10492575 L3.99708896,5.29786221 L5.33734314,6.57743411 C5.81306221,7.03142742 6.44535652,7.28164816 7.11735652,7.28164816 C7.78860736,7.28164816 8.42090167,7.03142742 8.89662074,6.57743411 L9.67874783,5.83126689 L13.5466809,9.52539398 C13.4755104,9.72092575 13.2867211,9.86401605 13.0582261,9.86401605 L4.37017258,9.86401605 L4.37017258,10.4880696 L13.0582261,10.4880696 C13.7062528,10.4880696 14.2344134,9.98463144 14.2344134,9.36507291 L14.2344134,1.25911973 C14.2344134,0.639561204 13.7062528,0.136123077 13.0582261,0.136123077 L13.0582261,0.136123077 Z' id='Fill-1' fill='rgb(57, 57, 57)' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M4.82715224,7.04895786 L1.20094141,7.04895786 C1.02688329,7.04895786 0.885618729,7.21677057 0.885618729,7.4235398 C0.885618729,7.63030903 1.02688329,7.79812174 1.20094141,7.79812174 L4.82715224,7.79812174 C5.00121036,7.79812174 5.14247492,7.63030903 5.14247492,7.4235398 C5.14247492,7.21677057 5.00121036,7.04895786 4.82715224,7.04895786' id='Fill-4' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M4.82715224,10.0456134 L1.20094141,10.0456134 C1.02688329,10.0456134 0.885618729,10.2134261 0.885618729,10.4201953 C0.885618729,10.6269645 1.02688329,10.7947773 1.20094141,10.7947773 L4.82715224,10.7947773 C5.00121036,10.7947773 5.14247492,10.6269645 5.14247492,10.4201953 C5.14247492,10.2134261 5.00121036,10.0456134 4.82715224,10.0456134' id='Fill-6' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M4.85678187,8.54728562 L0.285693051,8.54728562 C0.127990487,8.54728562 2.66453526e-14,8.71509833 2.66453526e-14,8.92186756 C2.66453526e-14,9.12863679 0.127990487,9.2964495 0.285693051,9.2964495 L4.85678187,9.2964495 C5.01448443,9.2964495 5.14247492,9.12863679 5.14247492,8.92186756 C5.14247492,8.71509833 5.01448443,8.54728562 4.85678187,8.54728562' id='Fill-8' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-reviews{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='reviews' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M11.6211478,9.89457491 L15.3574378,7.00603172 C16.0214877,6.49291541 15.6583283,5.43043857 14.8197367,5.43043857 L10.3414879,5.43043857 L8.83199241,0.901336114 C8.56419695,0.0996623865 7.4302866,0.0996623865 7.16259901,0.901012841 L5.6537672,5.43043857 L1.18024916,5.43043857 C0.340304461,5.43043857 -0.0214424172,6.49454429 0.643956293,7.00729809 L4.37881865,9.87911437 L2.91882643,14.5565055 C2.66209982,15.375956 3.61271031,16.0393145 4.29400099,15.5164349 L8.00502055,12.6707285 L11.703361,15.5130862 C12.3843083,16.0375235 13.3355751,15.372962 13.0786445,14.5528595 L11.6211478,9.89457491 Z M8.54127874,11.8216528 C8.2249149,11.5779829 7.78346585,11.5779829 7.46740669,11.8228249 L3.98652945,14.4920453 L5.35824766,10.0974496 C5.46886532,9.74742546 5.34784711,9.36458201 5.05678642,9.13897938 L1.5342728,6.43043857 L5.74010781,6.43043857 C6.1186529,6.43043857 6.45489082,6.18762514 6.57501031,5.82903803 L7.99727096,1.55949546 L9.42001813,5.8283163 C9.54033864,6.18750531 9.87569777,6.43043857 10.2543757,6.43043857 L14.4669959,6.43043857 L10.943694,9.1543196 L10.9431995,9.15470245 C10.6526297,9.37992459 10.5324768,9.76166874 10.6415622,10.1126075 L12.0105282,14.4879427 L8.54127874,11.8216528 Z' id='Stroke-1' fill='rgb(57, 57, 57)' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-phone{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E   %3Cg id='phone' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M11.073163,13.6 C9.78681205,13.6 7.73572705,12.9178765 5.81423225,10.9997833 C4.46254358,9.65048754 3.82848502,8.36749729 3.53500773,7.50574215 C3.17727802,6.46543879 3.09587714,5.5063922 3.34007977,4.87345612 C3.53500773,4.35362947 4.13780835,3.76793066 4.6101505,3.49209101 L4.65942516,3.45980498 C4.88734761,3.31332611 5.13155024,3.2 5.47343392,3.2 C5.5708979,3.2 5.68529326,3.21603467 5.79903742,3.23206934 C6.02695987,3.28125677 6.38490666,3.45980498 6.9223695,4.51614301 C7.19891541,5.06890574 7.39471165,5.58851571 7.39471165,5.60476706 C7.57357651,6.12437703 7.72031516,6.72611051 7.37864855,7.13239437 C7.11838281,7.44138678 6.79277931,7.55492958 6.53251358,7.61993499 C6.71137844,7.84767064 7.06997643,8.26998917 7.80258431,9.00130011 C8.53519219,9.73261105 8.94219657,10.0899242 9.17033609,10.2693391 C9.23567386,9.99328277 9.34920094,9.68450704 9.65874134,9.42448537 C10.0657457,9.08342362 10.6355518,9.21300108 11.1892949,9.4084507 C11.1892949,9.4084507 11.1892949,9.4084507 11.1892949,9.4084507 C11.2867589,9.44073673 13.3871185,10.1889491 13.5659834,11.0175515 C13.6795105,11.5703142 13.4845825,11.9113759 13.3378439,12.1551463 L13.3057176,12.2043337 C13.0291717,12.675623 12.4263711,13.2767064 11.9219028,13.472156 C11.7072215,13.5508126 11.4148296,13.6 11.073163,13.6 Z M5.56901669,4 C5.41225813,4 5.30294516,4.0475619 5.09874101,4.17264762 L5.05129542,4.20386667 C4.70684461,4.4083619 4.22026604,4.89529524 4.09527721,5.22529524 C3.76629325,6.10508571 4.23656893,8.38365714 6.33734265,10.4738667 C8.04621997,12.1869333 9.83243152,12.8 10.9462533,12.8 C11.196858,12.8 11.416529,12.7689905 11.5732876,12.7059238 C11.9022715,12.5797905 12.3880141,12.0928571 12.5922182,11.7475619 L12.6231519,11.7 C12.7489768,11.4952952 12.8428229,11.3381524 12.7799105,11.040419 C12.716998,10.8047048 11.7135342,10.2547048 10.8988078,9.95592381 C10.2872404,9.73571429 10.1150149,9.79878095 10.0211688,9.86184762 C9.80149783,10.0344952 9.75488828,10.3020571 9.72311855,10.5377714 C9.7076517,10.6639048 9.69218486,10.7261333 9.66020611,10.7889905 C9.64473927,10.8365524 9.61296953,10.8675619 9.58182683,10.898781 C9.51891439,10.9618476 9.42506827,10.9928571 9.33122215,10.9928571 C9.11155115,10.9618476 8.78256718,10.8202095 7.37174014,9.42142857 C5.97637994,8.02264762 5.83508822,7.69285714 5.80415453,7.45714286 C5.78868769,7.3475619 5.83508822,7.2524381 5.9134675,7.19041905 C5.9446102,7.1592 5.97637994,7.14285714 6.00752264,7.12735238 C6.07022606,7.11184762 6.1331385,7.09613333 6.25812732,7.06428571 C6.49326516,7.03327619 6.74386985,6.98571429 6.93239815,6.76550476 C7.04192013,6.63958095 7.01077743,6.35714286 6.83855202,5.88571429 C6.54050174,5.08449524 5.99184678,4.06306667 5.75670894,4 C5.67832966,4 5.61646228,4 5.56901669,4 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-mail-not-delivered{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.138742857 14.4758857 0.138742857 14.4758857 10.6666667 0 10.6666667'%3E%3C/polygon%3E    %3C/defs%3E    %3Cg id='mail-not-delivered' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-6' transform='translate(0.000000, 1.600000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.623390)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E                %3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M0.664838095,8.63550476 L0.664838095,2.14102857 L4.06521905,5.38826667 L0.664838095,8.63550476 Z M1.19588571,0.773409524 L13.2804571,0.773409524 C13.5036952,0.773409524 13.6934095,0.905980952 13.7718857,1.09340952 L8.47969524,6.14712381 C7.79550476,6.8016 6.6808381,6.8016 5.99664762,6.14712381 L0.704457143,1.09340952 C0.782933333,0.905980952 0.972647619,0.773409524 1.19588571,0.773409524 L1.19588571,0.773409524 Z M5.42826667,6.6896 C5.91207619,7.15055238 6.55512381,7.40579048 7.23779048,7.40579048 C7.92121905,7.40579048 8.56426667,7.15055238 9.04807619,6.6896 L10.4111238,5.38826667 L13.8115048,2.14102857 L13.8115048,4.76731429 L14.4758857,4.76731429 L14.4758857,1.2808381 C14.4758857,0.650742857 13.9395048,0.138742857 13.2804571,0.138742857 L1.19588571,0.138742857 C0.536838095,0.138742857 -0.000304761905,0.650742857 -0.000304761905,1.2808381 L-0.000304761905,9.52464762 C-0.000304761905,10.1547429 0.536838095,10.6667429 1.19588571,10.6667429 L10.0316952,10.6667429 L10.0316952,10.0320762 L1.19588571,10.0320762 C0.963504762,10.0320762 0.771504762,9.88655238 0.69912381,9.68693333 L4.6328381,5.92998095 L5.42826667,6.6896 Z' id='Fill-1' fill='rgb(57, 57, 57)' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M13.8909714,8.61973333 L15.4414476,7.06925714 C15.5313524,6.97935238 15.5808762,6.85897143 15.5808762,6.73173333 C15.5808762,6.60373333 15.5313524,6.48411429 15.4414476,6.39344762 C15.350781,6.30354286 15.2311619,6.25478095 15.1031619,6.25478095 C14.9759238,6.25478095 14.8555429,6.30430476 14.7656381,6.39420952 L13.2159238,7.94392381 L11.6654476,6.39344762 C11.574781,6.30354286 11.4551619,6.25478095 11.3279238,6.25478095 C11.1999238,6.25478095 11.0803048,6.30430476 10.9896381,6.39420952 C10.9004952,6.48411429 10.8502095,6.60373333 10.8502095,6.73173333 C10.8502095,6.85897143 10.9004952,6.97935238 10.9896381,7.06925714 L12.5401143,8.61973333 L10.9896381,10.1694476 C10.8997333,10.2601143 10.8502095,10.3797333 10.8502095,10.5077333 C10.8502095,10.6349714 10.9004952,10.7553524 10.9896381,10.8452571 C11.0803048,10.9351619 11.1999238,10.9846857 11.3279238,10.9846857 C11.4551619,10.9846857 11.5755429,10.9351619 11.6654476,10.8452571 L13.2159238,9.29478095 L14.7656381,10.8452571 C14.8563048,10.9351619 14.9759238,10.9846857 15.1031619,10.9846857 C15.2311619,10.9846857 15.350781,10.9351619 15.4414476,10.8452571 C15.5313524,10.7545905 15.5808762,10.6349714 15.5808762,10.5077333 C15.5808762,10.3797333 15.5305905,10.2593524 15.4414476,10.1694476 L13.8909714,8.61973333 Z' id='Fill-4' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-location{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='location' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Fill-2' transform='translate(3.200000, 1.600000)' fill='rgb(57, 57, 57)'%3E%3Cpath d='M4.8,0 C2.14909616,0 0,2.09056 0,4.66944 C0,8.44688 4.8,12 4.8,12 C4.8,12 9.6,8.44688 9.6,4.66944 C9.6,2.09056 7.45090384,0 4.8,0 Z M8.95434738,4.66944 C8.95434738,5.42816 8.72686783,6.25056 8.27966183,7.11312 C7.90718262,7.83056 7.38459001,8.5744 6.72607052,9.32368 C5.9868857,10.16432 5.23879304,10.82496 4.8,11.1888 C4.36500103,10.8288 3.62664101,10.1768 2.89009554,9.34192 C2.22695718,8.59056 1.70123033,7.84432 1.32611176,7.12432 C0.875111692,6.25744 0.645652622,5.43184 0.645652622,4.66944 C0.645652622,4.12368 0.755845763,3.5944 0.972437968,3.0968 C1.1811121,2.61568 1.48084404,2.1832 1.86289092,1.81184 C2.24444292,1.44064 2.68834971,1.14944 3.18322909,0.9456 C3.69493436,0.73504 4.23880679,0.62816 4.8,0.62816 C5.36119321,0.62816 5.90506564,0.73504 6.41677091,0.9456 C6.91165029,1.14944 7.35555708,1.44064 7.73710908,1.81184 C8.11915596,2.1832 8.4188879,2.61568 8.62756203,3.0968 C8.84415424,3.5944 8.95434738,4.12368 8.95434738,4.66944 Z M4.8,2.58944 C3.56659564,2.58944 2.56660939,3.55872 2.56660939,4.75504 C2.56660939,5.9512 3.56659564,6.92128 4.8,6.92128 C6.03340436,6.92128 7.03339061,5.9512 7.03339061,4.75504 C7.03339061,3.55872 6.03340436,2.58944 4.8,2.58944 Z M4.8,6.29248 C3.92620799,6.29248 3.21490137,5.6032 3.21490137,4.75504 C3.21490137,3.90752 3.92620799,3.21744 4.8,3.21744 C5.67379201,3.21744 6.38509863,3.90752 6.38509863,4.75504 C6.38509863,5.6032 5.67379201,6.29248 4.8,6.29248 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-location.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='location' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Fill-2' transform='translate(3.200000, 1.600000)' fill='rgb(0, 106, 219)'%3E%3Cpath d='M4.8,0 C2.14909616,0 0,2.09056 0,4.66944 C0,8.44688 4.8,12 4.8,12 C4.8,12 9.6,8.44688 9.6,4.66944 C9.6,2.09056 7.45090384,0 4.8,0 Z M8.95434738,4.66944 C8.95434738,5.42816 8.72686783,6.25056 8.27966183,7.11312 C7.90718262,7.83056 7.38459001,8.5744 6.72607052,9.32368 C5.9868857,10.16432 5.23879304,10.82496 4.8,11.1888 C4.36500103,10.8288 3.62664101,10.1768 2.89009554,9.34192 C2.22695718,8.59056 1.70123033,7.84432 1.32611176,7.12432 C0.875111692,6.25744 0.645652622,5.43184 0.645652622,4.66944 C0.645652622,4.12368 0.755845763,3.5944 0.972437968,3.0968 C1.1811121,2.61568 1.48084404,2.1832 1.86289092,1.81184 C2.24444292,1.44064 2.68834971,1.14944 3.18322909,0.9456 C3.69493436,0.73504 4.23880679,0.62816 4.8,0.62816 C5.36119321,0.62816 5.90506564,0.73504 6.41677091,0.9456 C6.91165029,1.14944 7.35555708,1.44064 7.73710908,1.81184 C8.11915596,2.1832 8.4188879,2.61568 8.62756203,3.0968 C8.84415424,3.5944 8.95434738,4.12368 8.95434738,4.66944 Z M4.8,2.58944 C3.56659564,2.58944 2.56660939,3.55872 2.56660939,4.75504 C2.56660939,5.9512 3.56659564,6.92128 4.8,6.92128 C6.03340436,6.92128 7.03339061,5.9512 7.03339061,4.75504 C7.03339061,3.55872 6.03340436,2.58944 4.8,2.58944 Z M4.8,6.29248 C3.92620799,6.29248 3.21490137,5.6032 3.21490137,4.75504 C3.21490137,3.90752 3.92620799,3.21744 4.8,3.21744 C5.67379201,3.21744 6.38509863,3.90752 6.38509863,4.75504 C6.38509863,5.6032 5.67379201,6.29248 4.8,6.29248 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-mail-submitted{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.489142857 14.4758857 0.489142857 14.4758857 11.0171429 0 11.0171429'%3E%3C/polygon%3E        %3Cpolygon id='path-3' points='0.698361905 0.0391619048 7.2256 0.0391619048 7.2256 5.33333333 0.698361905 5.33333333'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='mail-submitted' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-7' transform='translate(0.000000, 1.600000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.272610)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M0.664838095,2.49142857 L4.06521905,5.73866667 L0.664838095,8.98590476 L0.664838095,2.49142857 Z M1.19588571,1.12457143 L13.2804571,1.12457143 C13.5036952,1.12457143 13.6934095,1.25714286 13.7718857,1.44380952 L8.47969524,6.49752381 C7.79550476,7.1527619 6.6808381,7.1527619 5.99664762,6.49752381 L0.704457143,1.44380952 C0.782933333,1.25714286 0.972647619,1.12457143 1.19588571,1.12457143 L1.19588571,1.12457143 Z M0.69912381,10.0380952 L4.6328381,6.28114286 L5.42826667,7.04 C5.91207619,7.50171429 6.55512381,7.75619048 7.23779048,7.75619048 C7.92121905,7.75619048 8.56426667,7.50171429 9.04807619,7.04 L10.4111238,5.73866667 L13.8115048,2.49142857 L13.8115048,5.11847619 L14.4758857,5.11847619 L14.4758857,1.6312381 C14.4758857,1.00114286 13.9395048,0.489142857 13.2804571,0.489142857 L1.19588571,0.489142857 C0.536838095,0.489142857 -0.000304761905,1.00114286 -0.000304761905,1.6312381 L-0.000304761905,9.87504762 C-0.000304761905,10.5051429 0.536838095,11.0171429 1.19588571,11.0171429 L10.0316952,11.0171429 L10.0316952,10.3824762 L1.19588571,10.3824762 C0.963504762,10.3824762 0.771504762,10.2369524 0.69912381,10.0380952 L0.69912381,10.0380952 Z' id='Fill-1' fill='rgb(57, 57, 57)' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(8.380952, 6.367848)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M7.21950476,2.60525714 L7.20274286,2.5496381 L7.18064762,2.49706667 C7.14255238,2.43154286 7.12502857,2.41020952 7.10598095,2.3904 L4.87588571,0.161066667 C4.79740952,0.0825904762 4.69302857,0.0391619048 4.58179048,0.0391619048 C4.46979048,0.0391619048 4.36540952,0.0825904762 4.28617143,0.161066667 C4.12388571,0.324114286 4.12388571,0.588495238 4.28617143,0.750780952 L5.80388571,2.26849524 L1.11588571,2.26849524 C0.885790476,2.26849524 0.698361905,2.45592381 0.698361905,2.68601905 C0.698361905,2.91611429 0.885790476,3.10278095 1.11588571,3.10278095 L5.80388571,3.10278095 L4.28540952,4.62125714 C4.12312381,4.78354286 4.12312381,5.04868571 4.28540952,5.21097143 C4.36464762,5.28944762 4.46902857,5.3336381 4.58102857,5.3336381 C4.69226667,5.3336381 4.79664762,5.28944762 4.87588571,5.21097143 L7.10445714,2.9824 C7.12426667,2.96259048 7.14179048,2.94049524 7.15626667,2.9184 L7.19664762,2.84373333 L7.21950476,2.76906667 C7.22331429,2.74697143 7.2248381,2.7256381 7.2256,2.70506667 C7.2248381,2.64868571 7.22331429,2.62659048 7.21950476,2.60525714' id='Fill-4' fill='rgb(57, 57, 57)' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-mail-submitted.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.489142857 14.4758857 0.489142857 14.4758857 11.0171429 0 11.0171429'%3E%3C/polygon%3E        %3Cpolygon id='path-3' points='0.698361905 0.0391619048 7.2256 0.0391619048 7.2256 5.33333333 0.698361905 5.33333333'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='mail-submitted' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-7' transform='translate(0.000000, 1.600000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.272610)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M0.664838095,2.49142857 L4.06521905,5.73866667 L0.664838095,8.98590476 L0.664838095,2.49142857 Z M1.19588571,1.12457143 L13.2804571,1.12457143 C13.5036952,1.12457143 13.6934095,1.25714286 13.7718857,1.44380952 L8.47969524,6.49752381 C7.79550476,7.1527619 6.6808381,7.1527619 5.99664762,6.49752381 L0.704457143,1.44380952 C0.782933333,1.25714286 0.972647619,1.12457143 1.19588571,1.12457143 L1.19588571,1.12457143 Z M0.69912381,10.0380952 L4.6328381,6.28114286 L5.42826667,7.04 C5.91207619,7.50171429 6.55512381,7.75619048 7.23779048,7.75619048 C7.92121905,7.75619048 8.56426667,7.50171429 9.04807619,7.04 L10.4111238,5.73866667 L13.8115048,2.49142857 L13.8115048,5.11847619 L14.4758857,5.11847619 L14.4758857,1.6312381 C14.4758857,1.00114286 13.9395048,0.489142857 13.2804571,0.489142857 L1.19588571,0.489142857 C0.536838095,0.489142857 -0.000304761905,1.00114286 -0.000304761905,1.6312381 L-0.000304761905,9.87504762 C-0.000304761905,10.5051429 0.536838095,11.0171429 1.19588571,11.0171429 L10.0316952,11.0171429 L10.0316952,10.3824762 L1.19588571,10.3824762 C0.963504762,10.3824762 0.771504762,10.2369524 0.69912381,10.0380952 L0.69912381,10.0380952 Z' id='Fill-1' fill='rgb(0, 106, 219)' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(8.380952, 6.367848)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M7.21950476,2.60525714 L7.20274286,2.5496381 L7.18064762,2.49706667 C7.14255238,2.43154286 7.12502857,2.41020952 7.10598095,2.3904 L4.87588571,0.161066667 C4.79740952,0.0825904762 4.69302857,0.0391619048 4.58179048,0.0391619048 C4.46979048,0.0391619048 4.36540952,0.0825904762 4.28617143,0.161066667 C4.12388571,0.324114286 4.12388571,0.588495238 4.28617143,0.750780952 L5.80388571,2.26849524 L1.11588571,2.26849524 C0.885790476,2.26849524 0.698361905,2.45592381 0.698361905,2.68601905 C0.698361905,2.91611429 0.885790476,3.10278095 1.11588571,3.10278095 L5.80388571,3.10278095 L4.28540952,4.62125714 C4.12312381,4.78354286 4.12312381,5.04868571 4.28540952,5.21097143 C4.36464762,5.28944762 4.46902857,5.3336381 4.58102857,5.3336381 C4.69226667,5.3336381 4.79664762,5.28944762 4.87588571,5.21097143 L7.10445714,2.9824 C7.12426667,2.96259048 7.14179048,2.94049524 7.15626667,2.9184 L7.19664762,2.84373333 L7.21950476,2.76906667 C7.22331429,2.74697143 7.2248381,2.7256381 7.2256,2.70506667 C7.2248381,2.64868571 7.22331429,2.62659048 7.21950476,2.60525714' id='Fill-4' fill='rgb(0, 106, 219)' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-open-mail{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.00024 15.9996 0.00024 15.9996 14.26184 0 14.26184'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='open-mail' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.800000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M15.2652,12.01704 L11.506,8.42744 L15.2652,4.83864 L15.2652,12.01704 Z M14.6788,13.56024 L1.3212,13.56024 C1.0652,13.56024 0.8524,13.39944 0.7732,13.17944 L5.1204,9.02744 L5.9996,9.86664 C6.534,10.37624 7.2452,10.65784 7.9996,10.65784 C8.7548,10.65784 9.4652,10.37624 10.0004,9.86664 L10.8796,9.02744 L15.2268,13.17944 C15.1476,13.39944 14.9348,13.56024 14.6788,13.56024 L14.6788,13.56024 Z M0.7348,4.83864 L4.494,8.42744 L0.7348,12.01704 L0.7348,4.83864 Z M11.1404,7.57864 L9.3724,9.26664 C8.6156,9.99064 7.3836,9.99064 6.6276,9.26664 L4.8596,7.57864 L11.1404,7.57864 Z M6.4596,1.14984 C7.2308,0.66664 8.486,0.66664 9.2572,1.14984 L14.5964,4.27784 L11.9996,6.75704 L11.9996,6.69304 L3.9428,6.69304 L3.9428,6.70264 L1.2956,4.17464 L6.4596,1.14984 Z M15.4956,4.08104 L15.4956,4.08024 L15.4908,4.07624 C15.4284,4.01384 15.3724,3.95784 15.2972,3.88264 L15.29,3.88264 C15.2812,3.88264 15.274,3.88664 15.2652,3.88744 C15.2564,3.88104 15.2484,3.87384 15.238,3.86744 L10.7924,1.08744 L9.8964,0.52824 C9.3516,0.18744 8.6276,0.00024 7.8588,0.00024 C7.0892,0.00024 6.3652,0.18744 5.8204,0.52824 L4.9244,1.08744 L4.286,1.48744 L0.4788,3.86744 C0.4636,3.87704 0.45,3.88664 0.4372,3.89784 L0.242,4.06264 C0.0964,4.19064 -0.0004,4.37224 -0.0004,4.58104 L-0.0004,13.00024 C-0.0004,13.69624 0.5932,14.26184 1.3212,14.26184 L14.6788,14.26184 C15.4068,14.26184 15.9996,13.69624 15.9996,13.00024 L15.9996,4.58504 C15.8036,4.38904 15.6572,4.24264 15.4956,4.08104 L15.4956,4.08104 Z' id='Fill-1' fill='rgb(57, 57, 57)' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-add{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 21 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='GMB-QA-Phase-2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-4'%3E%3Cpath d='M10.5,14.5 C10.1676378,14.5 9.8976378,14.23 9.8976378,13.8976378 L9.8976378,10.6023622 L6.6023622,10.6023622 C6.27,10.6023622 6,10.3323622 6,10 C6,9.6676378 6.27,9.3976378 6.6023622,9.3976378 L9.8976378,9.3976378 L9.8976378,6.1023622 C9.8976378,5.77 10.1676378,5.5 10.5,5.5 C10.8323622,5.5 11.1023622,5.77 11.1023622,6.1023622 L11.1023622,9.3976378 L14.3976378,9.3976378 C14.73,9.3976378 15,9.6676378 15,10 C15,10.3323622 14.73,10.6023622 14.3976378,10.6023622 L11.1023622,10.6023622 L11.1023622,13.8976378 C11.1023622,14.23 10.8323622,14.5 10.5,14.5' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M15.9966569,0.5 L5.0033431,0.5 C3.76212662,0.5 2.63559539,1.0040833 1.81965163,1.81870779 C1.00510067,2.63194173 0.5,3.75485967 0.5,4.99525338 L0.5,15.0047466 C0.5,16.2461222 1.00393822,17.3697829 1.8186108,18.1831382 C2.63363868,18.9968483 3.75963869,19.5 5.0033431,19.5 L15.9966569,19.5 C17.2378734,19.5 18.3644046,18.9959167 19.1803484,18.1812922 C19.9948993,17.3680583 20.5,16.2451403 20.5,15.0047466 L20.5,4.99525338 C20.5,3.75387779 19.9960618,2.63021713 19.1813892,1.81686176 C18.3663613,1.00315167 17.2403613,0.5 15.9966569,0.5 Z' id='Rectangle-163' stroke='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-add.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 21 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='GMB-QA-Phase-2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-4'%3E%3Cpath d='M10.5,14.5 C10.1676378,14.5 9.8976378,14.23 9.8976378,13.8976378 L9.8976378,10.6023622 L6.6023622,10.6023622 C6.27,10.6023622 6,10.3323622 6,10 C6,9.6676378 6.27,9.3976378 6.6023622,9.3976378 L9.8976378,9.3976378 L9.8976378,6.1023622 C9.8976378,5.77 10.1676378,5.5 10.5,5.5 C10.8323622,5.5 11.1023622,5.77 11.1023622,6.1023622 L11.1023622,9.3976378 L14.3976378,9.3976378 C14.73,9.3976378 15,9.6676378 15,10 C15,10.3323622 14.73,10.6023622 14.3976378,10.6023622 L11.1023622,10.6023622 L11.1023622,13.8976378 C11.1023622,14.23 10.8323622,14.5 10.5,14.5' id='Fill-1' fill='rgb(0, 106, 219)'%3E%3C/path%3E%3Cpath d='M15.9966569,0.5 L5.0033431,0.5 C3.76212662,0.5 2.63559539,1.0040833 1.81965163,1.81870779 C1.00510067,2.63194173 0.5,3.75485967 0.5,4.99525338 L0.5,15.0047466 C0.5,16.2461222 1.00393822,17.3697829 1.8186108,18.1831382 C2.63363868,18.9968483 3.75963869,19.5 5.0033431,19.5 L15.9966569,19.5 C17.2378734,19.5 18.3644046,18.9959167 19.1803484,18.1812922 C19.9948993,17.3680583 20.5,16.2451403 20.5,15.0047466 L20.5,4.99525338 C20.5,3.75387779 19.9960618,2.63021713 19.1813892,1.81686176 C18.3663613,1.00315167 17.2403613,0.5 15.9966569,0.5 Z' id='Rectangle-163' stroke='rgb(0, 106, 219)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-add.icon-color-white{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 21 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='GMB-QA-Phase-2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-4'%3E%3Cpath d='M10.5,14.5 C10.1676378,14.5 9.8976378,14.23 9.8976378,13.8976378 L9.8976378,10.6023622 L6.6023622,10.6023622 C6.27,10.6023622 6,10.3323622 6,10 C6,9.6676378 6.27,9.3976378 6.6023622,9.3976378 L9.8976378,9.3976378 L9.8976378,6.1023622 C9.8976378,5.77 10.1676378,5.5 10.5,5.5 C10.8323622,5.5 11.1023622,5.77 11.1023622,6.1023622 L11.1023622,9.3976378 L14.3976378,9.3976378 C14.73,9.3976378 15,9.6676378 15,10 C15,10.3323622 14.73,10.6023622 14.3976378,10.6023622 L11.1023622,10.6023622 L11.1023622,13.8976378 C11.1023622,14.23 10.8323622,14.5 10.5,14.5' id='Fill-1' fill='rgb(255, 255, 255)'%3E%3C/path%3E%3Cpath d='M15.9966569,0.5 L5.0033431,0.5 C3.76212662,0.5 2.63559539,1.0040833 1.81965163,1.81870779 C1.00510067,2.63194173 0.5,3.75485967 0.5,4.99525338 L0.5,15.0047466 C0.5,16.2461222 1.00393822,17.3697829 1.8186108,18.1831382 C2.63363868,18.9968483 3.75963869,19.5 5.0033431,19.5 L15.9966569,19.5 C17.2378734,19.5 18.3644046,18.9959167 19.1803484,18.1812922 C19.9948993,17.3680583 20.5,16.2451403 20.5,15.0047466 L20.5,4.99525338 C20.5,3.75387779 19.9960618,2.63021713 19.1813892,1.81686176 C18.3663613,1.00315167 17.2403613,0.5 15.9966569,0.5 Z' id='Rectangle-163' stroke='rgb(255, 255, 255)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-add-page{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='add-page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-6'%3E%3Cpath d='M12.30768,5.90784 L10.09248,5.90784 L10.09248,3.69184 C10.09248,3.42064 9.87168,3.19984 9.59968,3.19984 C9.32848,3.19984 9.10768,3.42064 9.10768,3.69184 L9.10768,5.90784 L6.89248,5.90784 C6.62048,5.90784 6.39968,6.12784 6.39968,6.39984 C6.39968,6.67184 6.62048,6.89184 6.89248,6.89184 L9.10768,6.89184 L9.10768,9.10784 C9.10768,9.37904 9.32848,9.59984 9.59968,9.59984 C9.87168,9.59984 10.09248,9.37904 10.09248,9.10784 L10.09248,6.89184 L12.30768,6.89184 C12.57968,6.89184 12.79968,6.67184 12.79968,6.39984 C12.79968,6.12784 12.57968,5.90784 12.30768,5.90784' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cg id='Group-5'%3E%3Cpolygon id='Clip-4' points='8e-05 0 16 0 16 15.99968 8e-05 15.99968'%3E%3C/polygon%3E%3Cpath d='M15.27288,12.36368 C15.27288,12.56448 15.10968,12.72768 14.90888,12.72768 L3.63608,12.72768 C3.43608,12.72768 3.27288,12.56448 3.27288,12.36368 L3.27288,1.09088 C3.27288,0.89008 3.43608,0.72768 3.63608,0.72768 L14.90888,0.72768 C15.10968,0.72768 15.27288,0.89008 15.27288,1.09088 L15.27288,12.36368 Z M12.72728,14.90928 C12.72728,15.11008 12.56408,15.27248 12.36328,15.27248 L1.09048,15.27248 C0.89048,15.27248 0.72728,15.11008 0.72728,14.90928 L0.72728,3.63648 C0.72728,3.43568 0.89048,3.27248 1.09048,3.27248 L2.54568,3.27248 L2.54568,12.36368 C2.54568,12.96528 3.03448,13.45488 3.63608,13.45488 L12.72728,13.45488 L12.72728,14.90928 Z M14.90888,-0.00032 L3.63608,-0.00032 C3.03448,-0.00032 2.54568,0.48928 2.54568,1.09088 L2.54568,2.54528 L1.09048,2.54528 C0.48968,2.54528 8e-05,3.03488 8e-05,3.63648 L8e-05,14.90928 C8e-05,15.51088 0.48968,15.99968 1.09048,15.99968 L12.36328,15.99968 C12.96488,15.99968 13.45448,15.51088 13.45448,14.90928 L13.45448,13.45488 L14.90888,13.45488 C15.51048,13.45488 16.00008,12.96528 16.00008,12.36368 L16.00008,1.09088 C16.00008,0.48928 15.51048,-0.00032 14.90888,-0.00032 L14.90888,-0.00032 Z' id='Fill-3' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-mail{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='mail' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-6' transform='translate(0.800000, 1.600000)' fill='rgb(57, 57, 57)'%3E%3Cpath d='M14.3514947,2.16409263 L13.7868632,1.62371368 L8.43536842,6.73495579 C7.75402105,7.38598737 6.64597895,7.38598737 5.96463158,6.73495579 L0.613136842,1.62371368 L0.0485052632,2.16409263 L4.04412632,5.98009263 L0.0485052632,9.79533474 L0.613136842,10.3349558 L4.60875789,6.51895579 L5.39924211,7.27457684 C5.88126316,7.73310316 6.52016842,7.98699789 7.2,7.98699789 C7.87907368,7.98699789 8.51873684,7.73310316 9,7.27457684 L9.79124211,6.51895579 L13.7868632,10.3349558 L14.3514947,9.79533474 L10.3558737,5.98009263 L14.3514947,2.16409263' id='Fill-1'%3E%3C/path%3E%3Cg id='Group-5' transform='translate(0.000000, 0.620109)'%3E%3Cpath d='M1.18936421,0.769414737 C0.898332632,0.769414737 0.661111579,0.996025263 0.661111579,1.27417263 L0.661111579,9.47459368 C0.661111579,9.75274105 0.898332632,9.97859368 1.18936421,9.97859368 L13.2103326,9.97859368 C13.5021221,9.97859368 13.7385853,9.75274105 13.7385853,9.47459368 L13.7385853,1.27417263 C13.7385853,0.996025263 13.5021221,0.769414737 13.2103326,0.769414737 L1.18936421,0.769414737 Z M1.18936421,10.6106779 C0.533785263,10.6106779 0.000227368421,10.1013726 0.000227368421,9.47459368 L0.000227368421,1.27417263 C0.000227368421,0.647393684 0.533785263,0.138088421 1.18936421,0.138088421 L13.2103326,0.138088421 C13.8666695,0.138088421 14.4002274,0.647393684 14.4002274,1.27417263 L14.4002274,9.47459368 C14.4002274,10.1013726 13.8666695,10.6106779 13.2103326,10.6106779 L1.18936421,10.6106779 Z' id='Fill-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-copy-code{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECopy-code%3C/title%3E%3Cg id='Copy-code' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-10'%3E%3Cg id='Group-3'%3E%3Cpolygon id='Clip-2' points='8e-05 0 16 0 16 15.99968 8e-05 15.99968'%3E%3C/polygon%3E%3Cpath d='M15.27288,12.36368 C15.27288,12.56448 15.10968,12.72768 14.90888,12.72768 L3.63608,12.72768 C3.43608,12.72768 3.27288,12.56448 3.27288,12.36368 L3.27288,1.09088 C3.27288,0.89008 3.43608,0.72768 3.63608,0.72768 L14.90888,0.72768 C15.10968,0.72768 15.27288,0.89008 15.27288,1.09088 L15.27288,12.36368 Z M12.72728,14.90928 C12.72728,15.11008 12.56408,15.27248 12.36328,15.27248 L1.09048,15.27248 C0.89048,15.27248 0.72728,15.11008 0.72728,14.90928 L0.72728,3.63648 C0.72728,3.43568 0.89048,3.27248 1.09048,3.27248 L2.54568,3.27248 L2.54568,12.36368 C2.54568,12.96528 3.03448,13.45488 3.63608,13.45488 L12.72728,13.45488 L12.72728,14.90928 Z M14.90888,-0.00032 L3.63608,-0.00032 C3.03448,-0.00032 2.54568,0.48928 2.54568,1.09088 L2.54568,2.54528 L1.09048,2.54528 C0.48968,2.54528 8e-05,3.03488 8e-05,3.63648 L8e-05,14.90928 C8e-05,15.51088 0.48968,15.99968 1.09048,15.99968 L12.36328,15.99968 C12.96488,15.99968 13.45448,15.51088 13.45448,14.90928 L13.45448,13.45488 L14.90888,13.45488 C15.51048,13.45488 16.00008,12.96528 16.00008,12.36368 L16.00008,1.09088 C16.00008,0.48928 15.51048,-0.00032 14.90888,-0.00032 L14.90888,-0.00032 Z' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M6.58656,8.03632 C6.48896,8.03632 6.39776,7.99872 6.32896,7.93152 L5.02976,6.64752 C4.96256,6.58112 4.92496,6.49152 4.92496,6.39792 C4.92496,6.30272 4.96256,6.21392 5.03056,6.14672 L6.32976,4.86592 C6.39856,4.79792 6.48896,4.76032 6.58656,4.76032 C6.68416,4.76032 6.77536,4.79792 6.84336,4.86592 C6.91216,4.93312 6.94976,5.02192 6.94976,5.11632 C6.94976,5.21072 6.91216,5.30032 6.84336,5.36752 L5.80016,6.39792 L6.84416,7.42992 C6.91216,7.49712 6.94976,7.58672 6.94976,7.68112 C6.94976,7.77552 6.91216,7.86432 6.84416,7.93152 C6.77536,7.99872 6.68416,8.03632 6.58656,8.03632' id='Fill-4' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M12.52056,8.03632 C12.42296,8.03632 12.33176,7.99872 12.26376,7.93152 C12.19496,7.86432 12.15736,7.77552 12.15736,7.68112 C12.15736,7.58672 12.19496,7.49712 12.26296,7.42992 L13.30776,6.39792 L12.26376,5.36752 C12.19496,5.30032 12.15736,5.21072 12.15736,5.11632 C12.15736,5.02192 12.19496,4.93312 12.26376,4.86592 C12.33176,4.79792 12.42376,4.76032 12.52056,4.76032 C12.61816,4.76032 12.70936,4.79792 12.77816,4.86592 L14.07656,6.14672 C14.14536,6.21392 14.18296,6.30272 14.18296,6.39792 C14.18296,6.49152 14.14536,6.58112 14.07736,6.64752 L12.77816,7.93072 C12.71016,7.99872 12.61816,8.03632 12.52056,8.03632' id='Fill-6' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M8.16864,9.37424 C8.10944,9.37424 8.05344,9.36064 8.00144,9.33344 C7.91504,9.28944 7.85184,9.21504 7.82224,9.12464 C7.79424,9.03424 7.80304,8.93824 7.84704,8.85504 L10.61584,3.61504 C10.67824,3.49584 10.80144,3.42304 10.93744,3.42304 C10.99664,3.42304 11.05344,3.43664 11.10624,3.46304 C11.19264,3.50784 11.25584,3.58224 11.28464,3.67344 C11.31264,3.76384 11.30384,3.85904 11.25984,3.94224 L8.49104,9.18144 C8.42864,9.30064 8.30544,9.37424 8.16864,9.37424' id='Fill-8' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-visibility{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='visibility' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(0.800000, 3.200000)' fill='rgb(57, 57, 57)'%3E%3Cpath d='M7.20007499,9.6 C4.31626551,9.6 1.68922125,8.064 0.200222886,5.54811429 C-0.0667409622,5.0976 -0.0667409622,4.5024 0.200222886,4.05188571 C1.68922125,1.536 4.31626551,0 7.20007499,0 C10.0838845,0 12.7109287,1.536 14.1993272,4.05188571 C14.4668909,4.5024 14.4668909,5.0976 14.1993272,5.54811429 C12.7109287,8.064 10.0838845,9.6 7.20007499,9.6 M0.863133117,4.21097143 C0.638163582,4.56205714 0.638163582,5.03794286 0.863133117,5.38902857 C2.25914407,7.56822857 4.6168248,8.88891429 7.20007499,8.88891429 C9.78332517,8.88891429 12.140406,7.56822857 13.5370169,5.38902857 C13.7619864,5.03794286 13.7619864,4.56205714 13.5370169,4.21097143 C12.1410059,2.03177143 9.78332517,0.711085714 7.20007499,0.711085714 C4.6168248,0.711085714 2.25914407,2.03177143 0.863133117,4.21097143' id='Fill-1'%3E%3C/path%3E%3Cpath d='M7.2,2.2144 C8.61755537,2.2144 9.76997539,3.33824 9.76997539,4.72064 C9.76997539,6.10304 8.61755537,7.22688 7.2,7.22688 C5.78244463,7.22688 4.62936833,6.10304 4.62936833,4.72064 C4.62936833,3.33824 5.78244463,2.2144 7.2,2.2144 M7.2,1.6 C5.43264971,1.6 4,2.99776 4,4.72064 C4,6.44352 5.43264971,7.84128 7.2,7.84128 C8.96669401,7.84128 10.4,6.44352 10.4,4.72064 C10.4,2.99776 8.96669401,1.6 7.2,1.6' id='Fill-4'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-visibility.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='visibility' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(0.800000, 3.200000)' fill='rgb(0, 106, 219)'%3E%3Cpath d='M7.20007499,9.6 C4.31626551,9.6 1.68922125,8.064 0.200222886,5.54811429 C-0.0667409622,5.0976 -0.0667409622,4.5024 0.200222886,4.05188571 C1.68922125,1.536 4.31626551,0 7.20007499,0 C10.0838845,0 12.7109287,1.536 14.1993272,4.05188571 C14.4668909,4.5024 14.4668909,5.0976 14.1993272,5.54811429 C12.7109287,8.064 10.0838845,9.6 7.20007499,9.6 M0.863133117,4.21097143 C0.638163582,4.56205714 0.638163582,5.03794286 0.863133117,5.38902857 C2.25914407,7.56822857 4.6168248,8.88891429 7.20007499,8.88891429 C9.78332517,8.88891429 12.140406,7.56822857 13.5370169,5.38902857 C13.7619864,5.03794286 13.7619864,4.56205714 13.5370169,4.21097143 C12.1410059,2.03177143 9.78332517,0.711085714 7.20007499,0.711085714 C4.6168248,0.711085714 2.25914407,2.03177143 0.863133117,4.21097143' id='Fill-1'%3E%3C/path%3E%3Cpath d='M7.2,2.2144 C8.61755537,2.2144 9.76997539,3.33824 9.76997539,4.72064 C9.76997539,6.10304 8.61755537,7.22688 7.2,7.22688 C5.78244463,7.22688 4.62936833,6.10304 4.62936833,4.72064 C4.62936833,3.33824 5.78244463,2.2144 7.2,2.2144 M7.2,1.6 C5.43264971,1.6 4,2.99776 4,4.72064 C4,6.44352 5.43264971,7.84128 7.2,7.84128 C8.96669401,7.84128 10.4,6.44352 10.4,4.72064 C10.4,2.99776 8.96669401,1.6 7.2,1.6' id='Fill-4'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-update-listing{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='update-listing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M3.18971429,3.07885714 C3.18971429,3.39504762 2.94209524,3.65028571 2.63580952,3.65028571 C2.33028571,3.65028571 2.08266667,3.39504762 2.08266667,3.07885714 C2.08266667,2.76342857 2.33028571,2.50742857 2.63580952,2.50742857 C2.94209524,2.50742857 3.18971429,2.76342857 3.18971429,3.07885714' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M5.04015238,3.07885714 C5.04015238,3.39504762 4.79177143,3.65028571 4.48624762,3.65028571 C4.18072381,3.65028571 3.93310476,3.39504762 3.93310476,3.07885714 C3.93310476,2.76342857 4.18072381,2.50742857 4.48624762,2.50742857 C4.79177143,2.50742857 5.04015238,2.76342857 5.04015238,3.07885714' id='Fill-3' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M6.89028571,3.07885714 C6.89028571,3.39504762 6.64266667,3.65028571 6.33638095,3.65028571 C6.03161905,3.65028571 5.7832381,3.39504762 5.7832381,3.07885714 C5.7832381,2.76342857 6.03161905,2.50742857 6.33638095,2.50742857 C6.64266667,2.50742857 6.89028571,2.76342857 6.89028571,3.07885714' id='Fill-5' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M12.7998476,4.31771429 L12.7998476,2.40609524 C12.7998476,1.92761905 12.4105143,1.53904762 11.9320381,1.53904762 L1.6448,1.53904762 C1.1655619,1.53904762 0.776990476,1.92761905 0.776990476,2.40609524 L0.776990476,4.31771429 L12.7998476,4.31771429 Z M1.6448,13.6822857 C0.737371429,13.6822857 -0.000152380952,12.944 -0.000152380952,12.0373333 L-0.000152380952,2.40609524 C-0.000152380952,1.49942857 0.737371429,0.761904762 1.6448,0.761904762 L11.9320381,0.761904762 C12.8387048,0.761904762 13.5769905,1.49942857 13.5769905,2.40609524 L13.5769905,6.39314286 L13.4672762,6.34057143 C13.268419,6.24457143 13.0642286,6.1592381 12.8516571,6.08838095 L12.7998476,6.07085714 L12.7998476,5.12685714 L0.776990476,5.12685714 L0.776990476,12.0373333 C0.776990476,12.5158095 1.1655619,12.9051429 1.6448,12.9051429 L6.41051429,12.9051429 L6.4295619,12.952381 C6.51641905,13.1657143 6.61851429,13.3699048 6.7328,13.568 L6.79832381,13.6822857 L1.6448,13.6822857 Z' id='Fill-7' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3Cpath d='M14.8095238,12.7670857 C14.7615238,12.7670857 14.7135238,12.7579429 14.6662857,12.740419 C14.4567619,12.660419 14.351619,12.4257524 14.4308571,12.2169905 C14.7561905,11.3606095 14.7287619,10.4272762 14.352381,9.58918095 C13.9752381,8.75108571 13.296381,8.1095619 12.44,7.78422857 C12.0514286,7.63641905 11.6422857,7.56175238 11.2232381,7.56175238 C10.6015238,7.56175238 9.9927619,7.72860952 9.46019048,8.0448 L9.82361905,8.18270476 C9.92419048,8.2208 10.0041905,8.29622857 10.048381,8.39527619 C10.0925714,8.49432381 10.095619,8.6040381 10.0575238,8.70537143 C9.99885714,8.8615619 9.84647619,8.96670476 9.67885714,8.96670476 C9.63085714,8.96670476 9.58209524,8.9575619 9.53561905,8.9400381 L8.27847619,8.46232381 C8.06895238,8.38308571 7.96380952,8.14841905 8.04304762,7.93965714 L8.52152381,6.68251429 C8.58019048,6.52708571 8.73180952,6.42118095 8.90019048,6.42118095 C8.94819048,6.42118095 8.99619048,6.43032381 9.04266667,6.44784762 C9.14552381,6.48670476 9.22552381,6.56213333 9.26971429,6.66041905 C9.31466667,6.75946667 9.31771429,6.86994286 9.27809524,6.97127619 L9.15847619,7.28594286 C9.79009524,6.93622857 10.504,6.75184762 11.2270476,6.75184762 C11.743619,6.75184762 12.2487619,6.8448 12.728,7.02689524 C13.7862857,7.42918095 14.6251429,8.2215619 15.0914286,9.25699048 C15.5561905,10.293181 15.5904762,11.4467048 15.1881905,12.5049905 C15.1287619,12.6619429 14.976381,12.7670857 14.8095238,12.7670857 M13.5379048,15.5708952 C13.4906667,15.5708952 13.4419048,15.5617524 13.3954286,15.5449905 C13.2933333,15.5061333 13.2125714,15.4307048 13.168381,15.3316571 C13.1241905,15.2326095 13.120381,15.1221333 13.1592381,15.0208 L13.2788571,14.7061333 C12.6487619,15.0558476 11.9348571,15.2409905 11.2110476,15.2409905 C10.6952381,15.2409905 10.1900952,15.1480381 9.71009524,14.965181 C8.65104762,14.5636571 7.81219048,13.7712762 7.34666667,12.7350857 C6.88190476,11.6996571 6.84685714,10.5453714 7.24990476,9.48708571 C7.30933333,9.33089524 7.46171429,9.22575238 7.62857143,9.22575238 C7.67657143,9.22575238 7.72457143,9.23413333 7.77180952,9.25165714 C7.98133333,9.33165714 8.08647619,9.56632381 8.0072381,9.77508571 C7.68190476,10.6322286 7.70933333,11.5648 8.08571429,12.4028952 C8.46209524,13.2417524 9.14171429,13.8825143 9.99809524,14.2078476 C10.3859048,14.3556571 10.7950476,14.4310857 11.2140952,14.4310857 C11.8358095,14.4310857 12.4445714,14.2642286 12.9779048,13.9472762 L12.6152381,13.8101333 C12.5139048,13.7712762 12.4339048,13.6958476 12.3897143,13.5968 C12.3455238,13.4977524 12.3417143,13.3880381 12.3805714,13.2874667 C12.4392381,13.1312762 12.591619,13.0253714 12.7592381,13.0253714 C12.8072381,13.0253714 12.856,13.0345143 12.9024762,13.0528 L14.159619,13.5297524 C14.368381,13.6097524 14.4742857,13.844419 14.3950476,14.052419 L13.9165714,15.3095619 C13.8579048,15.4657524 13.7055238,15.5708952 13.5379048,15.5708952' id='Fill-10' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-accuracy{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='accuracy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,0.8 C4.02898824,0.8 0.8,4.02898824 0.8,8 C0.8,11.9710118 4.02898824,15.2 8,15.2 C11.9710118,15.2 15.2,11.9710118 15.2,8 C15.2,4.02898824 11.9710118,0.8 8,0.8 M8,1.69957647 C11.4848,1.69957647 14.2995765,4.5152 14.2995765,8 C14.2995765,11.4848 11.4848,14.3004235 8,14.3004235 C4.5152,14.3004235 1.70042353,11.4848 1.70042353,8 C1.70042353,4.5152 4.5152,1.69957647 8,1.69957647 M8,3.50042353 C5.51981176,3.50042353 3.50042353,5.51981176 3.50042353,8 C3.50042353,10.4801882 5.51981176,12.5004235 8,12.5004235 C10.4801882,12.5004235 12.4995765,10.4801882 12.4995765,8 C12.4995765,5.51981176 10.4801882,3.50042353 8,3.50042353 M8,4.4 C9.99397647,4.4 11.6,6.00602353 11.6,8 C11.6,9.99397647 9.99397647,11.6 8,11.6 C6.00602353,11.6 4.4,9.99397647 4.4,8 C4.4,6.00602353 6.00602353,4.4 8,4.4 M8,6.2 C7.0064,6.2 6.2,7.0064 6.2,8 C6.2,8.9936 7.0064,9.8 8,9.8 C8.9936,9.8 9.8,8.9936 9.8,8 C9.8,7.0064 8.9936,6.2 8,6.2' id='Fill-1' fill='rgb(57, 57, 57)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-total-actions{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 11 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Google-My-Business-Monthly-View' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='GMB-Data' transform='translate(-1122.000000, -1662.000000)' fill='rgb(57, 57, 57)'%3E%3Cpolygon id='Page-1' points='1124.12177 1673 1122 1670.87941 1124.98607 1667.89328 1122.71747 1666.39117 1133 1662 1128.61102 1672.28206 1127.10784 1670.01387'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-excel{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:19px;height:22px;background-image:url("data:image/svg+xml,%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='GMB-QA-Bulk-Upload' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Google-QA-BulkPublishing-1.0' transform='translate(-401.000000, -596.000000)' fill='rgb(57, 57, 57)'%3E%3Cg id='Group-6' transform='translate(253.000000, 291.000000)'%3E%3Cg id='Group-3' transform='translate(148.000000, 305.000000)'%3E%3Cpath d='M15.3332375,4.59628889 L11.75625,0.914955556 L11.75625,4.76666667 L15.42705,4.76666667 C15.411375,4.70286667 15.3793125,4.64371111 15.3332375,4.59628889 L15.3332375,4.59628889 Z M12.2704375,11.1153778 L12.2704375,13.9944444 L13.6458,13.9944444 L13.6458,14.6055556 L11.5512875,14.6055556 L11.5512875,11.1153778 L12.2704375,11.1153778 Z M8.8214625,11.1153778 L9.5520125,12.3710889 L10.2687875,11.1153778 L11.0435125,11.1153778 L9.9788,12.8462889 L11.1245,14.6055556 L10.3034625,14.6055556 L9.5149625,13.2853111 L8.7264625,14.6055556 L7.95625,14.6055556 L9.0812875,12.8054667 L8.0282125,11.1153778 L8.8214625,11.1153778 Z M15.2135375,11.0652667 C15.3897625,11.0652667 15.5579125,11.0867778 15.7179875,11.1298 C15.8780625,11.1728222 16.0455,11.2332 16.2200625,11.3111778 L15.9882625,11.8866 C15.8072875,11.8100889 15.6576625,11.7568 15.5393875,11.7264889 C15.4211125,11.6961778 15.3047375,11.6812667 15.1902625,11.6812667 C15.054175,11.6812667 14.9499125,11.7140222 14.8772375,11.7790444 C14.8045625,11.8443111 14.768225,11.9296222 14.768225,12.0344889 C14.768225,12.0997556 14.78295,12.1567111 14.8124,12.2051111 C14.84185,12.2537556 14.8884,12.3006889 14.952525,12.3461556 C15.0168875,12.3913778 15.1688875,12.4730222 15.4082875,12.5908444 C15.72535,12.7465556 15.942425,12.903 16.060225,13.0599333 C16.1777875,13.2166222 16.23645,13.4087556 16.23645,13.6363333 C16.23645,13.9514222 16.12625,14.1997778 15.90585,14.3811556 C15.68545,14.5625333 15.3788375,14.6532222 14.98625,14.6532222 C14.6245375,14.6532222 14.3043875,14.5833111 14.0260375,14.4432444 L14.0260375,13.7556222 C14.2549875,13.8607333 14.44855,13.9348 14.6069625,13.9775778 C14.765375,14.0206 14.9104875,14.0421111 15.041825,14.0421111 C15.1997625,14.0421111 15.32065,14.0110667 15.4049625,13.9489778 C15.4890375,13.8868889 15.5313125,13.7944889 15.5313125,13.6720222 C15.5313125,13.6035778 15.5127875,13.5427111 15.4757375,13.4894222 C15.43845,13.4363778 15.3840625,13.3850444 15.3121,13.3354222 C15.2401375,13.2860444 15.0936,13.2073333 14.872725,13.0992889 C14.6653875,12.9990667 14.5100625,12.9027556 14.4065125,12.8103556 C14.302725,12.7179556 14.220075,12.6106444 14.158325,12.4881778 C14.0963375,12.3657111 14.0654625,12.2224667 14.0654625,12.0584444 C14.0654625,11.7497111 14.1671125,11.5069778 14.3704125,11.3302444 C14.57395,11.1537556 14.854675,11.0652667 15.2135375,11.0652667 L15.2135375,11.0652667 Z M5.58125,16.2555556 L18.2875,16.2555556 L18.2875,9.41111111 L5.58125,9.41111111 L5.58125,16.2555556 Z M11.04375,0.733333333 L1.06875,0.733333333 C0.8721,0.733333333 0.7125,0.897355556 0.7125,1.1 L0.7125,20.9 C0.7125,21.1024 0.8721,21.2666667 1.06875,21.2666667 L15.08125,21.2666667 C15.2781375,21.2666667 15.4375,21.1024 15.4375,20.9 L15.4375,16.9888889 L4.86875,16.9888889 L4.86875,8.67777778 L15.4375,8.67777778 L15.4375,5.5 L11.4,5.5 C11.20335,5.5 11.04375,5.33573333 11.04375,5.13333333 L11.04375,0.733333333 Z M11.4323,0 C11.715875,0 11.987575,0.115866667 12.1882625,0.322177778 L15.836975,4.07782222 C16.0376625,4.28413333 16.15,4.56377778 16.15,4.85564444 L16.15,8.67777778 L19,8.67777778 L19,16.9888889 L16.15,16.9888889 L16.15,20.9 C16.15,21.5074444 15.671675,22 15.08125,22 L1.06875,22 C0.4785625,22 0,21.5074444 0,20.9 L0,1.1 C0,0.492311111 0.4785625,0 1.06875,0 L11.4323,0 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-excel.icon-color-primary{background-image:url("data:image/svg+xml,%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='GMB-QA-Bulk-Upload' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Google-QA-BulkPublishing-1.0' transform='translate(-401.000000, -596.000000)' fill='rgb(0, 106, 219)'%3E%3Cg id='Group-6' transform='translate(253.000000, 291.000000)'%3E%3Cg id='Group-3' transform='translate(148.000000, 305.000000)'%3E%3Cpath d='M15.3332375,4.59628889 L11.75625,0.914955556 L11.75625,4.76666667 L15.42705,4.76666667 C15.411375,4.70286667 15.3793125,4.64371111 15.3332375,4.59628889 L15.3332375,4.59628889 Z M12.2704375,11.1153778 L12.2704375,13.9944444 L13.6458,13.9944444 L13.6458,14.6055556 L11.5512875,14.6055556 L11.5512875,11.1153778 L12.2704375,11.1153778 Z M8.8214625,11.1153778 L9.5520125,12.3710889 L10.2687875,11.1153778 L11.0435125,11.1153778 L9.9788,12.8462889 L11.1245,14.6055556 L10.3034625,14.6055556 L9.5149625,13.2853111 L8.7264625,14.6055556 L7.95625,14.6055556 L9.0812875,12.8054667 L8.0282125,11.1153778 L8.8214625,11.1153778 Z M15.2135375,11.0652667 C15.3897625,11.0652667 15.5579125,11.0867778 15.7179875,11.1298 C15.8780625,11.1728222 16.0455,11.2332 16.2200625,11.3111778 L15.9882625,11.8866 C15.8072875,11.8100889 15.6576625,11.7568 15.5393875,11.7264889 C15.4211125,11.6961778 15.3047375,11.6812667 15.1902625,11.6812667 C15.054175,11.6812667 14.9499125,11.7140222 14.8772375,11.7790444 C14.8045625,11.8443111 14.768225,11.9296222 14.768225,12.0344889 C14.768225,12.0997556 14.78295,12.1567111 14.8124,12.2051111 C14.84185,12.2537556 14.8884,12.3006889 14.952525,12.3461556 C15.0168875,12.3913778 15.1688875,12.4730222 15.4082875,12.5908444 C15.72535,12.7465556 15.942425,12.903 16.060225,13.0599333 C16.1777875,13.2166222 16.23645,13.4087556 16.23645,13.6363333 C16.23645,13.9514222 16.12625,14.1997778 15.90585,14.3811556 C15.68545,14.5625333 15.3788375,14.6532222 14.98625,14.6532222 C14.6245375,14.6532222 14.3043875,14.5833111 14.0260375,14.4432444 L14.0260375,13.7556222 C14.2549875,13.8607333 14.44855,13.9348 14.6069625,13.9775778 C14.765375,14.0206 14.9104875,14.0421111 15.041825,14.0421111 C15.1997625,14.0421111 15.32065,14.0110667 15.4049625,13.9489778 C15.4890375,13.8868889 15.5313125,13.7944889 15.5313125,13.6720222 C15.5313125,13.6035778 15.5127875,13.5427111 15.4757375,13.4894222 C15.43845,13.4363778 15.3840625,13.3850444 15.3121,13.3354222 C15.2401375,13.2860444 15.0936,13.2073333 14.872725,13.0992889 C14.6653875,12.9990667 14.5100625,12.9027556 14.4065125,12.8103556 C14.302725,12.7179556 14.220075,12.6106444 14.158325,12.4881778 C14.0963375,12.3657111 14.0654625,12.2224667 14.0654625,12.0584444 C14.0654625,11.7497111 14.1671125,11.5069778 14.3704125,11.3302444 C14.57395,11.1537556 14.854675,11.0652667 15.2135375,11.0652667 L15.2135375,11.0652667 Z M5.58125,16.2555556 L18.2875,16.2555556 L18.2875,9.41111111 L5.58125,9.41111111 L5.58125,16.2555556 Z M11.04375,0.733333333 L1.06875,0.733333333 C0.8721,0.733333333 0.7125,0.897355556 0.7125,1.1 L0.7125,20.9 C0.7125,21.1024 0.8721,21.2666667 1.06875,21.2666667 L15.08125,21.2666667 C15.2781375,21.2666667 15.4375,21.1024 15.4375,20.9 L15.4375,16.9888889 L4.86875,16.9888889 L4.86875,8.67777778 L15.4375,8.67777778 L15.4375,5.5 L11.4,5.5 C11.20335,5.5 11.04375,5.33573333 11.04375,5.13333333 L11.04375,0.733333333 Z M11.4323,0 C11.715875,0 11.987575,0.115866667 12.1882625,0.322177778 L15.836975,4.07782222 C16.0376625,4.28413333 16.15,4.56377778 16.15,4.85564444 L16.15,8.67777778 L19,8.67777778 L19,16.9888889 L16.15,16.9888889 L16.15,20.9 C16.15,21.5074444 15.671675,22 15.08125,22 L1.06875,22 C0.4785625,22 0,21.5074444 0,20.9 L0,1.1 C0,0.492311111 0.4785625,0 1.06875,0 L11.4323,0 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-submitted{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-2' transform='translate(1.000000, 1.000000)'%3E%3Cg id='Status-Color/Red-Copy-3' fill='%23e0f0d8' stroke='%233C763D'%3E%3Ccircle id='Oval-Copy-6' cx='8' cy='8' r='8'%3E%3C/circle%3E%3C/g%3E%3Cpath d='M13.4838651,4.20944155 C13.2095639,3.93018615 12.7651118,3.93018615 12.4908106,4.20944155 L6.53271727,10.2741921 L4.13211378,7.83094564 C3.85781259,7.55192852 3.41336041,7.55192852 3.13905922,7.83094564 C2.86475804,8.11020104 2.86475804,8.56268057 3.13905922,8.84193596 L6.03630702,11.7905585 C6.17345761,11.9301862 6.35367255,12 6.53271727,12 C6.71293222,12 6.89221098,11.9301862 7.02912753,11.7905585 L13.4838651,5.21947878 C13.7572301,4.94117647 13.7572301,4.48869695 13.4838651,4.20944155 Z' id='Checkmark-Copy-6' fill='%233C763D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-progress{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(1.000000, 1.000000)'%3E%3Ccircle id='Oval-Copy-6' stroke='%237A5A00' fill='%23fcf8e3' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cpath d='M12.7064209,9.20907468 L7.81537624,9.20907468 L7.81537624,3.88198977 C7.81537624,3.39477862 7.40909503,3 6.90768812,3 C6.4062812,3 6,3.39477862 6,3.88198977 L6,10.0910645 C6,10.5779228 6.4062812,10.9730542 6.90768812,10.9730542 L12.7064209,10.9730542 C13.2078278,10.9730542 13.614109,10.5782756 13.614109,10.0910645 C13.614109,9.6038533 13.2078278,9.20907468 12.7064209,9.20907468 Z' id='Path-Copy-2' fill='%238A6D3B' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-duplicate{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Configuration-GMB-Verification-Process' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-12' transform='translate(0.000000, -2.000000)'%3E%3Cg id='Status-Color/Red' transform='translate(0.000000, 2.000000)' fill='%23cecece'%3E                %3Ccircle id='Oval-Copy-6' cx='8' cy='8' r='8'%3E%3C/circle%3E%3C/g%3E%3Ctext id='!' font-family='OpenSans-Bold, Open Sans' font-size='14' font-weight='bold' fill='%23000000'%3E%3Ctspan x='6' y='15'%3E!%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-not-verified{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E        %3Cg id='Group-3' transform='translate(1.000000, 1.000000)'%3E%3Cg id='Status-Color/Red-Copy-3' fill='%23f2dede' stroke='%23A94442'%3E%3Ccircle id='Oval-Copy-6' cx='8' cy='8' r='8'%3E%3C/circle%3E%3C/g%3E%3Cpath d='M11.4129648,12 C11.2558956,12 11.1084787,11.9394538 10.9970385,11.8280136 L8.00043874,8.83141384 L5.0029615,11.8280136 C4.89239882,11.9394538 4.74410442,12 4.58791269,12 C4.43084348,12 4.28342657,11.9394538 4.1719864,11.8280136 C4.06142371,11.7174509 4,11.5691565 4,11.4129648 C4,11.2558956 4.06142371,11.1076012 4.1719864,10.996161 L7.16858616,7.99956126 L4.1719864,5.0029615 C4.06142371,4.89152133 4,4.74410442 4,4.58703521 C4,4.43084348 4.06142371,4.28254908 4.1719864,4.17110892 C4.28342657,4.06054623 4.43084348,4 4.58791269,4 C4.74410442,4 4.89239882,4.06054623 5.00383898,4.1719864 L8.00043874,7.16858616 L10.9970385,4.1719864 C11.1084787,4.06054623 11.2558956,4 11.4129648,4 C11.570034,4 11.7174509,4.06054623 11.8288911,4.1719864 C11.9394538,4.28254908 12,4.43084348 12,4.58703521 C12,4.74410442 11.9394538,4.89152133 11.8288911,5.0029615 L8.83229132,7.99956126 L11.8288911,10.9970385 C11.9394538,11.1076012 12,11.2558956 12,11.4129648 C12,11.5691565 11.9394538,11.7174509 11.8288911,11.8288911 C11.7174509,11.9394538 11.570034,12 11.4129648,12' id='Fill-1' fill='%23A94442'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-alert-warning{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Response-management' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Live-Response' transform='translate(-123.000000, -43.000000)'%3E %3Cg id='Group-11' transform='translate(123.000000, 43.000000)'%3E %3Cpolygon id='Path-2' fill='rgb(255, 200, 44)' points='7.88106142 0.264892578 0.377235991 12.8432985 15.4082705 12.8342097'%3E%3C/polygon%3E %3Cpath d='M7.86919724,10.404856 C8.08807724,10.404856 8.30528,10.4932498 8.46377931,10.6463022 C8.62144,10.7993545 8.71284966,11.011336 8.71284966,11.2282283 C8.71284966,11.4467575 8.62227862,11.6587391 8.46461793,11.809336 C8.30695724,11.9632068 8.0905931,12.0507822 7.86919724,12.0507822 C7.64696276,12.0507822 7.42976,11.9632068 7.27126069,11.8101545 C7.11611586,11.6587391 7.02638345,11.4459391 7.02638345,11.2282283 C7.02638345,11.0105175 7.11611586,10.798536 7.27209931,10.6454837 C7.43059862,10.4932498 7.64780138,10.404856 7.86919724,10.404856 Z M7.86793931,3.02470646 C8.28473379,3.02470646 8.62353655,3.35618338 8.62353655,3.76295877 L8.40130207,8.80222646 C8.38117517,9.21718646 8.04404966,9.32767877 7.86793931,9.32767877 C7.67924966,9.32767877 7.35973517,9.258928 7.33457655,8.801408 L7.11318069,3.758048 C7.11318069,3.35618338 7.45198345,3.02470646 7.86793931,3.02470646 Z' id='Combined-Shape' fill='%23000000'%3E%3C/path%3E %3Cpath d='M7.86752,-2.19994962e-14 C8.28683034,-2.19994962e-14 8.66169379,0.211163077 8.87134897,0.565556923 L15.5786372,11.8938831 C15.7866152,12.2458215 15.7866152,12.6648738 15.5786372,13.0159938 C15.375691,13.3597477 14.999989,13.5651815 14.5748083,13.5651815 L1.16107034,13.5651815 C0.735889655,13.5651815 0.360187586,13.3597477 0.157241379,13.0159938 C-0.0524137931,12.6624185 -0.0524137931,12.2564615 0.157241379,11.9012492 L6.86369103,0.565556923 C7.07334621,0.211163077 7.44820966,-2.19994962e-14 7.86752,-2.19994962e-14 Z M7.86752,0.719427692 C7.74759724,0.719427692 7.64947862,0.774264615 7.59077517,0.874116923 L0.768595862,12.3996923 C0.693958621,12.5290092 0.727503448,12.6362277 0.768595862,12.70416 C0.787884138,12.73608 0.866714483,12.8432985 1.04701793,12.8432985 L14.6880221,12.8432985 C14.8674869,12.8432985 14.9454786,12.7377169 14.9656055,12.7049785 C15.0259862,12.6018523 15.0259862,12.4995446 14.9664441,12.3988738 L8.14594207,0.875753846 C8.0864,0.77672 7.9849269,0.719427692 7.86752,0.719427692 Z' id='Combined-Shape' fill='%23000000'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E")}.icon-alert-warning.icon-lg{width:28px;height:24px}.icon-popup-success{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:52px;height:52px;background-image:url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E     %3Ctitle%3EIcon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Social-Create-Post' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Popup-Success' transform='translate(-198.000000, -54.000000)'%3E%3Cg id='Content'%3E%3Cg id='Icon' transform='translate(200.000000, 56.000000)'%3E%3Ccircle id='Oval' stroke='%2337C18F' stroke-width='3' cx='24' cy='24' r='24'%3E%3C/circle%3E%3Cpath d='M37.7815884,15.4578884 C37.1372968,14.8473705 36.0933465,14.8473705 35.4490549,15.4578884 L21.4544033,28.7168572 L15.8157523,23.3753468 C15.1714606,22.7653498 14.1275103,22.7653498 13.4832187,23.3753468 C12.8389271,23.9858646 12.8389271,24.9750911 13.4832187,25.585609 L20.2884114,32.0319901 C20.6105572,32.3372491 21.0338546,32.4898785 21.4544033,32.4898785 C21.8777007,32.4898785 22.2987992,32.3372491 22.6203952,32.0319901 L37.7815884,17.666067 C38.4236811,17.0576328 38.4236811,16.0684063 37.7815884,15.4578884 Z' id='Checkmark-Copy' fill='rgb(67, 191, 146)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-popup-error{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:52px;height:52px;background-image:url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Social-Create-Post' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Popup-Error' transform='translate(-198.000000, -54.000000)'%3E%3Cg id='Content'%3E%3Cg id='Icon' transform='translate(200.000000, 56.000000)'%3E%3Cg id='Group' stroke='%23E14747' stroke-width='3'%3E%3Ccircle id='Oval' cx='24' cy='24' r='24'%3E%3C/circle%3E%3C/g%3E%3Cpath d='M32.532412,34 C32.1397389,34 31.7711967,33.8486344 31.4925962,33.570034 L24.0010969,26.0785346 L16.5074038,33.570034 C16.230997,33.8486344 15.8602611,34 15.4697817,34 C15.0771087,34 14.7085664,33.8486344 14.429966,33.570034 C14.1535593,33.2936273 14,32.9228913 14,32.532412 C14,32.1397389 14.1535593,31.769003 14.429966,31.4904025 L21.9214654,23.9989031 L14.429966,16.5074038 C14.1535593,16.2288033 14,15.8602611 14,15.467588 C14,15.0771087 14.1535593,14.7063727 14.429966,14.4277723 C14.7085664,14.1513656 15.0771087,14 15.4697817,14 C15.8602611,14 16.230997,14.1513656 16.5095975,14.429966 L24.0010969,21.9214654 L31.4925962,14.429966 C31.7711967,14.1513656 32.1397389,14 32.532412,14 C32.925085,14 33.2936273,14.1513656 33.5722277,14.429966 C33.8486344,14.7063727 34,15.0771087 34,15.467588 C34,15.8602611 33.8486344,16.2288033 33.5722277,16.5074038 L26.0807283,23.9989031 L33.5722277,31.4925962 C33.8486344,31.769003 34,32.1397389 34,32.532412 C34,32.9228913 33.8486344,33.2936273 33.5722277,33.5722277 C33.2936273,33.8486344 32.925085,34 32.532412,34' id='Fill-1' fill='rgb(224, 94, 94)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-popup-alert{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:55px;height:48px;background-image:url("data:image/svg+xml, %3Csvg width='55px' height='48px' viewBox='0 0 55 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E     %3Ctitle%3EGroup%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Social-Create-Post' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Popup-Confirmation' transform='translate(-200.000000, -56.000000)' fill='rgb(0, 106, 219)'%3E%3Cg id='Content'%3E%3Cg id='Icon' transform='translate(200.000000, 56.000000)'%3E%3Cg id='Group'%3E%3Cpath d='M26.9016541,36.0343338 C27.655218,36.0343338 28.4030075,36.3461534 28.9486917,36.8860632 C29.4914887,37.4259729 29.8061955,38.1737624 29.8061955,38.9388752 C29.8061955,39.7097624 29.4943759,40.4575519 28.9515789,40.9888 C28.408782,41.531597 27.6638797,41.8405293 26.9016541,41.8405293 C26.1365414,41.8405293 25.3887519,41.531597 24.8430677,40.9916872 C24.3089323,40.4575519 24,39.7068752 24,38.9388752 C24,38.1708752 24.3089323,37.4230857 24.8459549,36.8831759 C25.3916391,36.3461534 26.1394286,36.0343338 26.9016541,36.0343338 Z M26.8973233,10 C28.3322707,10 29.4987068,11.1693233 29.4987068,12.6042707 L28.733594,30.3808722 C28.6643008,31.8446917 27.5036391,32.2344662 26.8973233,32.2344662 C26.2476992,32.2344662 25.1476692,31.9919398 25.0610526,30.377985 L24.2988271,12.5869474 C24.2988271,11.1693233 25.4652632,10 26.8973233,10 Z' id='Combined-Shape'%3E%3C/path%3E%3Cpath d='M27.0864361,-9.59232693e-14 C28.5300451,-9.59232693e-14 29.8206316,0.744902256 30.5424361,1.99506767 L53.634406,41.9570526 C54.3504361,43.1985564 54.3504361,44.676812 53.634406,45.9154286 C52.9356992,47.1280602 51.6422256,47.8527519 50.178406,47.8527519 L3.99735338,47.8527519 C2.53353383,47.8527519 1.24006015,47.1280602 0.541353383,45.9154286 C-0.180451128,44.6681504 -0.180451128,43.2360902 0.541353383,41.9830376 L23.6304361,1.99506767 C24.3522406,0.744902256 25.6428271,-9.59232693e-14 27.0864361,-9.59232693e-14 Z M27.0864361,2.53786466 C26.6735639,2.53786466 26.3357594,2.73130827 26.1336541,3.08354887 L2.64613534,43.7413534 C2.38917293,44.1975338 2.50466165,44.5757594 2.64613534,44.8153985 C2.71254135,44.928 2.98393985,45.3062256 3.60469173,45.3062256 L50.5681805,45.3062256 C51.1860451,45.3062256 51.4545564,44.9337744 51.5238496,44.8182857 C51.7317293,44.4544962 51.7317293,44.093594 51.5267368,43.7384662 L28.0449925,3.08932331 C27.84,2.73996992 27.4906466,2.53786466 27.0864361,2.53786466 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-popup-faq{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:48px;height:48px;background-image:url("data:image/svg+xml,%3Csvg width='48px' height='48px' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E     %3Ctitle%3EIcon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Social-Create-Post' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E         %3Cg id='FAQ' transform='translate(-236.000000, -59.000000)' fill='rgb(0, 106, 219)'%3E%3Cg id='Header'%3E%3Cg id='Icon' transform='translate(236.000000, 59.000000)'%3E%3Cpath d='M27.1372249,36.4783923 C27.1372249,40.0280957 21.8181818,40.0280957 21.8181818,36.4783923 C21.8181818,32.931445 27.1372249,32.931445 27.1372249,36.4783923' id='Fill-1'%3E%3C/path%3E%3Cpath d='M23.6242679,3.15008612 C12.3357703,3.15008612 3.15008612,12.3357703 3.15008612,23.6242679 C3.15008612,34.9127656 12.3357703,44.0956938 23.6242679,44.0956938 C34.9127656,44.0956938 44.0956938,34.9127656 44.0956938,23.6242679 C44.0956938,12.3357703 34.9127656,3.15008612 23.6242679,3.15008612 M23.6242679,47.2457799 C10.5967464,47.2457799 0,36.6490335 0,23.6242679 C0,10.5995024 10.5967464,0 23.6242679,0 C36.6490335,0 47.2457799,10.5995024 47.2457799,23.6242679 C47.2457799,36.6490335 36.6490335,47.2457799 23.6242679,47.2457799' id='Fill-3'%3E%3C/path%3E%3Cpath d='M24.0395024,8.72727273 C19.205512,8.72727273 15.2727273,12.6600574 15.2727273,17.4940478 C15.2727273,18.621244 16.1932249,19.5417416 17.3204211,19.5417416 C18.4503732,19.5417416 19.3681148,18.621244 19.3681148,17.4940478 C19.3681148,14.9640574 21.4268325,12.9053397 23.956823,12.9053397 C26.4895694,12.9053397 28.5482871,14.9640574 28.5482871,17.4940478 C28.5482871,19.5803254 26.9332823,21.0079234 25.5773397,21.8374737 L25.3072536,22.0028325 C22.4933971,23.7170526 21.644555,24.235177 21.7437703,25.819866 L21.7437703,29.5542201 C21.7437703,30.6621244 22.7193876,31.5991579 23.8713876,31.5991579 C24.9985837,31.5991579 25.9190813,30.6814163 25.9190813,29.5542201 L25.9163254,26.1616077 C26.2635789,26.0789282 26.825799,25.8529378 27.8069282,25.2741818 C31.0259139,23.3560191 32.8007656,20.5642105 32.8007656,17.4168804 C32.8007656,12.5443062 28.9534163,8.72727273 24.0395024,8.72727273' id='Fill-6'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-popup-sad{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:55px;height:55px;background-image:url("data:image/svg+xml, %3Csvg width='55px' height='55px' viewBox='0 0 55 55' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E     %3Ctitle%3Enoun_sad face_1101097%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Configuration-GMB-Verification-Process' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='GMB--popup' transform='translate(-196.000000, -45.000000)'%3E%3Cg id='noun_sad-face_1101097' transform='translate(196.000000, 45.000000)'%3E%3Cpath d='M27.5,2.578125 C41.25,2.578125 52.421875,13.75 52.421875,27.5 C52.421875,41.25 41.25,52.421875 27.5,52.421875 C13.75,52.421875 2.578125,41.25 2.578125,27.5 C2.578125,13.75 13.75,2.578125 27.5,2.578125 M27.5,0 C12.2890625,0 0,12.2890625 0,27.5 C0,42.7109375 12.2890625,55 27.5,55 C42.7109375,55 55,42.7109375 55,27.5 C55,12.2890625 42.7109375,0 27.5,0 L27.5,0 Z' id='Shape' fill='rgb(0, 106, 219)' fill-rule='nonzero'%3E%3C/path%3E%3Ccircle id='Oval' fill='rgb(0, 106, 219)' fill-rule='nonzero' cx='17.0065789' cy='22.7960526' r='3.98026316'%3E%3C/circle%3E%3Ccircle id='Oval' fill='rgb(0, 106, 219)' fill-rule='nonzero' cx='37.9934211' cy='22.7960526' r='3.98026316'%3E%3C/circle%3E%3Cpath d='M39.8026316,39.0789474 C37.5966425,34.3551186 32.930127,31.1184211 27.5,31.1184211 C22.069873,31.1184211 17.4033575,34.3551186 15.1973684,39.0789474' id='Path' stroke='rgb(0, 106, 219)' stroke-width='2.6875' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-star{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Stars-Empty' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Page-1-Copy-7' fill='rgb(57, 57, 57)' points='8 0 10.4728702 5.26697954 16 6.11186871 11.9998877 10.2109271 12.9448421 16 8 13.2669795 3.05605614 16 4.00011228 10.2109271 0 6.11186871 5.52802807 5.26697954'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E")}.icon-star.icon-color-grey{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Stars-Empty' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Page-1-Copy-7' fill='rgb(155, 155, 155)' points='8 0 10.4728702 5.26697954 16 6.11186871 11.9998877 10.2109271 12.9448421 16 8 13.2669795 3.05605614 16 4.00011228 10.2109271 0 6.11186871 5.52802807 5.26697954'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E")}.icon-google-whatsnew{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='WhatsNew' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M6.97477945,1 L5.34202476,3.85865164 L1.95005692,4.39773469 L2.40857997,7.61661473 L0,9.93551156 L2.37478657,12.2853091 L1.8696642,15.4978075 L5.25345048,16.0807225 L6.84494166,18.9600306 L9.94521912,17.5538803 L13.0252205,19 L14.6579752,16.1413484 L18.0501209,15.6020974 L17.5915979,12.3833853 L20,10.0646564 L20,10.0643205 L17.6253913,7.7146909 L18.1303358,4.50219253 L14.7465495,3.91927749 L13.1550583,1.0399694 L10.0547809,2.44628762 L6.97477945,1 Z M9.00576266,10.763617 L10.9942373,10.763617 L10.9942373,5.44550391 L9.00576266,5.44550391 L9.00576266,10.763617 Z M9.00576266,14.5544961 L10.9942373,14.5544961 L10.9942373,12.676942 L9.00576266,12.676942 L9.00576266,14.5544961 Z' id='Fill-1' fill='%231B72E5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-google-product{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Product' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.48691005,6.71684002 L10.0566437,2.79802072 L12.5342772,6.71684002 L7.48691005,6.71684002 Z M10.0001035,13.969752 C8.98611394,13.969752 8.16432547,13.1252686 8.16432547,12.0835017 C8.16432547,11.0417347 8.98611394,10.1972514 10.0001035,10.1972514 C11.0139152,10.1972514 11.8358815,11.0417347 11.8358815,12.0835017 C11.8358815,13.1252686 11.0139152,13.969752 10.0001035,13.969752 L10.0001035,13.969752 Z M18.7092477,6.71684002 L14.0183682,6.71684002 L10.5880858,1.29099329 C10.4742943,1.11106335 10.2803152,1.00164403 10.071401,1 L10.0662448,1 C9.85946422,1 9.66584076,1.10558325 9.5500934,1.28204247 L5.98646157,6.71684002 L1.28989246,6.71684002 C0.585807137,6.71684002 -0.0894746911,7.31599759 0.00973733106,8.03206396 C0.318930353,10.2622819 2.45767841,16.6845934 2.45767841,16.6845934 C2.86803925,17.6465336 3.03357041,18 3.73765573,18 L16.1124886,18 C16.8167517,18 17.1161658,17.4972922 17.3926437,16.6845934 C17.3926437,16.6845934 19.6611853,10.270502 19.989225,8.03206396 C20.0943044,7.31672827 19.413333,6.71684002 18.7092477,6.71684002 L18.7092477,6.71684002 Z' id='Fill-1' fill='%231B72E5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-google-offer{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='4.10696752e-06 4.25787933e-05 18.5247783 4.25787933e-05 18.5247783 18.377195 4.10696752e-06 18.377195'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Offer' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' transform='translate(1.000000, 1.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M3.8436484,4.96172893 C2.96681692,4.96172893 2.25612778,4.25103979 2.25612778,3.37420831 C2.25612778,2.49737683 2.96681692,1.78668769 3.8436484,1.78668769 C4.72029466,1.78668769 5.43116902,2.49737683 5.43116902,3.37420831 C5.43116902,4.25103979 4.72029466,4.96172893 3.8436484,4.96172893 M18.3871228,9.44516425 L10.4269229,1.19676199 C10.4269229,1.19676199 9.51378826,0.142674966 9.08296654,0.111372786 C7.14463924,-0.030135294 2.36337016,-0.043841574 1.48468648,0.111372786 C0.606002796,0.266216706 0.227227896,1.03024921 0.140730156,1.50682027 C-0.175810824,3.25214833 0.140544936,6.66353029 0.140730156,8.60185759 C0.140730156,8.77170433 0.250009956,9.01045291 0.444305736,9.20974963 C1.89809752,10.7000297 8.11333984,17.0654855 8.97961378,17.8406312 C9.96165022,18.7193149 11.3056065,18.2542274 11.3056065,18.2542274 C11.3056065,18.2542274 18.0768793,11.6896602 18.3871228,11.017682 C18.6971811,10.3457039 18.3871228,9.44516425 18.3871228,9.44516425' id='Fill-1' fill='%231B72E5' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-google-event{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Event' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(2.000000, 1.000000)' fill='%231B72E5'%3E%3Cpath d='M1.7415,16.4763 L14.33304,16.4763 L14.33304,6.29586 L1.7415,6.29586 L1.7415,16.4763 Z M14.77836,1.94238 L13.19436,1.94238 L13.19436,-4.79616347e-15 L11.38608,-4.79616347e-15 L11.38608,1.94238 L4.75542,1.94238 L4.75542,-4.79616347e-15 L2.94696,-4.79616347e-15 L2.94696,1.94238 L1.296,1.94238 C0.5832,1.94238 -1.59872116e-15,2.52558 -1.59872116e-15,3.23838 L-1.59872116e-15,16.72074 C-1.59872116e-15,17.43354 0.5832,18.01674 1.296,18.01674 L14.77836,18.01674 C15.49116,18.01674 16.07436,17.43354 16.07436,16.72074 L16.07436,3.23838 C16.07436,2.52558 15.49116,1.94238 14.77836,1.94238 L14.77836,1.94238 Z' id='Fill-1'%3E%3C/path%3E%3Cpolygon id='Fill-3' points='8.1252 14.46714 12.6126 14.46714 12.6126 9.97956 8.1252 9.97956'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.icon-google-covid{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Covid' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M9.86304648,1 L0,19 L20,19 L9.86304648,1 Z M8.97100782,12.8344972 L11.0288081,12.8344972 L11.0288081,8.79520061 L8.97100782,8.79520061 L8.97100782,12.8344972 Z M8.97100782,16.6660107 L11.0288081,16.6660107 L11.0288081,14.5369477 L8.97100782,14.5369477 L8.97100782,16.6660107 Z' id='Fill-1' fill='%231B72E5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon-google-gen{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='GoogleGen' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' fill='%231B72E5' cx='10' cy='10' r='10'%3E%3C/circle%3E%3Ctext id='G' font-family='OpenSans-Bold, Open Sans' font-size='10' font-weight='bold' fill='%23FFFFFF'%3E%3Ctspan x='6' y='14'%3EG%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E")}.icon-bing{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7128 8.6557C11.7094 8.68191 11.7094 8.71166 11.7094 8.74086C11.7094 8.85441 11.7327 8.96359 11.7749 9.06404L11.8126 9.13938L11.9616 9.5095L12.7355 11.4264L13.4104 13.1005C13.603 13.4384 13.9114 13.7037 14.2833 13.8451L14.3988 13.8863C14.4033 13.8877 14.4109 13.8877 14.4171 13.8893L16.2671 14.507V14.5084L16.9744 14.7442L17.0227 14.76C17.0244 14.76 17.0272 14.7617 17.0289 14.7617C17.1683 14.7958 17.305 14.8416 17.4354 14.8976C17.737 15.024 18.0106 15.2041 18.2442 15.4238C18.3383 15.5112 18.4249 15.6054 18.505 15.7058C18.5732 15.7901 18.6356 15.8788 18.6917 15.9711C18.9385 16.3691 19.0802 16.8369 19.0802 17.3351C19.0802 17.424 19.0757 17.51 19.0664 17.5974C19.0633 17.6359 19.0585 17.673 19.0526 17.7098V17.7128C19.0465 17.7519 19.0389 17.7923 19.0313 17.8318C19.0234 17.8703 19.0161 17.9085 19.0071 17.9467C19.0057 17.9511 19.004 17.9558 19.0023 17.9601C18.9939 17.9989 18.9832 18.0371 18.9722 18.0756C18.9624 18.1119 18.95 18.1493 18.9363 18.1845C18.9241 18.223 18.91 18.2609 18.8938 18.298C18.88 18.3363 18.8637 18.375 18.8455 18.4116C18.7954 18.5238 18.7358 18.6316 18.6689 18.7345C18.5827 18.8697 18.4842 18.9971 18.3746 19.1153C19.2427 18.2091 19.8198 17.0389 19.9634 15.744C19.9876 15.5317 20 15.3163 20 15.0996C20 14.9612 19.9938 14.8242 19.9845 14.6866C19.8752 13.1338 19.1471 11.745 18.0359 10.7539C17.7294 10.4785 17.3946 10.2334 17.0345 10.0254L16.3542 9.68774L12.9069 7.97004C12.801 7.92593 12.6869 7.90326 12.5716 7.90344C12.1252 7.90344 11.7566 8.23399 11.7128 8.6557Z' fill='%237F7F7F'/%3E%3Cpath d='M11.7128 8.6557C11.7094 8.68191 11.7094 8.71166 11.7094 8.74086C11.7094 8.85441 11.7327 8.96359 11.7749 9.06404L11.8126 9.13938L11.9616 9.5095L12.7355 11.4264L13.4104 13.1005C13.603 13.4384 13.9114 13.7037 14.2833 13.8451L14.3988 13.8863C14.4033 13.8877 14.4109 13.8877 14.4171 13.8893L16.2671 14.507V14.5084L16.9744 14.7442L17.0227 14.76C17.0244 14.76 17.0272 14.7617 17.0289 14.7617C17.1683 14.7958 17.305 14.8416 17.4354 14.8976C17.737 15.024 18.0106 15.2041 18.2442 15.4238C18.3383 15.5112 18.4249 15.6054 18.505 15.7058C18.5732 15.7901 18.6356 15.8788 18.6917 15.9711C18.9385 16.3691 19.0802 16.8369 19.0802 17.3351C19.0802 17.424 19.0757 17.51 19.0664 17.5974C19.0633 17.6359 19.0585 17.673 19.0526 17.7098V17.7128C19.0465 17.7519 19.0389 17.7923 19.0313 17.8318C19.0234 17.8703 19.0161 17.9085 19.0071 17.9467C19.0057 17.9511 19.004 17.9558 19.0023 17.9601C18.9939 17.9989 18.9832 18.0371 18.9722 18.0756C18.9624 18.1119 18.95 18.1493 18.9363 18.1845C18.9241 18.223 18.91 18.2609 18.8938 18.298C18.88 18.3363 18.8637 18.375 18.8455 18.4116C18.7954 18.5238 18.7358 18.6316 18.6689 18.7345C18.5827 18.8697 18.4842 18.9971 18.3746 19.1153C19.2427 18.2091 19.8198 17.0389 19.9634 15.744C19.9876 15.5317 20 15.3163 20 15.0996C20 14.9612 19.9938 14.8242 19.9845 14.6866C19.8752 13.1338 19.1471 11.745 18.0359 10.7539C17.7294 10.4785 17.3946 10.2334 17.0345 10.0254L16.3542 9.68774L12.9069 7.97004C12.801 7.92593 12.6869 7.90326 12.5716 7.90344C12.1252 7.90344 11.7566 8.23399 11.7128 8.6557Z' fill='url(%23paint0_linear_17_23)'/%3E%3Cpath d='M5.57466 1.08447C5.08412 1.09293 4.69028 1.48271 4.69028 1.95929V17.219C4.69224 17.3255 4.69843 17.4305 4.7063 17.5373C4.71333 17.5935 4.72092 17.6519 4.7316 17.7087C4.95565 18.9334 6.05311 19.8628 7.37828 19.8628C7.84296 19.8628 8.27869 19.7479 8.65988 19.5481C8.66213 19.5465 8.66606 19.5443 8.66803 19.5443L8.80521 19.4638L9.36126 19.146L10.0685 18.7385L10.0702 5.18013C10.0702 4.27911 9.60583 3.48482 8.89489 3.01289C8.87802 3.00306 8.86172 2.99269 8.84682 2.98095L6.09472 1.23351C5.95529 1.14398 5.78718 1.08775 5.60699 1.08447H5.57466Z' fill='%237F7F7F'/%3E%3Cpath d='M5.57466 1.08447C5.08412 1.09293 4.69028 1.48271 4.69028 1.95929V17.219C4.69224 17.3255 4.69843 17.4305 4.7063 17.5373C4.71333 17.5935 4.72092 17.6519 4.7316 17.7087C4.95565 18.9334 6.05311 19.8628 7.37828 19.8628C7.84296 19.8628 8.27869 19.7479 8.65988 19.5481C8.66213 19.5465 8.66606 19.5443 8.66803 19.5443L8.80521 19.4638L9.36126 19.146L10.0685 18.7385L10.0702 5.18013C10.0702 4.27911 9.60583 3.48482 8.89489 3.01289C8.87802 3.00306 8.86172 2.99269 8.84682 2.98095L6.09472 1.23351C5.95529 1.14398 5.78718 1.08775 5.60699 1.08447H5.57466Z' fill='url(%23paint1_linear_17_23)'/%3E%3Cpath d='M16.4872 15.0253L10.1596 18.6671L10.0685 18.7203V18.7397L9.36126 19.1464L8.8055 19.4649L8.66916 19.5449L8.65988 19.5493C8.27953 19.7499 7.84353 19.8634 7.37913 19.8634C6.05424 19.8634 4.95537 18.9346 4.73216 17.7093C4.83814 18.6057 5.15271 19.4401 5.62723 20.167C6.60438 21.6647 8.25676 22.7065 10.1683 22.8875H11.3372C12.3711 22.7827 13.2344 22.3806 14.1419 21.8377L15.5373 21.009C16.1659 20.6179 17.872 19.6557 18.3746 19.1158C18.4839 18.9976 18.5826 18.871 18.6689 18.7353C18.7358 18.6321 18.7954 18.5243 18.8455 18.4121C18.8623 18.3739 18.8784 18.3368 18.8938 18.2989C18.9084 18.2612 18.9222 18.2233 18.9363 18.1848C18.9624 18.1111 18.9832 18.0371 19.0032 17.961C19.0133 17.9176 19.0226 17.8747 19.0318 17.8321C19.0622 17.6714 19.0788 17.5062 19.0788 17.3351C19.0788 16.8369 18.9371 16.3691 18.6917 15.9717C18.6355 15.8789 18.5736 15.7902 18.505 15.7064C18.4249 15.6054 18.3383 15.5117 18.2442 15.4244C18.0106 15.2047 17.7379 15.0245 17.4354 14.8979C17.305 14.8419 17.1689 14.7958 17.0289 14.7622C17.0272 14.7622 17.0244 14.7606 17.0227 14.7606L16.9744 14.7448L16.4872 15.0253Z' fill='%237F7F7F'/%3E%3Cpath d='M16.4872 15.0253L10.1596 18.6671L10.0685 18.7203V18.7397L9.36126 19.1464L8.8055 19.4649L8.66916 19.5449L8.65988 19.5493C8.27953 19.7499 7.84353 19.8634 7.37913 19.8634C6.05424 19.8634 4.95537 18.9346 4.73216 17.7093C4.83814 18.6057 5.15271 19.4401 5.62723 20.167C6.60438 21.6647 8.25676 22.7065 10.1683 22.8875H11.3372C12.3711 22.7827 13.2344 22.3806 14.1419 21.8377L15.5373 21.009C16.1659 20.6179 17.872 19.6557 18.3746 19.1158C18.4839 18.9976 18.5826 18.871 18.6689 18.7353C18.7358 18.6321 18.7954 18.5243 18.8455 18.4121C18.8623 18.3739 18.8784 18.3368 18.8938 18.2989C18.9084 18.2612 18.9222 18.2233 18.9363 18.1848C18.9624 18.1111 18.9832 18.0371 19.0032 17.961C19.0133 17.9176 19.0226 17.8747 19.0318 17.8321C19.0622 17.6714 19.0788 17.5062 19.0788 17.3351C19.0788 16.8369 18.9371 16.3691 18.6917 15.9717C18.6355 15.8789 18.5736 15.7902 18.505 15.7064C18.4249 15.6054 18.3383 15.5117 18.2442 15.4244C18.0106 15.2047 17.7379 15.0245 17.4354 14.8979C17.305 14.8419 17.1689 14.7958 17.0289 14.7622C17.0272 14.7622 17.0244 14.7606 17.0227 14.7606L16.9744 14.7448L16.4872 15.0253Z' fill='url(%23paint2_linear_17_23)'/%3E%3Cpath opacity='0.15' d='M19.0788 17.3351C19.0788 17.5062 19.0622 17.6716 19.0316 17.8324C19.0226 17.875 19.0133 17.9176 19.0029 17.9607C18.9832 18.0371 18.9624 18.1111 18.9363 18.1851C18.9225 18.2233 18.9084 18.2615 18.8938 18.2986C18.8786 18.3368 18.8623 18.3739 18.8452 18.4121C18.7951 18.524 18.7362 18.6319 18.6692 18.7351C18.583 18.8703 18.4844 18.9976 18.3746 19.1155C17.872 19.6557 16.1659 20.6179 15.5373 21.009L14.1419 21.8377C13.1189 22.4497 12.1524 22.8828 10.9335 22.9126C10.8759 22.9142 10.8194 22.9156 10.7635 22.9156C10.6847 22.9156 10.6072 22.9142 10.5293 22.9112C8.46535 22.8348 6.66538 21.758 5.62723 20.167C5.14146 19.4239 4.83544 18.5837 4.73216 17.7093C4.95537 18.9346 6.05424 19.8634 7.37913 19.8634C7.84353 19.8634 8.27953 19.7496 8.65988 19.5493L8.66916 19.5446L8.8055 19.4649L9.36126 19.1464L10.0685 18.7397V18.7203L10.1596 18.6671L16.4872 15.0251L16.9744 14.7448L17.0227 14.7606C17.0241 14.7606 17.0272 14.7622 17.0289 14.7622C17.1689 14.7958 17.3052 14.8419 17.4354 14.8979C17.7379 15.0245 18.0103 15.2047 18.2442 15.4244C18.3383 15.5119 18.4255 15.6061 18.505 15.7064C18.5736 15.7902 18.6355 15.8789 18.6917 15.9717C18.9371 16.3691 19.0788 16.8369 19.0788 17.3351Z' fill='%237F7F7F'/%3E%3Cpath opacity='0.15' d='M19.0788 17.3351C19.0788 17.5062 19.0622 17.6716 19.0316 17.8324C19.0226 17.875 19.0133 17.9176 19.0029 17.9607C18.9832 18.0371 18.9624 18.1111 18.9363 18.1851C18.9225 18.2233 18.9084 18.2615 18.8938 18.2986C18.8786 18.3368 18.8623 18.3739 18.8452 18.4121C18.7951 18.524 18.7362 18.6319 18.6692 18.7351C18.583 18.8703 18.4844 18.9976 18.3746 19.1155C17.872 19.6557 16.1659 20.6179 15.5373 21.009L14.1419 21.8377C13.1189 22.4497 12.1524 22.8828 10.9335 22.9126C10.8759 22.9142 10.8194 22.9156 10.7635 22.9156C10.6847 22.9156 10.6072 22.9142 10.5293 22.9112C8.46535 22.8348 6.66538 21.758 5.62723 20.167C5.14146 19.4239 4.83544 18.5837 4.73216 17.7093C4.95537 18.9346 6.05424 19.8634 7.37913 19.8634C7.84353 19.8634 8.27953 19.7496 8.65988 19.5493L8.66916 19.5446L8.8055 19.4649L9.36126 19.1464L10.0685 18.7397V18.7203L10.1596 18.6671L16.4872 15.0251L16.9744 14.7448L17.0227 14.7606C17.0241 14.7606 17.0272 14.7622 17.0289 14.7622C17.1689 14.7958 17.3052 14.8419 17.4354 14.8979C17.7379 15.0245 18.0103 15.2047 18.2442 15.4244C18.3383 15.5119 18.4255 15.6061 18.505 15.7064C18.5736 15.7902 18.6355 15.8789 18.6917 15.9717C18.9371 16.3691 19.0788 16.8369 19.0788 17.3351Z' fill='url(%23paint3_linear_17_23)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_17_23' x1='12.7364' y1='8.83828' x2='19.69' y2='16.8196' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2337BDFF'/%3E%3Cstop offset='0.25' stop-color='%2326C6F4'/%3E%3Cstop offset='0.5' stop-color='%2315D0E9'/%3E%3Cstop offset='0.75' stop-color='%233BD6DF'/%3E%3Cstop offset='1' stop-color='%2362DCD4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_17_23' x1='7.74932' y1='19.5328' x2='7.53139' y2='2.27354' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231B48EF'/%3E%3Cstop offset='0.5' stop-color='%232080F1'/%3E%3Cstop offset='1' stop-color='%2326B8F4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_17_23' x1='11.9054' y1='18.8161' x2='29.301' y2='18.8161' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2339D2FF'/%3E%3Cstop offset='0.5' stop-color='%23248FFA'/%3E%3Cstop offset='1' stop-color='%23104CF5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_17_23' x1='11.9054' y1='18.8161' x2='29.301' y2='18.8161' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-facebook{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='mask0_11_153' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='1' width='22' height='22'%3E%3Cpath d='M6.06994 1.11426H18.0614C19.37 1.11801 20.624 1.63954 21.5493 2.56489C22.4747 3.49024 22.9962 4.74421 23 6.05285V17.9446C22.9957 19.253 22.474 20.5065 21.5487 21.4314C20.6234 22.3564 19.3697 22.8777 18.0614 22.8814H6.06994C4.76161 22.8777 3.50791 22.3564 2.5826 21.4314C1.6573 20.5065 1.13557 19.253 1.13135 17.9446V6.05285C1.1351 4.74421 1.65662 3.49024 2.58198 2.56489C3.50733 1.63954 4.7613 1.11801 6.06994 1.11426Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_11_153)'%3E%3Cmask id='mask1_11_153' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='1' width='22' height='22'%3E%3Cpath d='M23 1.11426H1.13135V22.8814H23V1.11426Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_11_153)'%3E%3Crect width='22.2103' height='21.954' transform='matrix(1 0 0 -1 1.00854 22.9775)' fill='url(%23pattern0)'/%3E%3C/g%3E%3Cpath d='M16.3226 15.1594L16.8066 11.9987H13.767V9.94671C13.767 9.08178 14.1905 8.24 15.5466 8.24H16.9348V5.54913C16.1254 5.41836 15.3075 5.34698 14.4877 5.33557C11.9962 5.33557 10.3571 6.84829 10.3571 9.58899V11.9987H7.58081V15.1594H10.3571V22.9134H13.767V15.1594H16.3226Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_11_153' transform='scale(0.00384615 0.00389105)'/%3E%3C/pattern%3E%3Cimage id='image0_11_153' width='260' height='257' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQQAAAEBCAYAAACexdu5AAAACXBIWXMAABcRAAAXEQHKJvM/AAAEFUlEQVR4Xu3dwXEdIRBFUb4kZ+HwHJbDcxrSeAG+hctVJgDO2cyG9aumoYfX8zzP68evAdzr+fl9jDHG22EdcJGPMcZ4vV6ndcAFPubn+f8q4Aq2DEBmhWDLAAxbBmCzAkGFAKgQgM3qIRxWAVdwygBkVQhyAdBUBDZKAyCaikBmIDxfh2XADda0o50DUFNRhQBoKgIbgQBEIABx7AhEhQBEIACZW4a398My4AYqBCACAYhZBiCrh6BQAFQIwGZOO55WAVewVwDin4pAVlNRIACaisDG689ANBWBeLkJyOoheP0Z8Bw8sNFUBKJCAKKbCEQgAHHsCGQ99npaBtxAaQDEsSMQ045ANBWBqBCAKA2AeA4eiAoBiEAAIhCA6CEAUSEAWcNNcgEwywBs3FQEYpYBiAoByHr9WYUAqBCAzXqXwSkD4KEWYOPqMhDHjkBsGYCYZQCyjh1VCEAXk3QVAT0EYCMQgDh2BLIqBLMMQBXC+2EZcAPTjkD0EICsm4qnZcANlAZAjD8D0VQEoqkIxNVlIEoDIJqKQOY9hNMq4AoqBCB6CEDWL9RMOwIqBGDjbUcgq6noYhJglgHYaCoCWRXC52EZcIP1xyRNRaAK4bAKuIKry0D8IAWIl5uAqBCA+IUakFUh6CoCph2BzbqHYMsAuIcAbGwZgPhBChAVApA17XhaBtxAhQBEIAARCEAEAhCzDEBMOwKxZQAiEIAYbgJilgGILQOQOctwWgVcQQ8BiC0DkPUcvFwA+smql5sALzcBG8NNQGwZgKx/KtoyAO4hABulARBNRSCaikDcQwCiqQjElgHIqhDeD8uAG6xfqKkQADcVgY2mIhBNRSCaikBWhfB5WAbcwCwDEMcLQNax42kZcAMVAhCBAMTFJCDr5Sb3EAA3FYHNPGVQIQBDUxHYuLoMRFMRiKYiEBUCEBeTgDhlADLvIZxWAVfwgxQgtgxANBWBzED4clMR7vZtjOEeArBxUxGIHgIQ/0MAYvwZGLUTD6uAi8xY0EQAhqYisHEPAYimIjDGmEWB8Wcgxp+BOHYEoqkIRFMRGH82C7YMQAw3AfkYY4zH/xDgcnOzoEIAYpYBiKYiEIEAxJYBiAoBiGlHILYMQPxTEYiXm4Dx103F8aa3CDhlADa2DMCwZQD+oUIAxt/jz/9dCNzCb9iBaB4AEQhAzDIAUSEAEQhAnDIAUSEAcTEJiFMGIAIByBpuOqwCrqBCACIQgNgyAFEhAHExCYhAADJvKtoyAEOFAGwEAhCBAEQgAHEPAYgKAYhAACIQgAgEIAIBiEAAIhCACAQgAgGIQAAiEIAIBCACAYhAACIQgAgEIAIBiEAAIhCACAQgAgGIQAAiEIAIBCACAYhAACIQgAgEIAIBiEAAIhCA/AafC2PbZ0osjAAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E")}.icon-google{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.204 10.3284V14.2802H17.6957C17.4546 15.5511 16.7309 16.6272 15.6456 17.3507L18.9573 19.9204C20.8868 18.1393 22 15.5233 22 12.4157C22 11.6921 21.9351 10.9963 21.8144 10.3285L12.204 10.3284Z' fill='%234285F4'/%3E%3Cpath d='M6.48531 14.126L5.7384 14.6977L3.09454 16.7571C4.77359 20.0873 8.21493 22.388 12.2038 22.388C14.9589 22.388 17.2687 21.4788 18.9571 19.9204L15.6454 17.3508C14.7363 17.963 13.5767 18.3341 12.2038 18.3341C9.55073 18.3341 7.2966 16.5438 6.48949 14.1319L6.48531 14.126Z' fill='%2334A853'/%3E%3Cpath d='M3.09455 7.61035C2.39885 8.98322 2 10.5324 2 12.1836C2 13.8348 2.39885 15.384 3.09455 16.7569C3.09455 16.7661 6.48982 14.1224 6.48982 14.1224C6.28574 13.5101 6.16511 12.8608 6.16511 12.1835C6.16511 11.5062 6.28574 10.8569 6.48982 10.2447L3.09455 7.61035Z' fill='%23FBBC05'/%3E%3Cpath d='M12.204 6.04261C13.7068 6.04261 15.0426 6.56208 16.1094 7.56396L19.0315 4.64189C17.2597 2.9907 14.9592 1.97949 12.204 1.97949C8.21514 1.97949 4.77359 4.27079 3.09454 7.61035L6.48971 10.2449C7.29672 7.83297 9.55094 6.04261 12.204 6.04261Z' fill='%23EA4335'/%3E%3C/svg%3E")}.icon-business-outlined{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7V3H2V21H22V7H12ZM6 19H4V17H6V19ZM6 15H4V13H6V15ZM6 11H4V9H6V11ZM6 7H4V5H6V7ZM10 19H8V17H10V19ZM10 15H8V13H10V15ZM10 11H8V9H10V11ZM10 7H8V5H10V7ZM20 19H12V17H14V15H12V13H14V11H12V9H20V19ZM18 11H16V13H18V11ZM18 15H16V17H18V15Z' fill='%23000' fill-opacity='0.54'/%3E%3C/svg%3E")}.icon-location-outlined{display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5Z' fill='%23000' fill-opacity='0.54'/%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM7 9C7 6.24 9.24 4 12 4C14.76 4 17 6.24 17 9C17 11.88 14.12 16.19 12 18.88C9.92 16.21 7 11.85 7 9Z' fill='%23000' fill-opacity='0.54'/%3E%3C/svg%3E")}.highchart-container{border-radius:5px;border:1px solid #d8d8d8;margin-bottom:20px;padding:5px;height:420px}.highcharts-tooltip>.highcharts-tooltip-box>span .highcharts-tooltip-head,.highcharts-tooltip>span .highcharts-tooltip-head{color:#006adb;font-weight:600;font-size:12px;display:block}[id^=highcharts-screen-reader-region-] h5{display:none}.ajax-loading-div{background-image:url("/Assets/css/images/loading_background.png");background-repeat:no-repeat;opacity:.7;filter:alpha(opacity=70);-moz-opacity:.7;display:block;position:relative;top:0;left:0;right:0;bottom:0}.ajax-loading-div>*{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("/Assets/css/images/loading.gif");background-position:center center;background-repeat:no-repeat}.steps{list-style:none;display:block;background-color:transparent;font-size:.8125rem;font-weight:700;letter-spacing:normal;color:#676767;border:0;border-top:4px solid #f1f5f9;border-bottom:4px solid #f1f5f9;border-radius:0;padding:4px 0;margin:10px 0}.steps .step{padding:4px 0;display:inline-block;margin-right:2px}.steps .step .step-number{width:1.5rem;height:1.5rem;background-color:transparent;color:#676767;border:1px solid #676767;border-radius:50%;display:inline-block;text-align:center;line-height:1.375rem;font-size:.75rem;font-weight:bolder;margin-right:4px}.steps .step .step-text a,.steps .step .step-text a:hover{color:#676767}.steps .step.active .step-number{background-color:#006adb;border:1px solid #006adb;color:#fff}.steps .step.active .step-text,.steps .step.active a,.steps .step.active a:hover{color:#006adb}.steps .step.complete .step-number{background-color:#3c763d;border:1px solid #3c763d;color:#fff;text-indent:105%;white-space:nowrap;background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echeckmark%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M14.1560048,1.93510648 C13.8295637,1.48829784 13.3006289,1.48829784 12.9741878,1.93510648 L5.88356436,11.6387074 L3.02664781,7.72951303 C2.70020672,7.28308563 2.1712719,7.28308563 1.84483081,7.72951303 C1.51838973,8.17632167 1.51838973,8.90028891 1.84483081,9.34709754 L5.29279513,14.0648935 C5.45601567,14.2882978 5.67048635,14.4 5.88356436,14.4 C6.09803503,14.4 6.31139158,14.2882978 6.47433359,14.0648935 L14.1560048,3.55116605 C14.4813317,3.10588235 14.4813317,2.38191512 14.1560048,1.93510648 Z' id='Checkmark' fill='%23ffffff'%3E%3C/path%3E %3C/g%3E %3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:auto;width:1.5rem;height:1.5rem}.steps .step.complete .step-text,.steps .step.complete a,.steps .step.complete a:hover{color:#3c763d}.steps .step::after{content:"";display:inline-block;background:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3Echevron-right%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='chevron-right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.07410626,12.7729491 C4.70863125,13.1444003 4.70863125,13.7485987 5.07410626,14.1200499 C5.43780367,14.4933167 6.02938969,14.4933167 6.3930871,14.1200499 L11.7258937,8.67355044 C12.0913688,8.30209917 12.0913688,7.69790083 11.7258937,7.32644956 L6.3930871,1.87995007 C6.02938969,1.50668331 5.43780367,1.50668331 5.07410626,1.87995007 C4.70863125,2.25140134 4.70863125,2.85559968 5.07410626,3.22705095 L9.74848904,8.0029048 L5.07410626,12.7729491 Z' id='Fill-1-Copy-5' fill='%23a5b4c8' transform='translate(8.400000, 8.000000) scale(1, -1) translate(-8.400000, -8.000000) '%3E%3C/path%3E %3C/g%3E %3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;vertical-align:sub;margin-left:2px}.steps .step:last-child::after{content:none}html{height:100%!important;font-size:16px}body{overflow:auto}body .no-skin{height:100%!important}.page-content{overflow:hidden;padding:8px 32px 64px;min-height:100vh}.page-content.p-0{padding:0}.filter-bg{margin-left:-5px;margin-right:-5px;border-radius:5px;background-color:#f1f5f9;padding:20px}#breadcrumbs{padding:0 29px;overflow:visible}#breadcrumbs ul.breadcrumb{margin:6px 0 0}#breadcrumbs ul.breadcrumb>li{padding:0 3px 0 3px;color:#585858}#breadcrumbs ul.breadcrumb>li>a{display:inline-block;color:#006adb}#breadcrumbs ul.breadcrumb>li>a:hover{color:#0051a9}.tsee-navbar{z-index:auto}.nav>li .dropdown-menu{margin-top:10px}.main-content,#main-container{min-height:100vh!important}#main-container.not-logged-in{min-height:calc(100vh - 40px)!important}.sidebar+.main-content{background:#fff}.main-content{position:relative}.alert-container{position:absolute;top:0;width:100%;z-index:19}.alert-container.alert-single{position:relative}.alert-container.alert-single .alert:last-child{margin-bottom:0}.tsee-location-filter{margin-bottom:14px;display:flex;flex-wrap:wrap}.tsee-location-filter .apply-btn{margin-top:23px}.tsee-location-filter .form-group{width:244px}.tsee-location-filter-template{display:none}.ui.search .prompt{border-radius:.1875rem}.search-card{margin:0;padding:18px 20px;background-color:#f1f5f9}.tsee-single-location-filter .search-window-contaniner{max-height:500px;overflow:auto}.w-100{width:100%}.smart-filter-plugin .title{font-weight:normal!important}.smart-filter-plugin .textCoincidence{color:#4a4a4a;font-weight:bolder}.smart-filter-plugin .clickable{pointer-events:all;cursor:pointer}.smart-filter-plugin .category .results{background:#f7f3f3!important}.smart-filter-plugin .smart-filter-divider{margin-top:7px;height:32px;cursor:pointer}.smart-filter-plugin .smart-filter-divider .smart-filter-divider-border{width:100%;border-bottom:1px solid rgba(0,106,219,.5);height:12px;text-align:center}.smart-filter-plugin .smart-filter-divider .smart-filter-search{display:inline-block;font-size:15px;color:#006adb;background-color:#f1f5f9;padding:0 20px}.smart-filter-plugin .smart-filter-divider .smart-filter-search span{text-decoration:underline;font-size:12px}.smart-filter-plugin .smart-filter-divider .smart-filter-search i{padding:0;padding-left:5px}.smart-filter-plugin .clear-btn{position:absolute;top:6px;right:2px;background:#fff;color:#000;border:0}.smart-filter-plugin #locationConfigFilter{background-color:#f1f5f9;padding:15px 35px}.no-skin .nav-list>li.active:after{border-color:#006adb}.no-skin .nav-list>li.active>a{font-weight:bold;color:#006adb;background-color:#fff}.no-skin .nav-list>li.active>a:hover,.no-skin .nav-list>li.active>a:focus{color:#0051a9}.no-skin .nav-list>li .submenu>li>a{color:#616161}.no-skin .nav-list>li .submenu>li>a:hover,.no-skin .nav-list>li .submenu>li>a:focus{color:#0051a9}.no-skin .nav-list>li .submenu>li.active>a{color:#006adb}.no-skin .nav-list>li .submenu>li.active>a:hover,.no-skin .nav-list>li .submenu>li.active>a:focus{color:#0051a9}.no-skin .nav-list>li .submenu>li.active>a>.menu-icon{color:#006adb}.no-skin .nav-list>li .submenu>li .submenu li a{color:#616161}.no-skin .nav-list>li .submenu>li .submenu li a:hover,.no-skin .nav-list>li .submenu>li .submenu li a:focus{color:#0051a9}.no-skin .nav-list>li .submenu>li .submenu li.active>a,.no-skin .nav-list>li .submenu>li .submenu li.open>a{color:#006adb}.no-skin .nav-list>li .submenu>li .submenu li.active>a:hover,.no-skin .nav-list>li .submenu>li .submenu li.active>a:focus,.no-skin .nav-list>li .submenu>li .submenu li.open>a:hover,.no-skin .nav-list>li .submenu>li .submenu li.open>a:focus{color:#0051a9}.no-skin .nav-list>li:not(.active):hover>a{color:#0051a9}.no-skin .nav-list li.active>a:after{border-right-color:#006adb}.no-skin .sidebar.h-sidebar .nav-list>li.active:before{background-color:#006adb}#emailBody{-moz-appearance:textfield-multiline;-webkit-appearance:textarea;border:1px solid #808080;font:medium -moz-fixed;font:-webkit-small-control;height:240px;overflow-x:scroll;overflow-y:scroll;padding:2px;resize:both;width:540px}.logo-img{min-width:100px}.lang_inline{display:inline}.icon-animated-duration{animation-iteration-count:200}@media only screen and (max-width:480px){.locationPagination{margin-bottom:10%}div.DTTT_container{margin-left:85%}.centerLogin{padding-top:0}.centerLogin img{margin-top:45px}#emailBody{height:240px;width:340px}#draftCampaignsList{width:383px;overflow-x:scroll;overflow-y:hidden}#locationTable{width:330px;overflow-x:scroll;overflow-y:hidden}#incomplete_results_paginate{width:450px}.contentAnalysisIncomplete{overflow-x:scroll;overflow-y:hidden}.contentAnalysis{overflow-x:scroll;overflow-y:hidden}.accuracyTable,.visibilityResults{width:auto;overflow-x:scroll;overflow-y:hidden}#table_groups_info{width:400px}.visibilityResults{overflow-x:scroll;overflow-y:hidden}.lang_inline{display:block}.leaflet-map-pane{display:none}}@media only screen and (max-width:320px){.locationPagination{margin-bottom:10%}div.DTTT_container{margin-left:80%}.centerLogin{padding-top:0}.centerLogin img{height:100px;margin-top:0}#emailBody{height:130px;width:250px}#draftCampaignsList{width:275px;overflow-x:scroll;overflow-y:hidden}#locationTable{width:275px;overflow-x:scroll;overflow-y:hidden}#incomplete_results_paginate{width:450px}#table_groups_info{width:400px}.contentAnalysisIncomplete{overflow-x:scroll;overflow-y:hidden}.contentAnalysis{width:280px;overflow-x:scroll;overflow-y:hidden}.accuracyTable{width:280px;overflow-x:scroll;overflow-y:hidden}.visibilityResults{overflow-x:scroll;overflow-y:hidden}.lang_inline{display:block}.leaflet-map-pane{display:none}}a sup{display:inline-block;text-decoration:none}.gr-plus-text sup{top:-.25em;font-size:100%}.skip-link{position:absolute;top:-65px;left:7px;box-shadow:1px 3px 3px 1px rgba(51,51,51,.6);transition:all .3s ease-in-out;z-index:21}.skip-link:focus{top:0}.skip-link:hover{text-decoration:underline}.btnReport{box-shadow:0 3px 2px #365172!important;border:0;border-radius:4px;padding:7px 20px}[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak{display:none!important}#exportAsyncMessage .message a{font-weight:bold}.logo_in_heading{height:20px;float:left;position:relative;margin-right:5px}.dataTables_processing{position:absolute;z-index:1051!important;top:50%!important;left:50%!important;width:90px!important;height:80px!important;min-height:30px!important;margin-left:-45px!important;padding:14px 0 14px 0!important;border:1px solid #ddd!important;text-align:center!important;color:#999!important;font-size:14px!important;background-color:#fff!important}.dataTables_processing img{width:50px}#source-items{display:none}#sidebar i.menu-icon{float:left}.nav-list>li>a{height:auto;padding-right:22px}.navbar-header-size{width:195px}.navbar-header-name{display:inline-block;height:50px;font-size:20px;vertical-align:text-bottom;box-sizing:border-box;padding:10px 0;padding-right:13px}.navbar-header-size{height:50px!important;width:195px;white-space:nowrap}.navbar-header-size .helper{display:inline-block;height:100%;vertical-align:middle}.navbar-header-size .navbar-logo{display:inline-block;max-height:30px;max-width:164px;width:auto;height:auto;vertical-align:middle;margin-left:-6px}@media(max-width:991px){.navbar-header-size{width:unset}.navbar-header-name{padding-left:13px}}@media(max-width:376px){.navbar:not(.navbar-collapse) .navbar-buttons .user-info{display:none}}.dashboard-toggle-switch{display:inline-block;margin-right:110px;padding-right:10px}.navbar-default footer{width:100%;bottom:0;padding:5px 0;text-align:center;clear:both}.navbar-default footer .inner{padding:8px 14px}.navbar-default footer .copyright-notice{margin:0 7px;color:#a6a6a7;display:inline-block}.navbar-default footer .links{margin-left:60px;display:inline-block}.navbar-default footer a{margin:0 7px;color:#eee;display:inline-block;text-decoration:underline}.navbar-default footer a:hover{color:#ccc}.navbar-default footer .copyright-text{margin:0 7px}.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content{z-index:999}body.login-layout{background:url("/Assets/images/login/stardust_@2X.png");background-repeat:repeat}.vertical-offset-100{padding-top:100px}body.login-layout div.widget-box{box-shadow:4px 4px 20px #111}.login-layout .widget-box{padding:8px}.infobox .infobox-content-index{color:#555;position:absolute;width:200px}#location-filter{display:none}#rssFeed{display:none}#summary-row-container{position:absolute;z-index:100;background-color:#000;opacity:.65;margin-left:0;box-shadow:0 3px 12px;width:100%!important}.widget-container-span{position:absolute;z-index:100;opacity:.8;margin-left:0;text-align:center;width:100%!important}#location-comparison{display:none}#location-comparison h2{margin-bottom:16px}#location-comparison .rating{padding:3px 6px;background-color:#479dce;font-size:18px;color:#fff}#location-comparison .actual-location{width:340px;margin-left:0;float:left}#location-comparison .actual-location h3{margin-top:0}#location-comparison .location-entry.actual{width:340px;font-size:16px;line-height:1.5em;background-color:#f3f3f3}#location-comparison .location-entry.actual.affix{top:30px}#location-comparison .location-entry.actual .rating i{margin-right:3px}#location-comparison .location-entry.actual h3{margin:0 0 8px;padding:2px 8px;line-height:30px;font-size:19px;background-color:#f5f5f5}#location-comparison .location-entry.actual .data{padding-top:4px;padding-left:12px;padding-bottom:8px}#location-comparison .location-entry .city,#location-comparison .location-entry .state,#location-comparison .location-entry .postalCode{display:inline}#location-comparison .location-entry .city:after{content:","}#location-comparison .location-entry .city:empty{display:none}#static_map_VA{display:none}#site-listings{padding-left:400px;font-size:15px;line-height:1.35em}#site-listings .data{padding-left:38px}#site-listings .location-entry{max-width:365px;margin-bottom:20px;position:relative}#site-listings .location-entry .data,#site-listings .location-entry .message{padding-right:10px}#site-listings .location-entry .heading{background-color:#ececec;font-size:20px;padding:6px 14px 6px 40px;line-height:1em;margin-bottom:6px;background-color:#f5f5f5;font-size:20px;padding:6px 14px 6px 38px;line-height:1em;margin-bottom:6px}#site-listings .location-entry .icon{top:0;left:0;width:30px;height:30px;background-size:100% 100%;position:absolute}#site-listings .location-entry.opentable .icon{background-image:url(/Content/images/opentable-listing-icon.png)}#site-listings .location-entry.google .icon{background-image:url(/Content/images/google-plus-listing-icon.png)}#site-listings .location-entry.yell-com .icon{background-image:url(/Content/images/yell-listing-icon.png)}#site-listings .location-entry.scoot-co-uk .icon{background-image:url(/Content/images/scoot-listing-icon.png)}#site-listings .location-entry.touch-local .icon{background-image:url(/Content/images/touch-local-listing-icon.png)}#site-listings .location-entry.yahoo .icon{background-image:url(/Content/images/yahoo-listing-icon.png)}#site-listings .location-entry.yelp .icon{background-image:url(/Content/images/yelp-listing-icon.png)}#site-listings .location-entry.yellow-pages-com .icon{background-image:url(/Content/images/yellowpages-com-listing-icon.png)}#site-listings .location-entry.yellow-pages-ca .icon{background-image:url(/Content/images/yellowpages-ca-listing-icon.png)}#site-listings .location-entry.facebook .icon{background-image:url(/Content/images/facebook-listing-icon.png)}#site-listings .location-entry.foursquare .icon{background-image:url(/Content/images/foursquare-listing-icon.png)}#site-listings .location-entry.bing .icon{background-image:url(/Content/images/bing-listing-icon.png)}#site-listings .location-entry.citysearch .icon{background-image:url(/Content/images/citysearch-listing-icon.png)}#site-listings .location-entry.merchantcircle .icon{background-image:url(/Content/images/merchantcircle-listing-icon.png)}#site-listings .location-entry.superpages .icon{background-image:url(/Content/images/superpages-listing-icon.png)}#site-listings .location-entry.appleMaps .icon{background-image:url(/Content/images/apple-listing-icon.png)}#site-listings .location-entry.zomato .icon{background-image:url(/Content/images/zomato-listing-icon.png)}#site-listings .location-entry.pagesjaunes .icon{background-image:url(/Content/images/pagesjaunes-listing-icon.png)}#site-listings .location-entry.tripadvisor .icon{background-image:url(/Content/images/tripadvisor-listing-icon.png)}#site-listings .location-entry.mappy .icon{background-image:url(/Content/images/mappy-listing-icon.png)}#site-listings .no-listing-message{padding-top:6px;padding-bottom:10px;padding-left:38px;font-style:italic}.app-loading:before{content:"";display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.app-loading:not(:required){font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.app-loading:not(:required):after{content:"";display:block;font-size:10px;width:1em;height:1em;margin-top:-.5em;-webkit-animation:spinner 1500ms infinite linear;-moz-animation:spinner 1500ms infinite linear;-ms-animation:spinner 1500ms infinite linear;-o-animation:spinner 1500ms infinite linear;animation:spinner 1500ms infinite linear;border-radius:.5em;-webkit-box-shadow:rgba(0,0,0,.75) 1.5em 0 0 0,rgba(0,0,0,.75) 1.1em 1.1em 0 0,rgba(0,0,0,.75) 0 1.5em 0 0,rgba(0,0,0,.75) -1.1em 1.1em 0 0,rgba(0,0,0,.5) -1.5em 0 0 0,rgba(0,0,0,.5) -1.1em -1.1em 0 0,rgba(0,0,0,.75) 0 -1.5em 0 0,rgba(0,0,0,.75) 1.1em -1.1em 0 0;box-shadow:rgba(0,0,0,.75) 1.5em 0 0 0,rgba(0,0,0,.75) 1.1em 1.1em 0 0,rgba(0,0,0,.75) 0 1.5em 0 0,rgba(0,0,0,.75) -1.1em 1.1em 0 0,rgba(0,0,0,.75) -1.5em 0 0 0,rgba(0,0,0,.75) -1.1em -1.1em 0 0,rgba(0,0,0,.75) 0 -1.5em 0 0,rgba(0,0,0,.75) 1.1em -1.1em 0 0}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.table.dataTable{width:100%!important}.map img{max-width:100%}.navbar-toggle{display:none!important}@media(max-width:991px){.navbar-toggle{display:block!important}}#divContent{display:none}.ui-autocomplete{max-height:250px;overflow-y:auto;overflow-x:hidden}#page-content.read-only #inaccuracy_results .parsed-cell button{display:none}#page-content.read-only #table_review .tagit{background:transparent}#page-content.read-only #table_review .tagit-new{display:none}span.stars{display:inline-block;background:url(/Assets/img/star.gif) 0 0 repeat-x;height:16px}span.stars span{display:inline-block;background:url(/Assets/img/star.gif) 0 0 repeat-x;height:16px;background-position:0 -32px}#table_groups_filter>label>input{display:inline-block}.ace-settings-box.open .infobox{position:relative;width:100%}.ace-settings-box.open .infobox .label.label-light.arrowed-in-right.arrowed.pull-right{min-width:65px;position:absolute;top:8px;right:3px}table#inaccuracy_results .incorrect-style button,table#inaccuracy_results .override-style button{position:relative;top:2px}.left-align{text-align:left}.left-align-important{text-align:left!important}.right-align{text-align:right}.sourceImg{width:80%;margin:0 auto}.review_source{color:#fff}@media(max-width:1024px){#notificationList{overflow-x:scroll}}@media(max-width:700px){.inaccuracy_results-wrapper,.visibility_results-wrapper{overflow-x:scroll}}.inaccuracy_results-wrapper,.visibility_results-wrapper{width:100%;overflow-y:hidden}#pageSize.page-size{max-width:70px;display:inline-block}#pageCount>div{display:inline-block}#paginationInfo{padding-top:0}@media(max-width:990px){#paginationInfo{text-align:right;padding-top:0}}.custom-pagination select{padding:4px 6px}@media(max-width:600px){.result-size{padding-top:0}}@media(max-width:650px){.dataTables_length{margin:0 0}}.date-selection{text-align:right;margin-right:10px}.date-selection:focus{outline:0}.date-selection .ui.selection.dropdown{min-width:8em}.date-selection #btnExport{margin-left:10px}@media(max-width:940px){#btnExport{margin-top:10px;margin-bottom:10px}}@media(max-width:1190px){.date-selection{margin-right:0}#btnExport{margin-top:10px;margin-bottom:10px}}.pie-divs .easy-pie-chart.percentage.easyPieChart,.divProduct,.divAtmosphere,.divService,.divValue{position:relative}.pie-divs .easy-pie-chart.percentage.easyPieChart canvas{position:relative}.pie-divs .easy-pie-chart.percentage.easyPieChart i{position:absolute;top:43px;left:28px}.pie-divs .easy-pie-chart.percentage.easyPieChart span{position:absolute;top:46px;left:63px}.review-sort-tags{overflow:hidden}.cols-7{width:14.2857142857%}@media(max-width:1200px){.review-sort-tags .cols-7{width:100%}.review-sort-tags>div{margin-bottom:5px}}.iframe-container{overflow-y:hidden}.all-locations-iframe{width:100%;overflow-y:hidden;height:1000px;overflow:auto;overflow:hidden!important}.right{text-align:right}#demographic{height:400px;background:#fff}#email .modal-body .input-group{position:relative;margin-top:5px;margin-bottom:10px}#email .modal-body #emailBody{width:100%}.no-pad-well.well{padding:0;background:#fff;border:0}#divReviewScale{width:inherit;margin:0 auto}#navbar-container .switch-dropdown{display:none}#navbar-container .switch-dropdown a{display:block}#navbar-container .switch-accounts-link{width:100%;display:none}#navbar-container .switch-accounts-link .caret-icon{position:relative;right:6px}#navbar-container .switch-accounts-link.opened{margin-bottom:10px}#navbar-container .list-of-accounts{display:none;list-style-type:none;margin-top:-10px;max-height:300px;overflow-y:scroll;overflow-x:hidden;margin-left:0}#navbar-container .list-of-accounts li{padding-left:31px;line-height:25px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#navbar-container .list-of-accounts li:hover{background-color:#276b82!important}#navbar-container .list-of-accounts li:hover a{background-color:#276b82!important;text-decoration:none}#navbar-container #scrollbar-style::-webkit-scrollbar-track{border-radius:10px;background-color:#2c3e50}#navbar-container #scrollbar-style::-webkit-scrollbar{width:8px;background-color:#2c3e50}#navbar-container #scrollbar-style::-webkit-scrollbar-thumb{border-radius:10px;background-color:#276b82}.notification-popup .modal-content,.notification-success .modal-content,.notification-error .modal-content{width:725px;text-align:center;position:relative;margin:0 auto}.notification-popup .modal-content .success,.notification-popup .modal-content .error,.notification-success .modal-content .success,.notification-success .modal-content .error,.notification-error .modal-content .success,.notification-error .modal-content .error{display:none}.notification-popup .modal-content .modal-header,.notification-success .modal-content .modal-header,.notification-error .modal-content .modal-header{position:relative}.notification-popup .modal-content .close,.notification-success .modal-content .close,.notification-error .modal-content .close{position:absolute;top:10px;right:10px}.notification-popup .modal-content .failed-notification-emails,.notification-success .modal-content .failed-notification-emails,.notification-error .modal-content .failed-notification-emails{width:80%}.hide-select{display:none}@media(max-width:800px){.navbar-container ul>li.lang-select{padding-right:10px!important;text-align:right}.lang-popup{position:absolute;text-align:left}}@media(max-width:500px){.navbar-container ul>li.lang-select{margin-right:10px!important;text-align:right!important}}.nav.ace-nav{position:relative}.nav.ace-nav .account-section{padding-top:3px}.nav.ace-nav .account-section .nav-user-photo{border:0;vertical-align:middle}.nav.ace-nav li{border:0}.nav.ace-nav .settings-dropdown-cog{font-size:20px;border-left:#666 1px solid;border-right:#666 1px solid;min-height:50px;position:relative;margin-right:10px}.nav.ace-nav .settings-dropdown-cog .settings-list{position:absolute;top:49px;left:-1px;width:318px;margin-left:0;box-shadow:0 4px 12px 1px rgba(0,0,0,.44);z-index:99;display:none}.nav.ace-nav .settings-dropdown-cog .settings-list>li{border-bottom:#666 1px solid;padding-left:15px;font-family:Avenir;font-weight:500;line-height:40px;color:#fff;letter-spacing:.28px;font-family:"Open Sans";font-weight:500}.nav.ace-nav .settings-dropdown-cog .settings-list>li a{font-size:16px!important;background:#333!important}.nav.ace-nav .settings-dropdown-cog .settings-list li{list-style-type:none;background:#333!important}.nav.ace-nav .settings-dropdown-cog .settings-list li a{font-size:14px;color:#f5f5f5!important}.nav.ace-nav .settings-dropdown-cog .settings-list li .notification-list{margin-left:0}.nav.ace-nav .settings-dropdown-cog .settings-list li .notification-list .sub-list .notifcations-title{margin-bottom:10px}.nav.ace-nav .settings-dropdown-cog .settings-list li .notification-list .sub-list .notifcations-title:hover{cursor:default;text-decoration:none!important}.nav.ace-nav .settings-dropdown-cog .settings-list li .notification-list .sub-list .notifcations-title:hover span{cursor:default;text-decoration:none!important}.nav.ace-nav .settings-dropdown-cog .settings-list li .notification-list .sub-list ul:last-child{margin-bottom:15px}.nav.ace-nav .settings-dropdown-cog .settings-list li .notification-list ul{border-left:#5e5e5e 1px solid;padding-left:10px;margin-left:0}.nav.ace-nav .settings-dropdown-cog .settings-list li .notification-list ul li{line-height:14px;font-weight:400;position:relative!important;display:block;margin-bottom:5px}.nav.ace-nav .settings-dropdown-cog .settings-list li .notification-list ul li a{position:relative;font-size:14px!important}.navbar-container li.lang-select{margin-right:10px;margin-left:10px;margin-top:2px;position:relative}.navbar-container li.lang-select:hover{cursor:pointer}.navbar-container li.lang-select .lang-flag{font-size:100px}.navbar-container li.lang-select .lang-flag i{margin-right:5px}.navbar-container li.lang-select .lang-popup{display:none;z-index:999;position:absolute;height:auto;right:-10px;min-width:150px;box-shadow:0 2px 4px 0 #d8d8d8;top:49px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.language .lang-select{margin-right:35px;margin-left:10px;margin-top:20px;position:relative;z-index:2}.language .lang-select:hover{cursor:pointer}.language .lang-select .lang-flag{font-size:100px}.language .lang-select .lang-flag i{margin-right:5px}.language .lang-select .lang-popup{display:none;z-index:999;position:absolute;height:auto;right:-10px;min-width:150px;border:#808080 1px solid;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.subtitle-paragraph{font-size:14px}.infobox-data-number.locations-value.kpi-number{font-size:30px;margin-bottom:10px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.responsive.menu-min .nav.nav-list .on_off_root>a{width:100%;text-align:center}html{-ms-overflow-style:scrollbar}.data-feed-popup-container{padding:35px!important}.data-feed-popup-container .modal-header #popupHeader{width:674px;height:38px;color:#525252;font-family:"Open Sans";font-size:14px;letter-spacing:.3px}.data-feed-popup-container .modal-header .modal-title{color:#525252;font-family:"Open Sans";font-size:14px;letter-spacing:.3px}.data-feed-popup-container textarea{width:674px;height:138px;border:1px solid #979797;background-color:#f8f8f8!important}.data-feed-popup-container #copyCodeBtn{width:133px!important;height:40px!important;border-radius:4px}.data-feed-popup-container .modal-footer{background-color:#fff;border-top:0}.data-feed-popup-container .modal-content{padding-left:25px;padding-right:25px}#table_groups th{vertical-align:middle}.app-spinner{display:none;position:fixed;left:0;top:0;background:rgba(255,255,255,.8);height:100%;width:100%;z-index:999999;justify-content:center;align-items:center}.app-spinner .spinner img{height:120px;width:120px}.app-spinner.ignore-backdrop{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:250px!important;height:158px!important;border:1px solid #ddd!important;background:#fff}.app-spinner.app-show{display:flex}.overflow-hidden{overflow:hidden}#filter-options{margin-bottom:14px;display:flex;flex-wrap:wrap}#filter-options .field{width:244px;float:left;margin-bottom:10px;padding-left:0;padding-right:30px}#filter-options .field .name{margin-bottom:4px;font-weight:bold}#filter-options select{padding:0}#filter-options .buttons{width:140px;padding-top:23px;padding-left:0;padding-right:30px;float:left}#filter-options .buttons button{width:140px}#filter-options>div:nth-child(2){display:block!important}.filter-date-outer{font-size:0}.filter-date-container{width:244px;display:inline-block;margin-bottom:10px;padding-left:0;padding-right:30px;font-size:13px;vertical-align:bottom}.filter-date-container .name{margin-bottom:4px}.filter-date-container .icon-calendar{cursor:pointer}.datepicker-control .icon-calendar{cursor:pointer}.timepicker-control .icon-time{cursor:pointer}.grey-border{position:relative;border-radius:5px;border:1px solid #d8d8d8;margin-bottom:20px}.back-to-top{position:fixed;bottom:50px;right:34px;min-width:60px;display:none;z-index:1000}.input-xlarge{min-width:270px}.btn.btn-app.ace-settings-btn{width:60px!important;height:60px!important;padding:12px 8px!important;font-size:22px;border-radius:6px 0 0 6px!important}.btn.btn-app.ace-settings-btn i{font-size:27px!important}.visibility-report .section-title,.accuracy-page .section-title,.google-ranking-plus .section-title{color:#393939}.visibility-report .section-title .source-name,.accuracy-page .section-title .source-name,.google-ranking-plus .section-title .source-name{color:#006adb}.visibility-report .table-header,.accuracy-page .table-header,.google-ranking-plus .table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.visibility-report .heading-padding,.accuracy-page .heading-padding,.google-ranking-plus .heading-padding{padding:30px 40px 0 40px;overflow:hidden}.visibility-report .table-header,.accuracy-page .table-header,.google-ranking-plus .table-header{background:none;padding-left:0;margin-bottom:20px}.visibility-report .table-header .section-title,.accuracy-page .table-header .section-title,.google-ranking-plus .table-header .section-title{float:none}#table_notification .fa-edit{margin-right:10px}#table_notification .fa-edit,#table_notification fa-remove{padding-top:1px!important}#table_notification .actions-container .btn{margin-right:5px}#user_info{position:inherit;max-width:160px}.sidebar .tooltip{width:200px}#liIcon{color:#fff}.dashboardColor,.dashboardColor a,.dashboardColor li,.dashboardColor i{background-color:#2c3e50!important;color:#fff!important}.dashboardColor .dropdown-menu li a:hover{text-decoration:underline!important}#ui-datepicker-div{font-size:13.6px!important}a.ui-state-active{background:#2283c5!important}.divOwnerResponse{border:2px solid #2c3e50;margin-left:50px;padding:0 10px 5px}.hOwnerResponse{color:#2c3e50;font-weight:bold}#externalMessagingResults,#exportAsyncMessage{position:fixed;top:1px;left:0;width:100%;z-index:9999999;display:none}.session-timout-popup .modal-dialog{max-width:500px;margin:10% auto}.session-timout-popup .modal-dialog .modal-body{line-height:2em;text-align:center}.session-timout-popup .modal-dialog .modal-body .time-remaining{font-weight:bold}.session-timout-popup .modal-dialog .modal-footer{background:inherit}.session-timout-popup .modal-dialog .modal-footer .btn{margin-top:5px;margin-bottom:5px}.bootbox.modal.medium .modal-dialog{margin:50px auto;max-width:800px;height:auto!important;font-family:"Open Sans"}.bootbox.modal.medium .modal-dialog .modal-content{font-family:"Open Sans";overflow:hidden}.outdated-popup td div{margin-left:20px}.outdated-popup p{font-size:12px!important}.outdated-popup ul{list-style-type:none;margin:0;text-align:center}.outdated-popup ul li{display:inline-block;margin-right:20px}.outdated-popup .checkbox{text-align:center}.location-separator{height:.4375rem}#divBars .nav-tabs{display:flex;align-items:flex-end}#divBars .nav-tabs>li>a{min-height:40px;height:auto}#divBars .nav-tabs>li:not(.active)>a{border-bottom:5px solid;border-bottom-color:transparent}#divBars .nav-tabs>li:not(.active)>a:hover{border-bottom:5px solid;border-bottom-color:transparent}.d-inline-flex{display:inline-flex}.space-around{justify-content:space-around}.padding-0{padding:0!important}.checkbox-list li.firstOfTwo{padding-top:10px}.checkbox-list li.secondOne{padding-top:7px}
