@import url('/Resources/Styles/Custom/Fonts.css');
@import url('/Resources/Styles/Custom/Print.css');
@import url('/Resources/Styles/Config/Custom.css');
@import url('/Resources/Styles/Upload/Upload.css?v=1');

@media (max-width:600px) {
    .add_header .subtitle {
        max-width: 300px;
    }

    .filter li {
        padding-bottom: 3px;
    }

    #filterPanel input[type="text"],
    #filterPanel select {
        max-width: 110px;
    }
}

/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #f9f9f9;
}

body {
    background: #f9f9f9;
    font-family: "Open Sans", Tahoma, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #222222;
    position: relative;
    margin: 0px;
    width: 100%;
    overflow-x: hidden;
    visibility: hidden;
    display: table;
}

.body {
    padding: 13px 13px 20px 13px;
}

table, td {
    vertical-align: top;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

.headline h6 {
    background-color: #333;
    color: #fff;
    margin: 1px 0px;
    padding: 8px 0px 8px 11px;
    cursor: pointer;
    position: relative;
}

    .headline h6:hover {
        background-color: #000;
    }

    .headline h6 img {
        width: 14px;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

.headline .close {
    width: 16px;
    height: 16px;
    top: 4px;
    right: 10px;
    position: absolute;
    opacity: 0.7;
}

    .headline .close:hover {
        opacity: 1.0 !important;
    }

.frame_div {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#loader {
    position: fixed;
    left: 48%;
    top: 50%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    z-index: 1000;
}
/* menus ---------------------- */

.notif_counter {
    right: 5px;
    top: 3px;
    position: absolute;
    background: #b74731;
    color: #fff;
    padding: 4px 7px 3px 6px;
    font-size: 11px;
    z-index: 2;
    display: none;
}

.slide_menu {
    background: #333;
    display: none;
    min-width: 165px;
    position: relative;
    z-index: 100;
}

    .slide_menu > ul {
        display: inline-block;
    }

    .slide_menu li {
        background: #333;
        min-width: 165px;
        display: block;
        text-align: left;
        color: #fff;
        padding: 4px 10px 4px 4px;
        font-family: "Open Sans", Tahoma, Arial;
        font-size: 13px;
    }

        .slide_menu li:first-child {
            padding-top: 10px;
        }

        .slide_menu li:last-child {
            padding-bottom: 10px;
        }

        .slide_menu li:hover {
            background: #000;
        }

        .slide_menu li a {
            color: #fff;
            display: inline-block;
            white-space: nowrap;
        }

    .slide_menu img {
        margin: 0px 6px 2px 2px !important;
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

.button_menu {
    height: 36px;
}

    .button_menu > li,
    .button_menu .expandable {
        min-width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.44);
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        margin-right: 2px;
    }

    .button_menu .expandable {
        width: 36px;
    }

    .button_menu > li img,
    .button_menu input[type="image"] {
        width: 24px;
        height: 24px;
        margin: 6px 0px 0px 2px;
        cursor: pointer;
        outline-color: transparent;
    }

    .button_menu > li:hover {
        background: rgba(0, 0, 0, 1);
    }

    .button_menu > li > a {
        color: #fff;
        line-height: 34px;
        text-decoration: none !important;
        outline-color: transparent;
    }

    .button_menu .text {
        padding: 8px 6px 10px 8px;
    }

.icon {
    width: 26px;
    height: 26px;
}

/* add_header ---------------------- */
.add_header {
    background: #333;
    padding: 8px;
    height: 58px;
    overflow: hidden;
}

    .add_header span {
        margin-left: 10px;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
    }

    .add_header > li {
        float: left;
        display: block;
        height: 34px;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .add_header li:nth-child(2) {
        max-width: 85%;
    }

    .add_header .subtitle {
        color: #c6c6c6;
        font-size: 13px;
        font-weight: normal;
        float: left;
        padding-top: 2px;
        line-height: 20px;
    }

    .add_header.modal {
        margin: 1px;
    }

    .add_header li {
        min-height: 45px;
        max-width: 100%;
    }

    .add_header ul {
        margin: 11px 8px;
    }

    .add_header a {
        opacity: 0.7;
        outline-color: transparent;
    }

    .add_header a,
    .add_header b {
        color: #fff;
        margin: 0px 3px;
        font-size: 16px;
    }

        .add_header a:hover {
            color: #fff;
            opacity: 1.0;
        }

    .add_header b {
        opacity: 1.0;
    }

    .add_header h4 {
        margin-top: 1px;
    }

.hdr_title {
    overflow: hidden;
}

.right_icon {
    float: right !important;
    padding: 3px;
    margin-top: 5px;
    cursor: pointer;
    text-align: right;
}

    .right_icon input[type=image],
    #helpButton img {
        width: 25px;
        height: 25px;
        opacity: 0.7;
        outline-color: transparent;
    }

        .right_icon input[type=image]:hover,
        #helpButton img:hover,
        #helpButton {
            opacity: 1.0;
        }

.add_header .icon {
    width: 40px;
    height: 40px;
    margin-left: 3px;
}

ul .caption {
    min-width: 132px;
    text-align: right;
    margin: 8px 0px 0px 30px;
}

ul .dbl_caption {
    min-width: 150px;
    text-align: right;
    margin: 8px 0px 0px 30px;
}

.center {
    text-align: center;
}

.add_form {
    margin: 50px 0px 10px 0px;
}

.add_single_form {
    margin: 70px 0px 10px 80px;
}

.add_multi_form {
    margin: 50px 0px 10px 10px;
}

.add_footer {
    margin: 50px 10px 10px 180px;
}

    .add_footer .indent {
        margin-left: 190px;
    }

    .add_footer .dbl_indent {
        margin-left: 112px;
    }

.accordion {
    margin: 10px 20px 0px 20px;
}

    .accordion .section {
        padding: 20px;
    }

    .accordion h6 {
        padding-left: 33px;
        position: relative;
        cursor: pointer;
        background: #333 url('/Resources/Images/Interface/Light/expand.svg') 8px 5px no-repeat;
        background-size: 20px;
        z-index: 997;
        outline-color: transparent;
    }

    .accordion .ui-accordion-header-active {
        background: #000 url('/Resources/Images/Interface/Light/collapse.svg') 8px 5px no-repeat;
        background-size: 20px;
    }

.hdr_message {
    padding: 5px 10px 7px 10px;
    margin-top: 1px;
    display: none;
    background: #069ed3;
    color: #fff;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: default;
}

    .hdr_message.warn {
        background: #FF6300;
    }

.baloon {
    padding: 5px 10px 7px 10px;
    margin-left: 15px;
    background: #069ed3;
    color: #fff;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: default;
    max-width: 450px;
}

    .baloon img {
        position: absolute;
        left: 0px;
        top: 10px;
        width: 30px;
        vertical-align: middle;
    }
/* Lists */

.radio {
    margin-right: 10px !important;
    vertical-align: middle !important;
    line-height: 1px;
}

    .radio td {
        vertical-align: middle !important;
        padding-top: 5px;
    }

.checkboxlist.box {
    background: #fff !important;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 6px 10px;
}

.checkboxlist label {
    display: inline;
    font-size: 14px;
    margin-right: 6px;
}

.checkboxlist input {
    vertical-align: bottom;
}

.checkboxlist td {
    white-space: nowrap;
    vertical-align: text-top;
    padding-left: 20px !important;
}

    .checkboxlist td:nth-child(1) {
        padding-left: 0px !important;
    }

.autocompleteList {
    border: solid 1px scrollbar;
    border-top: none;
    cursor: pointer;
    visibility: hidden;
    text-align: left;
}

.autocompleteListItem {
    background: #fff;
    padding: 9px 7px;
    white-space: pre-wrap;
    overflow-x: hidden;
}

.autocompleteListItemHover {
    background-color: gray;
    color: #fff;
    padding: 9px 7px;
    white-space: pre-wrap;
}

/* Links ---------------------- */
a img {
    border: none;
}

input[type=image] {
    outline-color: transparent;
}

a {
    color: #2ba6cb;
    text-decoration: none;
    line-height: inherit;
    outline-color: transparent;
}

    a:hover {
        color: #2795b6;
    }

    a:focus {
        color: #2795b6;
    }

p a, p a:visited {
    line-height: inherit;
}

.hidden {
    display: none !important;
}

.error_msg {
    text-align: center;
    padding-top: 100px;
}

body li {
    list-style-type: none;
    outline-color: transparent;
}

body span {
    text-decoration: none;
    outline-color: transparent;
}
/* ul li list ---------------------- */

.context {
    display: none;
    position: fixed;
    background: #fff;
    padding: 5px 1px;
    -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0px 1px black;
    cursor: pointer;
    z-index: 997;
}

.list {
    padding: 5px 0px;
    background: #fff;
}

    .list li,
    .context li {
        -webkit-transition: all 0.05s ease-in-out;
        -moz-transition: all 0.05s ease-in-out;
        -o-transition: all 0.05s ease-in-out;
        transition: all 0.05s ease-in-out;
        display: block;
        position: relative;
        cursor: pointer;
        padding: 3px 10px 3px 5px;
    }

        .list li:hover,
        .context li:hover {
            background: #f9f9f9;
        }

    .list img,
    .context img {
        margin: 0px 3px;
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .list a,
    .context a {
        white-space: nowrap;
        overflow: hidden;
        display: inherit;
        color: #4e4e4e;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        outline-color: transparent;
    }

        .list a:hover,
        .context a:hover,
        .link_center:hover {
            color: #2ba6cb;
        }

    .list .separator {
        width: 260px;
        height: 1px;
        background: #4e4e4e;
        margin: 10px 0px;
    }

#filterPanel .selected {
    background: rgb(240, 232, 255) !important;
}

#filterPanel input[type="text"],
#filterPanel select {
    margin: 0px 2px 3px 0px;
}

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

.add_icon {
    float: right;
    margin-left: 3px;
    margin-top: 9px;
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

    .add_icon:hover {
        opacity: 1.0;
    }

.horizontal {
    display: inline-block;
}

    .horizontal > li {
        float: left;
        padding-right: 3px;
    }

.header_top {
    padding: 10px 0px 4px 10px;
}

.header_icons {
    float: right;
    padding-right: 14px;
}

    .header_icons img,
    .header_icons input[type="image"] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        outline-color: transparent;
    }

    .header_icons li {
        float: left;
        margin-right: 2px;
        width: 22px;
        display: block;
        height: 22px;
        padding: 1px;
        background: #333;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        cursor: pointer;
    }

        .header_icons li:hover {
            background: #fc6000;
        }

.filter {
    line-height: 1px;
}

.subfilter,
.subfilter2 {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

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

.text-center {
    text-align: center;
}

.highlight {
    background: #ffff99;
}

.placeholder {
    color: #A9A9A9;
}

.marked {
    background-color: #069ED3 !important;
    color: #fff !important;
}

.warned {
    background-color: #FF6300 !important;
    color: #fff !important;
}

.tooltip {
    font-family: "Open Sans", Tahoma, Arial;
    position: absolute;
    height: 56px;
    display: none;
    min-width: 100px;
    top: 15px;
    background: #fff;
    opacity: 0.95;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: default;
    z-index: 10000;
}

#tooltip_info,
#tooltip_alert {
    text-align: center;
    width: 56px;
    height: 56px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#tooltip_info {
    background: rgba(0, 0, 0, 0.44);
}

#tooltip_alert {
    background: rgb(255, 99, 0);
}

    #tooltip_info img,
    #tooltip_alert img {
        width: 50px;
        height: 56px;
        border-radius: 3px;
    }

#tooltip_text {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 0px 18px 0px 14px;
}

.tooltip ul {
    display: table-row;
}

.validator {
    position: relative;
    text-align: center;
    min-height: 36px;
    display: none;
    max-width: 390px;
    padding: 8px 15px;
    margin-top: 1px;
    font-size: 15px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    cursor: default;
    color: #fff;
    white-space: normal;
    background: rgb(6, 158, 211);
}

.validator_img {
    position: absolute;
    width: 30px;
    top: -7px;
    left: 10px;
}

figure {
    margin: 0;
}

.dragover {
    background: #40C2F2 !important;
}

.addform {
    min-width: 950px;
}

/* Base Type Styles Using Modular Scale ---------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
}

    p.lead {
        font-size: 17.5px;
        line-height: 1.6;
        margin-bottom: 17px;
    }

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: "PFDinDisplayPro-Thin", Tahoma;
    font-weight: 400;
    font-style: normal;
    color: #222222;
    line-height: 1;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 21.5px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 14px;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

.submitbutton,
.nextbutton,
.actionbutton,
.closebutton {
    -webkit-appearance: none;
    border: none;
    padding: 12px 18px;
    margin: 0px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "PFDinDisplayPro-Thin", Tahoma;
    font-weight: 400;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    outline-color: transparent;
    margin-bottom: 2px;
}

.submitbutton {
    background: #069ed3;
}

.nextbutton {
    background: #62ba45;
}

.actionbutton {
    background: rgb(255, 99, 0);
}

.closebutton {
    background: rgba(0, 0, 0, 0.44);
}

.submitbutton:hover {
    background: #6bd1f5;
}

.selectedbutton {
    background: #6bd1f5;
}

.nextbutton:hover {
    background: #6ee718;
}

.actionbutton:hover {
    background: rgb(255, 150, 0);
}

.closebutton:hover {
    background: #333;
}

em, i {
    font-style: italic;
    line-height: inherit;
}

.strong, b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-weight: bold;
    background: #ffff99;
}

/* Lists ---------------------- */
ul, ol, dl {
    list-style: none;
    font-size: 14px;
    line-height: inherit;
    list-style-position: outside;
}

    ul.no-bullet {
        list-style: none;
    }

    ul.large li {
        line-height: 21px;
    }

ol {
    margin-left: 20px;
}

    ol li ul, ol li ol {
        margin-left: 20px;
        margin-bottom: 0;
    }

.filter ul {
    line-height: 1.2;
}

/* Blockquotes ---------------------- */
blockquote, blockquote p {
    line-height: 1.5;
    color: #6f6f6f;
}

blockquote {
    margin: 0 0 17px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 13px;
        color: #555555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited {
            color: #555555;
        }

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px solid #ddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

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

/* Standard Forms ---------------------- */
form {
    margin: 0;
}

.row form .row {
    margin: 0 -6px;
}

    .row form .row .column, .row form .row .columns {
        padding: 0 6px;
    }

    .row form .row.collapse {
        margin: 0;
    }

        .row form .row.collapse .column, .row form .row.collapse .columns {
            padding: 0;
        }

label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    font-weight: 400;
    line-height: 18px;
}

input[type="checkbox"] {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 2px;
    vertical-align: middle;
}

select, input[type="text"], input[type="password"], textarea {
    height: 36px;
    background-color: white;
    vertical-align: middle;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    font-size: 14px;
    padding: 6px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    select.oversize, input[type="text"].oversize, input[type="password"].oversize, textarea.oversize {
        font-size: 17px;
        padding: 4px 6px;
    }

    select:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
        background: #fafafa;
        border-color: #b3b3b3;
    }

    select[disabled], input[type="text"][disabled], input[type="password"][disabled], textarea[disabled] {
        background-color: #ddd;
    }

select {
    padding-left: 2px;
    line-height: 30px;
}

    select option {
        height: 30px;
        padding: 6px;
    }

textarea {
    height: auto;
}

/* Image Thumbnails ---------------------- */
.th {
    display: block;
}

    .th img {
        display: block;
        border: solid 4px #fff;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition-property: box-shadow;
        -moz-transition-property: box-shadow;
        -o-transition-property: box-shadow;
        transition-property: box-shadow;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .th:hover img, .th:focus img {
        -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
        -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
        box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
    }

/* Scrollbars styles -----------------------*/
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

textarea::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:horizontal {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(51, 51, 51, 0.10);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(51, 51, 51, 0.50);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        visibility: hidden;
    }

/* Rating control styles -----------------------*/
.ratingStar {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.filledRatingStar,
.waitingRatingStar {
    background: url('/Resources/Images/Interface/Dark/star_full.svg') no-repeat;
    background-size: 28px 28px;
}

.emptyRatingStar {
    background: url('/Resources/Images/Interface/Dark/star_empty.svg') no-repeat;
    background-size: 28px 28px;
}

/* Timepicker control styles -----------------------*/
.timepicker img {
    display: none;
}

.timepicker input[type="text"] {
    width: 50px;
    text-align: center;
    margin-bottom: 3px;
}

.timepicker div {
    min-height: 200px !important;
    width: 130px !important;
    overflow-x: hidden !important;
}

    .timepicker div table {
        float: left;
    }

        .timepicker div table td {
            padding: 3px;
        }

            .timepicker div table td:hover {
                background: rgba(0, 0, 0, 0.03) !important;
            }

.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-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-tooltip {
    font-family: "Open Sans", Tahoma, Arial;
    position: fixed;
    background: #2574A9;
    color: #fff;
    padding: 6px;
    z-index: 10000;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    max-width: 400px;
    pointer-events: all;
    text-align: center;
}

.ui-tooltip-content {
    font-size: 12px;
}

