/* CSS Resets */

:root {
    --dt-row-selected: 13, 110, 253;
    --dt-row-selected-text: 255, 255, 255;
    --dt-row-selected-link: 9, 10, 11;
    --dt-row-stripe: 0, 0, 0;
    --dt-row-hover: 0, 0, 0;
    --dt-column-ordering: 0, 0, 0;
    --dt-html-background: white;
}

div#customize_options {
    max-height: 550px;
    overflow-y: auto;
}

.fs-7 {
    font-size: 0.75rem !important;
}


.fs-8 {
    font-size: 0.5rem !important;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, html, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

html {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ced7e0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dde4ea), color-stop(100%, #ced7e0));
    background-image: -moz-linear-gradient(90deg, #ced7e0 0, #dde4ea);
    background-image: -ms-linear-gradient(90deg, #ced7e0 0, #dde4ea);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #212f40;
    height: 100%;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 0 !important;
}

.btn.no_style {
    font-size: 12px;
    white-space: nowrap;
}

.btn-sm.dropdown-toggle {
    font-size: 12px;
}

a.DTTT_button {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);

    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

/*.Rental_table_style .item td.sml {
    width: 10% !important;
}*/

.tooltip_templates { display: none; }

.fin_span{
    width: 85px;
    float: right;
}

#same_addr{
    width: auto;
    margin: 4px 3px 0 5px;
}

.widget_title{
    float:left;
    width:100%;
    background: rgb(215, 239, 247);
    padding: 5px 5px;
    color: #555;
    font-size: 13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 10px 0;
}

.tright{
    text-align:right;
}

.custom_stats_table tr td{
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 0 !important;
}

.custom_stats_table td:last-of-type{
    text-align:right;
}

.formStyle {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-family: inherit;
    font-size: 13px;
    outline: 0;
    padding: 4px;
    margin-bottom: 10px;
    width: 100% !important;
    float: left;
    clear: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#index {
    position: relative;
    float: left;
    width: 100%;
    background: url("/img/bk.jpg") repeat-x !important;
}

#search {
    width: 97px;
    font-size: 11px;
    padding: 3px 3px;
    outline: none;
    margin: 0px -3px 0 0;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

#cke_email_ed {
    width: 461px;
}

.print_only {
    display: none;
}

em {
    font-style: italic;
}

hr {
    border: none;
    border-top: 1px solid #d1d1d1;
    float: left;
    width: 100%;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin: -4px 0 1px 0;
}

.page {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    margin-left: 40px;
    padding: 0;
    z-index: 4;
    min-width: 384px;
}

.slide_panel h1, .page h1, .home_col h1, .stats_header {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 10px 10px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: -10px 0 0 -10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    border-bottom: 1px solid #cccccc;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(100%, #f2f2f2));
    background-image: -moz-linear-gradient(90deg, #f2f2f2 0%, white);
    background-image: -ms-linear-gradient(90deg, #f2f2f2 0%, white);
    box-shadow: 0px 1px #e5e5e5;
    -moz-box-shadow: 0px 1px #e5e5e5;
    -webkit-box-shadow: 0px 1px #e5e5e5;
    height: 41px;
    line-height: 20px;
    font-weight: 400;
    color: #1a232e;
}

.scrolley {
    overflow-y: auto;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    background: #F2F2F2;
}

.page h1 .change_view, .home_col .change_view {
    font-size: 10px;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}

.page h1 .change_view:hover, .go_back:hover, .page h1 span a:hover, .home_col .change_view:hover {
    cursor: pointer;
    text-decoration: underline;
}

.oh_no {
    margin-top: 20px !important;
}

.profile_header {
    float: left;
    width: 100%;
    height: 0px;
}

.profile_pic_area {
    float: left;
    margin: -2px 0 0 0;
}

.profile_pic {
    float: left;
    height: 23px;
    width: 23px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
}

.profile_pic_text {
    padding-left: 40px;
}

.change_view {
    border: none !important;
}

.page h1 span {
    font-size: 10px;
    color: #999;
}

.task_col {
    height: calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
}

.task_col .small_header {
    margin: 10px 0;
}

.task_col .small_header:first-of-type {
    margin-top: 0;
}

#page_h1 {
    font-size: 16px;
    color: #333;
}

.view_select {
    display: none;
}

.fa_hint_hint {
    float: left;
    margin: 0 0 5px 0;
    width: 312px;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.select_the_view {
    width: auto !important;
    margin: 0px 7px 0px 0 !important;
    padding: 0px !important;
}

.go_back {
    font-size: 10px;
    float: left;
    margin: 3px 0 0 0;
}

.go_back_stat {
    margin: 0;
}

.middle h1 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: -8px 0 0 0;
    padding: 0px;
}

.the_id {
    font-weight: bold;
    color: #1f8dd6;
    position: relative;
    z-index: 3;
}

.small {
    color: #666;
    font-size: 12px;
    float: left;
    width: calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    font-weight: normal;
    margin: 0 0 0 -10px;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(50%, #f2f2f2));
    background-image: -moz-linear-gradient(90deg, #f2f2f2 50%, #e5e5e5);
    background-image: -ms-linear-gradient(90deg, #f2f2f2 50%, #e5e5e5);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #dde4ea;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    position: relative;
}

.small .fa {
    font-size: 15px;
    margin-right: 4px;
}

.small .fa:hover {
    opacity: 0.8;
}

h2 {
    float: left;
    width: 100%;
    background: rgb(215, 239, 247);
    padding: 3px 5px;
    color: #555;
    font-size: 13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 15px 0 10px 0;
}

h2:first-of-type {
    margin-top: 0;
}

h2 a {
    float: right;
    font-size: 11px;
    padding-top: 2px;
}

h3 {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 15px 20px 5px 20px;
    float: left;
}

a, .choose_files {
    color: #1f8dd6;
    text-decoration: underline;
}

a:hover {
    color: #1f8dd6;
}

.content {
    padding: 5px 5px 0 5px;
    min-width: 954px;
    min-height: 630px;
    height: calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
}

.column {
    float: left;
    position: relative;
}

.right {
    float: right;
    width: calc(40% - 22px);
    width: -moz-calc(40% - 22px);
    width: -webkit-calc(40% - 22px);
    height: calc(100% - 76px);
    height: -moz-calc(100% - 76px);
    height: -webkit-calc(100% - 76px);
    margin: 0 -10px 0 0;
    background-color: #F2F9FF !important;
    overflow-y: auto !important;
    padding: 10px;
}

.sett .right {
    height: calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
}

.slide_panel .right {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    border: none;
    background: #fff !important;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.slide_panel .no_mob {
    display: none;
}

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

.left .first_one {
    margin-top: 15px;
}

.left a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    padding: 5px 0px 5px 16px;
    float: left;
    width: 100%;
}

.left p {
    padding: 0 20px;
    line-height: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.right .detail_table {
    float: left;
    width: 100%;
    margin-top: 0;
    table-layout: fixed;
    overflow: hidden;
}

.right .detail_table td {
    vertical-align: top;
    padding: 3px 0;
}

.right .detail_table td:first-of-type {
    width: 30%;
}

.right .detail_table td:nth-of-type(3n) {
    text-align: right;
}

.import {
    background: #DAFFDA;
}

.red {
    color: rgb(255, 68, 68) !important;
}

.left .none {
    border: none !important;
    padding: 0 !important;
    float: none !important;
    width: auto !important;
    display: inline !important;
    color: #d7d7d7;
    text-decoration: underline;
}

.advanced_options {
    display: none;
    float: left;
    background: #1B1B1B;
    padding: 0;
}

.advanced_options select, .advanced_options input, .advanced_options input:focus {
    background: #222;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    border-radius: 0;
    width: 180px;
    padding-left: 15px;
    color: #1f8dd6;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    box-shadow: none;
    -moz-box-shadow: none;
}

.advanced_options input, .advanced_options input:focus {
    outline: none !important;
    padding: 5px 19px;
    color: #1f8dd6 !important;
}

.advanced_options ::-webkit-input-placeholder {
    color: #1f8dd6;
}

.table_box {
    margin-left: 0 !important;
    width: calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: -webkit-calc(100% - 20px) !important;
}

.middle {
    margin: 0 240px 0 180px;
    border-right: 0 !important;
    min-width: 300px;
    height: calc(100% - 94px);
    height: -moz-calc(100% - 94px);
    height: -webkit-calc(100% - 94px);
    overflow: hidden;
    min-width: 650px;
}

.options {
    margin-bottom: 20px;
}

.dotted {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #999;
    float: left;
    width: 100%;
}

.col_cont {
    background-color: #fff;
    width: 100%;
    float: left;
    height: auto;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}

.col_cont .head {
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #45484B;
    padding-top: 0px 0px 10px 0px;
}

.col_cont_right {
    float: left;
    position: relative;
    height: calc(100% - 56px);
    height: -moz-calc(100% - 56px);
    height: -webkit-calc(100% - 56px);
    width: 62%;
    margin: 0 0 0 -10px;
    padding: 0 10px 0 10px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #ccc;
}

.full_col_cont_right {
    width: 100%;
}

.slide_panel .col_cont_right {
    width: 100%;
    height: auto;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.slide_panel #tabs_container {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

.slide_panel .col_cont_right #tabs_content_container {
    width: 100% !important;
    height: auto;
    float: left;
    position: relative;
    top: 10px;
    left: auto;
    right: auto;
    bottom: auto;
    padding-right: 0;
}

.enq_by {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #b1b1b1;
    font-size: 11px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.col_cont .head p {
    float: left;
    padding-top: 0 20px 0 0;
}

.col_cont .cont {
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fake_link {
    color: #09F;
    font-weight: normal !important;
    cursor: pointer;
}

.fake_one {
    opacity: 0.3;
}

ul {
    list-style: none;
}

strong {
    font-weight: bold;
}

#logged_content {
    margin: 20px;
}

.header {
    width: 45px;
    position: fixed;
    left: 0;
    top: 5px;
    bottom: 0;
    z-index: 9;
}

.header img {
    height: 23px;
    margin: -1px 0 -3px -1px;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: none;
}

.header img:hover {
    opacity: 0.8;
}

.header .nav a {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    font-weight: 600;
    line-height: 100%;
    white-space: nowrap;
    cursor: pointer;
    padding: 4px 10px;
    color: #596573;
    text-shadow: 0px 1px white;
    background: transparent;
    border-left: 3px solid #transparent;
    border-top: 1px solid #9cacbc;
    border-bottom: 0px solid transparent;
    padding-top: 10px;

    padding-bottom: 11px;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    box-shadow: inset 0px 1px white;
    -moz-box-shadow: inset 0px 1px white;
    -webkit-box-shadow: inset 0px 1px white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 20px;
    height: auto;
    text-align: center;
}

.header .nav a span {
    display: none;
}

.header .nav li:first-of-type a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
}

.header .nav a .fa {
    color: #9cacbc;
    text-shadow: 0px 1px 0px white;
}

.header .nav a.active, .header .nav a:hover:not(.logo) {
    font-weight: 400;
    background-color: #c0ccd7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c0ccd7), color-stop(100%, #ced7e0));
    background-image: -moz-linear-gradient(90deg, #ced7e0 0%, #c0ccd7);
    background-image: -ms-linear-gradient(90deg, #ced7e0 0%, #c0ccd7);
    box-shadow: inset 0px 1px #9cacbc, 0px 1px #ecf0f3;
    -moz-box-shadow: inset 0px 1px #9cacbc, 0px 1px #ecf0f3;
    -webkit-box-shadow: inset 0px 1px #9cacbc, 0px 1px #ecf0f3;
    text-shadow: 0px 1px #dde4ea;
    color: #212f40;
}

.header .nav a.active .fa, .header .nav a:hover .fa {
    color: #212f40;
}

.header a.home {
    border-left: 3px solid #FF0000;
}

.header a.contacts {
    border-left: 3px solid #0057e7;
}

.header a.products {
    border-left: 3px solid #00FF3D;
}

.header a.projects {
    border-left: 3px solid #ffa700;
}

.header a.finance {
    border-left: 3px solid #008744;
}

.header a.tasks {
    border-left: 3px solid #ff00fc;
}

.header a.locations, .header a.emails {
    border-left: 3px solid #00D6FF;
}

.header a.stats {
    border-left: 3px solid #F5FF00;
}

.header a.calendar,
.header a.settings,
.header a.accounts {
    border-left: 3px solid #992B27;
}

.header a.warehouse_instruction{
    border-left: 3px solid #220740;
}


.header a.tickets{
    border-left: 3px solid #42a7d8;
}

.header a.documents{
    border-left: 3px solid #2FC929;
}

.header a.live {
    border-left: 3px solid #858585;
}

.header a.chatlogs {
    border-left: 3px solid #33CCFF;
}

.header a.enquiries {
    border-left: 3px solid #6441a5;
}

.header #user_menu {
    position: absolute;
    bottom: 20px;
    background: url(/img/lines.png);
    padding: 1px;
}

.header #user_menu a:not(.no_style) {
    cursor: pointer;
    background-color: #ced7e0;
    border: 1px solid #ced7e0;
    padding: 2px 2px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    color: #114d97;
    display: block;
    width: 23px;
}

.fa-angle-down {
    margin: 0 -3px 0 3px !important;
    font-weight: bold !important;
}

.fa-twitter-square {
    color: #4099FF;
}

.fa-facebook-square {
    color: #3B5998;
}

.fa-linkedin-square {
    color: #007bb6;
}

.fa-skype {
    color: #12A5F4;
}

.fa-google-plus-square {
    color: #dd4b39;
}

.fa-unlock{
    color:#b3b3b3;
}

.fa-lock{
    color:red;
}

.header #user_menu a:hover {
    background-color: #ced7e0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f3), color-stop(100%, #ced7e0));
    background-image: -moz-linear-gradient(90deg, #ced7e0 0%, #ecf0f3);
    background-image: -ms-linear-gradient(90deg, #ced7e0 0%, #ecf0f3);
    border-color: #afbcc8;
    text-decoration: none;
}

.small_header {
    font-size: 11px;
    font-weight: bold;
    color: #999;
}

.page .section {
    float: left;
    width: 100%;
    margin: 30px 0 20px 0;
}

.page .section .section_header {
    font-size: 11px;
    color: #999;
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #ededed;
}

.page .section p:last-child {
    border: none;
}

.page .section .section_header a {
    float: right;
    color: #1f8dd6;
}

.right .small_header {
    font-weight: normal;
}

.task_area .small_header:first-of-type {
    margin-top: 0;
}

.head_bar {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.sortable_table tr td:hover {
    cursor: pointer;
}

.sml {
    font-size: 10px;
}

#footer {
    position: fixed;
    height: 18px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #f2f2f2;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    font-size: 11px;
    font-weight: 600;
    color: #596573;
    text-align: center;
}

.chat {
    float: left;
    margin-top: 2px;
}

.chat img {
    height: 11px;
    float: left;
    margin: 1px 5px 0 3px;
}

.signature {
    float: none;
    margin: 2px 5px 0 0;
}

.signature .fa {
    font-size: 9px;
    color: red;
}

.signature a {
    text-decoration: underline;
}

/* Forms */

input, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

.main_form {
    min-width: 800px;
}

.main_form .first td:first-of-type {
    font-weight: bold;
}

.main_form .field table {
    width: 600px;
    float: left;
}

.main_form .field table tr {
    padding: 5px 0 !important;
}

.main_form .profile {
    border: none;
}

.main_form #gbp_price {
    font-weight: normal;
    width: 250px;
    font-style: italic;
    margin-left: 10px;
}

.main_form p .extra {
    font-weight: normal;
    font-size: 11px;
    margin: 6px 0 0 5px;
    float: left;
    color: #1f8dd6;
    cursor: pointer;
}

.main_form .field_help {
    font-style: italic;
    font-size: 11px;
    padding: 0 3px;
}

.main_form #postcode {
    width: 120px;
}

.main_form #postcode_lookup {
    font-size: 11px;
    font-style: italic;
    padding: 7px 72px 7px 5px;
    float: left;
    background: #DDD;
}

.extra_more {
    font-size: 11px !important;
    margin: 9px 0 0 5px !important;
    float: left;
    color: #1f8dd6;
    cursor: pointer;
    font-weight: normal !important;
}

.add_edit_table, #custom_fields {
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
}

.your_table {
    background: none;
}

.custom_area {
    background: none !important;
    padding: 0 !important;
}

#custom_fields {
    margin: -2px;
    width: calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
}

.popup_custom td,
.popup_send td {
    vertical-align: top
}

.popup_custom td:first-of-type,
.popup_send td:first-of-type {
    width: 20%;
    font-size: 13px;
}

.popup_custom input[type='text'],
.popup_custom textarea,
.popup_send input[type='text'],
.popup_send textarea {
    width: 97% !important;
    border: 1px solid #d1d1d1;
    padding: 3px;
}

.popup_custom select,
.popup_send select {
    width: 99.4% !important;
    border: 1px solid #d1d1d1;
    padding: 3px 0;
}

.popup_send textarea {
    height: 200px !important;
}

.popup_custom .yellow_button,
.popup_send .yellow_button {
    margin: 12px 0 0 0;
}

.win_popup {
    padding: 5px 5px 20px 5px;
    background: #fff;
    height: 100%;
}

.win_popup ul {
    list-style: disc;
    padding-left: 20px;
    float: left;
}

.add_edit_table td {
    background: #f2f2f2;
    padding: 3px 3px 3px 3px;
    vertical-align: top;
}

.add_edit_table .th td {
    font-weight: bold;
    background: none;
}

.right .add_edit_table td {
    background: none !important;
}

.add_edit_table td:first-of-type {
    width: 150px;
}

.sett .add_edit_table td:first-of-type {
    width: 22%;
}

.sett .add_edit_table {
    margin-bottom: 30px;
}

.sett .add_edit_table .th {
    background: none !important;
}

.sett .add_edit_table img {
    height: 30px;
}

.sett .inner_table td {
    padding: 0 6px 0 0;
}

.sett .inner_table td input, .sett .inner_table td select {
    margin: 0 0 3px 0;
    width: 100%;
}

.sett .inner_table td:first-of-type {
    width: auto;
}

.sett .inner_table thead th {
    font-size: 9px;
    text-align: left
}

.sett .col_cont_right {
    height: calc(100% - 31px);
    height: -moz-calc(100% - 31px);
    height: -webkit-calc(100% - 31px);
}

.yellow td {
    background: #ffffe5 !important;
}

.yellow p {
    border: none;
}

.title_row {
    font-size: 10px;
    color: #999;
}

.remove {
    color: #999;
}

.main_form input[type='text'],
.main_form input[type='text'],
.main_form input[type='password'],
.main_form input[type='number'],
.date_styled_input,
.main_form .datalist {
    font-size: 12px;
    padding: 5px;
    width: 600px;
    margin: 0;
    border: 1px solid #d1d1d1;
    outline: 0;
}

.main_form .fifty {
    width: 224px !important;
}

.main_form .threes {
    width: 145px !important;
}

.main_form textarea {
    font-size: 12px;
    padding: 5px;
    margin: 0;
    height: 120px;
    width: 600px;
    border: 1px solid #d1d1d1;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    resize: vertical;
}

.main_form select,
.mainform .datalist {
    font-size: 12px;
    padding: 4px 3px;
    margin: 0;
    width: 236px;
    border: 1px solid #d1d1d1;
    outline: 0;
}

.main_form input[type='checkbox']:not([role="switch"]) {
    margin-top: 4px;
}

.main_form .address div {
    float: left;
    clear: both;
}

.main_form .address input, .main_form .address select {
    float: left;
    width: 142.4px;
    margin: 0 2px 2px 0;
}

.main_form .address div:last-of-type input, .main_form .address div:last-of-type select {
    margin-bottom: 0;
}

.main_form .form_button {
    border: none;
}

.main_form .form_button span, .or {
    font-weight: normal;
    margin: 7px 0 0 5px;
    font-size: 11px;
    color: #999;
    float: left;
}

.main_form .small1 {
    width: 361px !important;
}

.main_form .small2 {
    width: 110px !important;
    margin: 0 2px !important;
}

.main_form .small3 {
    width: 175px !important;
}

.main_form .small4 {
    width: 120px !important;
    margin: 0 2px 0 0 !important;
}

.main_form .small5 {
    width: 52px !important;
    margin: 0 2px 0 0 !important;
}

.main_form .small6 {
    width: 32px !important;
    margin: 0 0 0 2px !important;
}

.main_form .small7 {
    width: 46px !important;
    margin: 0 0 0 2px !important;
}

.main_form .small8 {
    width: 224px !important;
}

.main_form .small9 {
    width: 65px !important;
    margin: 0 0 0 2px !important;
}

.main_form .small10 {
    width: 108px !important;
}

.main_form .small11 {
    width: 148px !important;
}

.stocklist_all {
    width: 20px;
    margin-right: 15px !important;
}

.sop_button {
    margin-right: 44px !important;
}

.reports_button { margin-right: 132px !important;}

.stocklist_table h3 {
    font-size: 1.17em;
    color: #333;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
}

.send_to_table {
    float: left;
    width: 100%;
    margin-left: -3px;
}

.ck_doc {
    max-width: 800px;
}

.send_to_table td {
    padding: 0 !important;
}

.expense_form input[type='text'],
.expense_form input[type='text'],
.expense_form input[type='password'],
.expense_form select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.custom_form {
    min-width: 0;
}

.custom_form input:not([type='submit']) {
    width: 200px !important;
    margin-right: 10px !important;
}

.index_form input:not([type='checkbox']) {
    width: 240px !important;
    font-size: 15px !important;
}

input[type="checkbox"]:not([role="switch"]) {
    margin: 1px 3px 0 1px;
}

.index_form .checkbox {
    float: left;
    text-align: left;
    padding: 0 0 10px 0 !important;
    color: #999;
    font-size: 11px;
}

.index_form .checkbox a {
    color: #999;
}

.index_form .checkbox a:hover {
    text-decoration: underline;
}

.index_form .checkbox input {
    float: left;
    margin: 0 5px 0 0;
}

.index_form input[type='submit'] {
    width: auto !important;
    margin: 0;
    float: none;
    height: 36px;
}

.index_form p {
    border: none !important;
    padding: 8px 0 !important;
    width: 250px;
    text-align: center;
    clear: both;
}

.custom span {
    float: right;
    color: #999;
    cursor: pointer;
    text-decoration: underline;
    font-size: 11px;
}

.delete_cust {
    background: url('/img/del.png');
    background-size: 100%;
    opacity: 0.1;
    display: block;
    width: 16px;
    height: 26px;
    margin: 0 0 0 15px;
    float: right;

}

.delete_cust:hover {
    opacity: 0.3;
}

.delete_quick {
    color: red;
    cursor: pointer;
}

input[disabled="disabled"] {
    background: #fff;
    border: 1px solid #fff;
}

label {
    font-size: 10px !important;
    float: left;
    clear: both;
}

select.formStyle {
    padding: 3px;
}

textarea.formStyle {
    resize: vertical;
}

.popup textarea {
    height: 84px;
    resize: vertical;
}

.delete_form p {
    margin-top: 10px;
}

.delete_form .button {
    float: left;
}

.delete_form p span {
    float: left;
    margin: 5px;
}

.popup select {
    width: 313px;
}

.widget_popup select {
    width: 323px !important;
}

.widget_popup .formStyle {
    width: 312px;
}

.popup h1 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.adminStyle {
    width: 138px !important;
    float: left;
    margin: 15px 10px 20px 15px;
}

.page .adminStyle {
    margin: 0 20px 20px 0;
}

h1 .add {
    float: right;
    font-weight: normal;
    font-size: 12px;
    margin: -3px 10px 0 0;
    padding: 2px 7px;
}

.add_new:focus {
    color: #4D4D4D;
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
}

.button {
    border: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    display: block;
    color: #393C3D;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 28px;
    font-weight: normal;
    font-size: 13px;
    line-height: 28px;
    float: left;
    margin: 5px 0 0 0;
}

.yellow_button {
    background-color: #FCED85;
    background-color: #F3C714;
    background: -webkit-linear-gradient(top, #FCED85 0%, #FDE54C 49%, #FDDA43 51%, #F3C714 100%);
    background: -moz-linear-gradient(top, #FCED85 0%, #FDE54C 50%, #FDDA43 50.1%, #F3C714 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffced85', endColorstr='#fff3c714', GradientType=0);
    padding: 0px 10px;
    color: #333 !important;
    border: 1px solid #A8A8A8;
    margin: 0;
}

.yellow_button:hover {
    opacity: 0.8;
}

.yellow_button .fa-spin {
    font-size: 16px;
    margin: 6px;
}

.next_to_button {
    float: right;
    color: #999;
    margin: 6px 5px 0 0;
}

.button_left {
    float: left;
    margin: 3px 0 0 5px;
}

.selector:not(.form-select) {
    float: left;
    margin: 0 8px 0 0;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100px !important;
    font-size: 12px;
    padding: 2px 3px;
}

.Pending, .Complete {
    background: #ccc;
}

.Won {
    background: #EFF8E7;
}

.Lost {
    background: #DF0000;
}

.green {
    color: green;
    font-weight: bold;
}

.red {
    color: #DF0000;
}

.arch {
    background: #ccc;
}

#centerbox {
    background: #fff;
    left: 50%;
    margin-left: -165px;
    margin-top: 120px;
    width: 250px;
    position: relative;
    overflow: auto;
    background: #fff;
    padding: 10px 40px 19px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #aaa;
    -moz-box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 6px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#centerbox .logo {
    width: 100%;
    margin: 11px 0 9px 0;
}

.ie {
    width: 350px !important;
    margin-left: -218px !important;
    text-align: center;
}

.ie h1 {
    margin: 20px 0 20px 0;
    font-size: 22px;
}

.ie p {
    margin: 10px 0;
}

.ie strong {
    color: #666;
    font-style: italic;
}

#centerbox .main_form {
    min-width: 0;
}

#centerbox h1 {
    padding: 20px 0;
}

#centerbox h1 span {
    color: #999;
}

.forgot_password {
    position: absolute;
    bottom: -40px;
}

.box {
    padding: 10px;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid #9cacbc;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    height: calc(100% - 9px);
    height: -moz-calc(100% - 9px);
    height: -webkit-calc(100% - 9px);
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.home_page {
    padding-bottom: 0;
}

.error {
    color: #F00;
    text-align: left;
    float: left;
    background: #FFD5D5;
    padding: 5px;
    margin: 0 0 10px 0;
}

.okay {
    color: #1BA800;
    text-align: left;
    float: left;
    background: #E2FFE2;
    padding: 5px;
    margin: 0 0 10px 0;
}

.null {
    width: 0px !important;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1) !important;
}

.section_title {
    font-weight: bold;
    margin-top: 40px;
}

.image_box {
    border: 1px solid #D9D9D9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 40px;
}

.image_inner {
    padding: 0 10px;
    float: left;
}

.meta_input {
    width: 600px;
}

.more_help {
    font-size: 11px;
    color: #B3B3B3;
}

.upload_image {
    background-color: #F0F0F0;
    float: left;
    padding: 10px;
    min-width: 100%;
}

.image {
    width: 250px;
}

.active_image {
    border: 5px solid #F3C714;
    background-color: #F3C714;
}

.active_note {
    font-style: italic;
    font-size: 13px;
    padding-top: 3px;
}

.delete_image {
    background: url(../img/delete.png);
    height: 17px;
    width: 17px;
    margin: 5px 0 -20px 3px;
    z-index: 10;
    position: relative;
    cursor: pointer;
}

.delete_item {
    background: url(../img/delete.png);
    height: 17px;
    width: 17px;
    position: absolute;
    right: 25px;
    margin: -18px 0 0 0;
    cursor: pointer;
}

.delete_offer {
    background: url(../img/delete.png);
    height: 17px;
    width: 17px;
    position: absolute;
    right: 25px;
    margin: -18px 0 0 0;
    cursor: pointer;
}

.list {
    padding: 5px;
}

.alternate {
    background-color: #F0F0F0;
}

#customers {
    min-width: 800px;
}

#menu_options, #restaurant_options {
    display: none;
}

.followers select {
    margin-bottom: 10px;
}

.followers label {
    color: #999;
}

.sub_item {
    margin-left: 10px;
}

.notes {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.notes li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding: 15px 0px;
    width: 100%;
    position: relative;
    float: left;
}

.notes li .heading {
    padding: 0;
    font-weight: bold;
}

.notes li .heading em {
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
}

.notes li a:hover {
    text-decoration: underline;
}

.notes li:last-child {
    border: none;
}

.notes li span, .yellow span {
    color: #666;
    font-size: 11px;
    margin: 0 5px 5px 0;
}

.heading {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 11px;
}

.note_text {
    width: 100%;
    height: 70px;
    border: 1px solid #d1d1d1;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    resize: vertical;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.slide_panel .note_text {
    height: 55px;
}

.note_text:focus {
    outline: none;
    background: #fff;
}

/* tables */

.col_cont_large {
    width: 100% !important;
    border: none;
    border-collapse: collapse;
    position: relative;
    font-size: 12px;
}

.col_cont_large a {
    text-decoration: underline;
}

.full_cont {
    height: calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px)
}

.col_cont_large p, .task_area p {
    margin: 10px 0;
}

.table_margin {
    margin-top: 30px;
    float: left;
}

.col_cont_large img {
    height: 17px;
    width: 17px;
    border: 1px solid #ccc;
}

.col_cont_large tr {
    height: 30px;
    border-bottom: 1px solid #f1f1f1;
}

.list_page .col_cont_large tr:hover td, .active_row td {
    background: #dde4ea !important;
    cursor: pointer;
}

.right .task_area .task_table tr {
    border: none;
}

.task_table td:last-of-type {
    text-align: left !important;
}

.col_cont_large tr {

}

.page .col_cont_large tr td, .middle .col_cont_large tr td, .col_cont_large tr td {
    line-height: 16px;
    vertical-align: middle;
    padding: 0 3px;
    border-right: 1px solid #f1f1f1;
}

.page .col_cont_large:not('.task_list') tr td:last-of-type {
    text-align: right;
}

.col_cont_large tr.task td {
    padding: 6px 3px;
}

.col_cont_large tr td:last-of-type {
    text-align: right;
    border-right: none !important;
}

#tabs_content_container .nohover tr:hover td:not(.add) {
    background: none !important;
    cursor: default;
}

#tabs_content_container .col_cont_large tr td:last-of-type input[type='text'],
#tabs_content_container .col_cont_large tr td:last-of-type input[type='text']:focus,
.no_bord,
.no_bord:focus {
    border: none !important;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    font-size: 12px;
    width: auto !important;
}

#tabs_content_container .col_cont_large tr td:last-of-type .button {
    float: none;
    margin: 2px 0;
    height: 26px;
}

#tabs_content_container .add {
    background: rgba(97, 20, 165, 0.2);
    border-bottom: 10px solid #fff;
}

#tabs_content_container .add .button {
    float: right;
    margin: 4px 0 !important;
    height: auto !important;
}

#tabs_content_container .add p {
    float: left;
    margin: 9px 0 0 0;
}

.status_col {
    float: left;
    width: 25%;
}

.small_stat {
    margin-left: -20px !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.small_stat h4 {
    float: left;
    width: 25%;
}

.today {
    font-size: 11px;
    float: right;
    position: relative !important;
    top: 12px;
    color: green !important;
}

.overdue {
    font-size: 11px;
    float: right;
    position: relative !important;
    top: 12px;
    color: red !important;
}

.mac_image {
    cursor: pointer;
}

.main_mac {
    border: 2px solid #09f;
}

.delete_product {
    color: red;
    cursor: pointer;
}

/* Tasks */
.task input {
    float: left;
    margin: 1px 5px 0 0;
}

.task_cat {
    font-size: 11px;
    padding: 0px 4px 0px 4px;
    color: #fff;
    margin: 0px 5px 0 0;
    float: left;
}

.task_cat_n {
    font-size: 11px;
    padding: 0px 4px 0px 4px;
    color: #fff;
    margin: 0px 5px 0 3px;
}

.pending_row {
    opacity: 0.7;
}

.late_one td, .high {
    background: #FFE2E2;
}

.green_row td{
    background:#b9f7b9;
}

.this_month td, .medium {
    background: #ffffe5 !important;
}

.tog {
    float: left;
    width: 100px;
    margin: 6px 0 25px 10px;
}

.tog_area {
    display: none;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.date_here {
    display: none;
    float: left;
    margin-top: 10px;
    font-weight: bold;
    background: #E9E9E9;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.task_area {
    margin-bottom: 10px;
}

.side_tasks {
    max-height: 300px;
    overflow-y: auto;
    float: left;
    width: 100%;
}

.sent_doc {
    background: #f2f2f2;
}

.sent_doc .fa, .notes li.task .fa {
    color: #000;
    padding: 0 3px;
    font-size: 13px;
}

.sent_doc .task_cat {
    display: none;
}

/* Finances */
.inv_cat, .inv_sent_confirmed {
    font-size: 11px;
    padding: 1px 4px 1px 4px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

/* Tables */

.table {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.table .row {
    float: left;
    width: 100%;
    padding: 7px 0;
}

.table .row_item {
    float: left;
}

.stb_area {
    position: relative;
    width: 474px !important;
    height: 30px;
    float: left;
}

.s_t_b {
    width: 472px !important;
    min-height: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 25px;
    display: none;
    z-index: 999999;
    font-weight: normal !important;
    font-size: 13px !important;
    margin: 28px 0 0 0 !important;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup_s_t_b .s_t_b,
.wider_pop .s_t_b {
    margin-top: 25px !important;
    width: 248px !important;
}

.popup_s_t_b .type_result, .popup_s_t_b .no_go_type {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.inline_searchbox .s_t_b {
    margin-top: 30px !important;
    width: 300px !important;
}

.inline_searchbox .s_t_b p {
    margin: 0 !important;
    text-align: left;
    width: auto !important;
}

.type_result, .no_go_type {
    margin: 0;
    padding: 3px 0 3px 3px !important;
    width: 469px !important;
}

.type_result:hover, .hlight {
    cursor: pointer;
    background: #FFFFCF;
}

.stb_pdf {
    position: relative;
}

.stb_pdf .s_t_b {
    margin: 29px 0 0 1px !important;
    width: 354px !important;
    top: auto;
}

.stb_pdf .s_t_b .type_result {
    width: 351px !important;
}

.popup .stb_area,
.wider_pop .stb_area {
    width: 100% !important;
}

.options a:not(.no_style), .normal_button {
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    min-width: 15px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-image: none, linear-gradient(top, #e5e9e9, #e5e9e9);
    background-image: none, -webkit-gradient(linear, left top, left bottom, from(#e5e9e9), to(#e5e9e9));
    background-position: center;
    background-repeat: none;
    border: 1px solid #9b9d9d;
    box-shadow: inset 0 1px 0 #fff;
    color: #454545;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}

.options a .fa {
    margin: 4px 0 0 0;
}

#add_note {
    float: right;
    margin: 2px 0 0 0;
}

#map_canvas {
    float: left;
    width: 100%;
    height: 150px;
    margin: 0 10px 0 0;
}

#html2 {
    display: none;
}

.com {
    border: none;
    padding: 6px 5px 6px 5px !important;
    margin: 0 !important;
    box-sizing: border-box;
    ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 10px;
    color: #666;
}



.com span.Open, .com span.Awaiting.Response, .com span.Closed {
    /*color: #000000 !important;*/
}
.com span{
    color:#fff !important;
    margin-bottom: 0 !important;
    margin-top: -2px;
    width:auto !important;
}

/*.com span.Open, .com span.Awaiting.Response, .com span.Closed {*/
    /*color: #000000 !important;*/
/*}*/



.com a {
    color: #666;
    text-decoration: underline;
}

.notes li.task {
    background: #f2f2f2;
}

.notes span.task {
    display: none;
}

.Won {
    background: #eef8ec !important;
}

.Lost {
    background: #FFE2E2 !important;
}

.Pending, .Complete {
    background: #F0F0F0 !important;
}

.created {
    background: #ffffe5;
}

.status.won {
    background: green;
}

.status.pending, .status.complete {
    background: #ccc;
}

.status.lost {
    background: #DF0000;
}

.status.available {
    background: #FF8F00;
}

.amber {
    background: #FFC200;
    color: #fff;
    border: none;
}

.paid {
    background: green;
    color: #fff;
    border: none;
}

.not_paid {
    background: #DF0000;
    color: #fff;
    border: none;
}

.not_tab {
    font-size: 9px;
    float: none !important;
}

.Won span, .won_opt {
    background-color: green !important;
}

.Complete span, .Pending span, .pending_opt {
    background-color: #ccc !important;
}

.Lost span, .lost_opt {
    background-color: #DF0000 !important;
}

.created span {
    background: #333;
}

.won_opt,.Closed_opt{background-color:#EFF8E7 !important;}
.pending_opt,.enquiry_opt{background-color:#F0F0F0 !important;}
.delayed_opt,.lost_opt,.Open_opt,.Awaiting_opt{background-color:#FFE2E2 !important;}
.delayed, .Delayed, .Lost, .Open, .Awaiting,.Closed, .Urgent, .High, .Archived {
    background-color: #FFE2E2 !important;
}

 .Lost span,  .lost_opt, .Open span,  .Awaiting span ,.Closed span{
    background-color: #DF0000 !important;
}

.w {
    color: green;
}

.p {
    color: #999;
}

.l {
    color: #DF0000;
}

.a {
    color: #FF8F00;
}

.datehere {
    float: left;
    margin: 2px 0 0 5px;
}

.help {
    float: left;
    background: url(/img/sig.png) no-repeat;
    width: 100px;
    height: 20px;
    margin: 0 0 0 4px;
}

.sign {
    display: inline-block;
    margin: -1px -25px 0 15px;
    float: left;
}

.forget_it {
    border-top: 1px dotted #727272;
    float: left;
    padding-top: 5px;
    margin-top: 20px;
}

#fileupload {
    border: none;
    float: left;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
}

.insp_notes {
    display: none;
}

.insp_notes textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 80px;
}

/* Other */
.intro {
    font-size: 16px;
    margin: 10px 0 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;

}

.note {
    color: #999;
}

.contract tr td {
    padding: 10px;
    vertical-align: top;
}

.contract td:nth-child(2) {
    width: 82%;
}

.contract .last td {
    padding-top: 50px;
}

.contract input:not[type="submit"] {
    width: 100%;
}

.contract textarea {
    font-family: 'Open Sans', sans-serif;
    resize: vertical;
    float: left;
    height: 100px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.item_header {
    font-size: 11px;
}

.item td {
    padding: 1px !important;
    width: 19% !important;
}

.item td.sml0 {
    width: 1% !important;
}

.item td.sml1 {
    width: 3% !important;
}

.item td.sml {
    width: 5% !important;
}

.item td input, .item td select, .item td textarea {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.item td textarea {
    height: 29px;
    font-style: italic;
}

.item .addmore {
    margin: 5px 0 0 0 !important;
}

.latest_act {
    width: calc(100% - 1060px);
    width: -moz-calc(100% - 1060px);
    width: -webkit-calc(100% - 1060px);
    position: absolute;
    top: 64px;
    bottom: 45px;
    min-width: 570px;
    margin-left: 340px;
}

.latest_act .notes {
    height: calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    width: 100%;
    overflow-y: auto;
    margin-top: 5px;
    position: relative;
    margin-right: 0;
}

.delete_note {
    color: red !important;
    display: none;
    text-decoration: none !important;
    font-size: 10px;
    position: absolute;
    right: 5px;
    font-weight: normal;
    top: 6px;
}

.com .delete_note {
    margin-right: 0;
}

.notes li:hover .delete_note {
    display: inline-block;
}

.notes li:not(.com):hover {
    background: #f5f9fc;
}

.delete_note:hover {
    text-decoration: underline;
    color: red;
}

.mac_more, .ccs, .custom_price {
    display: none;
}

.product_list {
    margin: 0;
    width: 100%;
    table-layout: fixed;
}

.contract {
    width: 100%;
    min-width: 765px;
}

#images_here tr td {
    padding: 0 5px;
    vertical-align: middle;
}

.product_img .mac_image {
    width: 25px;
    height: 30px;
    margin: 3px 0;
    float: left;
    overflow: hidden;
}

.product_img .mac_image img {
    height: 100%;
    width: auto;
    margin-left: -20%;
}

.echeck {
    margin-left: 10px !important;
    font-weight: normal !important;
}

.pcheck {
    margin: 2px 0 0 10px !important;
}

.globe_click {
    margin: 5px 0 0 11px !important;
    float: left;
    color: #1f8dd6;
    cursor: pointer;
}

.stat_mid_col {
    margin-top: -9px !important;
}

.stat_mid_col tr:last-of-type {
    border: none;
}

.dates {
    float: left;
}

.date-range-selected > .ui-state-active,
.date-range-selected > .ui-state-default {
    background: none !important;
    background-color: rgb(200, 227, 235) !important;
}

.basic_fields td:first-of-type, .product_fields td:first-of-type {
    padding: 0 !important;
}

.basic_fields td, .product_fields td {
    width: 612px;
    padding: 0 0 5px 2px;
}

.settings_table .th {
    background: #fff !important;
}

.settings_table .th td {
    padding-top: 30px !important;
    font-weight: bold;
}

.settings_table td input:not([type='file']) {
    border: 1px solid #BEBEBE !important;
    text-align: right;
    padding: 0 5px !important;
}

.settings_table td input[type='text'] {
    width: 50%;
}

.settings_table td input[type='file'] {
    width: 163px;
}

.settings_table thead tr:last-of-type {
    border-bottom: 1px solid #f1f1f1;
}

.settings_table tr:last-of-type {
    border: none;
    background: #fff !important;
}

.settings_table .button {
    float: right !important;
    margin: 10px 0 !important;
}

.sett em {
    color: #999;
}

.account_targets {
    display: none;
}

.doc, .xls, .pdf, .jpg {
    height: 10px;
    width: 34px;
    margin-top: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.doc {
    background-image: url(/img/doc.png);
}

.xls {
    background-image: url(/img/xls.png);
}

.pdf {
    background-image: url(/img/pdf.png);
}

.jpg {
    background-image: url(/img/jpg.png);
}

.email_options {
    margin-bottom: 10px;
    float: left;
    display: none;
}

.email_options p {
    float: left;
    width: 100%;
    margin: 0;
}

/* Smaller Screens ----------- */
@media only screen and (max-width: 1190px) {

    .top .dataTables_info {
        display: none;
    }

}

/* safari fixes */

input, select, textarea {
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #D1D1D1;
    outline: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

input[type='checkbox']:not([role="switch"]) {
    -webkit-appearance: checkbox;
}

#map_canvas2 {

    position: absolute;

    top: 42px;

    left: 0px;

    right: 0px;

    bottom: 0px;

}

.slide_panel {
    position: relative;
    z-index: 2;
    background: #fff;
    min-width: 550px;
    width: auto;
    height: 100%;
    display: none;
    border: 1px solid #9cacbc;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px 6px 0px 0px;
    -webkit-border-radius: 0px 6px 0px 0px;
    border-left: none;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.slide_panel .middle {
    margin-left: 0 !important;
}

.slide_page {
    width: 60%;
    min-width: 300px;
    max-width: calc(100% - 590px);
    max-width: -moz-calc(100% - 590px);
    max-width: -webkit-calc(100% - 590px);
    border-top-right-radius: 0;
}

.options {
    position: absolute;
    right: 10px;
    top: 5px;
}

.options .close_slide_panel {
    margin: 3px 0 0 -3px;
    font-size: 17px;
    color: #596573;
    margin-left: 10px;
}

.options .close_slide_panel:hover {
    color: #114d97;
    cursor: pointer;
}

.tag {
    float: left;
    padding: 1px 4px;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
    background: #fff;
}

.tag_ico {
    float: left;
    padding: 1px 4px;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 3px 0 0;
    background: rgb(215, 239, 247);
    white-space: nowrap;
}

.quote_expired{
    background:rgba(187, 99, 187, 0.6);
}

.quote_sent{
    background:rgba(0, 255, 0, 0.6);
}

.quote_not_sent{
    background:rgba(255, 194, 0, 0.6);
}

.proforma_sent{
    background:rgba(255, 128, 0, 0.6) !important;
}


.right .detail_table .tag_ico {
    margin-bottom: 3px;
}

.map_label {
    float: left;
    margin-right: 5px;
}

.tag .fa {
    font-size: 8px;
    margin: 4px 0 0 3px;
    float: right;
    cursor: pointer;
}

.product_row .fa-star-o {
    color: #999;
    cursor: pointer;
}

.product_row .fa {
    font-size: 16px;
}

.fa-times {
    cursor: pointer;
    margin: 2px 0 0 0;
    font-size: 14px;
    color: #b1b1b1;
}

.fa-times:not(.ajax, .close_slide_panel) {
    margin-top: 7px;
}

.fa-times:hover {
    color: red;
}

.toggle_area {
    display: none;
    position: relative;
}

.toggle_featured {
    font-size: 16px;
    font-weight: normal;
    color: #b1b1b1;
}

#head_ham, .only_mob {
    display: none;
}

/*Drop down*/
.dropdown {
    display: none;
    position: fixed;
    z-index: 9999
}

.dropdown .dropdown-menu, .dropdown .dropdown-panel {
    max-width: 360px;
    list-style: none;
    background: #FFF;
    border: solid 1px #DDD;
    border: solid 1px rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    overflow: visible;
    padding: 4px 0;
    margin: 0
}

.dropdown .dropdown-panel {
    padding: 10px
}

.dropdown.dropdown-tip {
    margin-top: 3px
}

.dropdown.dropdown-tip:before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, .2);
    display: inline-block
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
    left: auto;
    right: 9px
}

.dropdown.dropdown-tip:after {
    position: absolute;
    top: -5px;
    left: 10px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    display: inline-block
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
    left: auto;
    right: 10px
}

.dropdown.tip-bottom:before {
    bottom: -6px;
    top: auto;
    border-top: 7px solid #CCC;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom: none
}

.dropdown.tip-bottom:after {
    bottom: -5px;
    top: auto;
    border-top: 6px solid #FFF;
    border-bottom: none
}

.dropdown.dropdown-scroll .dropdown-menu, .dropdown.dropdown-scroll .dropdown-panel {
    max-height: 358px;
    overflow: auto
}

.dropdown .dropdown-menu LI {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 18px
}

.dropdown .dropdown-menu LABEL, .dropdown .dropdown-menu LI > A {
    display: block;
    color: #555;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 10px;
    white-space: nowrap
}

.dropdown .dropdown-menu LABEL:hover, .dropdown .dropdown-menu LI > A:hover {
    background-color: #08C;
    color: #FFF;
    cursor: pointer
}

.dropdown .dropdown-menu .dropdown-divider {
    font-size: 1px;
    border-top: solid 1px #E5E5E5;
    padding: 0;
    margin: 5px 0
}

/*Font Awesome*/
@font-face {
    font-family: FontAwesome;
    src: url(/fnt/fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(/fnt/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(/fnt/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(/fnt/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(/fnt/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-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)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

/*Data Tables*/
.archived_task {
    text-decoration: line-through !important
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    height: 100%
}



div.dt-processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -22px;
    text-align: center;
    padding: 2px;
    z-index: 10
}

div.dt-processing>div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto
}

div.dt-processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(13, 110, 253);
    background: rgb(var(--dt-row-selected));
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

div.dt-processing>div:last-child>div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #fff
}

.dataTables_length {
    float: left
}

.dataTables_filter label {
    color: #f2f2f2;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right
}

.dataTables_info {
    float: left
}

.dataTables_paginate {
    text-align: right;
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 10px
}

.dataTables_paginate a {
    cursor: pointer;
    outline: 0
}

.dataTables_paginate a:hover {
    text-decoration: underline
}

.paginate_button {
    margin: 0 2px
}

.paginate_button.current {
    color: #000;
    font-weight: 700
}

.dataTables_paginate span {
    margin: 0 7px
}

.paginate_disabled_next, .paginate_disabled_previous, .paginate_enabled_next, .paginate_enabled_previous {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important
}

.paginate_disabled_next:hover, .paginate_disabled_previous:hover, .paginate_enabled_next:hover, .paginate_enabled_previous:hover {
    text-decoration: none !important
}

.paginate_disabled_next:active, .paginate_disabled_previous:active, .paginate_enabled_next:active, .paginate_enabled_previous:active {
    outline: 0
}

.paginate_disabled_next, .paginate_disabled_previous {
    color: #666 !important
}

.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 23px
}

.paginate_disabled_next, .paginate_enabled_next {
    margin-left: 10px
}

.paginate_disabled_previous {
    background: url(/img/back_disabled.png) no-repeat top left
}

.paginate_enabled_previous {
    background: url(/img/back_enabled.png) no-repeat top left
}

.paginate_enabled_previous:hover {
    background: url(/img/back_enabled_hover.png) no-repeat top left
}

.paginate_disabled_next {
    background: url(/img/forward_disabled.png) no-repeat top right
}

.paginate_enabled_next {
    background: url(/img/forward_enabled.png) no-repeat top right
}

.paginate_enabled_next:hover {
    background: url(/img/forward_enabled_hover.png) no-repeat top right
}

table.display {
    margin: 0 auto;
    clear: both;
    width: 100%
}

.dataTables_scrollHead {
    z-index: 99;
    -webkit-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .2)
}

.dataTables_scrollHeadInner {
    margin-top: 30px;
    width: 100% !important
}

table.display thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    cursor: pointer;
    *cursor: hand;
    outline: 0
}

table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid #000;
    font-weight: 700
}

table.display tr.heading2 td {
    border-bottom: 1px solid #aaa
}

table.display td {
    padding: 3px 10px
}

table.display td.center {
    text-align: center
}

.sorting_asc {
    background: url(/img/sort_asc.png) no-repeat center right;
    outline: 0
}

.sorting_desc {
    background: url(/img/sort_desc.png) no-repeat center right;
    outline: 0
}

.sorting {
    background: url(/img/sort_both.png) no-repeat center right;
    outline: 0
}

.sorting_asc_disabled {
    background: url(/img/sort_asc_disabled.png) no-repeat center right
}

.sorting_desc_disabled {
    background: url(/img/sort_desc_disabled.png) no-repeat center right
}

table.display thead td:active, table.display thead th:active {
    outline: 0
}

table.display tr.odd.gradeA {
    background-color: #dfd
}

table.display tr.even.gradeA {
    background-color: #efe
}

table.display tr.odd.gradeC {
    background-color: #ddf
}

table.display tr.even.gradeC {
    background-color: #eef
}

table.display tr.odd.gradeX {
    background-color: #fdd
}

table.display tr.even.gradeX {
    background-color: #fee
}

table.display tr.odd.gradeU {
    background-color: #ddd
}

table.display tr.even.gradeU {
    background-color: #eee
}

tr.odd {
    background-color: #f5f9fc
}

tr.even {
    background-color: #fff
}

.dataTables_scroll {
    clear: both
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.bottom {
    position: absolute;
    right: 0;
    left: -10px;
    top: 0;
    width: -moz-calc(100% + 12px);
    width: -webkit-calc(100% + 12px);
    width: calc(100% + 12px);
    z-index: 999;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(50%, #f2f2f2));
    background-image: -moz-linear-gradient(90deg, #f2f2f2 50%, #e5e5e5);
    background-image: -ms-linear-gradient(90deg, #f2f2f2 50%, #e5e5e5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #dde4ea;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px
}

.top {
    position: absolute;
    top: 7px;
    left: 113px;
    z-index: 1000;
    width: 350px
}

.bottom input {
    position: absolute;
    position: absolute;
    top: -35px;
    right: 85px;
    padding: 3px 0 3px 4px;
    font-style: italic;
    font-size: 11px;
    width: 100px;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
}

.finance_page .bottom input{
    right:148px;
}

.bottom select {
    padding: 0;
    margin: 0;
    font-size: 10px
}

thead th input {
    width: -moz-calc(100% - 19px);
    width: calc(100% - 19px);
    width: -webkit-calc(100% - 19px);
    float: left;
    border: 1px solid #D9D9D9;
    padding: 1px;
    font-size: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: 0 0
}

thead th {
    vertical-align: middle
}

.top .dataTables_info {
    float: none;
    font-size: 10px
}

.clear {
    clear: both
}

tfoot input {
    margin: .5em 0;
    width: 100%;
    color: #444
}

tfoot input.search_init {
    color: #999
}

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E
}

.example_alt_pagination div.dataTables_info {
    width: 40%
}

.paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px
}

.paging_full_numbers a:active {
    outline: 0
}

.paging_full_numbers a:hover {
    text-decoration: none
}

.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important
}

.paging_full_numbers a.paginate_button {
    background-color: #ddd
}

.paging_full_numbers a.paginate_button:hover {
    background-color: #ccc;
    text-decoration: none !important
}

.paging_full_numbers a.paginate_active {
    background-color: #99B3FF
}

table.display tr.even.row_selected td {
    background-color: #B0BED9
}

table.display tr.odd.row_selected td {
    background-color: #f5f9fc
}

div.DTTT_container {
    position: absolute;
    top: -34px;
    right: 24px;
    width: 55px;
    height: 30px;
    overflow: hidden
}

@media screen and (max-width: 640px) {
    div.DTTT_container {
        float: none !important;
        text-align: center
    }

    div.DTTT_container:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }
}

a.DTTT_button, button.DTTT_button, div.DTTT_button {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 12px;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: 2px 7px;
    font-family: var(--bs-btn-font-family);
    font-size: 12px;
    font-weight: var(--bs-btn-font-weight);
    line-height: inherit;
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);

    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

button.DTTT_button {
    height: 30px;
    padding: 3px 8px
}

.DTTT_button embed {
    outline: 0
}

a.DTTT_button:hover, button.DTTT_button:hover, div.DTTT_button:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

a.DTTT_disabled, button.DTTT_disabled, div.DTTT_disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -moz-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -ms-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -o-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0)


}

button.DTTT_button_collection span {
    padding-right: 17px;
    background: url(../images/collection.png) no-repeat center right
}

button.DTTT_button_collection:hover span {
    padding-right: 17px;
    background: #f0f0f0 url(../images/collection_hover.png) no-repeat center right
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand
}

table.dataTable tr.DTTT_selected.odd, table.dataTable tr.DTTT_selected.odd td.sorting_1, table.dataTable tr.DTTT_selected.odd td.sorting_2, table.dataTable tr.DTTT_selected.odd td.sorting_3 {
    background-color: #9FAFD1
}

table.dataTable tr.DTTT_selected.even, table.dataTable tr.DTTT_selected.even td.sorting_1, table.dataTable tr.DTTT_selected.even td.sorting_2, table.dataTable tr.DTTT_selected.even td.sorting_3 {
    background-color: #B0BED9
}

div.DTTT_collection {
    width: 150px;
    padding: 8px 8px 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .4);
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, .3);
    overflow: hidden;
    z-index: 2002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3)
}

div.DTTT_collection_background {
    background: transparent url(../images/background.png) repeat top left;
    z-index: 2001
}

div.DTTT_collection a.DTTT_button, div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    float: none;
    margin-bottom: 4px;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999
}

.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    opacity: .95;
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .5)
}

.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em
}

.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px
}

.status_col .bottom, .status_col .top, .status_col .DTTT_container {
    display: none;
}

.status_col thead th {
    text-align: left;
    padding-left: 2px;
    min-width: 40px;
}

.status_col .dataTables_scrollHeadInner {
    margin-top: 0;
}

.status_col .dataTables_wrapper {
    margin-top: 17px;
}

.DTTT_button_xls, .DTTT_button_print, .DTTT_button_pdf {
    display: none !important;
}

.sett .col_cont_large th {
    text-align: left;
    font-weight: bold;
    padding-top: 30px;
}

/* Charts */
.donut, .linechart {
    float: left;
    width: 100%;
    height: 100%;
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #333;
    background: rgba(255, 255, 255, .8);
    border: solid 2px rgba(230, 230, 230, .8);
    font-size: 12px;
    text-align: center;
    text-shadow: none;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0
}

.battery {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 50px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.battery span {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 18px
}

.power {
    height: 100%;
    float: left;
    background: #3980b5
}

.sales_funnel {
    width: 100%;
    text-align: center;
    float: left
}

.sales_funnel div {
    height: 50px;
    position: relative;
    margin: 0 auto;
    display: block;
    color: #fff;
    line-height: 50px
}

.tier1 {
    background: #679dc6;
    width: 100%
}

.tier2 {
    background: #3980b5;
    width: 90%
}

.tier3 {
    background: #0b62a4;
    width: 60%
}

/* Tabs */
#tabs_wrapper {
    width: 100%;
    margin-top: 15px
}

.task_tabs {
    margin-bottom: 10px
}

.task_tabs_wrapper {
    width: 100%
}

#tabs_container {
    border-bottom: 1px solid #ccc
}

#tabs {
    list-style: none;
    padding: 5px 0 7px;
    margin: 0;
    height: 26px
}

#tabs li {
    display: inline;
    margin-left: 2px;
    float: left;
    padding: 6px 6px 4px;
    text-decoration: none;
    border: 1px solid #CCC;
    border-bottom: none;
    outline: 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    color: #333;
    font-size: 11px;
    line-height: 11px;
    cursor: pointer;
    background: #F4F4F4;
}

#tabs li:first-of-type {
    margin-left: 0
}

#tabs li.active {
 /*   background-color: #fff; */
    background-color: rgba(0, 128, 0, 0.3);
    padding: 6px 6px 5px;
    border-bottom: none;
    text-shadow: none
}

#tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px
}

#tabs li a.icon_accept:hover {
    padding-left: 24px
}

#tabs_content_container {
    overflow-x: hidden;
    border-top: none;
    padding: 0 10px 0 0;
    width: auto;
    height: -moz-calc(100% - 55px);
    height: -webkit-calc(100% - 55px);
    height: calc(100% - 55px);
    left: 10px;
    right: 10px;
    top: 55px;
    position: absolute;
    overflow-y: scroll
}

.slide_panel #tabs_content_container {
    overflow-y: auto;
    width: 60%;
    height: -moz-calc(100% - 124px);
    height: -webkit-calc(100% - 124px);
    height: calc(100% - 124px);
    -webkit-box-shadow: 5px 1px 3px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 1px 3px -4px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #ccc;
}

#tabs span {
    float: right
}

.tab_content, .tab_content_task {
    display: none
}

.tab_content_task input[disabled], .tab_content_task select[disabled] {
    opacity: 0.5;
}

.page_tabs {
    margin-top: 15px !important
}

.tab_content table {
    width: 100%
}

tr.white {
    background: #fff !important;
}

.stats_page table:not(.dataTable) tr:nth-child(even),
.tab_content table:not(.dataTable) tr:nth-child(even) {
    background-color: #F8F8F8;
    border-top: #b1b1b1
}

.tab_content table.order_table tr:nth-child(even) {
    background-color: #ffffff;
    border-top: none;
}

.tab_content table.order_table tr:nth-child(odd) {
    background-color: #F8F8F8;
    border-top: #b1b1b1;
}

.tab_header {
    width: 100%;
    line-height: 13px;
    background: #ffffe5;
    float: left;
    margin: 10px 0 15px
}

.tab_header span {
    padding: 5px;
    display: block
}

.document_tab p {
    margin-bottom: 15px;
}

.stats_page #tabs_content_container {
    overflow-y: auto;
    height: -moz-calc(100% - 66px);
    height: -webkit-calc(100% - 66px);
    height: calc(100% - 66px);
}

/* Facebox */
#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: left
}

#facebox .popup {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    background: #fff;
    width: 365px;
    padding: 20px
}

#facebox .content {
    height: auto;
    padding: 0;
    min-width: 0 !important;
    min-height: 0;
    display: table;
    width: 100%;
    background: #fff;
    color: #333;
}

#facebox .content > p:first-child {
    margin-top: 0
}

#facebox .content > p:last-child {
    margin-bottom: 0
}

#facebox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px;
    background: #fff
}

#facebox .close img {
    opacity: .3
}

#facebox .close:hover img {
    opacity: 1.0
}

#facebox .loading {
    text-align: center
}

#facebox .image {
    text-align: center
}

#facebox img {
    border: 0;
    margin: 0
}

#facebox_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.facebox_hide {
    z-index: -100
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99
}

.wider_pop {
    width: 600px !important;
}

.popup table {
    width: 100%;
}

.popup table table {
    float: left;
}

/* Scroll Bars */
::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb:hover {
    background: #AAA
}

::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3)
}

/* Jquery UI */
.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:after, .ui-helper-clearfix:before {
    content: "";
    display: table
}

.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-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    padding: .2em .2em 0;
    display: none;
    width: 318px;
    font-size: 11px !important
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.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: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    display: none;
    background-image: none;
    margin: .7em 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;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.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, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.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(/img/animated-overlay.gif);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .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-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: .6em;
    height: .6em;
    cursor: w-resize;
    border: none !important;
    background: green !important
}

.percent_bar {
    margin: 6px 0 5px
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: green
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .4em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.1em;
    margin-left: 0
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    border: 1px solid #d1d1d1;
    background: #fff url(/img/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(/img/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(/img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: #dadada url(/img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(/img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(/img/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(/img/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(/img/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(/img/ui-icons_888888_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(/img/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(/img/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/img/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-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: -64px -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: -64px -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: 0 -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-first, .ui-icon-seek-start {
    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
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 0
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 0
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 0
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 0
}

.ui-widget-overlay {
    background: #aaa url(/img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(/img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0 !important
}

#jrange .hasDatepicker {
    padding-bottom: 10px;
    top: 30px !important;
    margin-bottom: 15px
}

#jrange .ui-datepicker-inline {
    width: 406px
}

#jrange .ui-datepicker .ui-datepicker-title {
    position: absolute;
    width: 361px;
    top: 1px
}

#jrange .ui-datepicker .ui-datepicker-header {
    height: 26px;
    margin-top: -20px
}

/* Bread Crumbs */
.breadcrumb {
    background: #E2E2E2;
    list-style: none;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 26px;
    left: 0;
    top: 0;
    right: 10px;
    bottom: 0
}

.breadcrumb li {
    float: left;
    width: 25%
}

.breadcrumb li a {
    text-decoration: none;
    padding: 4px 0 5px 55px;
    background: red;
    background: #f2f2f2;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    width: calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f2f2f2;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ccc;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1
}

.breadcrumb li:last-child a:after {
    border: 0
}

.breadcrumb li a:not(.done):hover {
    background: #E2E2E2
}

.breadcrumb li a:not(.done):hover:after {
    border-left-color: #E2E2E2 !important
}

.breadcrumb li a.done {
    background: #E2E2E2 !important;
    cursor: default
}

.breadcrumb li a.done:after {
    border-left-color: #E2E2E2 !important
}

.breadcrumb li a.done {
    color: #333 !important
}

/* Calendar */
.toggler {
    position: absolute;
    left: 147px;
    top: 55px;
    font-size: 12px;
}

.cal_selects {
    position: absolute;
    left: 147px;
    top: 51px;
}

.cal_selects select {
    clear: none;
    width: 145px !important;
    height: 25px;
    margin-right: 10px;
    padding: 3px;
    font-size: 12px;
    border-radius: 2px;
}

.fc-content {
    overflow-y: auto;
    max-height: -moz-calc(100% - 77px);
    max-height: -webkit-calc(100% - 77px);
    max-height: calc(100% - 77px);
}

#calendar {
    margin-top: 10px;
    float: left;
    width: 100%;
    height: 100%;
}

.fc {
    direction: ltr;
    text-align: left
}

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

.fc table, html .fc {
    font-size: 1em
}

.fc td, .fc th {
    padding: 0;
    vertical-align: top
}

.fc-header td {
    white-space: nowrap
}

.fc-header-left {
    width: 25%;
    text-align: left
}

.fc-header-center {
    text-align: center
}

.fc-header-right {
    width: 25%;
    text-align: right
}

.fc-header-title {
    display: inline-block;
    vertical-align: top
}

.fc-header-title h2 {
    margin: 5px 0 0 -5px;
    white-space: nowrap;
    background: 0 0;
    font-weight: 700
}

.fc .fc-header-space {
    padding-left: 10px
}

.fc-header .fc-button {
    font-size: 12px;
    margin-bottom: 1em;
    vertical-align: top;
    margin-right: -1px
}

.fc-header .fc-corner-right, .fc-header .ui-corner-right {
    margin-right: 0
}

.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2
}

.fc-header .fc-state-down {
    z-index: 3
}

.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4
}

.fc-content {
    clear: both;
    zoom: 1
}

.fc-view {
    width: 100%;
    overflow: hidden
}

.fc-widget-content, .fc-widget-header {
    border: 1px solid #ddd
}

.fc-state-highlight {
    background: #ffffe5
}

.fc-cell-overlay {
    background: #bce8f1;
    opacity: .5;
    filter: alpha(opacity=50)
}

.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.fc-text-arrow {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline
}

.fc-button-next .fc-text-arrow, .fc-button-prev .fc-text-arrow {
    font-weight: 700
}

.fc-button .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%
}

.fc-button .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active, .fc-state-down {
    background-color: #ccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-event-container > * {
    z-index: 8
}

.fc-event-container > .ui-draggable-dragging, .fc-event-container > .ui-resizable-resizing {
    z-index: 9
}

.fc-event {
    border: 1px solid #ADADAD;
    background-color: #ADADAD;
    color: #fff;
    font-size: .85em;
    cursor: default
}

a.fc-event {
    text-decoration: none
}

.fc-event-draggable, a.fc-event {
    cursor: pointer
}

.fc-rtl .fc-event {
    text-align: right
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fc-event-inner a {
    color: #fff;
    text-decoration: underline
}

.fc-event-time {
    display: none
}

.fc-event-title {
    padding: 5px;
    float: left
}

.fc-event-title .task_cat {
    padding: 0
}

.fc-event-title input {
    float: left;
    margin: 0 3px 0 0
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px
}

.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px
}

table.fc-border-separate {
    border-collapse: separate
}

.fc-border-separate td, .fc-border-separate th {
    border-width: 1px 0 0 1px
}

.fc-border-separate td.fc-last, .fc-border-separate th.fc-last {
    border-right-width: 1px
}

.fc-border-separate tr.fc-last td, .fc-border-separate tr.fc-last th {
    border-bottom-width: 1px
}

.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-top-width: 0
}

.fc-grid th {
    text-align: center
}

.fc .fc-week-number {
    width: 22px;
    text-align: center
}

.fc .fc-week-number div {
    padding: 0 2px
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px
}

.fc-grid .fc-event-time {
    font-weight: 700
}

.fc-rtl .fc-grid .fc-day-number {
    float: left
}

.fc-rtl .fc-grid .fc-event-time {
    float: right
}

.fc-agenda table {
    border-collapse: separate
}

.fc-agenda-days th {
    text-align: center
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: 400
}

.fc-agenda .fc-week-number {
    font-weight: 700
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0
}

.fc-agenda-allday th {
    border-width: 0 1px
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee
}

.fc-agenda-slots th {
    border-width: 1px 1px 0
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: 0 0
}

.fc-agenda-slots td div {
    height: 20px
}

.fc-agenda-slots tr.fc-slot0 td, .fc-agenda-slots tr.fc-slot0 th {
    border-top-width: 0
}

.fc-agenda-slots tr.fc-minor td, .fc-agenda-slots tr.fc-minor th {
    border-top-style: dotted
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid
}

.fc-event-vert {
    border-width: 0 1px
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2
}

.fc-event-vert .fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-agenda .ui-resizable-resizing {
    _overflow: hidden
}

/* Stats */
.stats_page .strong {
    font-weight: bold;
}

.stats_page .stats_right {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%
}

.stats_page .stats_left {
    float: left;
    width: 75%;
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%
}

.stats_page .dataTables_length, .stats_page .dataTables_filter, .stats_page .dataTables_paginate {
    display: none;
}

.stats_header .fromto {
    float: right;
    margin: 0 10px 0 0;
    font-size: 10px;
    color: #999;
}

.stats_header span {
    float: left;
}

.stats_header form {
    float: right;
}

.stats_header div {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.stats_header input[type='submit'] {
    padding: 0 5px !important;
    height: 22px;
}

.stats_header select, .stats_header input {
    float: right;
    width: auto !important;
    margin: 0px 10px 0px 0 !important;
    padding: 0px !important;
}

#highchart {
    float: left;
    width: 100%;
    margin-top: 10px;
    height: -moz-calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
    height: calc(100% - 45px);
}

.stats_page thead th {
    text-align: left;
    padding: 0 4px;
}

.stats_page .widget-inner p {
    float: left;
    width: 100%;
}

.stats_page .widget {
    position: relative;
    border-bottom: 10px solid #F0F0F0 !important;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: #F0F0F0 0 0 8px;
    -moz-box-shadow: #f0f0f0 0 0 8px;
    box-shadow: #F0F0F0 0 0 8px;
    border: solid 1px #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.stats_page .widget-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding: 10px;
    background: #fff;
    color: #666;
}

.stats_page {
    padding-bottom: 0;
    background: #F0F0F0;
}

.stats_page .big_num {
    font-size: 52px;
    float: left;
}

.stats_page .secondary-stat {
    margin: 10px 0 0 22px;
    float: left;
    position: relative;
    padding-left: 30px;
    font-size: 36px;
}

.negative {
    color: #F44;
}

.positive {
    color: #78AB49;
}

.stats_page .arrow-up-medium {
    position: relative;
}

.stats_page .arrow-up-medium:before {
    background: url(/img/icons.png) no-repeat;
    background-position: 0 -3246px;
    top: 0px;
    left: 0;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 35px;
}

sup {
    bottom: 0.5ex;
    font-size: 60%;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    height: 0;
}

.stats_page .divider {
    height: 1px;
}

.stats_page .divider td {
    background: #999;
    padding: 0;
}

.stats_page .main {
    font-weight: bold;
}

/* Smartphones */
@media only screen and (max-width: 640px) {

    /*width*/
    .main_form .small11, body, .stats_right .col_cont_large, .stats_page .widget, .stats_right, .stats_left, .index_form p, #centerbox, .ui-datepicker, .widget_popup select, #cke_email_ed, #facebox .content, #tabs span, #tabs, .task_tabs_wrapper, .popup table, .formStyle, #facebox .popup, .options, .item td.sml, .item td.sml1, .product_list tr td input, .main_form .small2, .main_form .small4, .main_form, .main_form select, .main_form textarea, .main_form .datalist, .main_form input[type='text'], .main_form input[type='text'], .main_form input[type='password'], .add_edit_table, #custom_fields, .scrolley, .slide_panel h1, .page h1, .home_col h1, #tabs li, #tabs_content_container, .col_cont_right, .right, .widget, .column, .content, .page {
        float: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-width: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative !important;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    /*height*/
    .right, .col_cont_right, #tabs_content_container, #tabs {
        height: auto !important;
    }

    /*hide*/
    .stats_left .stats_header span, .sop_button, .masked, .preview_row, .fc-header-right, .toggler, .change_view, .breadcrumb, .close_slide_panel, .item_header, div.DTTT_container, .header #user_menu, ::-webkit-scrollbar, .help, .datehere, .add_widget, .no_mob, #mob_cont {
        display: none !important;
    }

    /*show*/
    #head_ham, .header .nav a span, .only_mob {
        display: block;
    }

    /*other*/
    .sidr {
        display: none;
    }

    .send_to_table {
        margin-left: 0;
    }

    .stats_page #tabs_content_container {
        border: none !important;
    }

    .stats_page .stats_left, .stats_page .stats_right {
        height: auto;
    }

    .stats_header select, .stats_header input {
        width: 16.2% !important;
    }

    .stats_right, .stats_left {
        padding: 0 !important;
    }

    .stats_right .col_cont_large, .dataTables_scroll, .stats_right .widget-inner, .no_pad {
        padding: 0 10px !important;
    }

    #index, #index #container, #index #content {
        height: 100%;
    }

    #centerbox {
        border-radius: 0;
        -webkit-border-radius: 0;
        margin-top: 0;
        height: 100%;
    }

    #centerbox .logo {
        margin-top: 15%;
    }

    body {
        overflow-y: auto;
        overflow-x: visible;
    }

    .refresh_area {
        height: auto !important;
    }

    .home_page {
        padding: 0;
    }

    .content {
        padding: 0 0 0 0;
        height: 100%;
        margin-top: 5px;
        min-height: 0;
    }

    .widget {
        height: auto !important;
        float: left;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
    }

    .widget-content {
        height: auto !important;
    }

    .column {
        padding: 0 !important;
        float: left;
        height: auto !important;
    }

    .box {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        overflow-y: visible;
        border: none;
    }

    .page {
        padding: 0;
    }

    .head {
        padding: 10px !important;
        margin: 0 !important;
    }

    #footer, .signature {
        text-align: left;
        float: none;
        padding-left: 5px;
    }

    .header {
        background: #fff;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        bottom: auto;
        float: left;
        width: 100%;
    }

    #head_ham {
        text-align: right;
        border-left: 0;
        border-right: 0;
        overflow: hidden;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        position: relative;
        height: 40px;
        width: 100%;
        font-size: 22px;
        float: left
    }

    .header .nav a {
        text-align: left;
    }

    .header .nav a .fa {
        float: left;
        margin-right: 10px;
    }

    .header .nav a span {
        position: absolute;
        left: 35px;
        font-weight: normal;
        font-size: 14px;
        padding: 0 10px;
    }

    #tabs {
        float: left;
        padding: 0;
    }

    #tabs_container {
        border: none;
    }

    #tabs_content_container {
        min-height: 100px;
        padding: 10px 0 20px 0;
        margin-top: 10px;
        border-top: 1px solid #ccc;
    }

    #tabs li.active {
        background: #ccc;
        padding: 8px;
    }

    #tabs li {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
        padding: 8px;
    }

    .header .nav li ul li:first-of-type a {
        border-top: 1px solid #9cacbc;
    }

    .slide_panel h1, .page h1, .home_col h1 {
        margin-top: 0;
    }

    .bottom {
        padding-left: 10px;
        margin-left: 0;
        width: 100%;
    }

    .dataTables_length {
        margin-left: 8px;
    }

    .widget-content {
        padding: 0 10px !important;
    }

    .add_edit_table, #custom_fields {
        table-layout: fixed;
    }

    .add_edit_table td {
        word-wrap: break-word;
    }

    .add_edit_table td:first-of-type {
        width: 24%;
    }

    .options {
        position: relative;
        right: auto;
        top: auto;
        float: right;
        padding: 5px 10px 0 10px;
        background: #fff;
        margin: 0;
    }

    .product_list tr td {
        display: table-cell;
        width: 100% !important;
        float: left;
    }

    .options select {
        float: right;
        margin: 0;
    }

    .options a:not(.no_style), .normal_button {
        float: left;
    }

    .the_id {
        margin-left: 10px;
    }

    #facebox {
        height: 100%;
        top: 0 !important;
        left: 0 !important;
        right: 0;
        bottom: 0;
    }

    #facebox .popup {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #facebox .popup {
        padding: 10px;
        height: 100%;
        overflow-y: scroll;
    }

    #facebox #tabs {
        width: 100%;
    }

    .fc-header-title {
        float: right;
        margin-right: 5px;
    }

    .fc-header-left {
        margin-left: 10px;
        float: left;
    }

    .fc-content {
        margin: 0 10px;
    }

    .small .fa {
        display: none;
    }

    .sidr ul {
        float: left;
        width: 100%;
        padding-bottom: 20px !important;
    }

    .header .nav a:hover:not(.logo) {
        background-color: inherit;
        background-image: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .add_edit_table td input {
        width: 100%;
    }

    #home .lst td{
        display:none
    }

    #home .lst td:nth-of-type(3),
    #home .lst td:last-of-type{
        display:table-cell;
    }

    .list_page .col_cont_large tr td:last-of-type,
    taskspage .col_cont_large tr td:last-of-type{
        text-align:left;
    }

    .bottom input,
    .finance_page .bottom input{
        right:57px;
    }

    .slide_panel h1, .page h1, .home_col h1{
        white-space: nowrap;
    }

    .mob_col_hide{
        display:none;
    }
    .map_page .options{
        display:none;
    }

    .sett .add_edit_table td:first-of-type{
        width:auto;
    }

    .sidr a.enquiries,
    .nav a.chatlogs,
    .nav a.live,
    .nav a.locations{
        display:none;
    }

}

/* Ipad Only*/
@media only screen and (device-width: 768px) {

    body {
        width: 954px;
    }

    .refresh_area {
        min-height: 650px;
    }

}

.purple {
    background: #E2D2FF !important;
}

.yellow {
    background: #FFFFAF !important;
}

.green {
    background: #BBFFBB !important;
}

.blue {
    background: #C4ECFF !important;
}

.lightred{
    background: #ffc4c4 !important
}

.status_updater {
    font-size: 11px;
    padding: 1px 4px 1px 4px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.status_toggled {
    background-color: red;
}

.purple_status_class {
    background-color: #6441a5;
    color: white;

}

.red_status_class {
    background-color: red;
    color: white !important;
}

.green_status_class {
    background-color: green;
    color: white !important;
}

.box_padding {
    font-size: 11px;
    padding: 1px 4px 1px 4px;
    border: 1px solid #f1f1f1;
    margin-left: 10px;
}

.col_cont_large .box_padding{
    cursor:pointer;
}

.disabled_input {
    background: rgba(128, 128, 128, 0.3) !important;
}

.tag_red {
    background: rgba(255, 51, 51, 0.6) !important
}
.tag_green {
    background: rgba(0, 255, 0, 0.6) !important
}
.tag_orange {
    background: rgba(255, 128, 0, 0.6) !important
}

.tag_amber {
    background:rgba(255, 194, 0, 0.6) !important;
}

.internal_table{
    float:left;
    width:100%;
    margin-left:-1px;
}

.internal_table td{
    padding:0 !important;
}


.standout{
    background: rgba(255, 41, 16, 0.4);
}

.grey{
    color:grey;
    font-style: italic;
}

#cke_email_ed{width:461px;}

#edit_task_form #cke_email_ed{
    width:100%;
    float:left;
    margin-bottom:10px;
}

.hidden{
    display: none;
}

.limit_reached_tr_row{
    text-align: center !important;
    background-color: red !important;
    font-size: large;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.warp {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap !important;
    white-space: -o-pre-wrap !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    white-space: -webkit-pre-wrap !important;
    word-break: break-word !important;
    white-space: normal !important;
}

/* Support Row Colors */
tr.red_one td,
.list_page .col_cont_large tr.red_one:hover td{
    background:red !important;
    color:#fff;
}

tr.orange_one td,
.list_page .col_cont_large tr.orange_one:hover td{
    background:orange !important;
    color:#fff;
}



.rental_goods_toggle_active {
    background-color:#8327cf;
    color:#fff;
}



.custom_stats_table tr td {
    border-bottom: 1px solid #363636;
}

.red_one a{
    color:#fff !important;
}

.Awaiting,.Closed{
    background:#ffd7d7;
}

.Awaiting span,.Closed span{
    background:red;
    color:#fff !important;
}

.Open{
    background-color:#b5ffb5;
}

.Open span{
    background:#1ecc1e;
    color:#fff !important;
}


.export_button{
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    min-width: 15px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-decoration: none !important;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-image: none, linear-gradient(top, #e5e9e9, #e5e9e9);
    background-image: none, -webkit-gradient(linear, left top, left bottom, from(#e5e9e9), to(#e5e9e9));
    background-position: center;
    background-repeat: none;
    border: 1px solid #9b9d9d;
    box-shadow: inset 0 1px 0 #fff;
    color: #454545;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}
button.configure_item_options[data-option-count="0"]{
    display: none;
}

.pOptionsSelect  option:disabled{
    display: none;
}

#featured[role="switch"] {
    font-size: 18px;
    margin-left: -1.8em;
}
