﻿/** CSS FRAMEWORK TO SUPPORT AP **/
/** Hung Pham, 23-5-2011 **/
/*html, body {
    padding: 0;
    margin: 0;
}*/
/** MOST COMMON CLASS **/
.input-blur {
    color: #777;
}

.input-focus {
    color: #222529;
    font-weight: normal;
}

.absolute, .ap-absolute {
    position: absolute;
}

.relative, .ap-relative {
    position: relative;
}

.shadow, .ap-shadow {
    text-shadow: 1px -1px 0px #111111;
}

.left, .ap-left {
    float: left;
}

.right, .ap-right {
    float: right;
}

.test, .ap-test {
    border: 1px solid red;
}

.pointer, .ap-pointer {
    cursor: pointer !IMPORTANT;
}

.clear, .ap-clear {
    clear: both !IMPORTANT
}

.italic, .ap-italic {
    font-style: italic;
}

.normal, .ap-normal {
    font-weight: normal !IMPORTANT
}

.bold, .ap-bold {
    font-weight: bold !IMPORTANT
}

.underline, .ap-underline {
    text-decoration: underline;
}

.hidden, .ap-hidden {
    display: none;
}

.inline, .ap-inline {
    display: inline-block;
}

.invisible, .ap-invisible {
    opacity: 0;
    filter: alpha(opacity=0));
}

.textleft, .ap-textleft {
    text-align: left;
}

.textright, .ap-textright {
    text-align: right;
}

.center, .ap-center {
    text-align: center;
}

.justify, .ap-justify {
    text-align: justify;
}

.full, .ap-full {
    width: 100%;
}

.inline, .ap-inline {
    display: inline-block;
}

.block, .ap-block {
    display: block;
}

.italic, .ap-italic {
    font-style: italic;
}

.upper, .ap-upper {
    text-transform: uppercase;
}

.capitalize, .ap-capitalize {
    text-transform: capitalize;
}

.xo, .ap-xo {
    overflow: hidden;
}

.xdot, .ap-xdot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.line, .ap-line {
    height: 1px;
    width: 100%;
    background: #ccc;
    float: left;
}

.wline, .ap-wline {
    height: 1px;
    width: 100%;
    background: #fff;
    display: block;
}

.corner, .ap-corner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.corner-more, .ap-corner-more {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.corner-xmore, .ap-corner-xmore {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.no-shadow, .ap-no-shadow {
    box-shadow: 0px 0px 0px transparent !important;
    -moz-box-shadow: 0px 0px 0px transparent !important;
    -webkit-shadow: 0px 0px 0px transparent !important;
}

.vtop td, .ap-vtop td {
    vertical-align: top;
}

.unselectable, .ap-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ap-1fix {
    width: 1px;
}
/*color*/
.white, .ap-white {
    color: #fff !important;
}

.black, .ap-black {
    color: #000 !important;
}

.red, .ap-red {
    color: #CC1111 !important;
}
/*end color*/
/*fix border*/
.x-bordertop {
    border-top: none !important;
}

.x-borderbottom {
    border-bottom: none !important;
}

.x-borderleft {
    border-left: none !important;
}

.x-borderright {
    border-right: none !important;
}
/*end fix border*/
/* fix margin and padding */
.x-margintop {
    margin-top: 0px !important;
}

.x-marginbottom {
    margin-bottom: 0px !important;
}
/* end fix margin and padding */
/* THE FLOAT MODEL */
/* ------------------------------------------------------------- */
.ap-left {
    float: left !important;
}

.ap-right {
    float: right !important;
}

.ap-xfloat {
    float: none !important;
}

.ap-clearfix {
    overflow: hidden;
}

.ap-xo, .xo {
    overflow: hidden
}

.ap-xflow {
    overflow: hidden
}
/* THE POSITION AND DISPLAY MODEL */
/* ------------------------------------------------------------- */
.ap-abs, .ap-absolute {
    position: absolute;
}

.ap-rel, .ap-relative {
    position: relative;
}

.ap-fix, .ap-fixed {
    position: fixed;
}

.ap-sta, .ap-static {
    position: static;
}

.hidden, .ap-hidden {
    display: none
}

.ap-block {
    display: block
}

.ap-iblock {
    display: inline-block
}

.ap-arial, .arial {
    font-family: Arial, san-serif;
}

.ap-tahoma, .tahoma {
    font-family: Helvetica, Tahoma, Arial, san-serif;
}

.ap-myriad, .myriad {
    font-family: Myriad Pro,Arial,Helvetica,sans-serif;
}

.ap-cambria, .cambria {
    font-family: Cambria, serif;
}
/* THE FONT-SIZE MODEL */
/* ------------------------------------------------------------- */
.ap-f9 {
    font-size: 9px;
}

.ap-f10 {
    font-size: 10px;
}

.ap-f11 {
    font-size: 11px;
}

.ap-f12 {
    font-size: 12px;
}

.ap-f13 {
    font-size: 13px;
}

.ap-f14 {
    font-size: 14px;
}

.ap-f15 {
    font-size: 15px;
}

.ap-f16 {
    font-size: 16px;
}

.ap-f17 {
    font-size: 17px;
}

.ap-f18 {
    font-size: 18px;
}

.ap-f19 {
    font-size: 19px;
}

.ap-f20 {
    font-size: 20px;
}

.ap-f21 {
    font-size: 21px;
}

.ap-f22 {
    font-size: 22px;
}

.ap-f23 {
    font-size: 23px;
}

.ap-f24 {
    font-size: 24px;
}

.ap-f25 {
    font-size: 25px;
}

.ap-f26 {
    font-size: 26px;
}

.ap-f27 {
    font-size: 27px;
}

.ap-f28 {
    font-size: 28px;
}

.ap-f29 {
    font-size: 29px;
}

.ap-f30 {
    font-size: 30px;
}

.ap-f32 {
    font-size: 32px;
}

.ap-f34 {
    font-size: 34px;
}

.ap-f35 {
    font-size: 35px;
}

.ap-f36 {
    font-size: 36px;
}

.ap-f38 {
    font-size: 38px;
}

.ap-f40 {
    font-size: 40px;
}

.ap-f50 {
    font-size: 50px;
}
/* THE LINE-HEIGHT */
.ap-lh13 {
    line-height: 13px;
}

.ap-lh14 {
    line-height: 14px;
}

.ap-lh15 {
    line-height: 15px;
}

.ap-lh16 {
    line-height: 16px;
}

.ap-lh17 {
    line-height: 17px;
}

.ap-lh18 {
    line-height: 18px;
}

.ap-lh19 {
    line-height: 19px;
}

.ap-lh20 {
    line-height: 20px;
}
/* GENERAL SIZE MODEL */
/* ------------------------------------------------------------- */
/* THE RELATIVE SIZE */
.ap-full {
    width: 100%;
    height: 100%;
}

.ap-haft {
    width: 50%;
    height: 50%;
}

.ap-full-x {
    width: 100%;
}

.ap-full-y {
    height: 100%;
}
/* THE ABSOLUTE SIZE (Good for IMAGE) */
.ap-s10 {
    width: 10px;
    height: 10px
}

.ap-s12 {
    width: 12px;
    height: 12px
}

.ap-s16 {
    width: 16px;
    height: 16px
}

.ap-s18 {
    width: 18px;
    height: 18px
}

.ap-s24 {
    width: 24px;
    height: 24px
}

.ap-s32 {
    width: 32px;
    height: 32px
}

.ap-s48 {
    width: 48px;
    height: 48px
}

.ap-s64 {
    width: 64px;
    height: 64px
}
/* THE ABSOLUTE SIZE (Good for SHAPE) */
.ap-w100 {
    width: 100px
}

.ap-w150 {
    width: 150px
}

.ap-w200 {
    width: 200px
}

.ap-w250 {
    width: 250px
}

.ap-w300 {
    width: 300px
}

.ap-w350 {
    width: 350px
}

.ap-w400 {
    width: 400px
}

.ap-w450 {
    width: 450px
}

.ap-w500 {
    width: 500px
}

.ap-w550 {
    width: 550px
}

.ap-w600 {
    width: 600px
}

.ap-w650 {
    width: 650px
}

.ap-w700 {
    width: 700px
}

.ap-mw100 {
    min-width: 100px
}

.ap-mw150 {
    min-width: 150px
}

.ap-mw200 {
    min-width: 200px
}

.ap-mw250 {
    min-width: 250px
}

.ap-mw300 {
    min-width: 300px
}

.ap-mw350 {
    min-width: 350px
}

.ap-mw400 {
    min-width: 400px
}

.ap-mw450 {
    min-width: 450px
}

.ap-mw500 {
    min-width: 500px
}

.ap-mw550 {
    min-width: 550px
}

.ap-mw600 {
    min-width: 600px
}

.ap-mw650 {
    min-width: 650px
}

.ap-mw700 {
    min-width: 700px
}

.ap-mh100 {
    min-height: 100px
}

.ap-mh150 {
    min-height: 150px
}

.ap-mh200 {
    min-height: 200px
}

.ap-mh250 {
    min-height: 250px
}

.ap-mh300 {
    min-height: 300px
}

.ap-mh350 {
    min-height: 350px
}

.ap-mh400 {
    min-height: 400px
}

.ap-mh450 {
    min-height: 450px
}

.ap-mh500 {
    min-height: 500px
}

.ap-mh550 {
    min-height: 550px
}

.ap-mh600 {
    min-height: 600px
}

.ap-mh650 {
    min-height: 650px
}

.ap-mh700 {
    min-height: 700px
}

.ap-maxw100 {
    max-width: 100px
}

.ap-maxw150 {
    max-width: 150px
}

.ap-maxw200 {
    max-width: 200px
}

.ap-maxw250 {
    max-width: 250px
}

.ap-maxw300 {
    max-width: 300px
}

.ap-maxw350 {
    max-width: 350px
}

.ap-maxw400 {
    max-width: 400px
}

.ap-maxw450 {
    max-width: 450px
}

.ap-maxw500 {
    max-width: 500px
}

.ap-maxw550 {
    max-width: 550px
}

.ap-maxw600 {
    max-width: 600px
}

.ap-maxw650 {
    max-width: 650px
}

.ap-maxw700 {
    max-width: 700px
}

.ap-maxh100 {
    max-height: 100px
}

.ap-maxh150 {
    max-height: 150px
}

.ap-maxh200 {
    max-height: 200px
}

.ap-maxh250 {
    max-height: 250px
}

.ap-maxh300 {
    max-height: 300px
}

.ap-maxh350 {
    max-height: 350px
}

.ap-maxh400 {
    max-height: 400px
}

.ap-maxh450 {
    max-height: 450px
}

.ap-maxh500 {
    max-height: 500px
}

.ap-maxh550 {
    max-height: 550px
}

.ap-maxh600 {
    max-height: 600px
}

.ap-maxh650 {
    max-height: 650px
}

.ap-maxh700 {
    max-height: 700px
}
/* THE PADDING and MARGIN */
/* ------------------------------------------------------------- */
/* FORMAT PADDING - ALL DIRECTION */
.ap-p0, .ap-p {
    padding: 0px
}

.ap-p1 {
    padding: 1px
}

.ap-p2 {
    padding: 2px
}

.ap-p3 {
    padding: 3px
}

.ap-p4 {
    padding: 4px
}

.ap-p5 {
    padding: 5px
}

.ap-p6 {
    padding: 6px
}

.ap-p7 {
    padding: 7px
}

.ap-p8 {
    padding: 8px
}

.ap-p9 {
    padding: 9px
}

.ap-p10 {
    padding: 10px
}

.ap-p12 {
    padding: 12px
}

.ap-p14 {
    padding: 14px
}

.ap-p16 {
    padding: 16px
}

.ap-p18 {
    padding: 18px
}

.ap-p20 {
    padding: 20px
}
/* FORMAT PADDING - Y DIRECTION (NO FORMAT ON PADDING TOP AND BOTTOM)*/
.ap-py, .ap-py0 {
    padding-top: 0px;
    padding-bottom: 0px
}

.ap-py1 {
    padding-top: 1px;
    padding-bottom: 1px
}

.ap-py2 {
    padding-top: 2px;
    padding-bottom: 2px
}

.ap-py3 {
    padding-top: 3px;
    padding-bottom: 3px
}

.ap-py4 {
    padding-top: 4px;
    padding-bottom: 4px
}

.ap-py5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.ap-py6 {
    padding-top: 6px;
    padding-bottom: 6px
}

.ap-py7 {
    padding-top: 7px;
    padding-bottom: 7px
}

.ap-py8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.ap-py9 {
    padding-top: 9px;
    padding-bottom: 9px
}

.ap-py10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.ap-py12 {
    padding-top: 12px;
    padding-bottom: 12px
}

.ap-py14 {
    padding-top: 14px;
    padding-bottom: 14px
}

.ap-py16 {
    padding-top: 16px;
    padding-bottom: 16px
}

.ap-py18 {
    padding-top: 18px;
    padding-bottom: 18px
}

.ap-py20 {
    padding-top: 20px;
    padding-bottom: 20px
}
/* FORMAT PADDING - X DIRECTION (NO FORMAT ON LEFT TOP AND RIGHT)*/
.ap-px, .ap-px1 {
    padding-left: 0px;
    padding-right: 0px
}

.ap-px1 {
    padding-left: 1px;
    padding-right: 1px
}

.ap-px2 {
    padding-left: 2px;
    padding-right: 2px
}

.ap-px3 {
    padding-left: 3px;
    padding-right: 3px
}

.ap-px4 {
    padding-left: 4px;
    padding-right: 4px
}

.ap-px5 {
    padding-left: 5px;
    padding-right: 5px
}

.ap-px6 {
    padding-left: 6px;
    padding-right: 6px
}

.ap-px7 {
    padding-left: 7px;
    padding-right: 7px
}

.ap-px8 {
    padding-left: 8px;
    padding-right: 8px
}

.ap-px9 {
    padding-left: 9px;
    padding-right: 9px
}

.ap-px10 {
    padding-left: 10px;
    padding-right: 10px
}

.ap-px12 {
    padding-left: 12px;
    padding-right: 12px
}

.ap-px14 {
    padding-left: 14px;
    padding-right: 14px
}

.ap-px16 {
    padding-left: 16px;
    padding-right: 16px
}

.ap-px18 {
    padding-left: 18px;
    padding-right: 18px
}

.ap-px20 {
    padding-left: 20px;
    padding-right: 20px
}
/* FORMAT PADDING CORNER - PADDING LEFT AND PADDING TOP */
.ap-pc, .ap-pc1 {
    padding-left: 0px;
    padding-top: 0px
}

.ap-pc1 {
    padding-left: 1px;
    padding-top: 1px
}

.ap-pc2 {
    padding-left: 2px;
    padding-top: 2px
}

.ap-pc3 {
    padding-left: 3px;
    padding-top: 3px
}

.ap-pc4 {
    padding-left: 4px;
    padding-top: 4px
}

.ap-pc5 {
    padding-left: 5px;
    padding-top: 5px
}

.ap-pc6 {
    padding-left: 6px;
    padding-top: 6px
}

.ap-pc7 {
    padding-left: 7px;
    padding-top: 7px
}

.ap-pc8 {
    padding-left: 8px;
    padding-top: 8px
}

.ap-pc9 {
    padding-left: 9px;
    padding-top: 9px
}

.ap-pc10 {
    padding-left: 10px;
    padding-top: 10px
}

.ap-pc12 {
    padding-left: 12px;
    padding-top: 12px
}

.ap-pc14 {
    padding-left: 14px;
    padding-top: 14px
}

.ap-pc16 {
    padding-left: 16px;
    padding-top: 16px
}

.ap-pc18 {
    padding-left: 18px;
    padding-top: 18px
}

.ap-pc20 {
    padding-left: 20px;
    padding-top: 20px
}
/* FORMAT MARGIN - ALL DIRECTION */
.ap-m0, .ap-m {
    margin: 0px
}

.ap-m1 {
    margin: 1px
}

.ap-m2 {
    margin: 2px
}

.ap-m3 {
    margin: 3px
}

.ap-m4 {
    margin: 4px
}

.ap-m5 {
    margin: 5px
}

.ap-m6 {
    margin: 6px
}

.ap-m7 {
    margin: 7px
}

.ap-m8 {
    margin: 8px
}

.ap-m9 {
    margin: 9px
}

.ap-m10 {
    margin: 10px
}

.ap-m12 {
    margin: 12px
}

.ap-m14 {
    margin: 14px
}

.ap-m16 {
    margin: 16px
}

.ap-m18 {
    margin: 18px
}

.ap-m20 {
    margin: 20px
}
/* FORMAT MARGIN - Y DIRECTION (NO FORMAT LEFT AND RIGHT)*/
.ap-my, .ap-my0 {
    margin-top: 0px;
    margin-bottom: 0px
}

.ap-my1 {
    margin-top: 1px;
    margin-bottom: 1px
}

.ap-my2 {
    margin-top: 2px;
    margin-bottom: 2px
}

.ap-my3 {
    margin-top: 3px;
    margin-bottom: 3px
}

.ap-my4 {
    margin-top: 4px;
    margin-bottom: 4px
}

.ap-my5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.ap-my6 {
    margin-top: 6px;
    margin-bottom: 6px
}

.ap-my7 {
    margin-top: 7px;
    margin-bottom: 7px
}

.ap-my8 {
    margin-top: 8px;
    margin-bottom: 8px
}

.ap-my9 {
    margin-top: 9px;
    margin-bottom: 9px
}

.ap-my10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.ap-my12 {
    margin-top: 12px;
    margin-bottom: 12px
}

.ap-my14 {
    margin-top: 14px;
    margin-bottom: 14px
}

.ap-my16 {
    margin-top: 16px;
    margin-bottom: 16px
}

.ap-my18 {
    margin-top: 18px;
    margin-bottom: 18px
}

.ap-my20 {
    margin-top: 20px;
    margin-bottom: 20px
}
/* FORMAT MARGIN - X DIRECTION (NO FORMAT TOP AND BOTTOM*/
.ap-mx, .ap-mx0 {
    margin-left: 0px;
    margin-right: 0px
}

.ap-mx1 {
    margin-left: 1px;
    margin-right: 1px
}

.ap-mx2 {
    margin-left: 2px;
    margin-right: 2px
}

.ap-mx3 {
    margin-left: 3px;
    margin-right: 3px
}

.ap-mx4 {
    margin-left: 4px;
    margin-right: 4px
}

.ap-mx5 {
    margin-left: 5px;
    margin-right: 5px
}

.ap-mx6 {
    margin-left: 6px;
    margin-right: 6px
}

.ap-mx7 {
    margin-left: 7px;
    margin-right: 7px
}

.ap-mx8 {
    margin-left: 8px;
    margin-right: 8px
}

.ap-mx9 {
    margin-left: 9px;
    margin-right: 9px
}

.ap-mx10 {
    margin-left: 10px;
    margin-right: 10px
}

.ap-mx12 {
    margin-left: 12px;
    margin-right: 12px
}

.ap-mx14 {
    margin-left: 14px;
    margin-right: 14px
}

.ap-mx16 {
    margin-left: 16px;
    margin-right: 16px
}

.ap-mx18 {
    margin-left: 18px;
    margin-right: 18px
}

.ap-mx20 {
    margin-left: 20px;
    margin-right: 20px
}

.ap-ml, .ap-ml0 {
    margin-left: 0px
}

.ap-ml1 {
    margin-left: 1px
}

.ap-ml2 {
    margin-left: 2px
}

.ap-ml3 {
    margin-left: 3px
}

.ap-ml4 {
    margin-left: 4px
}

.ap-ml5 {
    margin-left: 5px
}

.ap-ml6 {
    margin-left: 6px
}

.ap-ml7 {
    margin-left: 7px
}

.ap-ml8 {
    margin-left: 8px
}

.ap-ml9 {
    margin-left: 9px
}

.ap-ml10 {
    margin-left: 10px
}

.ap-ml12 {
    margin-left: 12px
}

.ap-ml14 {
    margin-left: 14px
}

.ap-ml16 {
    margin-left: 16px
}

.ap-ml18 {
    margin-left: 18px
}

.ap-ml20 {
    margin-left: 20px
}

.clear-fix:after {
    content: " ";
    clear: both;
    display: block;
}

.full-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.pull-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.pull-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

.pull-up {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.pull-down {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
}

.top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.strike {
    text-decoration: line-through;
}

.scroll-y {
    overflow-y: auto !important;
}

    .scroll-y.forced-scroll {
        overflow-y: scroll !important;
    }

.scroll-x.forced-scroll {
    overflow-x: scroll !important;
}

.__ajaxshow {
    overflow: hidden;
}

.__ajaxshow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 100;
    color: rgba(0,0,0,0.4);
}

    .__ajaxshow .__icon {
        z-index: 120;
        position: absolute;
        text-align: center;
        font-size: 16px;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -8px;
        width: 16px;
        height: 16px;
        display: inline-block;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }

    .__ajaxshow.-dark {
        background: rgba(0,0,0,0.2);
        color: rgba(255,255,255,0.6);
    }

.__hiddenselect {
    background-color: #fff;
    margin-left: 0px;
    margin-top: 30px;
    z-index: 2999;
    -moz-box-shadow: 0 2px 13px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0 2px 13px 0px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    display: none;
    width: 200px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .__hiddenselect .-tsr {
        position: absolute;
        font-size: 20px;
        top: 65px;
        left: 50%;
        margin-left: -5px;
        color: #aaa;
    }

    .__hiddenselect .-tstitle {
        padding: 10px 15px;
        border-bottom: 1px dotted rgba(0,0,0,0.1);
        font-weight: 500;
        color: #639c11;
    }

        .__hiddenselect .-tstitle .-tsclose {
            padding: 6px;
            position: absolute;
            color: #999;
            cursor: pointer;
            font-size: 16px;
            right: 5px;
            top: 3px;
        }

            .__hiddenselect .-tstitle .-tsclose:hover {
                color: #D96C6C;
            }

    .__hiddenselect .-tsbox {
        width: 50%;
        position: relative;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .__hiddenselect .-tsbox .-tsn {
            position: absolute;
            font-size: 16px;
            color: #aaa;
            cursor: pointer;
            left: 50%;
            margin-left: -13px;
            padding: 6px;
        }

            .__hiddenselect .-tsbox .-tsn:hover {
                color: #2599dc;
            }

            .__hiddenselect .-tsbox .-tsn.-up {
                top: 3px;
            }

            .__hiddenselect .-tsbox .-tsn.-down {
                bottom: 3px;
            }

        .__hiddenselect .-tsbox .-tslabel {
            color: #333;
            text-align: center;
            font-weight: 300;
            padding: 13px 25px;
        }

            .__hiddenselect .-tsbox .-tslabel .-tsinput {
                width: 100% !important;
                border: none !important;
                background: transparent !important;
                color: #333 !important;
                border: 0px solid transparent;
                font-size: 20px !important;
                padding: 20px 0 !important;
            }

        .__hiddenselect .-tsbox .-tsitems {
            position: absolute;
            color: #999;
            display: none;
            background-color: #fff;
            top: 100%;
            left: 0px;
            width: 100%;
            -moz-box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);
            box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);
        }

        .__hiddenselect .-tsbox.-second .-tsitems {
            left: -100%;
        }

        .__hiddenselect .-tsbox.active .-tslabel:before {
            position: absolute;
            bottom: 0px;
            left: 0px;
            border-bottom: 20px solid rgba(255,255,255,0.5);
            border-right: 20px solid transparent;
            content: "";
        }

        .__hiddenselect .-tsbox.active .-tsitems {
        }

        .__hiddenselect .-tsbox .-tsitems {
            width: 200px;
        }

            .__hiddenselect .-tsbox .-tsitems .-tstitle {
                background-color: #f3f3f3;
                text-align: center;
                font-weight: 500;
                color: #aaa;
                font-size: 12px;
                text-transform: uppercase;
                padding: 8px 0;
            }

            .__hiddenselect .-tsbox .-tsitems .-tsitem {
                padding: 8px 10px;
                font-size: 15px;
                cursor: pointer;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border-top: 1px solid rgba(0,0,0,0.05);
                width: 50%;
                float: left;
            }

        .__hiddenselect .-tsbox.-first .-tsitems .-tsitem {
            width: 25%;
        }

        .__hiddenselect .-tsbox .-tsitems .-tsitem:hover {
            color: #fff;
            background-color: #177db7;
        }

    .__hiddenselect .items {
        overflow: hidden;
    }

        .__hiddenselect .items .item {
            width: 25%;
            text-align: center;
            float: left;
            cursor: pointer;
            border-bottom: 1px solid #fff;
        }

            .__hiddenselect .items .item span {
                display: block;
                padding: 10px 0;
                border-right: 1px solid #e7e7e7;
                border-bottom: 1px solid #e7e7e7;
                background-color: #f3f3f3;
            }

            .__hiddenselect .items .item.last span {
                border-right: 0px solid transparent;
            }

            .__hiddenselect .items .item span:hover {
                background-color: #fff;
            }

            .__hiddenselect .items .item.chosen span {
                background-color: #2380d6;
                color: #fff;
                font-weight: bold;
            }

.scroll-y {
    overflow-y: scroll;
    scrollbar-width: thin;
}

    .scroll-y::-webkit-scrollbar {
        width: 10px;
    }

    .scroll-y.-smaller::-webkit-scrollbar, .elegant-scroll-y::-webkit-scrollbar {
        width: 8px;
    }

    .scroll-y::-webkit-scrollbar-thumb, .elegant-scroll-y::-webkit-scrollbar-thumb {
        background: #aaa;
    }

    .scroll-y::-webkit-scrollbar-track, .elegant-scroll-y::-webkit-scrollbar-track {
        background-color: #ddd;
    }

        .scroll-y::-webkit-scrollbar-track:hover, .elegant-scroll-y::-webkit-scrollbar-track:hover {
            background: rgba(0,0,0,0.2);
        }

.elegant-scroll-x::-webkit-scrollbar {
    height: 8px;
}

.elegant-scroll-x::-webkit-scrollbar-thumb {
    background: #aaa;
}

.elegant-scroll-y::-webkit-scrollbar-track {
    background-color: #ddd;
}

.elegant-scroll-x::-webkit-scrollbar-track:hover {
    background: rgba(0,0,0,0.2);
}

.scroll-x {
    overflow-x: scroll;
}

    .scroll-x::-webkit-scrollbar {
        height: 10px;
    }

    .scroll-x::-webkit-scrollbar-thumb {
        background-color: #999;
    }

    .scroll-x::-webkit-scrollbar-track {
        background-color: #e6e6e6;
    }

        .scroll-x::-webkit-scrollbar-track:hover {
            background: rgba(0,0,0,0.2);
        }

#apdialogs {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    #apdialogs .__dialog_ontop {
        z-index: 99999;
    }

.__apalert .__apdialog .icon .ficon-minus-sign {
    color: #c65144;
}

.__dialog > .__closable {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#alert .structed-error {
    color: #c34343;
}

#alert .structed-error-extra {
}

    #alert .structed-error-extra .structed-error-li {
        padding-top: 10px;
        position: relative;
    }

        #alert .structed-error-extra .structed-error-li .-k {
            font-size: 13px;
            color: #888;
        }

        #alert .structed-error-extra .structed-error-li .-v {
            position: absolute;
            left: 50%;
            top: 10px;
        }

#ap-invs {
    position: absolute;
    top: -2000px;
    left: -2000px;
    visibility: hidden;
    display: block;
    z-index: 9999;
}

    #ap-invs > div {
        background-color: #fff;
    }

    #ap-invs > pre {
        background-color: #fff;
        white-space: pre-wrap;
        word-wrap: break-word;
        padding: 0;
        margin: 0;
        position: relative;
    }

        #ap-invs > pre > span {
            display: inline-block;
            vertical-align: top;
        }

table td.two {
    width: 50%;
}

table td.three {
    width: 33.3%;
}

table td.four {
    width: 25%;
}

.__error404 {
}

    .__error404 h1 {
        font-family: Arial, san-serif;
        font-size: 20px;
        font-weight: normal;
        color: #444;
    }

    .__error404 h2 {
        font-family: Arial, san-serif;
        font-size: 15px;
        font-weight: normal;
        padding: 16px 0;
        color: #777;
    }

.__contextmenu {
    position: absolute;
    display: none;
    z-index: 999;
}

    .__contextmenu .box {
        background-color: #fcfcfc;
        border: 1px solid #ccc;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .__contextmenu .arrow {
        position: absolute;
    }

        .__contextmenu .arrow.arleft {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #ddd;
            left: -10px;
            top: 20px;
        }

            .__contextmenu .arrow.arleft > * {
                position: absolute;
                width: 0;
                height: 0;
                border-top: 9px solid transparent;
                border-bottom: 9px solid transparent;
                border-right: 9px solid #fcfcfc;
                left: 1px;
                top: -9px;
            }

    .__contextmenu .item {
        padding: 10px 10px;
        font-family: Arial, san-serif;
        font-size: 11px;
        font-weight: normal;
        cursor: pointer;
        color: #555;
        display: block;
        text-align: left;
        border-bottom: 1px solid #f1f1f1;
    }

        .__contextmenu .item:hover {
            background-color: #f7f7f7;
            color: #d9481b;
        }

        .__contextmenu .item:last-child, .__contextmenu .item.last {
            border-bottom: none;
        }

        .__contextmenu .item .icon {
            display: inline-block;
            vertical-align: top;
            margin-right: 5px;
            margin-top: 0px;
            width: 14px;
        }

#__ctm {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 0px;
    display: none;
}

    #__ctm .__contextmenu {
        display: block;
        -moz-box-shadow: 0px 0px 5px #ccc;
        -webkit-box-shadow: 0px 0px 5px #ccc;
        box-shadow: 0px 0px 5px #ccc;
        background: rgba(252,252,252,0.95);
    }

        #__ctm .__contextmenu > .item {
            padding: 11px 10px;
            border-color: #e9e9e9;
            font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        }

.__mscroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.__ap_xauto {
    position: absolute;
    min-width: 200px;
    z-index: 999;
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px 0px #eee;
    -webkit-box-shadow: 1px 1px 2px 0px #eee;
    box-shadow: 1px 1px 2px 0px #eee;
}

    .__ap_xauto:hover {
        border: 1px solid #d7d7d7;
    }

    .__ap_xauto .item {
        background-color: #fff;
        border-bottom: 1px solid #dcdcdc;
        padding: 7px 10px;
        display: block;
        cursor: pointer;
        color: #555;
        font-size: 12px;
    }

        .__ap_xauto .item.__tagactive {
            background-color: #eee;
            border-bottom: 1px solid #ccc;
        }

        .__ap_xauto .item:hover {
            background-color: #eee;
            border-bottom: 1px solid #ccc;
        }

    .__ap_xauto .ap_caret {
        width: 0px;
    }

    .__ap_xauto .__tag {
        display: block;
        overflow: hidden;
        padding: 2px 0;
    }

        .__ap_xauto .__tag .__tag_image {
            display: block;
            float: left;
        }

        .__ap_xauto .__tag .__tag_text {
            margin-left: 55px;
            font-size: 12px;
            font-weight: bold;
            color: #444;
            display: block;
            padding-top: 3px;
            min-width: 180px;
        }

            .__ap_xauto .__tag .__tag_text > .__tag_subname {
                display: block;
                font-size: 11px;
                color: #808080;
                padding-top: 3px;
                font-weight: normal;
            }

.__apscrollbar_parent {
    overflow-x: hidden;
}

.__apscrollbar_target {
    overflow-y: scroll;
    overflow-x: hidden;
}

.__apscrollbar {
    width: 10px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    z-index: 4999;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
}

.__autohide .__apscrollbar {
    background-color: transparent;
    opacity: 0;
    filter: alpha(Opacity:0);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.__autohide:hover .__apscrollbar {
    opacity: 1.0;
    filter: alpha(Opacity:100);
}

.__scrolled.__autohide .__apscrollbar_wrap, .__apscrollbar_parent.__autohide .__apscrollbar_wrap {
    padding-right: 10px;
    position: relative;
    min-height: 100%;
}

.__regular.__scrolled .__apscrollbar_wrap {
    margin-right: 10px;
    position: relative;
}

.__apscrollbar:hover, .__apscrollbar_active {
}

.__apscrollbar .scroller {
    height: 130px;
    width: 100%;
    position: absolute;
    top: 0px;
}

    .__apscrollbar .scroller .sinner {
        display: block;
        height: 100%;
        background: rgba(0,0,0,0.15);
        cursor: pointer;
    }

.__apscrollbar:hover .scroller .sinner {
    background: rgba(0,0,0,0.2);
}

.__apscrollbar .scroller:hover .sinner, .__apscrollbar .scroller .active {
    background: rgba(0,0,0,0.3);
}

.__autohide .__apscrollbar .scroller .sinner {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-right: 1px;
    width: 4px;
    margin-left: 4px;
}

.__autohide .__apscrollbar .scroller:hover .sinner {
    width: 8px;
    margin-left: 0px;
}

.__input-suggestion-ph {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 40px;
    text-align: right;
    position: absolute;
    cursor: pointer;
    z-index: 500;
}

    .__input-suggestion-ph > .arrow {
        position: absolute;
        color: #aaa;
        top: -21px;
        right: 5px;
        padding-top: 0px !important;
        padding-right: 0px !important;
    }

.__input-suggestion-canvas {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    display: none;
    right: 0px;
    left: 0px;
    z-index: 1000;
    margin-top: -3px;
}

    .__input-suggestion-canvas .__iw {
        padding: 6px 6px 6px 6px;
    }

    .__input-suggestion-canvas .__input-extra {
        padding: 13px 100px 13px 10px;
        position: relative;
        border-top: 1px solid #eee;
        background-color: #f6f6f6;
    }

        .__input-suggestion-canvas .__input-extra .__input-enter {
            width: 72px;
            background-color: #999;
            border: 1px solid #969696;
            color: #eee;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            padding: 8px 0;
            position: absolute;
            right: 10px;
            top: 12px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

        .__input-suggestion-canvas .__input-extra input {
            border: 1px solid #ddd !important;
            padding: 8px !important;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-color: #fff !important;
            font-size: 14px !important;
        }

        .__input-suggestion-canvas .__input-extra .__input-enter:hover {
            background-color: #2599dc;
            border: 1px solid #2599dc;
            color: #fff;
        }

    .__input-suggestion-canvas .__input-suggestion-row {
        padding: 8px 10px;
        font-size: 14px;
        color: #444;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 2px;
    }

        .__input-suggestion-canvas .__input-suggestion-row:hover {
            background-color: #f3f3f3;
            color: #111;
        }

        .__input-suggestion-canvas .__input-suggestion-row.active, .__input-suggestion-canvas .__input-suggestion-row.active:hover {
            background: rgba(37,153,220,0.1);
            color: #2599dc;
        }

        .__input-suggestion-canvas .__input-suggestion-row .__icon {
            display: inline-block;
            text-align: center;
            position: relative;
            width: 13px;
            height: 13px;
            border: 2px solid #ccc;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            margin-right: 10px;
            vertical-align: -3px;
        }

        .__input-suggestion-canvas .__input-suggestion-row.active .__icon {
            border: 2px solid #7abd1a;
            background: rgba(122,189,26,0.9);
            color: #fff;
        }

            .__input-suggestion-canvas .__input-suggestion-row.active .__icon:before {
                font-family: ap;
                content: "\e116";
                display: block;
                font-size: 14px;
                position: absolute;
                margin-top: -1px;
            }

.__iss .__input-suggestion-canvas {
    display: block;
}

.__tagcloud-selector-v2 {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-bottom: 15px;
}

    .__tagcloud-selector-v2 .__tc2-label {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #333;
    }

    .__tagcloud-selector-v2 .__tc2-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        border-radius: 6px;
        max-height: 80px;
        overflow-y: auto;
        background-color: white;
        transition: all 0.2s ease;
        width: 100%;
    }

.__tc2-tag {
    color: #1a73e8;
    background-color: #e8f0ff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.__tagcloud-selector-v2 .__tc2-tags .__tc2-tag {
    display: inline-flex;
    align-items: center;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 13px;
    height: fit-content;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    box-sizing: border-box;
}

.__tagcloud-selector-v2 .__tc2-tags.__tc2-tags-has-items {
    margin: 5px 0;
}

.__tagcloud-selector-v2 .__tc2-tags .__tc2-tag .__tc2-remove {
    margin-left: 8px;
    cursor: pointer;
    color: #dc3545;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    transition: color 0.2s ease;
}

    .__tagcloud-selector-v2 .__tc2-tags .__tc2-tag .__tc2-remove:hover {
        color: #b02a37;
    }

.__tagcloud-selector-v2 .__tc2-input-wrapper {
    position: relative;
    margin-top: 5px;
}

    .__tagcloud-selector-v2 .__tc2-input-wrapper .__tc2-input {
        padding: 6px;
        height: 34px;
        border: 1px solid #f3f3f3;
        border-radius: 4px;
        outline: none;
        transition: all 0.2s ease;
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: normal;
    }

        .__tagcloud-selector-v2 .__tc2-input-wrapper .__tc2-input:focus {
            border-color: #1a73e8;
            box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.1);
        }

        .__tagcloud-selector-v2 .__tc2-input-wrapper .__tc2-input.__tc2-trigger {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: white;
            color: #202124;
        }

            .__tagcloud-selector-v2 .__tc2-input-wrapper .__tc2-input.__tc2-trigger:hover {
                border-color: #1a73e8;
            }

    .__tagcloud-selector-v2 .__tc2-input-wrapper .__tc2-arrow {
        font-size: 12px;
        color: #5f6368;
        transition: transform 0.2s ease;
    }

.__tagcloud-selector-v2 .__tc2-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #dadce0;
    border-radius: 6px;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
}

    .__tagcloud-selector-v2 .__tc2-options.__tc2-checkbox-options {
        margin-top: 4px;
    }

    .__tagcloud-selector-v2 .__tc2-options .__tc2-option {
        padding: 8px 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: background-color 0.2s ease;
        color: #202124;
    }

        .__tagcloud-selector-v2 .__tc2-options .__tc2-option:hover {
            background-color: #f8f9fa;
        }

        .__tagcloud-selector-v2 .__tc2-options .__tc2-option .__tc2-checkbox {
            margin-left: 8px;
            cursor: pointer;
            width: 14px;
            height: 14px;
            accent-color: #1a73e8;
            flex-shrink: 0;
        }

        .__tagcloud-selector-v2 .__tc2-options .__tc2-option label {
            cursor: pointer;
            flex-grow: 1;
            margin-right: 8px;
            font-size: 14px;
            color: #202124;
        }

.__tagcloud-selector-v2 .__tc2-input-wrapper .__tc2-input.__tc2-trigger.__tc2-active .__tc2-arrow {
    transform: rotate(180deg);
}

.__tagcloud-selector-v2:focus-within .__tc2-input-wrapper .__tc2-input {
    border-color: #1a73e8;
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.1);
}

.__tagcloud-selector-v2 .__tc2-tag-content {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    overflow: hidden;
}

    .__tagcloud-selector-v2 .__tc2-tag-content .__tc2-tag-text {
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.__tagcloud-selector-v2 .__tc2-option-content {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

    .__tagcloud-selector-v2 .__tc2-option-content .__tc2-option-text {
        font-size: 14px;
        color: #202124;
    }

.__tagcloud-selector-v2 .__tc2-search {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    outline: none;
    background-color: #f8f9fa;
    box-sizing: border-box;
    z-index: 1;
}

    .__tagcloud-selector-v2 .__tc2-search:focus {
        background-color: #fff;
        border-bottom-color: #2196f3;
    }

.__tagcloud-selector-v2 .__tc2-color-indicator {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0;
}

.stdit {
    overflow: hidden;
}

    .stdit > .image {
        float: left;
    }

        .stdit > .image > div {
            overflow: hidden;
        }

        .stdit > .image > .text {
        }

a.std:hover, .a.std:hover {
    text-decoration: underline;
}

.__onload_show {
    display: none !important;
}

.__onload .__onload_show {
    display: block !important;
}

.__onload .__onload_hide {
    display: none !important;
}
/**
* @desc For auto input hint
*/
.__hinited {
    z-index: 100;
    position: relative;
}

.__hinited_data {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background-color: transparent;
    z-index: 10;
}

.__blur {
    color: #888;
}

.tt_auto {
    display: none;
}
/**
 * @desc Fix jQuery autoComplete
 */
.apcomplete {
}

    .apcomplete input.temp {
    }

    .apcomplete input._multivalues {
    }

    .apcomplete .apc-selected {
        display: inline-block;
        font-weight: normal;
        font-size: 13px;
        vertical-align: middle;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #ddd;
        margin-right: 4px;
        margin-bottom: 10px;
    }

        .apcomplete .apc-selected.xfill {
            background-color: #f3f3f3;
            color: #555;
        }

        .apcomplete .apc-selected span {
            display: inline-block;
            vertical-align: middle;
            padding: 4px 8px 6px 8px;
        }

            .apcomplete .apc-selected span.apc-close {
                background-color: #eee;
                padding-left: 8px;
                padding-right: 8px;
                cursor: pointer;
                border-left: 1px solid #ddd;
            }

                .apcomplete .apc-selected span.apc-close:hover {
                    background-color: #fff;
                    color: #c34343;
                }

        .apcomplete .apc-selected.fill {
            border: 1px solid rgba(0,0,0,0.1);
        }

            .apcomplete .apc-selected.fill.-bg-alt0 {
                background-color: #bbb;
            }

            .apcomplete .apc-selected.fill span.apc-close {
                background-color: transparent;
                color: #D96C6C;
                border-left: 1px solid rgba(0,0,0,0.1);
            }

                .apcomplete .apc-selected.fill span.apc-close:hover {
                    background: rgba(0,0,0,0.1);
                }

.ui-autocomplete {
    border: 1px solid #d7d7d7;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #f5f5f5;
    padding: 0px !important;
}

ul.ui-autocomplete.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.ui-autocomplete > li {
}

    .ui-autocomplete > li > a {
        padding: 7px 10px !important;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #e7e7e7;
        font-family: Arial, san-serif;
        font-size: 15px;
        color: #666;
    }

        .ui-autocomplete > li > a.ui-corner-all {
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

        .ui-autocomplete > li > a:hover {
            background-color: #eee;
            color: #2599dc;
        }

        .ui-autocomplete > li > a.ui-state-hover, .ui-autocomplete > li > a:active {
            background-color: #eee;
        }

        .ui-autocomplete > li > a small {
            font-size: 13px;
            display: block;
            opacity: 0.8;
            filter: alpha(Opacity:80);
            padding-top: 1px;
        }

.opt-10 {
    opacity: 0.1;
    filter: alpha(Opacity:10);
}

.opt-20 {
    opacity: 0.2;
    filter: alpha(Opacity:20);
}

.opt-30 {
    opacity: 0.3;
    filter: alpha(Opacity:30);
}

.opt-40 {
    opacity: 0.4;
    filter: alpha(Opacity:40);
}

.opt-50 {
    opacity: 0.5;
    filter: alpha(Opacity:50);
}

.opt-60 {
    opacity: 0.6;
    filter: alpha(Opacity:60);
}

.opt-70 {
    opacity: 0.7;
    filter: alpha(Opacity:70);
}

.opt-80 {
    opacity: 0.8;
    filter: alpha(Opacity:80);
}

.opt-90 {
    opacity: 0.9;
    filter: alpha(Opacity:90);
}

.rotate-10 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
}

.rotate-20 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
}

.rotate-30 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

.rotate-40 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
}

.rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.rotate-50 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
}

.rotate-60 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
}

.rotate-70 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
}

.rotate-80 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
}

.rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.rotate-100 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    -o-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
}

.rotate-110 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    -o-transform: rotate(110deg);
    -moz-transform: rotate(110deg);
}

.rotate-120 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
}

.rotate-130 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
}

.rotate-140 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
}

.rotate-150 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
}

.rotate-160 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    -webkit-transform: rotate(160deg);
    -o-transform: rotate(160deg);
    -moz-transform: rotate(160deg);
}

.rotate-170 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    -webkit-transform: rotate(170deg);
    -o-transform: rotate(170deg);
    -moz-transform: rotate(170deg);
}

.rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.-flip {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    display: inline-block;
}

.corner-1 {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.corner-2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.corner-3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.corner-4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.__auto {
    margin: auto;
}

.__white .apcomplete {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

    .__white .apcomplete input.temp {
        display: inline-block;
        vertical-align: middle;
        padding: 6px !important;
    }

    .__white .apcomplete input._multivalues {
        max-width: 100px;
    }

    .__white .apcomplete .apc-selected {
        display: inline-block;
        font-weight: normal;
        font-size: 11px;
        vertical-align: middle;
        background: #eee;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ccc;
        color: #444;
        margin-right: 4px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

        .__white .apcomplete .apc-selected span {
            display: inline-block;
            vertical-align: middle;
            padding: 4px 6px 5px 6px;
        }

            .__white .apcomplete .apc-selected span.apc-close {
                background: #e5e5e5;
                padding-left: 8px;
                padding-right: 8px;
                cursor: pointer;
            }

                .__white .apcomplete .apc-selected span.apc-close:hover {
                    background: #ccc;
                    color: #fff;
                }

.__hblock {
    visibility: hidden;
    display: inline !important;
}
/**
 * TOOL TIP
 */
.__tooltipw {
    position: relative;
}

.__tooltip {
    position: absolute;
    display: none;
    z-index: 9999;
    padding: 4px;
    font-family: Arial, san-serif;
    font-size: 11px;
    text-align: center;
}

    .__tooltip > * {
        font-family: Arial, san-serif;
    }

    .__tooltip .__ttarr_down, .__tooltip .__ttarr_down2 {
        position: absolute;
        margin-top: 12px;
    }

    .__tooltip .__tooltip_inner {
        position: relative;
        padding: 8px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        line-height: 18px;
        font-family: Arial, san-serif;
    }

.__tooltipw .__tooltip {
    padding-bottom: 15px;
}

.__tooltipw:hover .__tooltip {
    display: block !important;
}

.__tooltipcenter .__ttarr_down, .__tooltipcenter .__ttarr_down2 {
    left: 50%;
    margin-left: -6px;
}

.__tooltipcenter .__ttarr_down2 {
    margin-left: -8px;
}

.__tooltipleft .__ttarr_down, .__tooltipleft .__ttarr_down2 {
    left: 20px;
}

.__tooltipleft .__ttarr_down2 {
    margin-left: -1px;
}

.__tooltipright .__ttarr_down, .__tooltipright .__ttarr_down2 {
    right: 28px;
}

.__tooltipright .__ttarr_down2 {
    margin-right: -1px;
}

.__tooltipblack {
    text-shadow: 0 1px 1px #000;
    color: #fff;
}

    .__tooltipblack .__ttarr_down {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid rgba(0,0,0,0.8);
    }

    .__tooltipblack .__tooltip_inner {
        background: rgba(0,0,0,0.8);
        color: #fff;
    }

        .__tooltipblack .__tooltip_inner a {
            color: #b7d9ff;
            font-weight: normal;
        }

.__tooltipwhite {
    text-shadow: 0 1px 1px #fff;
    color: #555;
}

    .__tooltipwhite .__ttarr_down {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #fff;
    }

    .__tooltipwhite .__ttarr_down2 {
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #ccc;
    }

    .__tooltipwhite .__tooltip_inner {
        background-color: #fff;
        color: #555;
        -moz-box-shadow: 0px 1px 1px -2px #000;
        -webkit-box-shadow: 0px 1px 1px -2px #000;
        box-shadow: 0px 1px 1px -2px #000;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ccc;
    }

        .__tooltipwhite .__tooltip_inner a {
            color: #555;
        }

.__fileactual {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    filter: alpha(Opacity:0);
    width: 100%;
    height: 100%;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 7000;
}

.emotion {
    vertical-align: middle;
}

img.__emotion {
    display: inline-block;
    margin-top: -2px;
}

.__app_zcanvas {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
    top: 0px;
    left: 0px;
}

.__app_xcanvas {
    position: absolute;
    width: 100%;
    height: 100%;
}

textarea {
    overflow: auto;
}

em {
    font-style: normal;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes leftright {
    0% {
        left: 0px;
        right: auto;
    }

    50% {
        left: auto;
        right: 0px;
    }

    100% {
        left: 0px;
        right: auto;
    }
}

@-moz-keyframes leftright {
    0% {
        left: 0px;
        right: auto;
    }

    50% {
        left: auto;
        right: 0px;
    }

    100% {
        left: 0px;
        right: auto;
    }
}

@keyframes leftright {
    0% {
        left: 0px;
        right: auto;
    }

    50% {
        left: auto;
        right: 0px;
    }

    100% {
        left: 0px;
        right: auto;
    }
}
/*! jQuery UI - v1.12.1 - 2017-03-10
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, datepicker.css, progressbar.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
/* Layout helpers
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}
/* Interaction Cues
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}
/* Icons
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}
/* Misc visuals
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-datepicker {
    width: 18.5em;
    padding: 1px;
    display: none;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    shadow: 3px #eee;
    margin-top: 5px;
    margin-left: -9px;
    @xo
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 6px 0;
        background-color: #f4f4f4;
        font-size: 11px;
        font-weight: bold;
        color: #999;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 40px;
        background: transparent !important;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 0px;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        position: absolute;
        left: 10px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #ccc;
        top: 11px;
        background-image: none;
        content: "";
    }

    .ui-datepicker .ui-datepicker-next:before {
        position: absolute;
        right: 10px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #ccc;
        top: 11px;
        background-image: none;
        content: "";
    }

    .ui-datepicker .ui-datepicker-prev-hover {
    }

    .ui-datepicker .ui-datepicker-next-hover {
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
        color: transparent !important;
        font-weight: normal;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
        color: #555;
        background-color: #f9f9f9;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #eee;
    }

        .ui-datepicker th span {
            color: #198700;
            font-size: 12px;
            @normal
        }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            font-size: 16px;
            font-weight: normal;
            display: block;
            padding: 6px;
            text-align: center;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker td a.ui-state-default {
        color: #333;
    }

    .ui-datepicker td a.ui-state-hover {
    }

    .ui-datepicker td a.ui-state-highlight {
        color: #11bd5e;
        font-weight: bold;
        background: rgba(0,0,0,0.05);
    }

    .ui-datepicker td a.ui-state-active {
        background-color: #2599dc;
        color: #fff;
    }
    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25); /* support: IE8 */
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }
    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
/* Component containers
.ui-widget {
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
/* Interaction states
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus,
    .ui-button:hover,
    .ui-button:focus {
        background: #ededed;
        color: #2b2b2b;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited,
        a.ui-button:hover,
        a.ui-button:focus {
            color: #2b2b2b;
            text-decoration: none;
        }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #eee;
    color: #2599dc;
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #ffffff;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }
/* Interaction Cues
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
    }
/* Icons
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
/* Misc visuals
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.__form {
}

    .__form h2 {
        font-weight: normal;
        color: #777;
        text-transform: uppercase;
        padding: 10px 0 15px 0;
        font-size: 20px;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 15px;
    }

    .__form .row {
        padding: 10px 0;
    }

        .__form .row label {
            float: left;
            font-family: Arial, san-serif;
            font-size: 12px;
            color: #666;
            font-weight: bold;
            text-shadow: 0 1px 1px #fff;
            padding-top: 12px;
        }

        .__form .row .hint {
            margin-left: 120px;
            padding: 8px 0 10px 0;
            font-style: italic;
            font-family: Cambria, serif;
            color: #c37a7a;
            font-size: 13px;
            text-align: justify;
            line-height: 20px;
        }

        .__form .row .text {
            padding: 10px 0;
            margin-left: 120px;
            color: #555;
            text-shadow: 0 1px 1px #fff;
            line-height: 22px;
        }

        .__form .row .rowintro {
            padding: 15px;
            background-color: #f4f4f4;
            border: 1px solid #eee;
            margin: 5px 0 10px 0;
            line-height: 22px;
            color: #555;
        }

        .__form .row .info {
            margin-left: 120px;
        }

            .__form .row .info > div {
                padding: 9px 8px;
                border: 1px solid #ddd;
                background-color: #f0f0f0;
                -moz-box-shadow: inset 1px 1px 1px #eee;
                -webkit-box-shadow: inset 1px 1px 1px #eee;
                box-shadow: inset 1px 1px 1px #eee;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                color: #333;
            }

        .__form .row .input, .__form .row .select, .__form .row .file, .__form .row .input-group {
            margin-left: 120px;
        }

        .__form .row .input-group {
            overflow: hidden;
        }

            .__form .row .input-group .input, .__form .row .input-group .select, .__form .row .input-group .textarea {
                margin-left: 0px;
            }

    .__form .input > input, .__form .input > textarea {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        font-size: 13px;
        color: #333;
    }

    .__form .row .inputs {
        margin-left: 120px;
        overflow: hidden;
    }

        .__form .row .inputs .input {
            margin-left: 0px;
            width: 30%;
            float: left;
            margin-right: 10px;
        }

    .__form .row .input {
        padding: 7px 8px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: rgba(252,252,252,0.8);
        -moz-box-shadow: inset 1px 1px 1px #eee;
        -webkit-box-shadow: inset 1px 1px 1px #eee;
        box-shadow: inset 1px 1px 1px #eee;
        border: 1px solid #ddd;
        border-bottom: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
    }

    .__form .row .inputf {
        padding: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: rgba(238,238,238,0.6);
        line-height: 20px;
        text-align: justify;
        overflow: hidden;
        word-wrap: break-word;
    }

    .__form .row .input:hover {
        border: 1px solid #ccc;
    }

    .__form .row .input.fake {
        background-color: #eee;
        border: 1px solid #ddd;
        padding: 9px;
        color: #777;
        -moz-box-shadow: inset 1px 1px 1px #eee;
        -webkit-box-shadow: inset 1px 1px 1px #eee;
        box-shadow: inset 1px 1px 1px #eee;
    }

    .__form .row .select {
        padding: 10px 8px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #fcfcfc;
        border: 1px solid #ddd;
        border-bottom: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
    }

        .__form .row .select select {
            padding: 0;
            margin: 0;
            border: none;
            background: transparent;
            width: 100%;
            background: #fcfcfc;
            border: none !important;
            font-weight: normal;
            color: #555;
            text-shadow: 0 1px 1px #fff;
        }

        .__form .row .select:hover {
            -moz-box-shadow: 1px 1px 3px 0px #eee;
            -webkit-box-shadow: 1px 1px 3px 0px #eee;
            box-shadow: 1px 1px 3px 0px #eee;
            border: 1px solid #ccc;
            background-color: #f7f7f7;
        }

            .__form .row .select:hover select {
                background-color: #f7f7f7;
            }

    .__form .row .exp {
        margin-left: 120px;
        padding: 10px 0 0 0;
        line-height: 20px;
        color: #777;
    }

        .__form .row .exp a:hover, .__form .row .exp .a:hover {
            text-decoration: underline;
        }

        .__form .row .exp p {
            padding: 6px 0;
            line-height: 18px;
        }

            .__form .row .exp p em {
                color: #333;
            }

.__formblock .row label {
    float: none;
    display: block;
    padding-bottom: 8px;
    padding-top: 5px;
}

.__formblock .row .input, .__formblock .row .select, .__formblock .row .inputf, .__formblock .row .file, .__formblock .row .info, .__formblock .row .exp {
    margin-left: 0px;
}

.__formblock .row.buttons {
    margin-left: 0px;
    padding-left: 0px;
}

.__formblock .row .input-group {
    margin-left: 0px;
}

.__form .intro {
    padding: 15px;
    margin-top: 10px;
    background-color: #f8f8f8;
    text-shadow: 0 1px 1px #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 22px;
}

    .__form .intro > * {
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    }

    .__form .intro ul {
        list-style-type: square;
        padding-left: 30px;
        font-family: Arial, san-serif;
        font-size: 12px;
        color: #444;
        margin: 5px 0;
    }

        .__form .intro ul li {
            padding: 2px 0;
        }

.__form .row .about {
    margin-left: 120px;
    padding: 15px;
    margin-top: 10px;
    background-color: #f8f8f8;
    text-shadow: 0 1px 1px #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 22px;
}

    .__form .row .about * {
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    }

    .__form .row .about code {
        display: inline-block;
        vertical-align: middle;
        background-color: #f8ecea;
        padding: 2px 4px;
        margin: 0 4px;
        font-family: Consolas, Courier New, Courier New, monospace;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .__form .row .about code > * {
            font-family: Consolas, Courier New, Courier New, monospace;
        }

    .__form .row .about ul {
        margin: 8px 0;
        list-style-type: square;
        padding-left: 20px;
        margin-left: 20px;
    }

        .__form .row .about ul li {
            font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
            font-size: 12px;
            margin: 3px 0;
        }

.__form .buttons {
    padding-left: 120px;
    padding-top: 18px;
}

    .__form .buttons > div {
        background-color: #fcfcfc;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1');
        background: -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc),color-stop(100%,#f1f1f1));
        background: -webkit-linear-gradient(top, color-stop(0%,#fcfcfc),color-stop(100%,#f1f1f1));
        background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
        background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
        background: linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
        border: 1px solid #ccc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
        font-family: Arial, san-serif;
        color: #777;
        text-shadow: 0 1px 1px #fff;
        display: inline-block;
        text-align: center;
        padding: 10px 13px;
        margin-right: 5px;
    }

        .__form .buttons > div:hover {
            -moz-box-shadow: 0px 0px 8px #b8c8da;
            -webkit-box-shadow: 0px 0px 8px #b8c8da;
            box-shadow: 0px 0px 8px #b8c8da;
            border: 1px solid #7babe1;
            color: #1467c4;
            background-color: #ffffff;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
            background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff),color-stop(100%,#f3f3f3));
            background: -webkit-linear-gradient(top, color-stop(0%,#ffffff),color-stop(100%,#f3f3f3));
            background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
            background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
        }

.__file .fl {
    background: rgba(250,250,250,0.8);
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 6px;
}

    .__file .fl .fi {
        font-family: Arial, san-serif;
        font-weight: bold;
        color: #666;
        padding: 6px 10px;
        text-shadow: 0 1px 1px #fff;
    }

    .__file .fl:hover {
        -moz-box-shadow: 1px 1px 3px 0px #eee;
        -webkit-box-shadow: 1px 1px 3px 0px #eee;
        box-shadow: 1px 1px 3px 0px #eee;
        border: 1px solid #ccc;
        background-color: #f7f7f7;
    }

    .__file .fl .fi > span {
        display: inline-block;
        vertical-align: top;
        margin-right: 7px;
    }

.__form .__file {
}

.__file .fl .fi {
    font-family: Arial, san-serif;
    font-weight: bold;
    color: #666;
    padding: 8px 10px;
    text-shadow: 0 1px 1px #fff;
}

.__file .fl:hover {
    -moz-box-shadow: 1px 1px 3px 0px #eee;
    -webkit-box-shadow: 1px 1px 3px 0px #eee;
    box-shadow: 1px 1px 3px 0px #eee;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}

.__file .fl .fi > span {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin-right: 7px;
    margin-top: -2px;
}

.__file .browse {
    padding: 8px 10px;
    background-color: #fcfcfc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1');
    background: -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc),color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, color-stop(0%,#fcfcfc),color-stop(100%,#f1f1f1));
    background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-family: Arial, san-serif;
    color: #777;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    font-size: 11px;
    position: relative;
}

    .__file .browse em {
        font-weight: bold;
        font-family: Arial, san-serif;
        text-align: center;
        cursor: pointer;
    }

    .__file .browse:hover {
        -moz-box-shadow: 0px 0px 8px #b8c8da;
        -webkit-box-shadow: 0px 0px 8px #b8c8da;
        box-shadow: 0px 0px 8px #b8c8da;
        border: 1px solid #7babe1;
        color: #1467c4;
        background-color: #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
        background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff),color-stop(100%,#f3f3f3));
        background: -webkit-linear-gradient(top, color-stop(0%,#ffffff),color-stop(100%,#f3f3f3));
        background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
        background: linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    }

    .__file .browse:focus, .__file .browse:active {
        background-color: #f1f1f1;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fcfcfc');
        background: -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1),color-stop(100%,#fcfcfc));
        background: -webkit-linear-gradient(top, color-stop(0%,#f1f1f1),color-stop(100%,#fcfcfc));
        background: -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
        background: -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
        background: linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
    }

    .__file .browse .__browse {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 5px 0;
        opacity: 0;
        filter: alpha(Opacity:0);
    }

.__file .fl .fi > .remove {
    float: right;
    padding: 2px 4px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: -3px;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(Opacity:60);
}

    .__file .fl .fi > .remove:hover {
        opacity: 1.0;
        filter: alpha(Opacity:100);
        -moz-box-shadow: inset 1px 2px 2px #eee;
        -webkit-box-shadow: inset 1px 2px 2px #eee;
        box-shadow: inset 1px 2px 2px #eee;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
    }

.__form .__apselectw {
    padding: 0;
    margin: 0;
    position: relative;
}

    .__form .__apselectw .__apselect {
        border: 1px solid #ccc;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #fff;
    }

        .__form .__apselectw .__apselect:hover, .__form .__apselectw .__apselect.__apselectactive {
            border: 1px solid #49a1d5;
        }

        .__form .__apselectw .__apselect .__apoptions {
            display: none;
            position: absolute;
            left: 0px;
            width: 100%;
            z-index: 9999;
            -moz-border-radius: 0 0 3px 3px;
            -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            max-height: 300px;
            overflow: auto;
        }

            .__form .__apselectw .__apselect .__apoptions div.__apoptionsx {
                border: 1px solid #49a1d5;
            }

            .__form .__apselectw .__apselect .__apoptions div.__apoption {
                padding: 7px 10px;
                background-color: #fcfcfc;
                border-top: 1px solid #ddd;
                display: block;
                font-family: Arial, san-serif;
                opacity: 0.95;
                filter: alpha(Opacity:95);
            }

                .__form .__apselectw .__apselect .__apoptions div.__apoption:hover {
                    color: #fff;
                    cursor: pointer;
                    background-color: #2995d4;
                    border-top: 1px solid #137ebc;
                }

    .__form .__apselectw .__apselectactive .__apoptions {
        display: block;
    }

    .__form .__apselectw .__apbutton {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 14px;
        height: 14px;
        padding: 8px 10px;
        text-align: center;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

        .__form .__apselectw .__apbutton > span {
            margin-top: 10px;
        }

    .__form .__apselectw .__apselect:hover .__apbutton {
        opacity: 1.0;
        filter: alpha(Opacity:100);
        background-color: #f3f3f3;
        border-left: 1px solid #6cb6e1;
        cursor: pointer;
    }

    .__form .__apselectw .__apvaluew {
        overflow: hidden;
        position: relative;
        font-weight: bold;
        padding: 0;
        color: #888;
    }

    .__form .__apselectw .__apvalue {
        padding: 7px 10px;
        cursor: pointer;
    }

        .__form .__apselectw .__apvalue .__apst {
            font-weight: normal;
            font-style: italic;
        }

    .__form .__apselectw .__apvaluew:hover {
        color: #137ebc;
    }

.__form .row .__apchoicew {
    padding: 0;
    margin: 0;
    display: inline-block;
    border: none;
    background: transparent;
}

    .__form .row .__apchoicew:hover {
        border: none;
        background: transparent;
        -moz-box-shadow: 1px 1px 0px 0px transparent;
        -webkit-box-shadow: 1px 1px 0px 0px transparent;
        box-shadow: 1px 1px 0px 0px transparent;
    }

.__form .row .__apchoices {
    height: 30px;
    display: inline-block;
    padding-right: 1px;
}

    .__form .row .__apchoices .__apchoice {
        padding: 8px 15px;
        float: left;
        border: 1px solid #ddd;
        background-color: #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
        background: -moz-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff),color-stop(100%,#f6f6f6));
        background: -webkit-linear-gradient(top, color-stop(0%,#ffffff),color-stop(100%,#f6f6f6));
        background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
        background: linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    }

    .__form .row .__apchoices .__apchoice {
        border-right: 1px solid #fff;
        border-left: 1px solid #e8e8e8;
        cursor: pointer;
        font-family: Arial, san-serif;
        color: #666;
    }

        .__form .row .__apchoices .__apchoice.first {
            corner: 3px 0 0 3px;
            border-left: 1px solid #ddd;
        }

        .__form .row .__apchoices .__apchoice.last {
            corner: 0 3px 3px 0;
            border-right: 1px solid #ddd;
        }

        .__form .row .__apchoices .__apchoice.__apactive {
            background: rgba(36,148,213,#1987c7);
            color: #fff;
            border-right: 1px solid #1987c7;
            border: 1px solid #1987c7;
        }

.__form .row .__apradiow {
    padding: 0;
    border: none;
    background: transparent;
}

    .__form .row .__apradiow:hover {
        border: none;
        background: transparent;
        -moz-box-shadow: 1px 1px 0px 0px transparent;
        -webkit-box-shadow: 1px 1px 0px 0px transparent;
        box-shadow: 1px 1px 0px 0px transparent;
    }

.__form .row .__apradios {
    display: inline-block;
    padding-right: 1px;
}

    .__form .row .__apradios .__apradio {
        padding: 8px 0;
        padding-right: 20px;
        margin-right: 10px;
        margin-top: 4px;
        float: left;
        cursor: pointer;
    }

        .__form .row .__apradios .__apradio > .icon, .__form .row .__apradios .__apradio > .icona {
            margin-right: 5px;
            margin-top: -1px;
        }

        .__form .row .__apradios .__apradio > .icona {
            display: none;
        }

        .__form .row .__apradios .__apradio.__apactive {
            font-weight: bold;
            color: #333;
        }

            .__form .row .__apradios .__apradio.__apactive .icon {
                display: none;
            }

            .__form .row .__apradios .__apradio.__apactive .icona {
                display: inline-block;
            }

.__form .s1 {
    height: 20px;
}

.__form .s2 {
    height: 30px;
}

.__form .s3 {
    height: 50px;
}

.__form .s4 {
    height: 80px;
}

.__form .s5 {
    height: 130px;
}

.__form .s6 {
    height: 210px;
}

.__form .s7 {
    height: 340px;
}

.__form .s8 {
    height: 550px;
}

.__form .s9 {
    height: 890px;
}

.__form .ws1 {
    width: 10px;
}

.__form .ws2 {
    width: 15px;
}

.__form .ws3 {
    width: 25px;
}

.__form .ws4 {
    width: 40px;
}

.__form .ws5 {
    width: 65px;
}

.__form .ws6 {
    width: 105px;
}

.__form .ws7 {
    width: 170px;
}

.__form .ws8 {
    width: 275px;
}

.__form .ws9 {
    width: 445px;
}

.__form .ws10 {
    width: 720px;
}

.-editor-display {
    font-size: 14px;
}

    .-editor-display p {
        padding-bottom: 10px;
        line-height: 18px;
    }

    .-editor-display ul {
        margin-left: 20px;
        list-style-type: disc;
    }

    .-editor-display li {
        padding-bottom: 8px;
        font-size: 13px;
    }

    .-editor-display img {
        max-width: 100%;
    }

@font-face {
    font-family: 'FontAwesome';
    src: url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.eot?v=3.2.1');
    src: url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ficon-"], [class*=" ficon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-right: .3em;
}

    [class^="ficon-"]:before, [class*=" ficon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

.ficon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

a [class^="ficon-"], a [class*=" ficon-"] {
    display: inline;
}

[class^="ficon-"].ficon-fixed-width, [class*=" ficon-"].ficon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    [class^="ficon-"].ficon-fixed-width.ficon-large, [class*=" ficon-"].ficon-fixed-width.ficon-large {
        width: 1.4285714285714286em;
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .ficon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

[class^="ficon-"].hide, [class*=" ficon-"].hide {
    display: none;
}

.ficon-muted {
    color: #eeeeee;
}

.ficon-light {
    color: #ffffff;
}

.ficon-dark {
    color: #333333;
}

.ficon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ficon-2x {
    font-size: 2em;
}

    .ficon-2x.ficon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.ficon-3x {
    font-size: 3em;
}

    .ficon-3x.ficon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.ficon-4x {
    font-size: 4em;
}

    .ficon-4x.ficon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.ficon-5x {
    font-size: 5em;
}

    .ficon-5x.ficon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="ficon-"].pull-left, [class*=" ficon-"].pull-left {
    margin-right: .3em;
}

[class^="ficon-"].pull-right, [class*=" ficon-"].pull-right {
    margin-left: .3em;
}

[class^="ficon-"], [class*=" ficon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.ficon-white, .nav-pills > .active > a > [class^="ficon-"], .nav-pills > .active > a > [class*=" ficon-"], .nav-list > .active > a > [class^="ficon-"], .nav-list > .active > a > [class*=" ficon-"], .navbar-inverse .nav > .active > a > [class^="ficon-"], .navbar-inverse .nav > .active > a > [class*=" ficon-"], .dropdown-menu > li > a:hover > [class^="ficon-"], .dropdown-menu > li > a:hover > [class*=" ficon-"], .dropdown-menu > .active > a > [class^="ficon-"], .dropdown-menu > .active > a > [class*=" ficon-"], .dropdown-submenu:hover > a > [class^="ficon-"], .dropdown-submenu:hover > a > [class*=" ficon-"] {
    background-image: none;
}

.btn [class^="ficon-"].ficon-large, .nav [class^="ficon-"].ficon-large, .btn [class*=" ficon-"].ficon-large, .nav [class*=" ficon-"].ficon-large {
    line-height: .9em;
}

.btn [class^="ficon-"].ficon-spin, .nav [class^="ficon-"].ficon-spin, .btn [class*=" ficon-"].ficon-spin, .nav [class*=" ficon-"].ficon-spin {
    display: inline-block;
}

.nav-tabs [class^="ficon-"], .nav-pills [class^="ficon-"], .nav-tabs [class*=" ficon-"], .nav-pills [class*=" ficon-"], .nav-tabs [class^="ficon-"].ficon-large, .nav-pills [class^="ficon-"].ficon-large, .nav-tabs [class*=" ficon-"].ficon-large, .nav-pills [class*=" ficon-"].ficon-large {
    line-height: .9em;
}

.btn [class^="ficon-"].pull-left.ficon-2x, .btn [class*=" ficon-"].pull-left.ficon-2x, .btn [class^="ficon-"].pull-right.ficon-2x, .btn [class*=" ficon-"].pull-right.ficon-2x {
    margin-top: .18em;
}

.btn [class^="ficon-"].ficon-spin.ficon-large, .btn [class*=" ficon-"].ficon-spin.ficon-large {
    line-height: .8em;
}

.btn.btn-small [class^="ficon-"].pull-left.ficon-2x, .btn.btn-small [class*=" ficon-"].pull-left.ficon-2x, .btn.btn-small [class^="ficon-"].pull-right.ficon-2x, .btn.btn-small [class*=" ficon-"].pull-right.ficon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="ficon-"], .btn.btn-large [class*=" ficon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="ficon-"].pull-left.ficon-2x, .btn.btn-large [class*=" ficon-"].pull-left.ficon-2x, .btn.btn-large [class^="ficon-"].pull-right.ficon-2x, .btn.btn-large [class*=" ficon-"].pull-right.ficon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="ficon-"].pull-left.ficon-2x, .btn.btn-large [class*=" ficon-"].pull-left.ficon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="ficon-"].pull-right.ficon-2x, .btn.btn-large [class*=" ficon-"].pull-right.ficon-2x {
        margin-left: .2em;
    }

.nav-list [class^="ficon-"], .nav-list [class*=" ficon-"] {
    line-height: inherit;
}

.ficon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .ficon-stack [class^="ficon-"], .ficon-stack [class*=" ficon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        line-height: 2em;
    }

    .ficon-stack .ficon-stack-base {
        font-size: 2em;
        line-height: 1em;
    }

.ficon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .ficon-stack, a .ficon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.ficon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.ficon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.ficon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.ficon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.ficon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .ficon-rotate-90:before, a .ficon-rotate-180:before, a .ficon-rotate-270:before, a .ficon-flip-horizontal:before, a .ficon-flip-vertical:before {
    display: inline-block;
}

.ficon-glass:before {
    content: "\f000";
}

.ficon-music:before {
    content: "\f001";
}

.ficon-search:before {
    content: "\f002";
}

.ficon-envelope-alt:before {
    content: "\f003";
}

.ficon-heart:before {
    content: "\f004";
}

.ficon-star:before {
    content: "\f005";
}

.ficon-star-empty:before {
    content: "\f006";
}

.ficon-user:before {
    content: "\f007";
}

.ficon-film:before {
    content: "\f008";
}

.ficon-th-large:before {
    content: "\f009";
}

.ficon-th:before {
    content: "\f00a";
}

.ficon-th-list:before {
    content: "\f00b";
}

.ficon-ok:before {
    content: "\f00c";
}

.ficon-remove:before {
    content: "\f00d";
}

.ficon-zoom-in:before {
    content: "\f00e";
}

.ficon-zoom-out:before {
    content: "\f010";
}

.ficon-power-off:before, .ficon-off:before {
    content: "\f011";
}

.ficon-signal:before {
    content: "\f012";
}

.ficon-gear:before, .ficon-cog:before {
    content: "\f013";
}

.ficon-trash:before {
    content: "\f014";
}

.ficon-home:before {
    content: "\f015";
}

.ficon-file-alt:before {
    content: "\f016";
}

.ficon-time:before {
    content: "\f017";
}

.ficon-road:before {
    content: "\f018";
}

.ficon-download-alt:before {
    content: "\f019";
}

.ficon-download:before {
    content: "\f01a";
}

.ficon-upload:before {
    content: "\f01b";
}

.ficon-inbox:before {
    content: "\f01c";
}

.ficon-play-circle:before {
    content: "\f01d";
}

.ficon-rotate-right:before, .ficon-repeat:before {
    content: "\f01e";
}

.ficon-refresh:before {
    content: "\f021";
}

.ficon-list-alt:before {
    content: "\f022";
}

.ficon-lock:before {
    content: "\f023";
}

.ficon-flag:before {
    content: "\f024";
}

.ficon-headphones:before {
    content: "\f025";
}

.ficon-volume-off:before {
    content: "\f026";
}

.ficon-volume-down:before {
    content: "\f027";
}

.ficon-volume-up:before {
    content: "\f028";
}

.ficon-qrcode:before {
    content: "\f029";
}

.ficon-barcode:before {
    content: "\f02a";
}

.ficon-tag:before {
    content: "\f02b";
}

.ficon-tags:before {
    content: "\f02c";
}

.ficon-book:before {
    content: "\f02d";
}

.ficon-bookmark:before {
    content: "\f02e";
}

.ficon-print:before {
    content: "\f02f";
}

.ficon-camera:before {
    content: "\f030";
}

.ficon-font:before {
    content: "\f031";
}

.ficon-bold:before {
    content: "\f032";
}

.ficon-italic:before {
    content: "\f033";
}

.ficon-text-height:before {
    content: "\f034";
}

.ficon-text-width:before {
    content: "\f035";
}

.ficon-align-left:before {
    content: "\f036";
}

.ficon-align-center:before {
    content: "\f037";
}

.ficon-align-right:before {
    content: "\f038";
}

.ficon-align-justify:before {
    content: "\f039";
}

.ficon-list:before {
    content: "\f03a";
}

.ficon-indent-left:before {
    content: "\f03b";
}

.ficon-indent-right:before {
    content: "\f03c";
}

.ficon-facetime-video:before {
    content: "\f03d";
}

.ficon-picture:before {
    content: "\f03e";
}

.ficon-pencil:before {
    content: "\f040";
}

.ficon-map-marker:before {
    content: "\f041";
}

.ficon-adjust:before {
    content: "\f042";
}

.ficon-tint:before {
    content: "\f043";
}

.ficon-edit:before {
    content: "\f044";
}

.ficon-share:before {
    content: "\f045";
}

.ficon-check:before {
    content: "\f046";
}

.ficon-move:before {
    content: "\f047";
}

.ficon-step-backward:before {
    content: "\f048";
}

.ficon-fast-backward:before {
    content: "\f049";
}

.ficon-backward:before {
    content: "\f04a";
}

.ficon-play:before {
    content: "\f04b";
}

.ficon-pause:before {
    content: "\f04c";
}

.ficon-stop:before {
    content: "\f04d";
}

.ficon-forward:before {
    content: "\f04e";
}

.ficon-fast-forward:before {
    content: "\f050";
}

.ficon-step-forward:before {
    content: "\f051";
}

.ficon-eject:before {
    content: "\f052";
}

.ficon-chevron-left:before {
    content: "\f053";
}

.ficon-chevron-right:before {
    content: "\f054";
}

.ficon-plus-sign:before {
    content: "\f055";
}

.ficon-minus-sign:before {
    content: "\f056";
}

.ficon-remove-sign:before {
    content: "\f057";
}

.ficon-ok-sign:before {
    content: "\f058";
}

.ficon-question-sign:before {
    content: "\f059";
}

.ficon-info-sign:before {
    content: "\f05a";
}

.ficon-screenshot:before {
    content: "\f05b";
}

.ficon-remove-circle:before {
    content: "\f05c";
}

.ficon-ok-circle:before {
    content: "\f05d";
}

.ficon-ban-circle:before {
    content: "\f05e";
}

.ficon-arrow-left:before {
    content: "\f060";
}

.ficon-arrow-right:before {
    content: "\f061";
}

.ficon-arrow-up:before {
    content: "\f062";
}

.ficon-arrow-down:before {
    content: "\f063";
}

.ficon-mail-forward:before, .ficon-share-alt:before {
    content: "\f064";
}

.ficon-resize-full:before {
    content: "\f065";
}

.ficon-resize-small:before {
    content: "\f066";
}

.ficon-plus:before {
    content: "\f067";
}

.ficon-minus:before {
    content: "\f068";
}

.ficon-asterisk:before {
    content: "\f069";
}

.ficon-exclamation-sign:before {
    content: "\f06a";
}

.ficon-gift:before {
    content: "\f06b";
}

.ficon-leaf:before {
    content: "\f06c";
}

.ficon-fire:before {
    content: "\f06d";
}

.ficon-eye-open:before {
    content: "\f06e";
}

.ficon-eye-close:before {
    content: "\f070";
}

.ficon-warning-sign:before {
    content: "\f071";
}

.ficon-plane:before {
    content: "\f072";
}

.ficon-calendar:before {
    content: "\f073";
}

.ficon-random:before {
    content: "\f074";
}

.ficon-comment:before {
    content: "\f075";
}

.ficon-magnet:before {
    content: "\f076";
}

.ficon-chevron-up:before {
    content: "\f077";
}

.ficon-chevron-down:before {
    content: "\f078";
}

.ficon-retweet:before {
    content: "\f079";
}

.ficon-shopping-cart:before {
    content: "\f07a";
}

.ficon-folder-close:before {
    content: "\f07b";
}

.ficon-folder-open:before {
    content: "\f07c";
}

.ficon-resize-vertical:before {
    content: "\f07d";
}

.ficon-resize-horizontal:before {
    content: "\f07e";
}

.ficon-bar-chart:before {
    content: "\f080";
}

.ficon-twitter-sign:before {
    content: "\f081";
}

.ficon-facebook-sign:before {
    content: "\f082";
}

.ficon-camera-retro:before {
    content: "\f083";
}

.ficon-key:before {
    content: "\f084";
}

.ficon-gears:before, .ficon-cogs:before {
    content: "\f085";
}

.ficon-comments:before {
    content: "\f086";
}

.ficon-thumbs-up-alt:before {
    content: "\f087";
}

.ficon-thumbs-down-alt:before {
    content: "\f088";
}

.ficon-star-half:before {
    content: "\f089";
}

.ficon-heart-empty:before {
    content: "\f08a";
}

.ficon-signout:before {
    content: "\f08b";
}

.ficon-linkedin-sign:before {
    content: "\f08c";
}

.ficon-pushpin:before {
    content: "\f08d";
}

.ficon-external-link:before {
    content: "\f08e";
}

.ficon-signin:before {
    content: "\f090";
}

.ficon-trophy:before {
    content: "\f091";
}

.ficon-github-sign:before {
    content: "\f092";
}

.ficon-upload-alt:before {
    content: "\f093";
}

.ficon-lemon:before {
    content: "\f094";
}

.ficon-phone:before {
    content: "\f095";
}

.ficon-unchecked:before, .ficon-check-empty:before {
    content: "\f096";
}

.ficon-bookmark-empty:before {
    content: "\f097";
}

.ficon-phone-sign:before {
    content: "\f098";
}

.ficon-twitter:before {
    content: "\f099";
}

.ficon-facebook:before {
    content: "\f09a";
}

.ficon-github:before {
    content: "\f09b";
}

.ficon-unlock:before {
    content: "\f09c";
}

.ficon-credit-card:before {
    content: "\f09d";
}

.ficon-rss:before {
    content: "\f09e";
}

.ficon-hdd:before {
    content: "\f0a0";
}

.ficon-bullhorn:before {
    content: "\f0a1";
}

.ficon-bell:before {
    content: "\f0a2";
}

.ficon-certificate:before {
    content: "\f0a3";
}

.ficon-hand-right:before {
    content: "\f0a4";
}

.ficon-hand-left:before {
    content: "\f0a5";
}

.ficon-hand-up:before {
    content: "\f0a6";
}

.ficon-hand-down:before {
    content: "\f0a7";
}

.ficon-circle-arrow-left:before {
    content: "\f0a8";
}

.ficon-circle-arrow-right:before {
    content: "\f0a9";
}

.ficon-circle-arrow-up:before {
    content: "\f0aa";
}

.ficon-circle-arrow-down:before {
    content: "\f0ab";
}

.ficon-globe:before {
    content: "\f0ac";
}

.ficon-wrench:before {
    content: "\f0ad";
}

.ficon-tasks:before {
    content: "\f0ae";
}

.ficon-filter:before {
    content: "\f0b0";
}

.ficon-briefcase:before {
    content: "\f0b1";
}

.ficon-fullscreen:before {
    content: "\f0b2";
}

.ficon-group:before {
    content: "\f0c0";
}

.ficon-link:before {
    content: "\f0c1";
}

.ficon-cloud:before {
    content: "\f0c2";
}

.ficon-beaker:before {
    content: "\f0c3";
}

.ficon-cut:before {
    content: "\f0c4";
}

.ficon-copy:before {
    content: "\f0c5";
}

.ficon-paperclip:before, .ficon-paper-clip:before {
    content: "\f0c6";
}

.ficon-save:before {
    content: "\f0c7";
}

.ficon-sign-blank:before {
    content: "\f0c8";
}

.ficon-reorder:before {
    content: "\f0c9";
}

.ficon-list-ul:before {
    content: "\f0ca";
}

.ficon-list-ol:before {
    content: "\f0cb";
}

.ficon-strikethrough:before {
    content: "\f0cc";
}

.ficon-underline:before {
    content: "\f0cd";
}

.ficon-table:before {
    content: "\f0ce";
}

.ficon-magic:before {
    content: "\f0d0";
}

.ficon-truck:before {
    content: "\f0d1";
}

.ficon-pinterest:before {
    content: "\f0d2";
}

.ficon-pinterest-sign:before {
    content: "\f0d3";
}

.ficon-google-plus-sign:before {
    content: "\f0d4";
}

.ficon-google-plus:before {
    content: "\f0d5";
}

.ficon-money:before {
    content: "\f0d6";
}

.ficon-caret-down:before {
    content: "\f0d7";
}

.ficon-caret-up:before {
    content: "\f0d8";
}

.ficon-caret-left:before {
    content: "\f0d9";
}

.ficon-caret-right:before {
    content: "\f0da";
}

.ficon-columns:before {
    content: "\f0db";
}

.ficon-sort:before {
    content: "\f0dc";
}

.ficon-sort-down:before {
    content: "\f0dd";
}

.ficon-sort-up:before {
    content: "\f0de";
}

.ficon-envelope:before {
    content: "\f0e0";
}

.ficon-linkedin:before {
    content: "\f0e1";
}

.ficon-rotate-left:before, .ficon-undo:before {
    content: "\f0e2";
}

.ficon-legal:before {
    content: "\f0e3";
}

.ficon-dashboard:before {
    content: "\f0e4";
}

.ficon-comment-alt:before {
    content: "\f0e5";
}

.ficon-comments-alt:before {
    content: "\f0e6";
}

.ficon-bolt:before {
    content: "\f0e7";
}

.ficon-sitemap:before {
    content: "\f0e8";
}

.ficon-umbrella:before {
    content: "\f0e9";
}

.ficon-paste:before {
    content: "\f0ea";
}

.ficon-lightbulb:before {
    content: "\f0eb";
}

.ficon-exchange:before {
    content: "\f0ec";
}

.ficon-cloud-download:before {
    content: "\f0ed";
}

.ficon-cloud-upload:before {
    content: "\f0ee";
}

.ficon-user-md:before {
    content: "\f0f0";
}

.ficon-stethoscope:before {
    content: "\f0f1";
}

.ficon-suitcase:before {
    content: "\f0f2";
}

.ficon-bell-alt:before {
    content: "\f0f3";
}

.ficon-coffee:before {
    content: "\f0f4";
}

.ficon-food:before {
    content: "\f0f5";
}

.ficon-file-text-alt:before {
    content: "\f0f6";
}

.ficon-building:before {
    content: "\f0f7";
}

.ficon-hospital:before {
    content: "\f0f8";
}

.ficon-ambulance:before {
    content: "\f0f9";
}

.ficon-medkit:before {
    content: "\f0fa";
}

.ficon-fighter-jet:before {
    content: "\f0fb";
}

.ficon-beer:before {
    content: "\f0fc";
}

.ficon-h-sign:before {
    content: "\f0fd";
}

.ficon-plus-sign-alt:before {
    content: "\f0fe";
}

.ficon-double-angle-left:before {
    content: "\f100";
}

.ficon-double-angle-right:before {
    content: "\f101";
}

.ficon-double-angle-up:before {
    content: "\f102";
}

.ficon-double-angle-down:before {
    content: "\f103";
}

.ficon-angle-left:before {
    content: "\f104";
}

.ficon-angle-right:before {
    content: "\f105";
}

.ficon-angle-up:before {
    content: "\f106";
}

.ficon-angle-down:before {
    content: "\f107";
}

.ficon-desktop:before {
    content: "\f108";
}

.ficon-laptop:before {
    content: "\f109";
}

.ficon-tablet:before {
    content: "\f10a";
}

.ficon-mobile-phone:before {
    content: "\f10b";
}

.ficon-circle-blank:before {
    content: "\f10c";
}

.ficon-quote-left:before {
    content: "\f10d";
}

.ficon-quote-right:before {
    content: "\f10e";
}

.ficon-spinner:before {
    content: "\f110";
}

.ficon-circle:before {
    content: "\f111";
}

.ficon-mail-reply:before, .ficon-reply:before {
    content: "\f112";
}

.ficon-github-alt:before {
    content: "\f113";
}

.ficon-folder-close-alt:before {
    content: "\f114";
}

.ficon-folder-open-alt:before {
    content: "\f115";
}

.ficon-expand-alt:before {
    content: "\f116";
}

.ficon-collapse-alt:before {
    content: "\f117";
}

.ficon-smile:before {
    content: "\f118";
}

.ficon-frown:before {
    content: "\f119";
}

.ficon-meh:before {
    content: "\f11a";
}

.ficon-gamepad:before {
    content: "\f11b";
}

.ficon-keyboard:before {
    content: "\f11c";
}

.ficon-flag-alt:before {
    content: "\f11d";
}

.ficon-flag-checkered:before {
    content: "\f11e";
}

.ficon-terminal:before {
    content: "\f120";
}

.ficon-code:before {
    content: "\f121";
}

.ficon-reply-all:before {
    content: "\f122";
}

.ficon-mail-reply-all:before {
    content: "\f122";
}

.ficon-star-half-full:before, .ficon-star-half-empty:before {
    content: "\f123";
}

.ficon-location-arrow:before {
    content: "\f124";
}

.ficon-crop:before {
    content: "\f125";
}

.ficon-code-fork:before {
    content: "\f126";
}

.ficon-unlink:before {
    content: "\f127";
}

.ficon-question:before {
    content: "\f128";
}

.ficon-info:before {
    content: "\f129";
}

.ficon-exclamation:before {
    content: "\f12a";
}

.ficon-superscript:before {
    content: "\f12b";
}

.ficon-subscript:before {
    content: "\f12c";
}

.ficon-eraser:before {
    content: "\f12d";
}

.ficon-puzzle-piece:before {
    content: "\f12e";
}

.ficon-microphone:before {
    content: "\f130";
}

.ficon-microphone-off:before {
    content: "\f131";
}

.ficon-shield:before {
    content: "\f132";
}

.ficon-calendar-empty:before {
    content: "\f133";
}

.ficon-fire-extinguisher:before {
    content: "\f134";
}

.ficon-rocket:before {
    content: "\f135";
}

.ficon-maxcdn:before {
    content: "\f136";
}

.ficon-chevron-sign-left:before {
    content: "\f137";
}

.ficon-chevron-sign-right:before {
    content: "\f138";
}

.ficon-chevron-sign-up:before {
    content: "\f139";
}

.ficon-chevron-sign-down:before {
    content: "\f13a";
}

.ficon-html5:before {
    content: "\f13b";
}

.ficon-css3:before {
    content: "\f13c";
}

.ficon-anchor:before {
    content: "\f13d";
}

.ficon-unlock-alt:before {
    content: "\f13e";
}

.ficon-bullseye:before {
    content: "\f140";
}

.ficon-ellipsis-horizontal:before {
    content: "\f141";
}

.ficon-ellipsis-vertical:before {
    content: "\f142";
}

.ficon-rss-sign:before {
    content: "\f143";
}

.ficon-play-sign:before {
    content: "\f144";
}

.ficon-ticket:before {
    content: "\f145";
}

.ficon-minus-sign-alt:before {
    content: "\f146";
}

.ficon-check-minus:before {
    content: "\f147";
}

.ficon-level-up:before {
    content: "\f148";
}

.ficon-level-down:before {
    content: "\f149";
}

.ficon-check-sign:before {
    content: "\f14a";
}

.ficon-edit-sign:before {
    content: "\f14b";
}

.ficon-external-link-sign:before {
    content: "\f14c";
}

.ficon-share-sign:before {
    content: "\f14d";
}

.ficon-compass:before {
    content: "\f14e";
}

.ficon-collapse:before {
    content: "\f150";
}

.ficon-collapse-top:before {
    content: "\f151";
}

.ficon-expand:before {
    content: "\f152";
}

.ficon-euro:before, .ficon-eur:before {
    content: "\f153";
}

.ficon-gbp:before {
    content: "\f154";
}

.ficon-dollar:before, .ficon-usd:before {
    content: "\f155";
}

.ficon-rupee:before, .ficon-inr:before {
    content: "\f156";
}

.ficon-yen:before, .ficon-jpy:before {
    content: "\f157";
}

.ficon-renminbi:before, .ficon-cny:before {
    content: "\f158";
}

.ficon-won:before, .ficon-krw:before {
    content: "\f159";
}

.ficon-bitcoin:before, .ficon-btc:before {
    content: "\f15a";
}

.ficon-file:before {
    content: "\f15b";
}

.ficon-file-text:before {
    content: "\f15c";
}

.ficon-sort-by-alphabet:before {
    content: "\f15d";
}

.ficon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.ficon-sort-by-attributes:before {
    content: "\f160";
}

.ficon-sort-by-attributes-alt:before {
    content: "\f161";
}

.ficon-sort-by-order:before {
    content: "\f162";
}

.ficon-sort-by-order-alt:before {
    content: "\f163";
}

.ficon-thumbs-up:before {
    content: "\f164";
}

.ficon-thumbs-down:before {
    content: "\f165";
}

.ficon-youtube-sign:before {
    content: "\f166";
}

.ficon-youtube:before {
    content: "\f167";
}

.ficon-xing:before {
    content: "\f168";
}

.ficon-xing-sign:before {
    content: "\f169";
}

.ficon-youtube-play:before {
    content: "\f16a";
}

.ficon-dropbox:before {
    content: "\f16b";
}

.ficon-stackexchange:before {
    content: "\f16c";
}

.ficon-instagram:before {
    content: "\f16d";
}

.ficon-flickr:before {
    content: "\f16e";
}

.ficon-adn:before {
    content: "\f170";
}

.ficon-bitbucket:before {
    content: "\f171";
}

.ficon-bitbucket-sign:before {
    content: "\f172";
}

.ficon-tumblr:before {
    content: "\f173";
}

.ficon-tumblr-sign:before {
    content: "\f174";
}

.ficon-long-arrow-down:before {
    content: "\f175";
}

.ficon-long-arrow-up:before {
    content: "\f176";
}

.ficon-long-arrow-left:before {
    content: "\f177";
}

.ficon-long-arrow-right:before {
    content: "\f178";
}

.ficon-apple:before {
    content: "\f179";
}

.ficon-windows:before {
    content: "\f17a";
}

.ficon-android:before {
    content: "\f17b";
}

.ficon-linux:before {
    content: "\f17c";
}

.ficon-dribbble:before {
    content: "\f17d";
}

.ficon-skype:before {
    content: "\f17e";
}

.ficon-foursquare:before {
    content: "\f180";
}

.ficon-trello:before {
    content: "\f181";
}

.ficon-female:before {
    content: "\f182";
}

.ficon-male:before {
    content: "\f183";
}

.ficon-gittip:before {
    content: "\f184";
}

.ficon-sun:before {
    content: "\f185";
}

.ficon-moon:before {
    content: "\f186";
}

.ficon-archive:before {
    content: "\f187";
}

.ficon-bug:before {
    content: "\f188";
}

.ficon-vk:before {
    content: "\f189";
}

.ficon-weibo:before {
    content: "\f18a";
}

.ficon-renren:before {
    content: "\f18b";
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.eot?v=3.2.1');
    src: url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('/appimg/apfont/font.awesome.3.2.1/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ficon-"], [class*=" ficon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-right: .3em;
}

    [class^="ficon-"]:before, [class*=" ficon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

.ficon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

a [class^="ficon-"], a [class*=" ficon-"] {
    display: inline;
}

[class^="ficon-"].ficon-fixed-width, [class*=" ficon-"].ficon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    [class^="ficon-"].ficon-fixed-width.ficon-large, [class*=" ficon-"].ficon-fixed-width.ficon-large {
        width: 1.4285714285714286em;
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .ficon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

[class^="ficon-"].hide, [class*=" ficon-"].hide {
    display: none;
}

.ficon-muted {
    color: #eeeeee;
}

.ficon-light {
    color: #ffffff;
}

.ficon-dark {
    color: #333333;
}

.ficon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ficon-2x {
    font-size: 2em;
}

    .ficon-2x.ficon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.ficon-3x {
    font-size: 3em;
}

    .ficon-3x.ficon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.ficon-4x {
    font-size: 4em;
}

    .ficon-4x.ficon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.ficon-5x {
    font-size: 5em;
}

    .ficon-5x.ficon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="ficon-"].pull-left, [class*=" ficon-"].pull-left {
    margin-right: .3em;
}

[class^="ficon-"].pull-right, [class*=" ficon-"].pull-right {
    margin-left: .3em;
}

[class^="ficon-"], [class*=" ficon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.ficon-white, .nav-pills > .active > a > [class^="ficon-"], .nav-pills > .active > a > [class*=" ficon-"], .nav-list > .active > a > [class^="ficon-"], .nav-list > .active > a > [class*=" ficon-"], .navbar-inverse .nav > .active > a > [class^="ficon-"], .navbar-inverse .nav > .active > a > [class*=" ficon-"], .dropdown-menu > li > a:hover > [class^="ficon-"], .dropdown-menu > li > a:hover > [class*=" ficon-"], .dropdown-menu > .active > a > [class^="ficon-"], .dropdown-menu > .active > a > [class*=" ficon-"], .dropdown-submenu:hover > a > [class^="ficon-"], .dropdown-submenu:hover > a > [class*=" ficon-"] {
    background-image: none;
}

.btn [class^="ficon-"].ficon-large, .nav [class^="ficon-"].ficon-large, .btn [class*=" ficon-"].ficon-large, .nav [class*=" ficon-"].ficon-large {
    line-height: .9em;
}

.btn [class^="ficon-"].ficon-spin, .nav [class^="ficon-"].ficon-spin, .btn [class*=" ficon-"].ficon-spin, .nav [class*=" ficon-"].ficon-spin {
    display: inline-block;
}

.nav-tabs [class^="ficon-"], .nav-pills [class^="ficon-"], .nav-tabs [class*=" ficon-"], .nav-pills [class*=" ficon-"], .nav-tabs [class^="ficon-"].ficon-large, .nav-pills [class^="ficon-"].ficon-large, .nav-tabs [class*=" ficon-"].ficon-large, .nav-pills [class*=" ficon-"].ficon-large {
    line-height: .9em;
}

.btn [class^="ficon-"].pull-left.ficon-2x, .btn [class*=" ficon-"].pull-left.ficon-2x, .btn [class^="ficon-"].pull-right.ficon-2x, .btn [class*=" ficon-"].pull-right.ficon-2x {
    margin-top: .18em;
}

.btn [class^="ficon-"].ficon-spin.ficon-large, .btn [class*=" ficon-"].ficon-spin.ficon-large {
    line-height: .8em;
}

.btn.btn-small [class^="ficon-"].pull-left.ficon-2x, .btn.btn-small [class*=" ficon-"].pull-left.ficon-2x, .btn.btn-small [class^="ficon-"].pull-right.ficon-2x, .btn.btn-small [class*=" ficon-"].pull-right.ficon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="ficon-"], .btn.btn-large [class*=" ficon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="ficon-"].pull-left.ficon-2x, .btn.btn-large [class*=" ficon-"].pull-left.ficon-2x, .btn.btn-large [class^="ficon-"].pull-right.ficon-2x, .btn.btn-large [class*=" ficon-"].pull-right.ficon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="ficon-"].pull-left.ficon-2x, .btn.btn-large [class*=" ficon-"].pull-left.ficon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="ficon-"].pull-right.ficon-2x, .btn.btn-large [class*=" ficon-"].pull-right.ficon-2x {
        margin-left: .2em;
    }

.nav-list [class^="ficon-"], .nav-list [class*=" ficon-"] {
    line-height: inherit;
}

.ficon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .ficon-stack [class^="ficon-"], .ficon-stack [class*=" ficon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        line-height: 2em;
    }

    .ficon-stack .ficon-stack-base {
        font-size: 2em;
        line-height: 1em;
    }

.ficon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .ficon-stack, a .ficon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.ficon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.ficon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.ficon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.ficon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.ficon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .ficon-rotate-90:before, a .ficon-rotate-180:before, a .ficon-rotate-270:before, a .ficon-flip-horizontal:before, a .ficon-flip-vertical:before {
    display: inline-block;
}

.ficon-glass:before {
    content: "\f000";
}

.ficon-music:before {
    content: "\f001";
}

.ficon-search:before {
    content: "\f002";
}

.ficon-envelope-alt:before {
    content: "\f003";
}

.ficon-heart:before {
    content: "\f004";
}

.ficon-star:before {
    content: "\f005";
}

.ficon-star-empty:before {
    content: "\f006";
}

.ficon-user:before {
    content: "\f007";
}

.ficon-film:before {
    content: "\f008";
}

.ficon-th-large:before {
    content: "\f009";
}

.ficon-th:before {
    content: "\f00a";
}

.ficon-th-list:before {
    content: "\f00b";
}

.ficon-ok:before {
    content: "\f00c";
}

.ficon-remove:before {
    content: "\f00d";
}

.ficon-zoom-in:before {
    content: "\f00e";
}

.ficon-zoom-out:before {
    content: "\f010";
}

.ficon-power-off:before, .ficon-off:before {
    content: "\f011";
}

.ficon-signal:before {
    content: "\f012";
}

.ficon-gear:before, .ficon-cog:before {
    content: "\f013";
}

.ficon-trash:before {
    content: "\f014";
}

.ficon-home:before {
    content: "\f015";
}

.ficon-file-alt:before {
    content: "\f016";
}

.ficon-time:before {
    content: "\f017";
}

.ficon-road:before {
    content: "\f018";
}

.ficon-download-alt:before {
    content: "\f019";
}

.ficon-download:before {
    content: "\f01a";
}

.ficon-upload:before {
    content: "\f01b";
}

.ficon-inbox:before {
    content: "\f01c";
}

.ficon-play-circle:before {
    content: "\f01d";
}

.ficon-rotate-right:before, .ficon-repeat:before {
    content: "\f01e";
}

.ficon-refresh:before {
    content: "\f021";
}

.ficon-list-alt:before {
    content: "\f022";
}

.ficon-lock:before {
    content: "\f023";
}

.ficon-flag:before {
    content: "\f024";
}

.ficon-headphones:before {
    content: "\f025";
}

.ficon-volume-off:before {
    content: "\f026";
}

.ficon-volume-down:before {
    content: "\f027";
}

.ficon-volume-up:before {
    content: "\f028";
}

.ficon-qrcode:before {
    content: "\f029";
}

.ficon-barcode:before {
    content: "\f02a";
}

.ficon-tag:before {
    content: "\f02b";
}

.ficon-tags:before {
    content: "\f02c";
}

.ficon-book:before {
    content: "\f02d";
}

.ficon-bookmark:before {
    content: "\f02e";
}

.ficon-print:before {
    content: "\f02f";
}

.ficon-camera:before {
    content: "\f030";
}

.ficon-font:before {
    content: "\f031";
}

.ficon-bold:before {
    content: "\f032";
}

.ficon-italic:before {
    content: "\f033";
}

.ficon-text-height:before {
    content: "\f034";
}

.ficon-text-width:before {
    content: "\f035";
}

.ficon-align-left:before {
    content: "\f036";
}

.ficon-align-center:before {
    content: "\f037";
}

.ficon-align-right:before {
    content: "\f038";
}

.ficon-align-justify:before {
    content: "\f039";
}

.ficon-list:before {
    content: "\f03a";
}

.ficon-indent-left:before {
    content: "\f03b";
}

.ficon-indent-right:before {
    content: "\f03c";
}

.ficon-facetime-video:before {
    content: "\f03d";
}

.ficon-picture:before {
    content: "\f03e";
}

.ficon-pencil:before {
    content: "\f040";
}

.ficon-map-marker:before {
    content: "\f041";
}

.ficon-adjust:before {
    content: "\f042";
}

.ficon-tint:before {
    content: "\f043";
}

.ficon-edit:before {
    content: "\f044";
}

.ficon-share:before {
    content: "\f045";
}

.ficon-check:before {
    content: "\f046";
}

.ficon-move:before {
    content: "\f047";
}

.ficon-step-backward:before {
    content: "\f048";
}

.ficon-fast-backward:before {
    content: "\f049";
}

.ficon-backward:before {
    content: "\f04a";
}

.ficon-play:before {
    content: "\f04b";
}

.ficon-pause:before {
    content: "\f04c";
}

.ficon-stop:before {
    content: "\f04d";
}

.ficon-forward:before {
    content: "\f04e";
}

.ficon-fast-forward:before {
    content: "\f050";
}

.ficon-step-forward:before {
    content: "\f051";
}

.ficon-eject:before {
    content: "\f052";
}

.ficon-chevron-left:before {
    content: "\f053";
}

.ficon-chevron-right:before {
    content: "\f054";
}

.ficon-plus-sign:before {
    content: "\f055";
}

.ficon-minus-sign:before {
    content: "\f056";
}

.ficon-remove-sign:before {
    content: "\f057";
}

.ficon-ok-sign:before {
    content: "\f058";
}

.ficon-question-sign:before {
    content: "\f059";
}

.ficon-info-sign:before {
    content: "\f05a";
}

.ficon-screenshot:before {
    content: "\f05b";
}

.ficon-remove-circle:before {
    content: "\f05c";
}

.ficon-ok-circle:before {
    content: "\f05d";
}

.ficon-ban-circle:before {
    content: "\f05e";
}

.ficon-arrow-left:before {
    content: "\f060";
}

.ficon-arrow-right:before {
    content: "\f061";
}

.ficon-arrow-up:before {
    content: "\f062";
}

.ficon-arrow-down:before {
    content: "\f063";
}

.ficon-mail-forward:before, .ficon-share-alt:before {
    content: "\f064";
}

.ficon-resize-full:before {
    content: "\f065";
}

.ficon-resize-small:before {
    content: "\f066";
}

.ficon-plus:before {
    content: "\f067";
}

.ficon-minus:before {
    content: "\f068";
}

.ficon-asterisk:before {
    content: "\f069";
}

.ficon-exclamation-sign:before {
    content: "\f06a";
}

.ficon-gift:before {
    content: "\f06b";
}

.ficon-leaf:before {
    content: "\f06c";
}

.ficon-fire:before {
    content: "\f06d";
}

.ficon-eye-open:before {
    content: "\f06e";
}

.ficon-eye-close:before {
    content: "\f070";
}

.ficon-warning-sign:before {
    content: "\f071";
}

.ficon-plane:before {
    content: "\f072";
}

.ficon-calendar:before {
    content: "\f073";
}

.ficon-random:before {
    content: "\f074";
}

.ficon-comment:before {
    content: "\f075";
}

.ficon-magnet:before {
    content: "\f076";
}

.ficon-chevron-up:before {
    content: "\f077";
}

.ficon-chevron-down:before {
    content: "\f078";
}

.ficon-retweet:before {
    content: "\f079";
}

.ficon-shopping-cart:before {
    content: "\f07a";
}

.ficon-folder-close:before {
    content: "\f07b";
}

.ficon-folder-open:before {
    content: "\f07c";
}

.ficon-resize-vertical:before {
    content: "\f07d";
}

.ficon-resize-horizontal:before {
    content: "\f07e";
}

.ficon-bar-chart:before {
    content: "\f080";
}

.ficon-twitter-sign:before {
    content: "\f081";
}

.ficon-facebook-sign:before {
    content: "\f082";
}

.ficon-camera-retro:before {
    content: "\f083";
}

.ficon-key:before {
    content: "\f084";
}

.ficon-gears:before, .ficon-cogs:before {
    content: "\f085";
}

.ficon-comments:before {
    content: "\f086";
}

.ficon-thumbs-up-alt:before {
    content: "\f087";
}

.ficon-thumbs-down-alt:before {
    content: "\f088";
}

.ficon-star-half:before {
    content: "\f089";
}

.ficon-heart-empty:before {
    content: "\f08a";
}

.ficon-signout:before {
    content: "\f08b";
}

.ficon-linkedin-sign:before {
    content: "\f08c";
}

.ficon-pushpin:before {
    content: "\f08d";
}

.ficon-external-link:before {
    content: "\f08e";
}

.ficon-signin:before {
    content: "\f090";
}

.ficon-trophy:before {
    content: "\f091";
}

.ficon-github-sign:before {
    content: "\f092";
}

.ficon-upload-alt:before {
    content: "\f093";
}

.ficon-lemon:before {
    content: "\f094";
}

.ficon-phone:before {
    content: "\f095";
}

.ficon-unchecked:before, .ficon-check-empty:before {
    content: "\f096";
}

.ficon-bookmark-empty:before {
    content: "\f097";
}

.ficon-phone-sign:before {
    content: "\f098";
}

.ficon-twitter:before {
    content: "\f099";
}

.ficon-facebook:before {
    content: "\f09a";
}

.ficon-github:before {
    content: "\f09b";
}

.ficon-unlock:before {
    content: "\f09c";
}

.ficon-credit-card:before {
    content: "\f09d";
}

.ficon-rss:before {
    content: "\f09e";
}

.ficon-hdd:before {
    content: "\f0a0";
}

.ficon-bullhorn:before {
    content: "\f0a1";
}

.ficon-bell:before {
    content: "\f0a2";
}

.ficon-certificate:before {
    content: "\f0a3";
}

.ficon-hand-right:before {
    content: "\f0a4";
}

.ficon-hand-left:before {
    content: "\f0a5";
}

.ficon-hand-up:before {
    content: "\f0a6";
}

.ficon-hand-down:before {
    content: "\f0a7";
}

.ficon-circle-arrow-left:before {
    content: "\f0a8";
}

.ficon-circle-arrow-right:before {
    content: "\f0a9";
}

.ficon-circle-arrow-up:before {
    content: "\f0aa";
}

.ficon-circle-arrow-down:before {
    content: "\f0ab";
}

.ficon-globe:before {
    content: "\f0ac";
}

.ficon-wrench:before {
    content: "\f0ad";
}

.ficon-tasks:before {
    content: "\f0ae";
}

.ficon-filter:before {
    content: "\f0b0";
}

.ficon-briefcase:before {
    content: "\f0b1";
}

.ficon-fullscreen:before {
    content: "\f0b2";
}

.ficon-group:before {
    content: "\f0c0";
}

.ficon-link:before {
    content: "\f0c1";
}

.ficon-cloud:before {
    content: "\f0c2";
}

.ficon-beaker:before {
    content: "\f0c3";
}

.ficon-cut:before {
    content: "\f0c4";
}

.ficon-copy:before {
    content: "\f0c5";
}

.ficon-paperclip:before, .ficon-paper-clip:before {
    content: "\f0c6";
}

.ficon-save:before {
    content: "\f0c7";
}

.ficon-sign-blank:before {
    content: "\f0c8";
}

.ficon-reorder:before {
    content: "\f0c9";
}

.ficon-list-ul:before {
    content: "\f0ca";
}

.ficon-list-ol:before {
    content: "\f0cb";
}

.ficon-strikethrough:before {
    content: "\f0cc";
}

.ficon-underline:before {
    content: "\f0cd";
}

.ficon-table:before {
    content: "\f0ce";
}

.ficon-magic:before {
    content: "\f0d0";
}

.ficon-truck:before {
    content: "\f0d1";
}

.ficon-pinterest:before {
    content: "\f0d2";
}

.ficon-pinterest-sign:before {
    content: "\f0d3";
}

.ficon-google-plus-sign:before {
    content: "\f0d4";
}

.ficon-google-plus:before {
    content: "\f0d5";
}

.ficon-money:before {
    content: "\f0d6";
}

.ficon-caret-down:before {
    content: "\f0d7";
}

.ficon-caret-up:before {
    content: "\f0d8";
}

.ficon-caret-left:before {
    content: "\f0d9";
}

.ficon-caret-right:before {
    content: "\f0da";
}

.ficon-columns:before {
    content: "\f0db";
}

.ficon-sort:before {
    content: "\f0dc";
}

.ficon-sort-down:before {
    content: "\f0dd";
}

.ficon-sort-up:before {
    content: "\f0de";
}

.ficon-envelope:before {
    content: "\f0e0";
}

.ficon-linkedin:before {
    content: "\f0e1";
}

.ficon-rotate-left:before, .ficon-undo:before {
    content: "\f0e2";
}

.ficon-legal:before {
    content: "\f0e3";
}

.ficon-dashboard:before {
    content: "\f0e4";
}

.ficon-comment-alt:before {
    content: "\f0e5";
}

.ficon-comments-alt:before {
    content: "\f0e6";
}

.ficon-bolt:before {
    content: "\f0e7";
}

.ficon-sitemap:before {
    content: "\f0e8";
}

.ficon-umbrella:before {
    content: "\f0e9";
}

.ficon-paste:before {
    content: "\f0ea";
}

.ficon-lightbulb:before {
    content: "\f0eb";
}

.ficon-exchange:before {
    content: "\f0ec";
}

.ficon-cloud-download:before {
    content: "\f0ed";
}

.ficon-cloud-upload:before {
    content: "\f0ee";
}

.ficon-user-md:before {
    content: "\f0f0";
}

.ficon-stethoscope:before {
    content: "\f0f1";
}

.ficon-suitcase:before {
    content: "\f0f2";
}

.ficon-bell-alt:before {
    content: "\f0f3";
}

.ficon-coffee:before {
    content: "\f0f4";
}

.ficon-food:before {
    content: "\f0f5";
}

.ficon-file-text-alt:before {
    content: "\f0f6";
}

.ficon-building:before {
    content: "\f0f7";
}

.ficon-hospital:before {
    content: "\f0f8";
}

.ficon-ambulance:before {
    content: "\f0f9";
}

.ficon-medkit:before {
    content: "\f0fa";
}

.ficon-fighter-jet:before {
    content: "\f0fb";
}

.ficon-beer:before {
    content: "\f0fc";
}

.ficon-h-sign:before {
    content: "\f0fd";
}

.ficon-plus-sign-alt:before {
    content: "\f0fe";
}

.ficon-double-angle-left:before {
    content: "\f100";
}

.ficon-double-angle-right:before {
    content: "\f101";
}

.ficon-double-angle-up:before {
    content: "\f102";
}

.ficon-double-angle-down:before {
    content: "\f103";
}

.ficon-angle-left:before {
    content: "\f104";
}

.ficon-angle-right:before {
    content: "\f105";
}

.ficon-angle-up:before {
    content: "\f106";
}

.ficon-angle-down:before {
    content: "\f107";
}

.ficon-desktop:before {
    content: "\f108";
}

.ficon-laptop:before {
    content: "\f109";
}

.ficon-tablet:before {
    content: "\f10a";
}

.ficon-mobile-phone:before {
    content: "\f10b";
}

.ficon-circle-blank:before {
    content: "\f10c";
}

.ficon-quote-left:before {
    content: "\f10d";
}

.ficon-quote-right:before {
    content: "\f10e";
}

.ficon-spinner:before {
    content: "\f110";
}

.ficon-circle:before {
    content: "\f111";
}

.ficon-mail-reply:before, .ficon-reply:before {
    content: "\f112";
}

.ficon-github-alt:before {
    content: "\f113";
}

.ficon-folder-close-alt:before {
    content: "\f114";
}

.ficon-folder-open-alt:before {
    content: "\f115";
}

.ficon-expand-alt:before {
    content: "\f116";
}

.ficon-collapse-alt:before {
    content: "\f117";
}

.ficon-smile:before {
    content: "\f118";
}

.ficon-frown:before {
    content: "\f119";
}

.ficon-meh:before {
    content: "\f11a";
}

.ficon-gamepad:before {
    content: "\f11b";
}

.ficon-keyboard:before {
    content: "\f11c";
}

.ficon-flag-alt:before {
    content: "\f11d";
}

.ficon-flag-checkered:before {
    content: "\f11e";
}

.ficon-terminal:before {
    content: "\f120";
}

.ficon-code:before {
    content: "\f121";
}

.ficon-reply-all:before {
    content: "\f122";
}

.ficon-mail-reply-all:before {
    content: "\f122";
}

.ficon-star-half-full:before, .ficon-star-half-empty:before {
    content: "\f123";
}

.ficon-location-arrow:before {
    content: "\f124";
}

.ficon-crop:before {
    content: "\f125";
}

.ficon-code-fork:before {
    content: "\f126";
}

.ficon-unlink:before {
    content: "\f127";
}

.ficon-question:before {
    content: "\f128";
}

.ficon-info:before {
    content: "\f129";
}

.ficon-exclamation:before {
    content: "\f12a";
}

.ficon-superscript:before {
    content: "\f12b";
}

.ficon-subscript:before {
    content: "\f12c";
}

.ficon-eraser:before {
    content: "\f12d";
}

.ficon-puzzle-piece:before {
    content: "\f12e";
}

.ficon-microphone:before {
    content: "\f130";
}

.ficon-microphone-off:before {
    content: "\f131";
}

.ficon-shield:before {
    content: "\f132";
}

.ficon-calendar-empty:before {
    content: "\f133";
}

.ficon-fire-extinguisher:before {
    content: "\f134";
}

.ficon-rocket:before {
    content: "\f135";
}

.ficon-maxcdn:before {
    content: "\f136";
}

.ficon-chevron-sign-left:before {
    content: "\f137";
}

.ficon-chevron-sign-right:before {
    content: "\f138";
}

.ficon-chevron-sign-up:before {
    content: "\f139";
}

.ficon-chevron-sign-down:before {
    content: "\f13a";
}

.ficon-html5:before {
    content: "\f13b";
}

.ficon-css3:before {
    content: "\f13c";
}

.ficon-anchor:before {
    content: "\f13d";
}

.ficon-unlock-alt:before {
    content: "\f13e";
}

.ficon-bullseye:before {
    content: "\f140";
}

.ficon-ellipsis-horizontal:before {
    content: "\f141";
}

.ficon-ellipsis-vertical:before {
    content: "\f142";
}

.ficon-rss-sign:before {
    content: "\f143";
}

.ficon-play-sign:before {
    content: "\f144";
}

.ficon-ticket:before {
    content: "\f145";
}

.ficon-minus-sign-alt:before {
    content: "\f146";
}

.ficon-check-minus:before {
    content: "\f147";
}

.ficon-level-up:before {
    content: "\f148";
}

.ficon-level-down:before {
    content: "\f149";
}

.ficon-check-sign:before {
    content: "\f14a";
}

.ficon-edit-sign:before {
    content: "\f14b";
}

.ficon-external-link-sign:before {
    content: "\f14c";
}

.ficon-share-sign:before {
    content: "\f14d";
}

.ficon-compass:before {
    content: "\f14e";
}

.ficon-collapse:before {
    content: "\f150";
}

.ficon-collapse-top:before {
    content: "\f151";
}

.ficon-expand:before {
    content: "\f152";
}

.ficon-euro:before, .ficon-eur:before {
    content: "\f153";
}

.ficon-gbp:before {
    content: "\f154";
}

.ficon-dollar:before, .ficon-usd:before {
    content: "\f155";
}

.ficon-rupee:before, .ficon-inr:before {
    content: "\f156";
}

.ficon-yen:before, .ficon-jpy:before {
    content: "\f157";
}

.ficon-renminbi:before, .ficon-cny:before {
    content: "\f158";
}

.ficon-won:before, .ficon-krw:before {
    content: "\f159";
}

.ficon-bitcoin:before, .ficon-btc:before {
    content: "\f15a";
}

.ficon-file:before {
    content: "\f15b";
}

.ficon-file-text:before {
    content: "\f15c";
}

.ficon-sort-by-alphabet:before {
    content: "\f15d";
}

.ficon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.ficon-sort-by-attributes:before {
    content: "\f160";
}

.ficon-sort-by-attributes-alt:before {
    content: "\f161";
}

.ficon-sort-by-order:before {
    content: "\f162";
}

.ficon-sort-by-order-alt:before {
    content: "\f163";
}

.ficon-thumbs-up:before {
    content: "\f164";
}

.ficon-thumbs-down:before {
    content: "\f165";
}

.ficon-youtube-sign:before {
    content: "\f166";
}

.ficon-youtube:before {
    content: "\f167";
}

.ficon-xing:before {
    content: "\f168";
}

.ficon-xing-sign:before {
    content: "\f169";
}

.ficon-youtube-play:before {
    content: "\f16a";
}

.ficon-dropbox:before {
    content: "\f16b";
}

.ficon-stackexchange:before {
    content: "\f16c";
}

.ficon-instagram:before {
    content: "\f16d";
}

.ficon-flickr:before {
    content: "\f16e";
}

.ficon-adn:before {
    content: "\f170";
}

.ficon-bitbucket:before {
    content: "\f171";
}

.ficon-bitbucket-sign:before {
    content: "\f172";
}

.ficon-tumblr:before {
    content: "\f173";
}

.ficon-tumblr-sign:before {
    content: "\f174";
}

.ficon-long-arrow-down:before {
    content: "\f175";
}

.ficon-long-arrow-up:before {
    content: "\f176";
}

.ficon-long-arrow-left:before {
    content: "\f177";
}

.ficon-long-arrow-right:before {
    content: "\f178";
}

.ficon-apple:before {
    content: "\f179";
}

.ficon-windows:before {
    content: "\f17a";
}

.ficon-android:before {
    content: "\f17b";
}

.ficon-linux:before {
    content: "\f17c";
}

.ficon-dribbble:before {
    content: "\f17d";
}

.ficon-skype:before {
    content: "\f17e";
}

.ficon-foursquare:before {
    content: "\f180";
}

.ficon-trello:before {
    content: "\f181";
}

.ficon-female:before {
    content: "\f182";
}

.ficon-male:before {
    content: "\f183";
}

.ficon-gittip:before {
    content: "\f184";
}

.ficon-sun:before {
    content: "\f185";
}

.ficon-moon:before {
    content: "\f186";
}

.ficon-archive:before {
    content: "\f187";
}

.ficon-bug:before {
    content: "\f188";
}

.ficon-vk:before {
    content: "\f189";
}

.ficon-weibo:before {
    content: "\f18a";
}

.ficon-renren:before {
    content: "\f18b";
}

@font-face {
    font-family: 'ap';
    src: url('/appimg/apfont/ap/ap.eot?pmlk9e');
    src: url('/appimg/apfont/ap/ap.eot?#iefixpmlk9e') format('embedded-opentype'), url('/appimg/apfont/ap/ap.ttf?pmlk9e') format('truetype'), url('/appimg/apfont/ap/ap.woff?pmlk9e') format('woff'), url('/appimg/apfont/ap/ap.svg?pmlk9e#ap') format('svg');
    font-weight: normal;
    font-style: normal;
}

.-ap, .ap {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ap' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-uniF1D8:before {
    content: "\f1d8";
}

.icon-uniF1D0:before {
    content: "\f1d0";
}

.icon-uniF1D7:before {
    content: "\f1d7";
}

.icon-uniF1DE:before {
    content: "\f1de";
}

.icon-uniF183:before {
    content: "\f183";
}

.icon-uniF114:before {
    content: "\f114";
}

.icon-uniF156:before {
    content: "\f156";
}

.icon-uniF12C:before {
    content: "\f12c";
}

.icon-uniF11A:before {
    content: "\f11a";
}

.icon-uniF1AB:before {
    content: "\f1ab";
}

.icon-uniF10D:before {
    content: "\f10d";
}

.icon-uniF10F:before {
    content: "\f10f";
}

.icon-uniF101:before {
    content: "\f101";
}

.icon-uniF162:before {
    content: "\f162";
}

.icon-uniF15F:before {
    content: "\f15f";
}

.icon-uniF152:before {
    content: "\f152";
}

.icon-uniF149:before {
    content: "\f149";
}

.icon-uniF1AA:before {
    content: "\f1aa";
}

.icon-uniF111:before {
    content: "\f111";
}

.icon-uniF104:before {
    content: "\f104";
}

.icon-uniF193:before {
    content: "\f193";
}

.icon-uniF195:before {
    content: "\f195";
}

.icon-uniF196:before {
    content: "\f196";
}

.icon-uniF197:before {
    content: "\f197";
}

.icon-uniF198:before {
    content: "\f198";
}

.icon-uniF107:before {
    content: "\f107";
}

.icon-uniF13E:before {
    content: "\f13e";
}

.icon-uniF150:before {
    content: "\f150";
}

.icon-uniF148:before {
    content: "\f148";
}

.icon-uniF172:before {
    content: "\f172";
}

.icon-uniF14D:before {
    content: "\f14d";
}

.icon-uniF186:before {
    content: "\f186";
}

.icon-uniF127:before {
    content: "\f127";
}

.icon-uniF14B:before {
    content: "\f14b";
}

.icon-uniF1272:before {
    content: "\f128";
}

.icon-uniF12F:before {
    content: "\f12f";
}

.icon-uniF100:before {
    content: "\f100";
}

.icon-uniF129:before {
    content: "\f129";
}

.icon-uniF11B:before {
    content: "\f11b";
}

.icon-uniF116:before {
    content: "\f116";
}

.icon-uniF140:before {
    content: "\f140";
}

.icon-uniF12A:before {
    content: "\f12a";
}

.icon-uniF1072:before {
    content: "\f108";
}

.icon-uniF109:before {
    content: "\f109";
}

.icon-uniF10B:before {
    content: "\f10b";
}

.icon-uniF143:before {
    content: "\f143";
}

.icon-uniF10E:before {
    content: "\f10e";
}

.icon-uniF136:before {
    content: "\f136";
}

.icon-uniF146:before {
    content: "\f146";
}

.icon-uniF119:before {
    content: "\f119";
}

.icon-uniF15D:before {
    content: "\f15d";
}

.icon-uniF108:before {
    content: "\f10a";
}

.icon-uniF10D2:before {
    content: "\f110";
}

.icon-uniF11C:before {
    content: "\f11c";
}

.icon-uniF1522:before {
    content: "\f153";
}

.icon-uniF117:before {
    content: "\f117";
}

.icon-uniF110:before {
    content: "\f112";
}

.icon-uniF11F:before {
    content: "\f11f";
}

.icon-uniF132:before {
    content: "\f132";
}

.icon-uniF121:before {
    content: "\f121";
}

.icon-uniF10A:before {
    content: "\f10c";
}

.icon-uniF14A:before {
    content: "\f14a";
}

.icon-uniF11A2:before {
    content: "\f11d";
}

.icon-uniF159:before {
    content: "\f159";
}

.icon-uniF14F:before {
    content: "\f14f";
}

.icon-uniF13D:before {
    content: "\f13f";
}

.icon-uniF13B:before {
    content: "\f13b";
}

.icon-uniF106:before {
    content: "\f106";
}

.icon-ion-android-arrow-dropdown:before {
    content: "\f35f";
}

.icon-ion-android-arrow-dropleft:before {
    content: "\f361";
}

.icon-ion-android-arrow-dropright:before {
    content: "\f363";
}

.icon-ion-android-arrow-dropup:before {
    content: "\f365";
}

.icon-ion-android-checkbox-outline-blank:before {
    content: "\f372";
}

.icon-ion-android-checkbox-outline:before {
    content: "\f373";
}

.icon-ion-android-checkbox:before {
    content: "\f374";
}

.icon-ion-android-checkmark-circle:before {
    content: "\f375";
}

.icon-ion-android-close:before {
    content: "\f2d7";
}

.icon-ion-android-drafts:before {
    content: "\f384";
}

.icon-ion-android-pin:before {
    content: "\f3a3";
}

.icon-ion-bug:before {
    content: "\f2be";
}

.icon-ion-gear-a:before {
    content: "\f13d";
}

.icon-ion-ios-checkmark-outline:before {
    content: "\f3fe";
}

.icon-ion-ios-checkmark:before {
    content: "\f3ff";
}

.icon-ion-ios-close-outline:before {
    content: "\f405";
}

.icon-ion-ios-contact-outline:before {
    content: "\f419";
}

.icon-ion-ios-contact:before {
    content: "\f41a";
}

.icon-ion-ios-email-outline:before {
    content: "\f422";
}

.icon-ion-ios-email:before {
    content: "\f423";
}

.icon-ion-ios-gear:before {
    content: "\f43d";
}

.icon-ion-ios-grid-view-outline:before {
    content: "\f440";
}

.icon-ion-ios-keypad-outline:before {
    content: "\f44f";
}

.icon-ion-ios-keypad:before {
    content: "\f450";
}

.icon-ion-ios-pulse-strong:before {
    content: "\f492";
}

.icon-ion-ios-pulse:before {
    content: "\f493";
}

.icon-ion-ios-search-strong:before {
    content: "\f4a4";
}

.icon-ion-person-add:before {
    content: "\f211";
}

.icon-ion-person-stalker:before {
    content: "\f212";
}

.icon-ion-person:before {
    content: "\f213";
}

.icon-ion-ribbon-a:before {
    content: "\f348";
}

.icon-ion-ribbon-b:before {
    content: "\f349";
}

.icon-ion-social-buffer:before {
    content: "\f229";
}

.icon-ion-social-facebook:before {
    content: "\f231";
}

.icon-heart2:before {
    content: "\e630";
}

.icon-cloud2:before {
    content: "\e631";
}

.icon-star2:before {
    content: "\e632";
}

.icon-trash2:before {
    content: "\e636";
}

.icon-user2:before {
    content: "\e637";
}

.icon-settings2:before {
    content: "\e63a";
}

.icon-camera2:before {
    content: "\e63b";
}

.icon-tag2:before {
    content: "\e63c";
}

.icon-location3:before {
    content: "\e642";
}

.icon-bubble3:before {
    content: "\e644";
}

.icon-like2:before {
    content: "\e64a";
}

.icon-paperplane2:before {
    content: "\e64e";
}

.icon-data2:before {
    content: "\e651";
}

.icon-calendar22:before {
    content: "\e65b";
}

.icon-book:before {
    content: "\e900";
}

.icon-users:before {
    content: "\e906";
}

.icon-account_circle:before {
    content: "\e863";
}

.icon-apps:before {
    content: "\e5c3";
}

.icon-arrow_drop_down:before {
    content: "\e5c5";
}

.icon-arrow_drop_up:before {
    content: "\e5c7";
}

.icon-dashboard:before {
    content: "\e872";
}

.icon-donut_large:before {
    content: "\e944";
}

.icon-filter:before {
    content: "\e3d3";
}

.icon-folder_shared:before {
    content: "\e2c9";
}

.icon-folder_special:before {
    content: "\e61f";
}

.icon-grain:before {
    content: "\e3ea";
}

.icon-loyalty:before {
    content: "\e8c2";
}

.icon-pie_chart:before {
    content: "\e6c4";
}

.icon-show_chart:before {
    content: "\e6e1";
}

.icon-stars:before {
    content: "\e8d0";
}

.icon-style:before {
    content: "\e41d";
}

.icon-timeline:before {
    content: "\e948";
}

.icon-unfold_more:before {
    content: "\e5d7";
}

.icon-vibration:before {
    content: "\e62d";
}

.icon-times:before {
    content: "\e90b";
}

.icon-tick:before {
    content: "\e90f";
}

.icon-plus:before {
    content: "\e915";
}

.icon-minus:before {
    content: "\e952";
}

.icon-equals:before {
    content: "\e953";
}

.icon-chevron-right:before {
    content: "\e954";
}

.icon-chevron-left:before {
    content: "\e955";
}

.icon-th-small:before {
    content: "\e956";
}

.icon-th-menu:before {
    content: "\e957";
}

.icon-home:before {
    content: "\e95d";
}

.icon-arrow-forward:before {
    content: "\e95e";
}

.icon-arrow-back:before {
    content: "\e961";
}

.icon-location:before {
    content: "\e969";
}

.icon-link:before {
    content: "\e99d";
}

.icon-image:before {
    content: "\e99e";
}

.icon-star:before {
    content: "\e99f";
}

.icon-flash:before {
    content: "\e9b5";
}

.icon-chart-bar:before {
    content: "\e9ca";
}

.icon-eye:before {
    content: "\e9cb";
}

.icon-cog:before {
    content: "\e9cf";
}

.icon-pin:before {
    content: "\e9d6";
}

.icon-input-checked:before {
    content: "\e9d8";
}

.icon-world:before {
    content: "\e9e1";
}

.icon-flag:before {
    content: "\e9e2";
}

.icon-media-record:before {
    content: "\e9e8";
}

.icon-th-large-outline:before {
    content: "\e9f7";
}

.icon-equals-outline:before {
    content: "\ea1b";
}

.icon-th-small-outline:before {
    content: "\ea1c";
}

.icon-message:before {
    content: "\ea1d";
}

.icon-flash-outline:before {
    content: "\ea1f";
}

.icon-lock-closed-outline:before {
    content: "\ea20";
}

.icon-chart-bar-outline:before {
    content: "\ea21";
}

.icon-chart-area-outline:before {
    content: "\ea22";
}

.icon-pin-outline:before {
    content: "\ea23";
}

.icon-business-card:before {
    content: "\ea24";
}

.icon-flow-merge:before {
    content: "\ea25";
}

.icon-lightbulb:before {
    content: "\ea26";
}

.icon-contacts:before {
    content: "\ea27";
}

.icon-weather-cloudy:before {
    content: "\ea28";
}

.icon-social-facebook-circular:before {
    content: "\ea29";
}

.icon-paper-clip:before {
    content: "\e004";
}

.icon-mail6:before {
    content: "\e005";
}

.icon-ribbon:before {
    content: "\e009";
}

.icon-image4:before {
    content: "\e010";
}

.icon-clipboard3:before {
    content: "\e014";
}

.icon-clock3:before {
    content: "\e015";
}

.icon-cog4:before {
    content: "\e023";
}

.icon-stack-2:before {
    content: "\e033";
}

.icon-paper:before {
    content: "\e034";
}

.icon-circle-plus:before {
    content: "\e040";
}

.icon-circle-minus2:before {
    content: "\e041";
}

.icon-circle-check:before {
    content: "\e042";
}

.icon-circle-cross:before {
    content: "\e043";
}

.icon-square-plus:before {
    content: "\e044";
}

.icon-square-minus:before {
    content: "\e045";
}

.icon-square-check:before {
    content: "\e046";
}

.icon-square-cross:before {
    content: "\e047";
}

.icon-folder3:before {
    content: "\e059";
}

.icon-cloud3:before {
    content: "\e066";
}

.icon-cloud-upload3:before {
    content: "\e067";
}

.icon-cloud-download3:before {
    content: "\e068";
}

.icon-head:before {
    content: "\e074";
}

.icon-speech-bubble:before {
    content: "\e077";
}

.icon-reload:before {
    content: "\e080";
}

.icon-share5:before {
    content: "\e081";
}

.icon-bar-graph2:before {
    content: "\e090";
}

.icon-bar-graph-2:before {
    content: "\e091";
}

.icon-pie-graph:before {
    content: "\e092";
}

.icon-arrow-left3:before {
    content: "\e094";
}

.icon-arrow-right3:before {
    content: "\e095";
}

.icon-arrow-up3:before {
    content: "\e096";
}

.icon-arrow-down3:before {
    content: "\e097";
}

.icon-grid2:before {
    content: "\e103";
}

.icon-loader:before {
    content: "\e105";
}

.icon-plus3:before {
    content: "\e114";
}

.icon-minus3:before {
    content: "\e115";
}

.icon-check3:before {
    content: "\e116";
}

.icon-cross3:before {
    content: "\e118";
}

.icon-inbox2:before {
    content: "\e122";
}

.icon-outbox:before {
    content: "\e123";
}

.icon-file:before {
    content: "\e124";
}

.icon-open:before {
    content: "\e128";
}

.icon-ellipsis:before {
    content: "\e129";
}

.icon-adjust2:before {
    content: "\e39e";
}

.icon-airplay:before {
    content: "\e055";
}

.icon-arrow_back:before {
    content: "\e5c4";
}

.icon-arrow_downward:before {
    content: "\e5db";
}

.icon-arrow_forward:before {
    content: "\e5c8";
}

.icon-arrow_upward:before {
    content: "\e5d8";
}

.icon-attach_file:before {
    content: "\e226";
}

.icon-turned_in:before {
    content: "\e8fc";
}

.icon-turned_in_not2:before {
    content: "\e909";
}

.icon-call_missed:before {
    content: "\e0b4";
}

.icon-call_missed_outgoing:before {
    content: "\e0e4";
}

.icon-call_split:before {
    content: "\e0b6";
}

.icon-chat_bubble_outline:before {
    content: "\e0cb";
}

.icon-mode_edit:before {
    content: "\e256";
}

.icon-crop_original:before {
    content: "\e3c4";
}

.icon-crop_square:before {
    content: "\e3c6";
}

.icon-date_range:before {
    content: "\e9de";
}

.icon-insert_invitation:before {
    content: "\e250";
}

.icon-event_available:before {
    content: "\e61c";
}

.icon-event_busy:before {
    content: "\e61d";
}

.icon-event_note:before {
    content: "\e61e";
}

.icon-fiber_manual_record:before {
    content: "\e062";
}

.icon-get_app2:before {
    content: "\e9df";
}

.icon-file_upload:before {
    content: "\e2c6";
}

.icon-highlight_off:before {
    content: "\e9e4";
}

.icon-label2:before {
    content: "\ea03";
}

.icon-label_outline2:before {
    content: "\ea04";
}

.icon-lightbulb_outline:before {
    content: "\e9e5";
}

.icon-list4:before {
    content: "\ea05";
}

.icon-mail_outline:before {
    content: "\e0e1";
}

.icon-monetization_on:before {
    content: "\e263";
}

.icon-more_horiz:before {
    content: "\e5d3";
}

.icon-more_vert:before {
    content: "\e5d4";
}

.icon-photo_album:before {
    content: "\e411";
}

.icon-playlist_add_check:before {
    content: "\e065";
}

.icon-record_voice_over:before {
    content: "\e9e6";
}

.icon-slideshow:before {
    content: "\e41b";
}

.icon-today:before {
    content: "\ea06";
}

.icon-update:before {
    content: "\e932";
}

.icon-videocam:before {
    content: "\e04b";
}

.icon-web_asset:before {
    content: "\e06a";
}

.icon-error:before {
    content: "\e000";
}

.icon-error_outline:before {
    content: "\e001";
}

.icon-equalizer:before {
    content: "\e007";
}

.icon-loop:before {
    content: "\e00e";
}

.icon-mic3:before {
    content: "\e00f";
}

.icon-new_releases:before {
    content: "\e016";
}

.icon-play_arrow:before {
    content: "\e01b";
}

.icon-play_circle_filled:before {
    content: "\e01c";
}

.icon-play_circle_outline:before {
    content: "\e01d";
}

.icon-playlist_add:before {
    content: "\e01e";
}

.icon-recent_actors:before {
    content: "\e022";
}

.icon-replay:before {
    content: "\e025";
}

.icon-forum:before {
    content: "\e04d";
}

.icon-textsms:before {
    content: "\e061";
}

.icon-add:before {
    content: "\e069";
}

.icon-add_circle_outline:before {
    content: "\e06c";
}

.icon-content_paste:before {
    content: "\e073";
}

.icon-drafts:before {
    content: "\e075";
}

.icon-link3:before {
    content: "\e07b";
}

.icon-mail:before {
    content: "\e07c";
}

.icon-redo3:before {
    content: "\e07e";
}

.icon-report:before {
    content: "\e084";
}

.icon-access_time:before {
    content: "\e08e";
}

.icon-add_alarm:before {
    content: "\e08f";
}

.icon-data_usage:before {
    content: "\e09f";
}

.icon-now_widgets:before {
    content: "\e0ad";
}

.icon-insert_comment:before {
    content: "\e0e6";
}

.icon-insert_emoticon:before {
    content: "\e0e8";
}

.icon-insert_photo:before {
    content: "\e0eb";
}

.icon-mode_comment:before {
    content: "\e0ed";
}

.icon-attachment3:before {
    content: "\e0f7";
}

.icon-cloud_done:before {
    content: "\e0fa";
}

.icon-cloud_off:before {
    content: "\e0fc";
}

.icon-cloud_queue:before {
    content: "\e0fd";
}

.icon-cloud_upload:before {
    content: "\e0fe";
}

.icon-folder:before {
    content: "\e101";
}

.icon-folder_open:before {
    content: "\e102";
}

.icon-computer:before {
    content: "\e106";
}

.icon-desktop_mac:before {
    content: "\e107";
}

.icon-desktop_windows:before {
    content: "\e108";
}

.icon-keyboard_arrow_down:before {
    content: "\e10f";
}

.icon-keyboard_arrow_left:before {
    content: "\e110";
}

.icon-keyboard_arrow_right:before {
    content: "\e111";
}

.icon-keyboard_arrow_up:before {
    content: "\e112";
}

.icon-keyboard_backspace:before {
    content: "\e113";
}

.icon-keyboard_tab:before {
    content: "\e117";
}

.icon-laptop_chromebook:before {
    content: "\e11a";
}

.icon-security:before {
    content: "\e125";
}

.icon-device_hub:before {
    content: "\e130";
}

.icon-brightness_5:before {
    content: "\e13f";
}

.icon-camera_alt:before {
    content: "\e145";
}

.icon-filter_center_focus:before {
    content: "\e171";
}

.icon-filter_vintage:before {
    content: "\e177";
}

.icon-portrait:before {
    content: "\e1a7";
}

.icon-tune:before {
    content: "\e1ba";
}

.icon-wb_sunny:before {
    content: "\e1c0";
}

.icon-collections_bookmark:before {
    content: "\e1c1";
}

.icon-beenhere:before {
    content: "\e1c7";
}

.icon-layers2:before {
    content: "\e1d3";
}

.icon-local_mall:before {
    content: "\e1e4";
}

.icon-location_history:before {
    content: "\e1f2";
}

.icon-navigation:before {
    content: "\e1f5";
}

.icon-place:before {
    content: "\e1f7";
}

.icon-check2:before {
    content: "\e206";
}

.icon-close:before {
    content: "\e209";
}

.icon-fullscreen:before {
    content: "\e20c";
}

.icon-menu2:before {
    content: "\e20e";
}

.icon-more:before {
    content: "\e21f";
}

.icon-vpn_lock:before {
    content: "\e233";
}

.icon-group:before {
    content: "\e245";
}

.icon-group_add:before {
    content: "\e246";
}

.icon-mood:before {
    content: "\e248";
}

.icon-notifications:before {
    content: "\e24a";
}

.icon-notifications_none:before {
    content: "\e24b";
}

.icon-notifications_off:before {
    content: "\e24c";
}

.icon-notifications_active:before {
    content: "\e24d";
}

.icon-pages:before {
    content: "\e24f";
}

.icon-person:before {
    content: "\e253";
}

.icon-person_add:before {
    content: "\e254";
}

.icon-person_outline:before {
    content: "\e255";
}

.icon-public:before {
    content: "\e258";
}

.icon-school:before {
    content: "\e259";
}

.icon-share4:before {
    content: "\e25a";
}

.icon-whatshot:before {
    content: "\e25b";
}

.icon-star3:before {
    content: "\e260";
}

.icon-star_half:before {
    content: "\e261";
}

.icon-star_outline:before {
    content: "\e262";
}

.icon-add_shopping_cart:before {
    content: "\e269";
}

.icon-android2:before {
    content: "\e26e";
}

.icon-assessment:before {
    content: "\e271";
}

.icon-bookmark_outline:before {
    content: "\e27c";
}

.icon-cached:before {
    content: "\e27f";
}

.icon-change_history:before {
    content: "\e280";
}

.icon-code2:before {
    content: "\e284";
}

.icon-delete:before {
    content: "\e287";
}

.icon-done:before {
    content: "\e28a";
}

.icon-done_all:before {
    content: "\e28b";
}

.icon-explore:before {
    content: "\e28e";
}

.icon-extension:before {
    content: "\e28f";
}

.icon-favorite:before {
    content: "\e291";
}

.icon-favorite_outline:before {
    content: "\e292";
}

.icon-get_app:before {
    content: "\e298";
}

.icon-help2:before {
    content: "\e29b";
}

.icon-https:before {
    content: "\e2a1";
}

.icon-info:before {
    content: "\e2a2";
}

.icon-info_outline:before {
    content: "\e2a3";
}

.icon-input:before {
    content: "\e2a4";
}

.icon-label:before {
    content: "\e2a6";
}

.icon-label_outline:before {
    content: "\e2a7";
}

.icon-lock2:before {
    content: "\e2ab";
}

.icon-lock_open:before {
    content: "\e2ac";
}

.icon-lock_outline:before {
    content: "\e2ad";
}

.icon-note_add:before {
    content: "\e2b0";
}

.icon-open_in_browser:before {
    content: "\e2b1";
}

.icon-open_in_new:before {
    content: "\e2b2";
}

.icon-power_settings_new:before {
    content: "\e2c0";
}

.icon-query_builder:before {
    content: "\e2c2";
}

.icon-question_answer:before {
    content: "\e2c3";
}

.icon-search:before {
    content: "\e2ca";
}

.icon-settings:before {
    content: "\e2cb";
}

.icon-shopping_basket:before {
    content: "\e2de";
}

.icon-shopping_cart:before {
    content: "\e2df";
}

.icon-thumb_down:before {
    content: "\e2ed";
}

.icon-thumb_up:before {
    content: "\e2ee";
}

.icon-turned_in_not:before {
    content: "\e2f9";
}

.icon-visibility:before {
    content: "\e306";
}

.icon-card_giftcard:before {
    content: "\e308";
}

.icon-card_travel:before {
    content: "\e30a";
}

.icon-work:before {
    content: "\e30b";
}

.icon-help_outline:before {
    content: "\e30f";
}

.icon-reorder:before {
    content: "\e310";
}

.icon-chevron-down2:before {
    content: "\e6b1";
}

.icon-chevron-left22:before {
    content: "\e6b2";
}

.icon-chevron-right22:before {
    content: "\e6b3";
}

.icon-chevron-small-down:before {
    content: "\e6b4";
}

.icon-chevron-small-left:before {
    content: "\e6b5";
}

.icon-chevron-small-right:before {
    content: "\e6b6";
}

.icon-chevron-small-up:before {
    content: "\e6b7";
}

.icon-chevron-thin-down:before {
    content: "\e6b8";
}

.icon-chevron-thin-left:before {
    content: "\e6b9";
}

.icon-chevron-thin-right:before {
    content: "\e6ba";
}

.icon-chevron-thin-up:before {
    content: "\e6bb";
}

.icon-chevron-up2:before {
    content: "\e6bc";
}

.icon-chevron-with-circle-down:before {
    content: "\e6bd";
}

.icon-chevron-with-circle-left:before {
    content: "\e6be";
}

.icon-chevron-with-circle-right:before {
    content: "\e6bf";
}

.icon-chevron-with-circle-up:before {
    content: "\e6c0";
}

.icon-cloud4:before {
    content: "\e6c1";
}

.icon-controller-play:before {
    content: "\e6c6";
}

.icon-controller-record:before {
    content: "\e6c7";
}

.icon-controller-stop:before {
    content: "\e6c8";
}

.icon-dot-single:before {
    content: "\e6ca";
}

.icon-dots-three-horizontal:before {
    content: "\e6cb";
}

.icon-dots-three-vertical:before {
    content: "\e6cc";
}

.icon-dots-two-horizontal:before {
    content: "\e6cd";
}

.icon-dots-two-vertical:before {
    content: "\e6ce";
}

.icon-upload-to-cloud:before {
    content: "\e6e5";
}

.icon-adjust:before {
    content: "\e6e9";
}

.icon-back-in-time:before {
    content: "\e6f8";
}

.icon-bar-graph:before {
    content: "\e6fa";
}

.icon-beamed-note:before {
    content: "\e6fc";
}

.icon-block:before {
    content: "\e6ff";
}

.icon-book2:before {
    content: "\e700";
}

.icon-calendar4:before {
    content: "\e709";
}

.icon-camera4:before {
    content: "\e70a";
}

.icon-ccw:before {
    content: "\e70b";
}

.icon-check:before {
    content: "\e70d";
}

.icon-circle:before {
    content: "\e711";
}

.icon-code3:before {
    content: "\e716";
}

.icon-cog2:before {
    content: "\e717";
}

.icon-compass:before {
    content: "\e719";
}

.icon-credit-card:before {
    content: "\e71b";
}

.icon-credit:before {
    content: "\e71c";
}

.icon-cross2:before {
    content: "\e71d";
}

.icon-cw:before {
    content: "\e71f";
}

.icon-cycle:before {
    content: "\e720";
}

.icon-documents:before {
    content: "\e725";
}

.icon-drive:before {
    content: "\e727";
}

.icon-email:before {
    content: "\e72a";
}

.icon-export:before {
    content: "\e730";
}

.icon-flag3:before {
    content: "\e733";
}

.icon-flash2:before {
    content: "\e734";
}

.icon-forward2:before {
    content: "\e73b";
}

.icon-funnel:before {
    content: "\e73c";
}

.icon-game-controller:before {
    content: "\e73d";
}

.icon-globe:before {
    content: "\e73f";
}

.icon-graduation-cap:before {
    content: "\e740";
}

.icon-grid4:before {
    content: "\e741";
}

.icon-heart-outlined:before {
    content: "\e744";
}

.icon-heart4:before {
    content: "\e745";
}

.icon-help-with-circle:before {
    content: "\e746";
}

.icon-help:before {
    content: "\e747";
}

.icon-home2:before {
    content: "\e748";
}

.icon-image-inverted:before {
    content: "\e74a";
}

.icon-image5:before {
    content: "\e74b";
}

.icon-images:before {
    content: "\e74c";
}

.icon-infinity:before {
    content: "\e74e";
}

.icon-info-with-circle:before {
    content: "\e74f";
}

.icon-keyboard:before {
    content: "\e752";
}

.icon-laptop2:before {
    content: "\e756";
}

.icon-lifebuoy:before {
    content: "\e75a";
}

.icon-light-up:before {
    content: "\e75d";
}

.icon-line-graph:before {
    content: "\e75e";
}

.icon-link2:before {
    content: "\e75f";
}

.icon-list2:before {
    content: "\e760";
}

.icon-location-pin:before {
    content: "\e761";
}

.icon-location5:before {
    content: "\e762";
}

.icon-log-out:before {
    content: "\e765";
}

.icon-login:before {
    content: "\e766";
}

.icon-magnifying-glass:before {
    content: "\e769";
}

.icon-mail7:before {
    content: "\e76a";
}

.icon-map2:before {
    content: "\e76c";
}

.icon-medal:before {
    content: "\e76e";
}

.icon-menu3:before {
    content: "\e770";
}

.icon-message2:before {
    content: "\e771";
}

.icon-mic2:before {
    content: "\e772";
}

.icon-minus2:before {
    content: "\e773";
}

.icon-moon:before {
    content: "\e776";
}

.icon-new-message:before {
    content: "\e77a";
}

.icon-new:before {
    content: "\e77b";
}

.icon-news4:before {
    content: "\e77c";
}

.icon-note4:before {
    content: "\e77d";
}

.icon-notification:before {
    content: "\e77e";
}

.icon-old-phone:before {
    content: "\e780";
}

.icon-palette:before {
    content: "\e781";
}

.icon-paper-plane:before {
    content: "\e782";
}

.icon-phone4:before {
    content: "\e784";
}

.icon-pie-chart2:before {
    content: "\e785";
}

.icon-plus4:before {
    content: "\e787";
}

.icon-popup:before {
    content: "\e788";
}

.icon-print:before {
    content: "\e78c";
}

.icon-publish:before {
    content: "\e791";
}

.icon-quote:before {
    content: "\e792";
}

.icon-reply-all:before {
    content: "\e794";
}

.icon-reply:before {
    content: "\e795";
}

.icon-rss:before {
    content: "\e799";
}

.icon-ruler:before {
    content: "\e79a";
}

.icon-scissors:before {
    content: "\e79b";
}

.icon-share-alternitive:before {
    content: "\e79c";
}

.icon-share:before {
    content: "\e79d";
}

.icon-shield:before {
    content: "\e79f";
}

.icon-shopping-basket:before {
    content: "\e7a2";
}

.icon-shopping-cart:before {
    content: "\e7a3";
}

.icon-shuffle:before {
    content: "\e7a4";
}

.icon-signal:before {
    content: "\e7a5";
}

.icon-sound-mix:before {
    content: "\e7a6";
}

.icon-squared-cross:before {
    content: "\e7a9";
}

.icon-squared-minus:before {
    content: "\e7aa";
}

.icon-squared-plus:before {
    content: "\e7ab";
}

.icon-star-outlined:before {
    content: "\e7ac";
}

.icon-star4:before {
    content: "\e7ad";
}

.icon-suitcase:before {
    content: "\e7af";
}

.icon-swap:before {
    content: "\e7b0";
}

.icon-sweden:before {
    content: "\e7b1";
}

.icon-switch:before {
    content: "\e7b2";
}

.icon-tablet2:before {
    content: "\e7b3";
}

.icon-thumbs-down2:before {
    content: "\e7b9";
}

.icon-thumbs-up2:before {
    content: "\e7ba";
}

.icon-thunder-cloud:before {
    content: "\e7bb";
}

.icon-ticket:before {
    content: "\e7bc";
}

.icon-time-slot:before {
    content: "\e7bd";
}

.icon-typing:before {
    content: "\e7c3";
}

.icon-v-card:before {
    content: "\e7c8";
}

.icon-vinyl:before {
    content: "\e7ca";
}

.icon-wallet4:before {
    content: "\e7cc";
}

.icon-dropbox:before {
    content: "\e7d3";
}

.icon-evernote:before {
    content: "\e7d4";
}

.icon-google-drive:before {
    content: "\e7d7";
}

.icon-google-hangouts:before {
    content: "\e7d8";
}

.icon-icloud:before {
    content: "\e7da";
}

.icon-onedrive:before {
    content: "\e7dc";
}

.icon-paypal:before {
    content: "\e7dd";
}

.icon-picasa:before {
    content: "\e7de";
}

.icon-skype-with-circle:before {
    content: "\e7e4";
}

.icon-skype:before {
    content: "\e7e5";
}

.icon-soundcloud:before {
    content: "\e7e8";
}

.icon-spotify-with-circle:before {
    content: "\e7e9";
}

.icon-swarm:before {
    content: "\e7eb";
}

.icon-xing-with-circle:before {
    content: "\e7f1";
}

.icon-xing:before {
    content: "\e7f2";
}

.icon-yelp:before {
    content: "\e7f3";
}

.icon-dribbble:before {
    content: "\e7f5";
}

.icon-facebook-with-circle:before {
    content: "\e7f6";
}

.icon-facebook:before {
    content: "\e7f7";
}

.icon-flickr-with-circle:before {
    content: "\e7f8";
}

.icon-flickr:before {
    content: "\e7f9";
}

.icon-google:before {
    content: "\e7fd";
}

.icon-instagram:before {
    content: "\e7ff";
}

.icon-pinterest:before {
    content: "\e805";
}

.icon-tumblr:before {
    content: "\e80c";
}

.icon-twitter:before {
    content: "\e816";
}

.icon-youtube:before {
    content: "\e817";
}

.icon-alarm3:before {
    content: "\e858";
}

.icon-arrow-down:before {
    content: "\e878";
}

.icon-arrow-down-circle:before {
    content: "\e884";
}

.icon-arrow-left:before {
    content: "\e879";
}

.icon-arrow-left-circle:before {
    content: "\e885";
}

.icon-arrow-right:before {
    content: "\e87a";
}

.icon-arrow-right-circle:before {
    content: "\e886";
}

.icon-arrow-up:before {
    content: "\e877";
}

.icon-arrow-up-circle:before {
    content: "\e883";
}

.icon-book4:before {
    content: "\e828";
}

.icon-bookmark:before {
    content: "\e829";
}

.icon-briefcase:before {
    content: "\e84c";
}

.icon-bubble:before {
    content: "\e83f";
}

.icon-bug:before {
    content: "\e869";
}

.icon-calendar-full:before {
    content: "\e836";
}

.icon-camera:before {
    content: "\e826";
}

.icon-camera-video:before {
    content: "\e825";
}

.icon-cart:before {
    content: "\e82e";
}

.icon-chart-bars:before {
    content: "\e843";
}

.icon-checkmark-circle:before {
    content: "\e87f";
}

.icon-chevron-down3:before {
    content: "\e874";
}

.icon-chevron-down-circle:before {
    content: "\e888";
}

.icon-chevron-left3:before {
    content: "\e875";
}

.icon-chevron-left-circle:before {
    content: "\e889";
}

.icon-chevron-right3:before {
    content: "\e876";
}

.icon-chevron-right-circle:before {
    content: "\e88a";
}

.icon-chevron-up3:before {
    content: "\e873";
}

.icon-chevron-up-circle:before {
    content: "\e887";
}

.icon-circle-minus:before {
    content: "\e882";
}

.icon-cloud:before {
    content: "\e809";
}

.icon-cloud-check:before {
    content: "\e80d";
}

.icon-cloud-download:before {
    content: "\e80b";
}

.icon-cloud-upload:before {
    content: "\e80a";
}

.icon-code:before {
    content: "\e86a";
}

.icon-crop:before {
    content: "\e88b";
}

.icon-cross:before {
    content: "\e870";
}

.icon-cross-circle:before {
    content: "\e880";
}

.icon-database:before {
    content: "\e80e";
}

.icon-diamond:before {
    content: "\e845";
}

.icon-dice:before {
    content: "\e812";
}

.icon-download:before {
    content: "\e865";
}

.icon-drop:before {
    content: "\e804";
}

.icon-enter:before {
    content: "\e81f";
}

.icon-enter-down:before {
    content: "\e867";
}

.icon-envelope:before {
    content: "\e818";
}

.icon-exit:before {
    content: "\e820";
}

.icon-exit-up:before {
    content: "\e868";
}

.icon-file-add:before {
    content: "\e81e";
}

.icon-file-empty:before {
    content: "\e81d";
}

.icon-film-play:before {
    content: "\e824";
}

.icon-gift:before {
    content: "\e844";
}

.icon-heart:before {
    content: "\e813";
}

.icon-heart-pulse:before {
    content: "\e840";
}

.icon-inbox:before {
    content: "\e81a";
}

.icon-laptop:before {
    content: "\e83c";
}

.icon-laptop-phone:before {
    content: "\e83d";
}

.icon-layers:before {
    content: "\e88e";
}

.icon-license:before {
    content: "\e822";
}

.icon-line-spacing:before {
    content: "\e89c";
}

.icon-link5:before {
    content: "\e86b";
}

.icon-lock3:before {
    content: "\e80f";
}

.icon-magic-wand2:before {
    content: "\e803";
}

.icon-magnifier:before {
    content: "\e86f";
}

.icon-map:before {
    content: "\e834";
}

.icon-menu:before {
    content: "\e871";
}

.icon-menu-circle:before {
    content: "\e87e";
}

.icon-mic:before {
    content: "\e85e";
}

.icon-move:before {
    content: "\e87b";
}

.icon-music-note:before {
    content: "\e823";
}

.icon-paw:before {
    content: "\e84a";
}

.icon-pencil:before {
    content: "\e802";
}

.icon-phone-handset:before {
    content: "\e9d1";
}

.icon-pie-chart:before {
    content: "\e842";
}

.icon-plus-circle:before {
    content: "\e881";
}

.icon-pointer-down:before {
    content: "\e9bc";
}

.icon-pointer-left:before {
    content: "\e9be";
}

.icon-pointer-right:before {
    content: "\e9bd";
}

.icon-pointer-up:before {
    content: "\e8a6";
}

.icon-power-switch:before {
    content: "\e83e";
}

.icon-printer:before {
    content: "\e81c";
}

.icon-question-circle:before {
    content: "\e87d";
}

.icon-redo:before {
    content: "\e861";
}

.icon-screen:before {
    content: "\e839";
}

.icon-select:before {
    content: "\e852";
}

.icon-smartphone:before {
    content: "\e83a";
}

.icon-smile:before {
    content: "\e854";
}

.icon-sort-alpha-asc:before {
    content: "\e8a3";
}

.icon-sort-amount-asc:before {
    content: "\e8a4";
}

.icon-star5:before {
    content: "\e814";
}

.icon-star-empty2:before {
    content: "\e9bf";
}

.icon-star-half:before {
    content: "\e815";
}

.icon-sync:before {
    content: "\e862";
}

.icon-tablet:before {
    content: "\e83b";
}

.icon-tag:before {
    content: "\e82f";
}

.icon-text-align-center:before {
    content: "\e899";
}

.icon-text-align-justify:before {
    content: "\e89b";
}

.icon-text-align-left:before {
    content: "\e898";
}

.icon-text-align-right:before {
    content: "\e89a";
}

.icon-text-format:before {
    content: "\e890";
}

.icon-thumbs-down:before {
    content: "\e86e";
}

.icon-thumbs-up:before {
    content: "\e86d";
}

.icon-trash:before {
    content: "\e811";
}

.icon-undo:before {
    content: "\e860";
}

.icon-unlink:before {
    content: "\e86c";
}

.icon-upload:before {
    content: "\e866";
}

.icon-user6:before {
    content: "\e82a";
}

.icon-users3:before {
    content: "\e82b";
}

.icon-volume:before {
    content: "\e85d";
}

.icon-volume-high:before {
    content: "\e85a";
}

.icon-volume-low:before {
    content: "\e85c";
}

.icon-volume-medium:before {
    content: "\e85b";
}

.icon-warning:before {
    content: "\e87c";
}

.icon-plus42:before {
    content: "\e608";
}

.icon-user:before {
    content: "\ea2a";
}

.icon-checkmark:before {
    content: "\ea2b";
}

.icon-alarm:before {
    content: "\ea2c";
}

.icon-grid:before {
    content: "\ea2d";
}

.icon-forward:before {
    content: "\ea2e";
}

.icon-addressbook:before {
    content: "\ea2f";
}

.icon-calendar:before {
    content: "\f068";
}

.icon-chevron-down:before {
    content: "\f0a3";
}

.icon-chevron-left2:before {
    content: "\f0a4";
}

.icon-chevron-right2:before {
    content: "\f078";
}

.icon-chevron-up:before {
    content: "\f0a2";
}

.icon-comment:before {
    content: "\f02b";
}

.icon-diff-added:before {
    content: "\f06b";
}

.icon-file-directory:before {
    content: "\f016";
}

.icon-list-unordered:before {
    content: "\f061";
}

.icon-lock:before {
    content: "\f06a";
}

.icon-mail2:before {
    content: "\f03b";
}

.icon-mail-read:before {
    content: "\f03c";
}

.icon-plus2:before {
    content: "\f05d";
}

.icon-primitive-dot:before {
    content: "\f052";
}

.icon-repo:before {
    content: "\f001";
}

.icon-ruby:before {
    content: "\f047";
}

.icon-search2:before {
    content: "\f02e";
}

.icon-triangle-down:before {
    content: "\f05b";
}

.icon-triangle-left:before {
    content: "\f044";
}

.icon-triangle-right:before {
    content: "\f05a";
}

.icon-triangle-up:before {
    content: "\f0aa";
}

.icon-out:before {
    content: "\e90a";
}

.icon-in:before {
    content: "\e90c";
}

.icon-in-alt:before {
    content: "\e933";
}

.icon-home5:before {
    content: "\e934";
}

.icon-add2:before {
    content: "\e939";
}

.icon-subtract:before {
    content: "\e93b";
}

.icon-exclamation:before {
    content: "\e93c";
}

.icon-question2:before {
    content: "\e93d";
}

.icon-close2:before {
    content: "\e9aa";
}

.icon-cmd:before {
    content: "\e9b2";
}

.icon-forbid:before {
    content: "\e9b3";
}

.icon-envelope3:before {
    content: "\e9c8";
}

.icon-compose:before {
    content: "\e9c9";
}

.icon-trash3:before {
    content: "\ea07";
}

.icon-trash-alt:before {
    content: "\ea08";
}

.icon-grid3:before {
    content: "\ea09";
}

.icon-grid-alt:before {
    content: "\ea0a";
}

.icon-menu4:before {
    content: "\ea0b";
}

.icon-list5:before {
    content: "\ea0c";
}

.icon-gallery:before {
    content: "\ea0d";
}

.icon-clock4:before {
    content: "\ea0e";
}

.icon-attachment2:before {
    content: "\ea0f";
}

.icon-user3:before {
    content: "\ea10";
}

.icon-chat:before {
    content: "\ea11";
}

.icon-comments:before {
    content: "\ea12";
}

.icon-screen2:before {
    content: "\ea13";
}

.icon-googleplus:before {
    content: "\ea14";
}

.icon-pin2:before {
    content: "\ea15";
}

.icon-cloud6:before {
    content: "\ea16";
}

.icon-circle-full:before {
    content: "\ea17";
}

.icon-comment-alt2-stroke:before {
    content: "\e9f1";
}

.icon-comment-alt2-fill:before {
    content: "\e9f2";
}

.icon-mail5:before {
    content: "\e9f3";
}

.icon-pin3:before {
    content: "\ea18";
}

.icon-link4:before {
    content: "\ea19";
}

.icon-loop-alt1:before {
    content: "\ea1a";
}

.icon-left-quote:before {
    content: "\e9f4";
}

.icon-right-quote:before {
    content: "\e9f5";
}

.icon-pen:before {
    content: "\e9f9";
}

.icon-pen-alt-stroke:before {
    content: "\e9fa";
}

.icon-pen-alt-fill:before {
    content: "\e9fb";
}

.icon-pen-alt2:before {
    content: "\e9fc";
}

.icon-chart2:before {
    content: "\e9fd";
}

.icon-chart-alt:before {
    content: "\e9fe";
}

.icon-bars2:before {
    content: "\e9ff";
}

.icon-bars-alt:before {
    content: "\ea00";
}

.icon-unlock-stroke:before {
    content: "\ea01";
}

.icon-unlock-fill:before {
    content: "\ea02";
}

.icon-warning3:before {
    content: "\e60c";
}

.icon-envelope2:before {
    content: "\e60d";
}

.icon-picture2:before {
    content: "\e60e";
}

.icon-earth2:before {
    content: "\e60f";
}

.icon-bookmark2:before {
    content: "\e610";
}

.icon-calendar2:before {
    content: "\e611";
}

.icon-location2:before {
    content: "\e612";
}

.icon-gift2:before {
    content: "\e613";
}

.icon-flag2:before {
    content: "\e614";
}

.icon-bookmark3:before {
    content: "\e615";
}

.icon-atom:before {
    content: "\e616";
}

.icon-flame:before {
    content: "\f0d2";
}

.icon-gear:before {
    content: "\f02f";
}

.icon-gift3:before {
    content: "\f042";
}

.icon-stop3:before {
    content: "\f08f";
}

.icon-checkmark3:before {
    content: "\e617";
}

.icon-cog3:before {
    content: "\e600";
}

.icon-lightbulb2:before {
    content: "\e601";
}

.icon-hash:before {
    content: "\e602";
}

.icon-left-quote-alt:before {
    content: "\e609";
}

.icon-right-quote-alt:before {
    content: "\e60a";
}

.icon-book3:before {
    content: "\e603";
}

.icon-book-alt:before {
    content: "\e618";
}

.icon-image3:before {
    content: "\e619";
}

.icon-chart:before {
    content: "\e604";
}

.icon-bars:before {
    content: "\e61a";
}

.icon-clock2:before {
    content: "\e605";
}

.icon-star32:before {
    content: "\e606";
}

.icon-map-pin-fill:before {
    content: "\e607";
}

.icon-download5:before {
    content: "\e61b";
}

.icon-paperclip:before {
    content: "\e60b";
}

.icon-home4:before {
    content: "\e819";
}

.icon-home3:before {
    content: "\e821";
}

.icon-newspaper:before {
    content: "\e82c";
}

.icon-pencil3:before {
    content: "\e82d";
}

.icon-pencil22:before {
    content: "\e830";
}

.icon-eyedropper:before {
    content: "\e831";
}

.icon-image2:before {
    content: "\e832";
}

.icon-images2:before {
    content: "\e833";
}

.icon-camera5:before {
    content: "\e835";
}

.icon-music5:before {
    content: "\e838";
}

.icon-play:before {
    content: "\e841";
}

.icon-film:before {
    content: "\e846";
}

.icon-video-camera:before {
    content: "\e847";
}

.icon-spades:before {
    content: "\e9db";
}

.icon-clubs:before {
    content: "\e9dc";
}

.icon-diamonds:before {
    content: "\e848";
}

.icon-bullhorn:before {
    content: "\e849";
}

.icon-connection:before {
    content: "\e84b";
}

.icon-feed:before {
    content: "\e84d";
}

.icon-mic22:before {
    content: "\e84e";
}

.icon-book22:before {
    content: "\e84f";
}

.icon-books:before {
    content: "\e850";
}

.icon-file-text:before {
    content: "\e853";
}

.icon-profile:before {
    content: "\e855";
}

.icon-file-empty2:before {
    content: "\e856";
}

.icon-files-empty:before {
    content: "\e857";
}

.icon-file-text2:before {
    content: "\e859";
}

.icon-file-picture:before {
    content: "\e85f";
}

.icon-file-music:before {
    content: "\e88f";
}

.icon-file-play:before {
    content: "\e891";
}

.icon-file-video:before {
    content: "\e893";
}

.icon-file-zip:before {
    content: "\e894";
}

.icon-paste:before {
    content: "\e895";
}

.icon-stack4:before {
    content: "\e896";
}

.icon-folder2:before {
    content: "\e897";
}

.icon-folder-open:before {
    content: "\e89d";
}

.icon-folder-plus:before {
    content: "\e89e";
}

.icon-folder-minus:before {
    content: "\e89f";
}

.icon-folder-download:before {
    content: "\e8a0";
}

.icon-folder-upload:before {
    content: "\e8a1";
}

.icon-price-tag2:before {
    content: "\e8a2";
}

.icon-price-tags:before {
    content: "\e8a5";
}

.icon-barcode:before {
    content: "\e8a7";
}

.icon-qrcode:before {
    content: "\e8a8";
}

.icon-ticket2:before {
    content: "\e8a9";
}

.icon-cart2:before {
    content: "\e8aa";
}

.icon-coin-dollar:before {
    content: "\e8ab";
}

.icon-coin-euro:before {
    content: "\e8ac";
}

.icon-coin-pound:before {
    content: "\e8ad";
}

.icon-coin-yen:before {
    content: "\e8ae";
}

.icon-credit-card2:before {
    content: "\e8af";
}

.icon-calculator2:before {
    content: "\e8b0";
}

.icon-lifebuoy2:before {
    content: "\e8b1";
}

.icon-phone5:before {
    content: "\e8b2";
}

.icon-phone-hang-up:before {
    content: "\e8b3";
}

.icon-address-book:before {
    content: "\e8b4";
}

.icon-envelop:before {
    content: "\e8b5";
}

.icon-location6:before {
    content: "\e8b7";
}

.icon-location22:before {
    content: "\e8b8";
}

.icon-compass3:before {
    content: "\e8b9";
}

.icon-compass2:before {
    content: "\e8ba";
}

.icon-map3:before {
    content: "\e8bb";
}

.icon-map22:before {
    content: "\e8bc";
}

.icon-history2:before {
    content: "\e8bd";
}

.icon-clock6:before {
    content: "\e8be";
}

.icon-clock22:before {
    content: "\e8bf";
}

.icon-alarm2:before {
    content: "\e8c0";
}

.icon-bell2:before {
    content: "\e8c1";
}

.icon-calendar5:before {
    content: "\e8c3";
}

.icon-printer2:before {
    content: "\e8c4";
}

.icon-keyboard2:before {
    content: "\e8c5";
}

.icon-display4:before {
    content: "\e8c6";
}

.icon-laptop22:before {
    content: "\e8c7";
}

.icon-mobile3:before {
    content: "\e8c8";
}

.icon-mobile2:before {
    content: "\e8c9";
}

.icon-tablet22:before {
    content: "\e8ca";
}

.icon-tv5:before {
    content: "\e8cb";
}

.icon-drawer:before {
    content: "\e8cc";
}

.icon-drawer2:before {
    content: "\e8cd";
}

.icon-box-add:before {
    content: "\e8ce";
}

.icon-box-remove:before {
    content: "\e8cf";
}

.icon-drive2:before {
    content: "\e8d3";
}

.icon-database2:before {
    content: "\e8d4";
}

.icon-undo2:before {
    content: "\e8d5";
}

.icon-redo2:before {
    content: "\e8d6";
}

.icon-undo22:before {
    content: "\e8d7";
}

.icon-redo22:before {
    content: "\e8d8";
}

.icon-forward4:before {
    content: "\e8d9";
}

.icon-reply2:before {
    content: "\e8da";
}

.icon-bubble5:before {
    content: "\e8db";
}

.icon-bubbles:before {
    content: "\e8dc";
}

.icon-bubbles2:before {
    content: "\e8dd";
}

.icon-bubble2:before {
    content: "\e8de";
}

.icon-bubbles3:before {
    content: "\e8df";
}

.icon-bubbles4:before {
    content: "\e8e0";
}

.icon-user5:before {
    content: "\e8e1";
}

.icon-user-plus:before {
    content: "\e8e3";
}

.icon-user-minus:before {
    content: "\e8e4";
}

.icon-user-check:before {
    content: "\e8e5";
}

.icon-quotes-left:before {
    content: "\e8e7";
}

.icon-quotes-right:before {
    content: "\e8e8";
}

.icon-hour-glass2:before {
    content: "\e8e9";
}

.icon-spinner:before {
    content: "\e8ea";
}

.icon-spinner2:before {
    content: "\e8eb";
}

.icon-spinner3:before {
    content: "\e8ec";
}

.icon-spinner4:before {
    content: "\e8ed";
}

.icon-spinner6:before {
    content: "\e8ef";
}

.icon-spinner7:before {
    content: "\e8f0";
}

.icon-spinner8:before {
    content: "\e8f1";
}

.icon-spinner9:before {
    content: "\e8f2";
}

.icon-spinner11:before {
    content: "\e8f3";
}

.icon-enlarge:before {
    content: "\e8f6";
}

.icon-lock5:before {
    content: "\e8fa";
}

.icon-unlocked:before {
    content: "\e8fb";
}

.icon-cog22:before {
    content: "\e8fe";
}

.icon-aid-kit:before {
    content: "\e901";
}

.icon-bug2:before {
    content: "\e902";
}

.icon-pie-chart22:before {
    content: "\e903";
}

.icon-stats-dots:before {
    content: "\e904";
}

.icon-stats-bars:before {
    content: "\e905";
}

.icon-trophy2:before {
    content: "\e907";
}

.icon-gift4:before {
    content: "\e908";
}

.icon-fire4:before {
    content: "\e90d";
}

.icon-bin:before {
    content: "\e90e";
}

.icon-briefcase2:before {
    content: "\e910";
}

.icon-truck4:before {
    content: "\e911";
}

.icon-switch2:before {
    content: "\e912";
}

.icon-clipboard2:before {
    content: "\e913";
}

.icon-tree2:before {
    content: "\e917";
}

.icon-cloud5:before {
    content: "\e919";
}

.icon-cloud-check2:before {
    content: "\e91c";
}

.icon-download22:before {
    content: "\e91d";
}

.icon-upload22:before {
    content: "\e91e";
}

.icon-download3:before {
    content: "\e91f";
}

.icon-upload3:before {
    content: "\e920";
}

.icon-sphere:before {
    content: "\e921";
}

.icon-earth:before {
    content: "\e922";
}

.icon-link22:before {
    content: "\e923";
}

.icon-attachment22:before {
    content: "\e924";
}

.icon-bookmark22:before {
    content: "\e929";
}

.icon-bookmarks2:before {
    content: "\e92a";
}

.icon-sun:before {
    content: "\e92b";
}

.icon-contrast:before {
    content: "\e92c";
}

.icon-star-empty:before {
    content: "\e92d";
}

.icon-star-half2:before {
    content: "\e92e";
}

.icon-star-full:before {
    content: "\e92f";
}

.icon-heart5:before {
    content: "\e930";
}

.icon-heart-broken:before {
    content: "\e931";
}

.icon-happy:before {
    content: "\e935";
}

.icon-happy2:before {
    content: "\e936";
}

.icon-smile2:before {
    content: "\e937";
}

.icon-smile22:before {
    content: "\e938";
}

.icon-sad:before {
    content: "\e93a";
}

.icon-shocked:before {
    content: "\e93e";
}

.icon-neutral:before {
    content: "\e93f";
}

.icon-point-up:before {
    content: "\e940";
}

.icon-point-right:before {
    content: "\e941";
}

.icon-point-down:before {
    content: "\e942";
}

.icon-point-left:before {
    content: "\e943";
}

.icon-notification2:before {
    content: "\e945";
}

.icon-question:before {
    content: "\e946";
}

.icon-plus22:before {
    content: "\e947";
}

.icon-info2:before {
    content: "\e949";
}

.icon-cancel-circle:before {
    content: "\e94a";
}

.icon-blocked:before {
    content: "\e94b";
}

.icon-checkmark2:before {
    content: "\e94d";
}

.icon-checkmark22:before {
    content: "\e94e";
}

.icon-enter2:before {
    content: "\e94f";
}

.icon-exit2:before {
    content: "\e950";
}

.icon-play2:before {
    content: "\e951";
}

.icon-play3:before {
    content: "\e958";
}

.icon-pause2:before {
    content: "\e959";
}

.icon-stop2:before {
    content: "\e95a";
}

.icon-backward2:before {
    content: "\e95b";
}

.icon-forward3:before {
    content: "\e95c";
}

.icon-previous2:before {
    content: "\e95f";
}

.icon-next2:before {
    content: "\e960";
}

.icon-volume-high2:before {
    content: "\e962";
}

.icon-volume-medium2:before {
    content: "\e963";
}

.icon-volume-low2:before {
    content: "\e964";
}

.icon-volume-mute:before {
    content: "\e965";
}

.icon-volume-mute2:before {
    content: "\e966";
}

.icon-volume-increase:before {
    content: "\e967";
}

.icon-volume-decrease:before {
    content: "\e968";
}

.icon-loop2:before {
    content: "\e96a";
}

.icon-infinite:before {
    content: "\e96b";
}

.icon-shuffle2:before {
    content: "\e96c";
}

.icon-arrow-up-left2:before {
    content: "\e96d";
}

.icon-arrow-up2:before {
    content: "\e96e";
}

.icon-arrow-up-right2:before {
    content: "\e96f";
}

.icon-arrow-right2:before {
    content: "\e970";
}

.icon-arrow-down-right2:before {
    content: "\e971";
}

.icon-arrow-down2:before {
    content: "\e972";
}

.icon-arrow-down-left2:before {
    content: "\e973";
}

.icon-arrow-left2:before {
    content: "\e974";
}

.icon-circle-up:before {
    content: "\e975";
}

.icon-circle-right:before {
    content: "\e976";
}

.icon-circle-down:before {
    content: "\e977";
}

.icon-circle-left:before {
    content: "\e978";
}

.icon-tab:before {
    content: "\e979";
}

.icon-move-up:before {
    content: "\e97a";
}

.icon-move-down:before {
    content: "\e97b";
}

.icon-sort-alpha-asc2:before {
    content: "\e97c";
}

.icon-sort-alpha-desc:before {
    content: "\e97d";
}

.icon-sort-numeric-asc:before {
    content: "\e97e";
}

.icon-sort-numberic-desc:before {
    content: "\e97f";
}

.icon-sort-amount-asc2:before {
    content: "\e980";
}

.icon-sort-amount-desc:before {
    content: "\e981";
}

.icon-command:before {
    content: "\e982";
}

.icon-shift:before {
    content: "\e983";
}

.icon-ctrl:before {
    content: "\e984";
}

.icon-checkbox-checked:before {
    content: "\e986";
}

.icon-checkbox-unchecked:before {
    content: "\e987";
}

.icon-radio-checked:before {
    content: "\e988";
}

.icon-radio-checked2:before {
    content: "\e989";
}

.icon-radio-unchecked:before {
    content: "\e98a";
}

.icon-crop2:before {
    content: "\e98b";
}

.icon-ungroup:before {
    content: "\e98c";
}

.icon-scissors2:before {
    content: "\e98d";
}

.icon-filter2:before {
    content: "\e9bb";
}

.icon-table:before {
    content: "\e98e";
}

.icon-table2:before {
    content: "\e98f";
}

.icon-share3:before {
    content: "\e997";
}

.icon-new-tab:before {
    content: "\e998";
}

.icon-embed:before {
    content: "\e999";
}

.icon-embed2:before {
    content: "\e99a";
}

.icon-terminal:before {
    content: "\e99b";
}

.icon-share2:before {
    content: "\e99c";
}

.icon-google2:before {
    content: "\e9a0";
}

.icon-google-plus:before {
    content: "\e9a1";
}

.icon-google-plus2:before {
    content: "\e9a2";
}

.icon-google-plus3:before {
    content: "\e9a3";
}

.icon-google-drive2:before {
    content: "\e9a4";
}

.icon-facebook4:before {
    content: "\e9a5";
}

.icon-facebook2:before {
    content: "\e9a6";
}

.icon-facebook3:before {
    content: "\e9a7";
}

.icon-twitter4:before {
    content: "\e9a8";
}

.icon-twitter2:before {
    content: "\e9a9";
}

.icon-feed2:before {
    content: "\e9ab";
}

.icon-feed3:before {
    content: "\e9ac";
}

.icon-feed4:before {
    content: "\e9ad";
}

.icon-youtube5:before {
    content: "\e9ae";
}

.icon-youtube2:before {
    content: "\e9af";
}

.icon-youtube3:before {
    content: "\e9b0";
}

.icon-vimeo2:before {
    content: "\e9b4";
}

.icon-flickr5:before {
    content: "\e9b6";
}

.icon-flickr2:before {
    content: "\e9b7";
}

.icon-flickr3:before {
    content: "\e9b8";
}

.icon-picassa:before {
    content: "\e9b9";
}

.icon-dribbble4:before {
    content: "\e9ba";
}

.icon-dropbox2:before {
    content: "\e9c0";
}

.icon-onedrive2:before {
    content: "\e9c1";
}

.icon-github6:before {
    content: "\e9c2";
}

.icon-github2:before {
    content: "\e9c3";
}

.icon-github4:before {
    content: "\e9c5";
}

.icon-github5:before {
    content: "\e9c6";
}

.icon-wordpress:before {
    content: "\e9c7";
}

.icon-tumblr3:before {
    content: "\e9cc";
}

.icon-tumblr2:before {
    content: "\e9cd";
}

.icon-yahoo:before {
    content: "\e9ce";
}

.icon-apple:before {
    content: "\e9d0";
}

.icon-android:before {
    content: "\e9d2";
}

.icon-windows:before {
    content: "\e9d3";
}

.icon-windows8:before {
    content: "\e9d4";
}

.icon-soundcloud3:before {
    content: "\e9d5";
}

.icon-skype2:before {
    content: "\e9d7";
}

.icon-linkedin3:before {
    content: "\e9d9";
}

.icon-linkedin2:before {
    content: "\e9da";
}

.icon-delicious:before {
    content: "\e9dd";
}

.icon-stackoverflow:before {
    content: "\e9e0";
}

.icon-xing3:before {
    content: "\e9e3";
}

.icon-paypal4:before {
    content: "\e9e7";
}

.icon-paypal3:before {
    content: "\e9e9";
}

.icon-yelp2:before {
    content: "\e9ea";
}

.icon-file-pdf:before {
    content: "\e9eb";
}

.icon-file-openoffice:before {
    content: "\e9ec";
}

.icon-file-word:before {
    content: "\e9ed";
}

.icon-file-excel:before {
    content: "\e9ee";
}

.icon-libreoffice:before {
    content: "\e9ef";
}

.icon-html5:before {
    content: "\e9f0";
}

.icon-chrome:before {
    content: "\e9f6";
}

.icon-IE:before {
    content: "\e9f8";
}

/* File does not exists: [PRIVATE FILE] */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
/*# sourceMappingURL=slick.min.css.map */
.overlay {
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .5;
    filter: alpha(Opacity:50);
}

    .overlay.black {
        background-image: -webkit-linear-gradient(36deg,#000 0,#25292d 50%);
        background-image: -moz-linear-gradient(36deg,#000 0,#25292d 50%);
        background-image: -o-linear-gradient(36deg,#000 0,#25292d 50%);
        background-image: linear-gradient(36deg,#000 0,#25292d 50%);
    }

    .overlay.white {
        background-image: -webkit-linear-gradient(36deg,#333 0,#bbb 50%);
        background-image: -moz-linear-gradient(36deg,#333 0,#bbb 50%);
        background-image: -o-linear-gradient(36deg,#333 0,#bbb 50%);
        background-image: linear-gradient(36deg,#333 0,#bbb 50%);
    }

    .overlay.main {
        background-image: -webkit-linear-gradient(36deg, #2599dc 0, #2599dc 50%);
        background-image: -moz-linear-gradient(36deg, #2599dc 0, #2599dc 50%);
        background-image: -o-linear-gradient(36deg, #2599dc 0, #2599dc 50%);
        background-image: linear-gradient(36deg, #2599dc 0, #2599dc 50%);
    }

html, body {
    background-color: #EBEDF0;
    position: relative;
    min-height: 100%;
}

#document {
    z-index: 100;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
}

#pageerror {
    padding: 50px 0;
    max-width: 800px;
    margin: auto;
}

    #pageerror .pageerror {
        padding: 30px 30px;
        text-align: center;
        font-size: 18px;
        background-color: #f3f3f3;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #pageerror .back {
        text-align: center;
        display: block;
        font-size: 15px;
        padding: 20px 0;
    }

    #pageerror .pageerror a {
        margin-left: 5px;
    }

#master {
    position: absolute;
    padding: 0;
    z-index: 100;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
}

#pagew {
    position: absolute;
    left: 0px;
    top: 55px;
    right: 0px;
    bottom: 0px;
    z-index: 800;
    background-color: #EBEDF0;
}

#pagescroll {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#page {
    position: relative;
    background-color: #fff;
}

    #page.std {
        overflow-y: scroll;
        margin-left: 0px;
    }

#appdialog {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1999;
}

#ajax-load {
    position: fixed;
    bottom: 0px;
    z-index: 5999;
    width: 100%;
    height: 100%;
    display: none;
    left: 0px;
}

    #ajax-load div {
        display: none;
    }

#ajax-load-2 {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 29999;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: none;
}

#noscript {
    background-color: #f6f6f6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#eeeeee');
    background: -moz-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6),color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, color-stop(0%,#f6f6f6),color-stop(100%,#eeeeee));
    background: -o-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
    background: linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
    border-bottom: 1px solid #ddd;
    padding: 13px 15px;
    color: #198700;
    text-align: center;
    font-size: 15px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    display: block;
    width: 100%;
}

#sgate {
    width: 400px;
    margin: auto;
    padding-top: 200px;
}

    #sgate h1 {
        color: #fff;
        @roboto font-size:28px;
        font-weight: normal;
        text-align: center;
        padding-bottom: 20px;
    }

        #sgate h1 span {
            color: #aaa;
            font-size: 16px;
        }

    #sgate .input {
        padding: 10px;
        border: 1px solid #ddd;
        width: 100%;
    }

    #sgate input {
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        width: 100%;
        color: #fff;
        font-size: 14px;
        @roboto;
    }

    #sgate .msg {
        text-align: center;
        color: #ddd;
        padding-bottom: 20px;
    }

#ptransit {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    z-index: 99999;
    display: none;
}

    #ptransit .bar {
        position: absolute;
        height: 3px;
        top: 0px;
        width: 100%;
    }

        #ptransit .bar .anim {
            height: 3px;
            margin: auto;
            width: 0px;
        }

.ph {
    min-height: 800px;
}

.--aligned-top {
    vertical-align: top !important;
}

.--aligned-bottom {
    vertical-align: bottom !important;
}

.--aligned-middle {
    vertical-align: middle !important;
}

.--aligned-left {
    text-align: left !important;
}

.--aligned-center {
    text-align: center !important;
}

.--aligned-right {
    text-align: right !important;
}

* {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.0px;
    text-rendering: geometricPrecision;
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    font-size: 12px;
}

body {
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

a,
.a {
    text-decoration: none;
    color: #2599dc;
    font-weight: bold;
    cursor: pointer;
}

    a:hover {
        color: #1e8fcf;
    }

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

ins {
    text-decoration: none;
}

del,
.del {
    text-decoration: line-through;
    color: #f30
}

ol,
ul {
    list-style: none;
}

/*img {
    border: none;
    overflow: hidden;
    font-size: 10px;
    color: transparent;
    vertical-align: middle;*/
    /*For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images*/
    /*-ms-interpolation-mode: bicubic;
}*/

h5 {
    font-size: 12px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3,
label {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h6 {
    font-size: 11px;
}
/*table*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table,
th,
td {
    vertical-align: middle;
}

textarea {
    resize: none;
}

.emo {
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}

.url {
    cursor: pointer;
}

    .url.std:hover {
        text-decoration: underline;
    }
/* select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
 color:#8A8A8F;
 border:1px solid #ccc;
 padding: 10px;
 max-width: 100%;
	width:100%;
}
.input.fluid {
	position:relative;
}
.input.fluid::after {
	content: "\e5c5";
	font-family: ap;
	color:#666;
	font-size:20px;
	position:absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.select{
	position:relative;
	width:100%;
}
.select::after {
	content: "\e5c5";
	font-family: ap;
	color:#666;
	font-size:20px;
	position:absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
} */
.select-m::after {
    display: none;
}

#application-canvas {
    display: none;
}

#appform {
}

    #appform .wrapper {
        background-color: #fff;
        padding: 25px 0;
        margin-top: 40px;
        border-top: 2px dotted rgba(0, 0, 0, 0.1);
    }

    #appform h1 {
        font-weight: 300;
        font-size: 36px;
        padding-bottom: 30px;
    }

    #appform .form {
    }

        #appform .form .row {
            padding-bottom: 25px;
        }

            #appform .form .row .ext {
                color: #aaa;
                font-weight: 300;
                font-size: 14px;
                padding-top: 10px;
            }

            #appform .form .row .label {
                color: #666;
                font-weight: bold;
                padding-bottom: 8px;
            }

        #appform .form .row-collapse .label {
            color: #666;
            font-weight: bold;
            padding-bottom: 8px;
        }

        #appform .form .row .input input,
        #appform .form .row .input textarea,
        #appform .form .row .select select {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            display: block;
            padding: 0;
            margin: 0;
            border: none;
            background: transparent;
        }

        #appform .form .row .select select {
            padding: 10px 13px;
            border: 1px solid #ccc;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

        #appform .form .row .input input,
        #appform .form .row .input textarea {
            padding: 11px 13px;
            border: 1px solid #ccc;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-color: #fff;
            -moz-box-shadow: inset 1px 1px 1px #f8f8f8;
            -webkit-box-shadow: inset 1px 1px 1px #f8f8f8;
            box-shadow: inset 1px 1px 1px #f8f8f8;
        }

        #appform .form .row .input.first {
            float: left;
            width: 45%;
        }

        #appform .form .row .input.second {
            float: right;
            width: 45%;
        }

        #appform .form .submit {
            background-color: #7abd1a;
            padding: 15px 0;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            font-weight: 500;
            font-size: 16px;
            position: relative;
            text-align: center;
            color: #fff;
            cursor: pointer;
            font-weight: 500;
            margin-top: 30px;
        }

            #appform .form .submit:hover {
                background-color: #2599dc;
            }

        #appform .form .upload {
            position: relative;
            border: 2px dashed #ccc;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            margin-top: 10px;
        }

            #appform .form .upload:hover {
                background-color: #f8f8f8;
            }

            #appform .form .upload .text {
                position: relative;
                text-align: center;
                font-size: 13px;
                z-index: 1 !important;
                padding: 20px 0;
            }

                #appform .form .upload .text .more {
                    font-size: 20px;
                    font-weight: 300;
                    color: #999;
                    padding-top: 4px;
                }

            #appform .form .upload input {
                display: block;
                position: absolute;
                white-space: nowrap;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                display: block;
                padding: 0;
                margin: 0;
                border: none;
                background: transparent;
                width: 100%;
                height: 100%;
                z-index: 1001;
                opacity: 0;
                filter: alpha(Opacity:0);
                top: 0px;
            }

        #appform .form .cancel {
            padding: 15px 0;
            text-align: center;
            cursor: pointer;
            font-weight: 300;
            font-size: 16px;
            color: #999;
            margin-top: 30px;
        }

            #appform .form .cancel:hover {
                color: #111;
                text-decoration: underline;
            }

.talent-embed__form {
    margin-left: 0px;
    margin-right: 0px;
}

    .talent-embed__form #appform .wrapper {
        margin-top: 0;
        border-top: unset;
    }

.appform-video {
    display: block;
    margin-top: 25px;
}

    .appform-video .wrapper {
        text-align: center;
        margin: auto;
        max-width: 800px;
    }

    .appform-video .form .label {
        color: #666;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .appform-video .form .submit {
        background-color: #7abd1a;
        padding: 15px 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        text-align: center;
        color: #fff;
        cursor: pointer;
        font-weight: 500;
        margin-top: 30px;
    }

        .appform-video .form .submit:hover {
            background-color: #2599dc;
        }

    .appform-video .form .upload {
        position: relative;
        border: 2px dashed #ccc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-top: 10px;
    }

        .appform-video .form .upload:hover {
            background-color: #f8f8f8;
        }

        .appform-video .form .upload .text {
            position: relative;
            text-align: center;
            font-size: 13px;
            z-index: 1 !important;
            padding: 20px 0;
        }

            .appform-video .form .upload .text .more {
                font-size: 20px;
                font-weight: 300;
                color: #999;
                padding-top: 4px;
            }

        .appform-video .form .upload input {
            display: block;
            position: absolute;
            white-space: nowrap;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            display: block;
            padding: 0;
            margin: 0;
            border: none;
            background: transparent;
            width: 100%;
            height: 100%;
            z-index: 1001;
            opacity: 0;
            filter: alpha(Opacity:0);
            top: 0px;
        }

#appform-join {
}

    #appform-join .wrapper {
        background-color: #fff;
        padding: 25px 0;
        margin-top: 40px;
        border-top: 2px dotted rgba(0, 0, 0, 0.1);
    }

    #appform-join h1 {
        font-weight: 300;
        font-size: 36px;
        padding-bottom: 30px;
    }

    #appform-join .form {
    }

        #appform-join .form .row {
            padding-bottom: 25px;
        }

            #appform-join .form .row .ext {
                color: #aaa;
                font-weight: 300;
                font-size: 14px;
                padding-top: 10px;
            }

            #appform-join .form .row .label {
                color: #666;
                font-weight: bold;
                padding-bottom: 8px;
            }

        #appform-join .form .row-collapse .label {
            color: #666;
            font-weight: bold;
            padding-bottom: 8px;
        }

        #appform-join .form .row .input input,
        #appform-join .form .row .input textarea,
        #appform-join .form .row .select select {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            display: block;
            padding: 0;
            margin: 0;
            border: none;
            background: transparent;
        }

        #appform-join .form .row .select select {
            padding: 10px 13px;
            border: 1px solid #ccc;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

        #appform-join .form .row .input input,
        #appform-join .form .row .input textarea {
            padding: 11px 13px;
            border: 1px solid #ccc;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-color: #fff;
            -moz-box-shadow: inset 1px 1px 1px #f8f8f8;
            -webkit-box-shadow: inset 1px 1px 1px #f8f8f8;
            box-shadow: inset 1px 1px 1px #f8f8f8;
        }

        #appform-join .form .row .input.first {
            float: left;
            width: 45%;
        }

        #appform-join .form .row .input.second {
            float: right;
            width: 45%;
        }

        #appform-join .form .submit {
            background-color: #7abd1a;
            padding: 15px 0;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            font-weight: 500;
            font-size: 16px;
            position: relative;
            text-align: center;
            color: #fff;
            cursor: pointer;
            font-weight: 500;
            margin-top: 30px;
        }

            #appform-join .form .submit:hover {
                background-color: #2599dc;
            }

        #appform-join .form .upload {
            position: relative;
            border: 2px dashed #ccc;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            margin-top: 10px;
        }

            #appform-join .form .upload:hover {
                background-color: #f8f8f8;
            }

            #appform-join .form .upload .text {
                position: relative;
                text-align: center;
                font-size: 13px;
                z-index: 1 !important;
                padding: 20px 0;
            }

                #appform-join .form .upload .text .more {
                    font-size: 20px;
                    font-weight: 300;
                    color: #999;
                    padding-top: 4px;
                }

            #appform-join .form .upload input {
                display: block;
                position: absolute;
                white-space: nowrap;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                display: block;
                padding: 0;
                margin: 0;
                border: none;
                background: transparent;
                width: 100%;
                height: 100%;
                z-index: 1001;
                opacity: 0;
                filter: alpha(Opacity:0);
                top: 0px;
            }

        #appform-join .form .cancel {
            padding: 15px 0;
            text-align: center;
            cursor: pointer;
            font-weight: 300;
            font-size: 16px;
            color: #999;
            margin-top: 30px;
        }

            #appform-join .form .cancel:hover {
                color: #111;
                text-decoration: underline;
            }
/* File does not exists: [PRIVATE FILE] */

/**
 * @desc CSS Class for xDialog
 */
.__wtdialog {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    overflow: auto;
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .__wtdialog .__dialogwrapper {
        position: absolute;
        -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    }

    .__wtdialog .__dialogwrapper-inner {
        margin: auto;
        overflow: hidden;
    }

    .__wtdialog .__dialogmain {
        float: left;
        position: relative;
        overflow: hidden;
        min-height: 90px;
        min-width: 300px;
        max-width: 900px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #fff;
    }

    .__wtdialog .__dialogcontent {
        min-height: 40px;
        border-top: 1px solid trapsparent;
        padding: 10px;
    }

    .__wtdialog .__dialogtitle {
        color: #111;
        padding: 18px;
        position: relative;
        font-weight: normal;
        font-size: 26px;
        text-align: center;
        background-color: #fff;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        border-bottom: 3px solid #eee;
    }

    .__wtdialog .__dialogclose {
        position: absolute;
        cursor: pointer;
        color: #999;
        right: 10px;
        top: 10px;
        padding: 5px 9px;
        border: 1px solid transparent;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

        .__wtdialog .__dialogclose span {
            font-size: 16px;
        }

        .__wtdialog .__dialogclose:hover {
            background-color: #fcfcfc;
            border: 1px solid #ddd;
            color: #111;
        }

    .__wtdialog .__dialogbuttons {
        border-top: 2px solid #e7e7e7;
        text-align: right;
        position: relative;
        background-color: #fff;
    }

        .__wtdialog .__dialogbuttons .button {
            text-align: center;
            cursor: pointer;
            padding: 13px 0px;
            border: 1px solid #e9e9e9;
            color: #444;
            font-size: 15px;
        }

            .__wtdialog .__dialogbuttons .button:hover {
                color: #111;
                background-color: #fff;
            }

            .__wtdialog .__dialogbuttons .button:active, .__wtdialog .__dialogbuttons .button:focus {
                opacity: 0.8;
                filter: alpha(Opacity:80);
            }

            .__wtdialog .__dialogbuttons .button.hl {
                background-color: #1974d8;
                color: #fff;
                border: 1px solid #0f6acd;
            }

                .__wtdialog .__dialogbuttons .button.hl:hover {
                    background-color: #0058b8;
                    color: #fff;
                    border: 1px solid #0053ae;
                }

            .__wtdialog .__dialogbuttons .button.er {
                color: #c65144;
                font-weight: bold;
                border: none;
                -webkit-transition-property: all;
                -moz-transition-property: all;
                -o-transition-property: all;
                transition-property: all;
                -webkit-transition-duration: 0.5s;
                -moz-transition-duration: 0.5s;
                -o-transition-duration: 0.5s;
                transition-duration: 0.5s;
            }

                .__wtdialog .__dialogbuttons .button.er:hover {
                    -moz-box-shadow: inset 0px 0px 10px #eee;
                    -webkit-box-shadow: inset 0px 0px 10px #eee;
                    box-shadow: inset 0px 0px 10px #eee;
                    background-color: #f6f6f6;
                }

            .__wtdialog .__dialogbuttons .button.ss {
                color: #36b918;
                font-weight: bold;
                border: none;
                -webkit-transition-property: all;
                -moz-transition-property: all;
                -o-transition-property: all;
                transition-property: all;
                -webkit-transition-duration: 0.5s;
                -moz-transition-duration: 0.5s;
                -o-transition-duration: 0.5s;
                transition-duration: 0.5s;
            }

                .__wtdialog .__dialogbuttons .button.ss:hover {
                    -moz-box-shadow: inset 0px 0px 10px #eee;
                    -webkit-box-shadow: inset 0px 0px 10px #eee;
                    box-shadow: inset 0px 0px 10px #eee;
                    background-color: #f6f6f6;
                }

            .__wtdialog .__dialogbuttons .button.confirm-button {
                float: left;
                width: 50%;
            }

        .__wtdialog .__dialogbuttons .ss.confirm-button {
            position: absolute;
            top: 0px;
            right: 0px;
            border-left: 1px solid #e7e7e7;
        }

.__wtajaxdialog {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    overflow: auto;
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .__wtajaxdialog .__dialogwrapper {
        position: absolute;
    }

    .__wtajaxdialog .__dialogwrapper-inner {
        margin: auto;
        overflow: hidden;
    }

    .__wtajaxdialog .__dialogtitle {
        display: none;
    }

    .__wtajaxdialog .__dialogcontent {
        border-top: 1px solid trapsparent;
        padding: 30px 40px;
        background: rgba(0,0,0,0.5);
        font-size: 28px;
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
    }

        .__wtajaxdialog .__dialogcontent p {
            padding-top: 10px;
            font-size: 13px;
            font-weight: normal;
        }

.__appdialog {
    width: 100%;
    height: 100%;
    background-image: url(https://staticx-talent.basecdn.net/image/dialog.png);
    background-repeat: repeat;
    overflow: auto;
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .__appdialog .__dialogwrapper {
        position: absolute;
        -moz-box-shadow: 0px 10px 10px -2px #888;
        -webkit-box-shadow: 0px 10px 10px -2px #888;
        box-shadow: 0px 10px 10px -2px #888;
    }

    .__appdialog .__dialogwrapper-inner {
        margin: auto;
        overflow: hidden;
    }

    .__appdialog .__dialogmain {
        float: left;
        position: relative;
        background-color: #fafafa;
        min-height: 90px;
        min-width: 400px;
        max-width: 900px;
        @corner:4px;
    }

    .__appdialog .__dialogcontent {
        min-height: 40px;
        border-top: 1px solid #fff;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        background-image: url(https://staticx-talent.basecdn.net/image/v2/bg1.png);
        background-repeat: repeat;
    }

    .__appdialog .__dialogtitle {
        color: #fff;
        padding: 11px 10px 11px 10px;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        background-color: #316aaa;
        border-bottom: 1px solid #155296;
    }

    .__appdialog .__dialogclose {
        position: absolute;
        cursor: pointer;
        font-size: 16px;
        right: 8px;
        top: 8px;
        padding: 3px 8px;
        opacity: 0.5;
        filter: alpha(Opacity:50);
        border: 1px solid transparent;
        color: #fff;
    }

        .__appdialog .__dialogclose:hover {
            background: rgba(255,255,255,0.9);
            border: 1px solid #1d589b;
            opacity: 1.0;
            filter: alpha(Opacity:100);
            color: #316aaa;
        }

.__apalert .__dialogmain .__dialogtitle {
    display: none;
}

.__apalert .__apdialog {
    overflow: hidden;
    padding: 25px 5px;
    padding-top: 30px;
    max-width: 500px;
    padding-left: 5px;
    min-width: 400px;
}

    .__apalert .__apdialog table {
        width: 100%;
        height: 100%;
    }

    .__apalert .__apdialog .icon {
        vertical-align: middle;
        width: 60px;
        padding-left: 15px;
    }

    .__apalert .__apdialog .text {
        vertical-align: middle;
        font-weight: normal;
        font-size: 15px;
        text-align: justify;
        color: #111;
        line-height: 24px;
        padding-right: 20px;
    }

        .__apalert .__apdialog .text strong {
            text-decoration: underline;
        }

        .__apalert .__apdialog .text * {
        }

.__apdialog p {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
}

    .__apdialog p.title {
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
        font-size: 15px;
    }

.__uploaddialog {
    width: 100%;
    height: 100%;
    background-image: url(https://staticx-talent.basecdn.net/image/dialog.png);
    background-repeat: repeat;
    overflow: auto;
    z-index: 2111;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .__uploaddialog .__dialogwrapper {
        position: absolute;
        background: rgba(0,0,0,0.15);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .__uploaddialog .__dialogwrapper-inner {
        margin: auto;
        overflow: hidden;
        -moz-box-shadow: 1px 1px 6px 0px #555;
        -webkit-box-shadow: 1px 1px 6px 0px #555;
        box-shadow: 1px 1px 6px 0px #555;
    }

    .__uploaddialog .__dialogmain {
        float: left;
        position: relative;
        background-color: #fafafa;
        min-height: 90px;
        min-width: 400px;
        max-width: 900px;
        @corner:4px;
    }

    .__uploaddialog .__dialogcontent {
        min-height: 40px;
        border-top: 1px solid #fff;
        padding: 10px;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .__uploaddialog .__dialogtitle {
        color: #2481d8;
        padding: 12px 10px 12px 10px;
        position: relative;
        font-weight: normal;
        font-size: 17px;
        font-family: Arial, san-serif;
        background-color: #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
        background: -moz-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff),color-stop(100%,#f6f6f6));
        background: -webkit-linear-gradient(top, color-stop(0%,#ffffff),color-stop(100%,#f6f6f6));
        background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
        background: linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
        border-bottom: 2px solid #2481d8;
    }

    .__uploaddialog .__dialogclose {
        position: absolute;
        cursor: pointer;
        right: 6px;
        top: 6px;
        padding: 3px;
        opacity: 0.5;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid transparent;
    }

        .__uploaddialog .__dialogclose:hover {
            background-color: #efefef;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e5e5e5');
            background: -moz-linear-gradient(top, #efefef 0%,#e5e5e5 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef),color-stop(100%,#e5e5e5));
            background: -webkit-linear-gradient(top, color-stop(0%,#efefef),color-stop(100%,#e5e5e5));
            background: -o-linear-gradient(top, #efefef 0%,#e5e5e5 100%);
            background: -ms-linear-gradient(top, #efefef 0%,#e5e5e5 100%);
            background: linear-gradient(top, #efefef 0%,#e5e5e5 100%);
            border: 1px solid #d7d7d7;
            opacity: 1.0;
            filter: alpha(Opacity:100);
        }

    .__uploaddialog .__dialogbuttons {
        border-top: 1px solid #e3e3e3;
        padding: 10px;
        text-align: right;
        background-color: #fafafa;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5');
        background: -moz-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa),color-stop(100%,#f5f5f5));
        background: -webkit-linear-gradient(top, color-stop(0%,#fafafa),color-stop(100%,#f5f5f5));
        background: -o-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
        background: -ms-linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
        background: linear-gradient(top, #fafafa 0%,#f5f5f5 100%);
    }

        .__uploaddialog .__dialogbuttons .button {
            display: inline-block;
            text-align: center;
            cursor: pointer;
            margin: 3px 3px;
            padding: 8px 15px;
            margin-left: 5px;
            background-color: #fcfcfc;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee');
            background: -moz-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc),color-stop(100%,#eeeeee));
            background: -webkit-linear-gradient(top, color-stop(0%,#fcfcfc),color-stop(100%,#eeeeee));
            background: -o-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
            background: -ms-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
            background: linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
            border: 1px solid #d1d1d1;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -moz-box-shadow: inset 0px 0px 1px #fff;
            -webkit-box-shadow: inset 0px 0px 1px #fff;
            box-shadow: inset 0px 0px 1px #fff;
            text-shadow: 0 1px 1px #fff;
            color: #444;
            font-size: 11px;
            font-family: Arial, san-serif;
            font-weight: bold;
        }

            .__uploaddialog .__dialogbuttons .button:hover {
                background-color: #ffffff;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9');
                background: -moz-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff),color-stop(100%,#e9e9e9));
                background: -webkit-linear-gradient(top, color-stop(0%,#ffffff),color-stop(100%,#e9e9e9));
                background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
                background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
                background: linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
                color: #111;
                border: 1px solid #ccc;
            }

            .__uploaddialog .__dialogbuttons .button:active, .__uploaddialog .__dialogbuttons .button:focus {
                -moz-box-shadow: inset 1px 2px 2px #ddd;
                -webkit-box-shadow: inset 1px 2px 2px #ddd;
                box-shadow: inset 1px 2px 2px #ddd;
                border: 1px solid #ccc;
            }

.__uploaddialog {
}

    .__uploaddialog .__dialogbuttons {
        display: none;
    }

    .__uploaddialog .__dialogcontent {
        padding: 0;
        margin: 0;
    }

    .__uploaddialog .__dialogclose {
        display: none;
    }

    .__uploaddialog.has_close_button .__dialogclose {
        display: block;
    }

.__fdialog {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    overflow: auto;
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .__fdialog .__dialogwrapper {
        position: absolute;
    }

    .__fdialog .__dialogwrapper-inner {
        margin: auto;
        overflow: hidden;
        -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    }

    .__fdialog .__dialogmain {
        float: left;
        position: relative;
        overflow: hidden;
        min-height: 90px;
        min-width: 450px;
        max-width: 900px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #fff;
    }

    .__fdialog .__dialogcontent {
        min-height: 40px;
        border-top: 1px solid transparent;
        padding: 30px 20px;
    }

    .__fdialog.fs .__dialogcontent {
        padding: 0;
        padding-top: 20px;
    }

    .__fdialog .__dialogtitlewrap {
        color: #111;
        position: relative;
        padding: 15px 18px;
        position: relative;
        font-weight: normal;
        text-align: center;
        border-bottom: 2px solid #eee;
    }

    .__fdialog .__dialogtitlerender {
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: -17px;
        left: 0px;
        $bg:@tx;
    }

    .__fdialog .__dialogtitle {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        color: #aaa;
    }

    .__fdialog .__dialogtitlewrap.nd {
        border: none;
        padding-bottom: 0px;
    }

    .__fdialog .__dialogtitle .title-1 {
        text-transform: none;
        font-size: 24px;
        font-weight: normal;
        color: #111;
        padding: 0 50px;
    }

    .__fdialog .__dialogtitle .title-2 {
        font-style: italic;
        font-size: 14px;
        color: #999;
        font-weight: normal;
        padding: 5px 0 0px 0;
        text-transform: none;
    }

    .__fdialog .__dialogclose {
        position: absolute;
        cursor: pointer;
        color: #999;
        right: 10px;
        top: 10px;
        padding: 5px 6px;
        border: 1px solid transparent;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

        .__fdialog .__dialogclose span {
            font-size: 16px;
        }

        .__fdialog .__dialogclose:hover {
            background-color: #D96C6C;
            border: 1px solid #D96C6C;
            color: #fff;
        }

    .__fdialog .form-buttons {
        overflow: hidden;
        padding-top: 20px;
        border-top: 1px dashed #ddd;
        margin-top: 5px;
    }

        .__fdialog .form-buttons .button {
            padding: 11px 0px;
            width: 48%;
        }

            .__fdialog .form-buttons .button.ok {
                float: right;
            }

            .__fdialog .form-buttons .button.cancel {
                float: left;
            }

    .__fdialog .form-dialog .warning {
        background: rgba(217,108,108,0.2);
        padding: 15px 20px;
        text-align: center;
        font-size: 13px;
        font-style: italic;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .__fdialog.float-opts .__dialogtitlewrap, .__fdialog.float-opts .__dialogclose {
        display: none;
    }

    .__fdialog.float-opts .__dialogcontent {
        padding: 0;
    }

    .__fdialog.float-opts .opt {
        padding: 13px 20px;
        border-bottom: 1px solid #eee;
        position: relative;
    }

        .__fdialog.float-opts .opt.with-icon {
            padding-left: 50px;
        }

        .__fdialog.float-opts .opt .ir {
            position: absolute;
            font-size: 20px;
            top: 10px;
            right: 10px;
            padding: 4px;
            color: #ddd;
        }

        .__fdialog.float-opts .opt .updown {
            position: absolute;
            top: 10px;
            left: 10px;
        }

            .__fdialog.float-opts .opt .updown div {
                padding: 0px 4px;
                font-size: 18px;
                color: #aaa;
                cursor: pointer;
                height: 16px;
            }

                .__fdialog.float-opts .opt .updown div:hover {
                    color: #111;
                }

        .__fdialog.float-opts .opt .label {
            font-size: 16px;
            display: block;
            font-weight: bold;
        }

        .__fdialog.float-opts .opt .sublabel {
            color: #aaa;
            font-size: 13px;
            padding-top: 2px;
        }

        .__fdialog.float-opts .opt .icon {
            position: absolute;
            font-size: 20px;
            font-weight: normal;
            top: 18px;
            left: 13px;
            color: #999;
            opacity: 0.8;
            filter: alpha(Opacity:80);
        }

        .__fdialog.float-opts .opt:hover {
            background-color: #f8f8f8;
        }

            .__fdialog.float-opts .opt:hover .ir {
                color: #111;
            }

        .__fdialog.float-opts .opt .inputs {
            padding-bottom: 8px;
        }

        .__fdialog.float-opts .opt .input {
            margin-top: 13px;
            padding-bottom: 2px;
        }

        .__fdialog.float-opts .opt .inputw {
            padding-right: 13px;
        }

        .__fdialog.float-opts .opt .input input {
            font-size: 15px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

        .__fdialog.float-opts .opt .ok {
            width: 19%;
            margin-top: 13px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            padding: 7px 0;
            font-size: 13px;
            font-weight: bold;
        }

    .__fdialog.float-opts .back {
        padding: 10px 20px 10px 40px;
        background-color: #f9f9f9;
        position: relative;
        font-size: 14px;
        text-align: center;
        border-top: 1px solid #eee;
    }

        .__fdialog.float-opts .back .icon {
            font-size: 16px;
            position: absolute;
            top: 9px;
            left: 15px;
        }

        .__fdialog.float-opts .back:hover {
            font-weight: bold;
            color: #111;
            background-color: #fff;
        }

.__apalert .__apdialog.tos-bigbox {
    max-width: 100%;
    padding: 0px;
}

    .__apalert .__apdialog.tos-bigbox .icon {
        display: none;
    }

    .__apalert .__apdialog.tos-bigbox .text {
        padding: 20px;
        padding-top: 25px;
    }

        .__apalert .__apdialog.tos-bigbox .text p {
            font-size: 16px;
            padding-bottom: 0px;
        }

            .__apalert .__apdialog.tos-bigbox .text p.tos-title {
                font-size: 16px;
            }

#tos-box {
    margin-top: 10px;
}

#tos-content iframe {
    height: 550px !important;
}

@media(max-width: 767px) {
    .__apalert .__apdialog.tos-bigbox {
        min-width: 370px;
    }

        .__apalert .__apdialog.tos-bigbox .text {
            padding: 25px;
        }

            .__apalert .__apdialog.tos-bigbox .text p {
                padding: 0px 15px;
            }

    #tos-content iframe {
        height: 400px !important;
    }
}

#master-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: #fafafa;
}

    #master-loader > .name {
        width: 300px;
        margin: auto;
        padding-top: 200px;
    }

        #master-loader > .name h1 {
            font-size: 36px;
            color: #257cdd;
            font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
            text-shadow: 0 1px 2px #fff;
            text-align: center;
        }

            #master-loader > .name h1 span {
                font-size: 50px;
                font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
                font-weight: normal;
                display: inline-block;
                padding: 3px 20px 5px 20px;
                background-color: #257cdd;
                color: #fff;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                margin-right: 5px;
                vertical-align: top;
                margin-top: -11px;
            }

        #master-loader > .name h2 {
            text-align: center;
            font-weight: normal;
            color: #0a55a8;
            padding-top: 25px;
            font-size: 18px;
            text-shadow: 0 1px 3px #fff;
        }

    #master-loader .loading {
        text-align: center;
        font-family: Arial, san-serif;
        text-shadow: 0 1px 2px #fff;
        width: 100%;
        font-size: 13px;
        background-color: #f5f5f5;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee');
        background: -moz-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5),color-stop(100%,#eeeeee));
        background: -webkit-linear-gradient(top, color-stop(0%,#f5f5f5),color-stop(100%,#eeeeee));
        background: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
        background: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
        background: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
        border-top: 1px solid #ddd;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 25px 0;
        color: #888;
        font-weight: bold;
    }

    #master-loader img {
        position: absolute;
        left: 50%;
        margin-left: -27px;
        top: 40%;
    }

.form .select-m {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    display: block;
    width: 100%;
}

    .form .select-m .option {
        padding: 12px 15px 12px 45px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        font-size: 14px;
        color: #888;
        position: relative;
        cursor: pointer;
    }

        .form .select-m .option:hover {
            background: rgba(122,189,26,0.1);
            color: #111;
        }

        .form .select-m .option:before {
            position: absolute;
            width: 16px;
            height: 16px;
            border: 1px solid rgba(0,0,0,0.2);
            top: 15px;
            left: 15px;
            content: "";
            background-color: #fff;
        }

        .form .select-m .option.active {
            font-weight: 500;
            color: #7abd1a;
        }

            .form .select-m .option.active:before {
                background: rgba(122,189,26,0.8);
                border: 1px solid rgba(0,0,0,0.1);
            }

            .form .select-m .option.active:after {
                position: absolute;
                color: #fff;
                font-family: ap;
                content: "\e206";
                top: 15px;
                left: 17px;
                line-height: 18px;
            }

#appform .form .row .input--select.input input {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: -1px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding-left: 30px;
}

#appform .form .row .input--select i.icon {
    position: absolute;
    top: 45%;
    left: 10px;
    transform: translateY(-45%);
}

#appform .form .row .input--select {
    position: relative;
}

#thankyou {
    padding: 120px 0px;
    background-color: #f5f5f5;
}

.thank-page {
    position: relative;
    text-align: left;
}

    .thank-page .content {
        padding: 50px 0px;
        max-width: 500px;
    }

    .thank-page h2 {
        font-size: 75px;
        text-transform: uppercase;
    }

    .thank-page h3 {
        color: #4f4f4f;
        font-size: 36px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .thank-page p {
        color: #4f4f4f;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 25px;
    }

    .thank-page a {
        font-size: 16px;
        color: #2a94e6;
    }

#rcw {
    background-color: #f3f3f3;
    padding: 50px 0;
    min-height: 1000px;
}

    #rcw .logo-wrapper {
        display: block;
    }

    #rcw .logo {
        text-align: center;
        font-size: 30px;
        padding-bottom: 30px;
        max-width: 300px;
        margin: auto;
    }

        #rcw .logo img {
            max-width: 300px;
        }

#recording {
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-height: 600px;
    -moz-box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

    #recording .video {
        padding: 20px;
    }

    #recording video {
        width: 100%;
    }

    #recording .text {
        text-align: center;
        color: #7abd1a;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        background: rgba(122,189,26,0.2);
    }

    #recording .canvas {
        position: relative;
    }

    #recording .cta {
        position: absolute;
        cursor: pointer;
        left: 0px;
        right: 0px;
        top: 50%;
        margin-top: -50px;
    }

        #recording .cta .box {
            position: relative;
            margin: auto;
            width: 100px;
            height: 100px;
            background-color: #2599dc;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            font-weight: 500;
            font-size: 15px;
            padding-top: 40px;
            z-index: 101;
        }

            #recording .cta .box:hover {
                background-color: #7abd1a;
            }

    #recording .exp {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
        top: 20px;
        background: rgba(0,0,0,0.3);
        z-index: 100;
    }

        #recording .exp .txt {
            position: absolute;
            text-align: center;
            left: 20px;
            right: 20px;
            bottom: 20px;
            color: rgba(255,255,255,0.5);
        }

    #recording .controls {
        position: absolute;
        display: none;
        left: 40px;
        bottom: 40px;
        right: 40px;
    }

        #recording .controls .button {
            float: left;
            cursor: pointer;
            padding: 10px 16px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

            #recording .controls .button.stop {
                background-color: #c34343;
                color: #fff;
            }

            #recording .controls .button.submit {
                background-color: #7abd1a;
                color: #fff;
            }

                #recording .controls .button.stop:hover, #recording .controls .button.submit:hover, #recording .controls .button:hover {
                    background-color: #2599dc;
                    color: #fff;
                }

#counter {
    position: absolute;
    right: 0px;
    top: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 20px;
}

    #counter .dot {
        color: #c34343;
        font-size: 16px;
        margin-bottom: 2px;
        text-align: center;
        position: absolute;
        left: -13px;
        top: 2px;
    }

    #counter .timer {
        width: 40px;
        text-align: center;
    }

#talent-network-canvas {
    background-color: #f3f3f3;
    display: none;
    position: relative;
    height: 100%;
    overflow-y: scroll;
}

#talent-network {
    background-color: #fff;
    padding: 40px;
    position: relative;
    max-width: 720px;
    margin: 50px auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1);
}

    #talent-network .top {
        padding-bottom: 20px;
        border-bottom: 1px dotted #ddd;
        position: relative;
    }

        #talent-network .top h1 {
            font-size: 26px;
            font-weight: normal;
            padding-bottom: 3px;
        }

        #talent-network .top .title a {
            font-size: 14px;
            font-weight: normal;
        }

            #talent-network .top .title a:hover {
                text-decoration: underline;
            }

        #talent-network .top .logo {
            position: absolute;
            right: 0px;
            top: 0px;
        }

            #talent-network .top .logo img {
                max-height: 48px;
            }

    #talent-network .about {
        padding: 30px 0;
    }

        #talent-network .about p {
            margin-bottom: 10px;
            font-size: 14px;
        }

        #talent-network .about ul {
            list-style-type: square;
            margin-left: 20px;
            font-size: 13px;
        }

    #talent-network .cta {
        background-color: #2599dc;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 13px 0;
        margin-bottom: 30px;
    }

    #talent-network .footer {
        text-align: center;
    }

        #talent-network .footer a {
            font-weight: normal;
            color: #999;
        }

            #talent-network .footer a:hover {
                color: #2599dc;
                text-decoration: underline;
            }

#canvas #job .overview {
    margin-top: 40px;
}

    #canvas #job .overview h1 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    #canvas #job .overview h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 10px;
        color: #333;
    }

#canvas #job .content {
    font-size: 14px;
    line-height: 22px;
}

.visible-custom-table {
    padding-top: 4px;
}

    .visible-custom-table .base-table-wrapper {
        border: 1px solid rgba(0,0,0,0.15);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-bottom: 10px;
    }

        .visible-custom-table .base-table-wrapper .base-table thead td {
            color: #999;
            background-color: #fcfcfc;
        }

            .visible-custom-table .base-table-wrapper .base-table thead td > div {
                padding-left: 8px;
            }

        .visible-custom-table .base-table-wrapper tbody .-fx {
            border-left: 1px solid #eee;
        }

            .visible-custom-table .base-table-wrapper tbody .-fx .cell, .visible-custom-table .base-table-wrapper tbody .-fx .cell-lead {
                padding: 0;
            }

            .visible-custom-table .base-table-wrapper tbody .-fx .cell-lead {
                height: 32px;
            }

        .visible-custom-table .base-table-wrapper .-fx input, .visible-custom-table .base-table-wrapper .-fx select {
            padding: 0;
            margin: 0;
            border: none;
            background: transparent;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            display: block;
        }

        .visible-custom-table .base-table-wrapper .-fx input, .visible-custom-table .base-table-wrapper .-fx select {
            padding: 8px !important;
            font-size: 14px;
            margin: 0 !important;
            border: none !important;
            height: 32px;
        }

        .visible-custom-table .base-table-wrapper .-fx select {
            font-size: 13px;
        }

        .visible-custom-table .base-table-wrapper .-fx input:active, .visible-custom-table .base-table-wrapper .-fx input:focus {
            -moz-box-shadow: 0px 0px 3px rgba(37,153,220,0.7);
            -webkit-box-shadow: 0px 0px 3px rgba(37,153,220,0.7);
            box-shadow: 0px 0px 3px rgba(37,153,220,0.7);
            border: none !important;
        }

        .visible-custom-table .base-table-wrapper .input-tr-action {
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            background-color: #fafafa;
        }

            .visible-custom-table .base-table-wrapper .input-tr-action .-index {
                font-size: 11px;
                font-weight: 500;
                color: #999;
                padding: 10px 8px;
                line-height: 14px;
            }

            .visible-custom-table .base-table-wrapper .input-tr-action .-remove {
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
                font-size: 16px;
                color: #aaa;
                display: none;
                cursor: pointer;
                padding: 8px 8px;
            }

                .visible-custom-table .base-table-wrapper .input-tr-action .-remove:hover {
                    background-color: #fff;
                    color: #c34343;
                }

        .visible-custom-table .base-table-wrapper tr:hover .input-tr-action .-remove {
            display: block;
        }

        .visible-custom-table .base-table-wrapper tr:hover .input-tr-action .-index {
            display: none;
        }

    .visible-custom-table .base-label {
        display: inline-block;
        cursor: pointer;
    }

        .visible-custom-table .base-label:hover {
            color: #2599dc;
            text-decoration: underline;
        }

.input-table.-dark {
    color: rgba(255,255,255,0.75);
}

    .input-table.-dark .visible-custom-table .base-table-wrapper .base-table thead td {
        background-color: transparent;
        color: #fff;
    }

    .input-table.-dark .visible-custom-table .base-table-wrapper .input-tr-action {
        background: rgba(0,0,0,0.2);
    }

    .input-table.-dark .base-table tbody td {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .input-table.-dark .visible-custom-table .base-table-wrapper tbody .-fx {
        border-left: 1px solid rgba(255,255,255,0.1);
    }

.cform-display-table .base-table-wrapper {
    border: 1px solid rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .cform-display-table .base-table-wrapper .base-table thead td {
        color: #aaa;
        background-color: #fafafa;
    }

        .cform-display-table .base-table-wrapper .base-table thead td > div {
            padding-left: 20px;
            padding-top: 8px;
            padding-bottom: 8px;
        }

.cform-display-table .base-table tbody td .cell {
    font-size: 13px;
}

.cform-display-table .base-table tbody td.-first .cell {
    padding-left: 10px !important;
    background-color: #f8f8f8;
    border-right: 1px solid rgba(0,0,0,0.05);
}

.cform-display-plain-table {
}

    .cform-display-plain-table .it-row {
        margin-bottom: 20px;
        padding-left: 50px;
        position: relative;
    }

        .cform-display-plain-table .it-row:last-child {
            margin: 0;
        }

        .cform-display-plain-table .it-row .it-index {
            font-weight: 500;
            font-size: 12px;
            color: #aaa;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 35px;
            bottom: 5px;
            border-right: 4px solid #eee;
        }

        .cform-display-plain-table .it-row .it-row-line {
            position: relative;
            padding-left: 120px;
            padding-bottom: 5px;
        }

            .cform-display-plain-table .it-row .it-row-line em {
                position: absolute;
                color: #666;
                left: 0px;
                top: 0px;
                width: 110px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
            }

                .cform-display-plain-table .it-row .it-row-line em span {
                }

                .cform-display-plain-table .it-row .it-row-line em:after {
                    content: ":";
                    position: absolute;
                    color: #aaa;
                    right: 0px;
                    top: 0px;
                }

/* File does not exists: [PRIVATE FILE] */



/* File does not exists: [PRIVATE FILE] */



/* File does not exists: [PRIVATE FILE] */



/* File does not exists: [PRIVATE FILE] */



/* File does not exists: [PRIVATE FILE] */




.base-table {
}

    .base-table table {
        width: 100%;
    }

    .base-table thead.-gray {
        background-color: #fafafa;
    }

    .base-table thead td {
        border-bottom: 1px solid rgba(0,0,0,0.08);
        font-weight: normal;
        color: #7abd1a;
        font-size: 15px;
        position: relative;
        font-weight: 500;
        text-align: left;
    }

    .base-table thead .cell {
        padding: 11px 0px 11px 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }

    .base-table thead .cell-lead {
        padding: 11px 0px 11px 20px;
        position: relative;
    }

    .base-table thead.-sm td .cell, .base-table thead.-sm td .cell-lead {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .base-table thead th.tablesorter-header {
        cursor: pointer;
    }

        .base-table thead th.tablesorter-header:hover {
            background: rgba(255,255,255,0.5);
        }

        .base-table thead th.tablesorter-header:before {
            font-family: FontAwesome;
            content: "\f0dc";
            font-size: 10px;
            position: absolute;
            font-weight: normal;
            right: 8px;
            top: 15px;
        }

        .base-table thead th.tablesorter-header.sorter-false:before {
            display: none;
        }

        .base-table thead th.tablesorter-header.tablesorter-headerAsc:before {
            font-family: FontAwesome;
            content: "\f0dd";
            top: 13px;
        }

        .base-table thead th.tablesorter-header.tablesorter-headerDesc:before {
            font-family: FontAwesome;
            content: "\f0de";
            top: 17px;
        }

        .base-table thead th.tablesorter-header.tablesorter-headerAsc, .base-table thead th.tablesorter-header.tablesorter-headerDesc {
            background-color: #fff;
            color: #111;
        }

    .base-table tbody tr.highlight {
        background-color: #ffffdd;
        overflow: hidden;
        position: relative;
    }

    .base-table tbody td {
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        vertical-align: top;
    }

        .base-table tbody td.-bd {
            border-left: 1px solid rgba(0,0,0,0.05);
        }

    .base-table tbody .cell {
        padding: 13px 0px 13px 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }

        .base-table tbody .cell.-align {
            padding-top: 18px;
        }

        .base-table tbody .cell .cell-actions {
            padding-right: 20px;
        }

            .base-table tbody .cell .cell-actions > .base-actions, .base-table tbody .cell .cell-actions > .base-button-dd, .base-table tbody .cell .cell-actions > .base-action, .base-table tbody .cell .cell-actions > .base-button {
                float: right;
            }

            .base-table tbody .cell .cell-actions .-cmenu {
                right: 0px;
            }

    .base-table tbody .cell-lead {
        padding: 13px 10px 13px 20px;
        position: relative;
    }

    .base-table tbody .cell-lead {
        position: relative;
    }

        .base-table tbody .cell-lead .code {
            position: absolute;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 500;
            background-color: #f6f6f6;
            border: 1px solid #eee;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            padding: 2px 4px;
            margin-left: 6px;
            right: 0px;
            top: 1px;
        }

        .base-table tbody .cell-lead > .base-title {
            font-size: 15px;
        }

        .base-table tbody .cell-lead .info, .base-table tbody .cell-lead > .base-info {
            font-size: 12px;
            color: #999;
            padding-top: 3px;
        }

    .base-table .cell-lead .info.-fit {
        position: absolute;
        left: 43px;
        right: 0px;
    }

    .base-table .base-block.-picon {
        padding-left: 26px;
    }

    .base-table .cell .text-index {
        padding-top: 1px;
    }

    .base-table .cell .base-bc, .base-table .cell-lead .base-bc {
        padding-top: 4px;
    }

    .base-table .cell ul {
        margin-left: 18px;
        position: absolute;
        color: #555;
        width: 90%;
    }

        .base-table .cell ul li {
            list-style-type: square;
            font-size: 13px;
        }

            .base-table .cell ul li .url:hover {
                color: #2599dc;
                text-decoration: underline;
            }

    .base-table .ul {
        margin-left: 22px;
        position: absolute;
        color: #555;
    }

        .base-table .ul .li {
            font-size: 13px;
            position: relative;
            padding: 0px 0 8px 0;
        }

            .base-table .ul .li:last-child {
                padding-bottom: 0px;
            }

            .base-table .ul .li:after {
                content: "\2714";
                color: #2599dc;
                position: absolute;
                font-size: 13px;
                font-weight: 500;
                top: -2px;
                left: -22px;
            }

    .base-table .cell .ul .li .url:hover {
        color: #2599dc;
        text-decoration: underline;
    }

    .base-table .base-block .url:hover {
        color: #2599dc;
        text-decoration: underline;
    }

    .base-table tbody .cell .ui-sortable-handle {
        cursor: move;
    }

    .base-table .tgroup .main {
    }

    .base-table td.tgroup {
        color: #999;
        position: relative;
        border-bottom: 1px solid #e8e8e8;
        background-color: #f4f4f4;
    }

    .base-table .tgroup .main {
        padding: 2px 20px;
        position: relative;
    }

        .base-table .tgroup .main .name {
            float: left;
            position: relative;
            padding-left: 40px;
        }

            .base-table .tgroup .main .name .triangle {
                position: absolute;
                font-size: 14px;
                cursor: pointer;
                top: 5px;
                left: 0px;
                -webkit-transition-property: all;
                -moz-transition-property: all;
                -o-transition-property: all;
                transition-property: all;
                -webkit-transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -o-transition-duration: 0.2s;
                transition-duration: 0.2s;
            }

                .base-table .tgroup .main .name .triangle.collapsed {
                    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
                    transform: rotate(270deg);
                    -ms-transform: rotate(270deg);
                    -webkit-transform: rotate(270deg);
                    -o-transform: rotate(270deg);
                    -moz-transform: rotate(270deg);
                }

            .base-table .tgroup .main .name .title {
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 500;
                color: #7abd1a;
                padding: 8px 0;
            }

            .base-table .tgroup .main .name .url:hover {
                text-decoration: underline;
            }

    .base-table .tgroup .side {
        position: absolute;
        right: 20px;
        top: 6px;
        display: none;
    }

        .base-table .tgroup .side .action {
            padding: 4px 0;
            cursor: pointer;
            font-weight: 500;
            font-size: 11px;
            text-transform: uppercase;
        }

            .base-table .tgroup .side .action:hover {
                color: #2599dc;
                text-decoration: underline;
            }

    .base-table .tgroup .status {
        margin-left: 30px;
    }

    .base-table .tgroup .cta {
        margin-left: 15px;
        padding: 2px 16px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 500;
        color: #7abd1a;
        cursor: pointer;
    }

        .base-table .tgroup .cta:hover {
            text-decoration: underline;
        }

    .base-table .tgroup:hover .side {
        display: block;
    }

    .base-table tbody.complex {
        border-top: 10px solid #fff;
    }

    .base-table .ui-sortable-placeholder, .base-table .ui-sortable-placeholder td {
        min-height: 50px;
        height: 50px;
        background-color: #fff;
    }

    .base-table .ui-sortable-helper {
        display: table !important;
        background-color: #ffffee;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        height: 50px;
    }

        .base-table .ui-sortable-helper td {
            height: 50px;
            display: table-cell;
            overflow: hidden;
        }

            .base-table .ui-sortable-helper td .cell {
                display: none;
            }

    .base-table .cell-lead .base-abs .base-icon-stat {
        float: left;
        margin-left: 13px;
    }

.cell .base-label.-lg {
    font-size: 14px;
}

.base-table tr.over-limit {
    display: none;
}

    .base-table tr.over-limit.over-limit-accepted {
        display: table-row;
    }

.base-table-wrapper .over-limit-footer {
    border-top: 1px solid #eee;
    padding-top: 13px;
}

    .base-table-wrapper .over-limit-footer span {
        cursor: pointer;
        color: #888;
    }

        .base-table-wrapper .over-limit-footer span:hover {
            color: #2599dc;
            text-decoration: underline;
        }
