
table a, table a:hover {
    text-decoration: none !important;
}

ul.search-results {
    list-style: none;
}

.searchbar .popover {
    top: initial;
}

.searchbar .popover ul li a {
    display: block;
    padding: 2px 5px;
}

.searchbar .popover ul li a:hover {
    text-decoration: none;
    background-color: #EEE;
}

.searchbar .popover ul li.more-results {
    border-top: 1px dashed #CCC;
    text-align: center;
    padding-top: 8px;
    margin-top: 5px;
}

.no-bg {
    background: transparent;
}

tr.data-row{
    cursor: pointer;
}

tr.data-row:hover > td{
    background-color: #DDD !important;
}

.clear {
    width: 100%;
    height: 20px;
}

.row-fluid .input-append .add-on {
    height: 20px;
}

[class*="span"] > label {
    text-align: left;
    width: auto;
    padding-right: 10px;
}

.key-shortcut {
    background-color: #eee;
    padding: 5px;
}

.key-shortcut label, .key-shortcut input {
    padding-top: 0;
    float: right;
}

.key-shortcut input {
    margin-top: 5px;
}

.hidden-label {
    display: none;
}

.btn-contacts {
    cursor: pointer;
}

.btn-contacts:hover {
    color: #333;
}

#uploadFile #image, #fileUpload #image {
    display: none;
}

#uploadFile {
    text-align: center;
}

#imagePreview {
    margin: auto;
    width: 130px;
}

#imagePreview img{
    width: 100%;
}

textarea#message {
    height: 150px;
}

.formwrapper [type="radio"],
.formwrapper [type="checkbox"]{
    margin: 0 5px 0 10px;
}


.input-append .typeahead .active {
    border-color: transparent;
    background-color: transparent;
}

table.table p {
    padding: 0;
    margin: 0;
}

.file-container {
    position: relative;
    padding: 10px;
    float: left;
}

.file-container .remove-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.file-container img {
    width: 50px;
}

.fieldset {
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
}

.fieldset legend {
    font-size: 16px;
    width: auto;
    margin-bottom: 0;
}

body.alt-bg {
    background: #f1f4f5;
}

small.help-block {
    display: table-footer-group;
}

.page-header {
    z-index: 1;
}

#cloud-content {
    display: none;
}

.cloud_files > * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mce-panel {
    border: 1px solid #e4eaec !important;
    min-height: 117px;
}

.mce-panel iframe {
    min-height: 117px;
}

div.mce-edit-area {
    border-width: 0 !important;
}

.site-footer {
    height: auto;
}

.site-footer-legal, .site-footer-middle, .site-footer-right {
    display: inline-block;
    width: 33%;
    float: initial;
}

.site-footer-middle {
    text-align: center;
}

.site-footer-right {
    text-align: right;
}

.control-label {
    font-weight: 400;
}

.panel-left {
    left: 0;
}

.border { border: 1px solid !important;}
.border-2x { border: 2px solid !important;}
.border-bottom { border-bottom: 1px solid !important;}
.border-bottom-2x { border-bottom: 2px solid !important;}
.border-left { border-left: 1px solid !important;}
.border-left-2x { border-left: 2px solid !important;}
.border-right { border-right: 1px solid !important;}
.border-right-2x { border-right: 2px solid !important;}
.border-top { border-top: 1px solid !important;}
.border-top-2x { border-top: 2px solid !important;}

.dropdown-toggle:focus {
    text-decoration: none;
}

.panel-border .panel-body {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #e4eaec;
}

#sticky-note {
    border: none;
    height: 116px;
    margin-bottom: 10px;
    outline: none;
    resize: none;
    padding: 10px;
    color: #000;
    border-radius: 3px;
    background: transparent;
    font-size: 12px;
}

.row-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Datatable Styles */

.stdform .dataTables_wrapper label{
    float: none;
    width: auto;
    padding: 0;
    text-align: inherit;
}

/* jqPlot Styles */
.jqplot-table-legend {
    padding: 5px !important;
}

.jqplot-table-legend .jqplot-table-legend-label {
    padding-left: 10px;
}

.shortcuts {
    border: 1px dashed transparent;
    position: relative;
}

.shortcuts .btn {
    margin: 5px 0;
    margin-left: 5px;

}

.shortcuts.editable {
    border-color: #CCC;
}

#activeShortcuts {
    min-height: 88px;
}

#allShortcuts {
    display: none;
    min-height: 88px;
    margin: 10px 0;
    opacity: .5;
}

#allShortcuts.editable {
    display: block;
    position: relative;
    left: 0;
    animation: shortcuts_animation .5s;
    -moz-animation: shortcuts_animation .5s;
    -o-animation: shortcuts_animation .5s;
    -webkit-animation: shortcuts_animation .5s;
}

#pallet-options {
    cursor: pointer;
}

#pallet-options {
    display: none;
}

#pallet-options.active-tooltip {
    opacity: 1 !important;
    background: #FFF !important;
    display: block;
}

@keyframes shortcuts_animation {
    0% { left: -120%; }
    100% { left: 0; }
}

@-moz-keyframes shortcuts_animation {
    0% { left: -120%; }
    100% { left: 0; }
}

@-ms-keyframes shortcuts_animation {
    0% { left: -120%; }
    100% { left: 0; }
}

@-o-keyframes shortcuts_animation {
    0% { left: -120%; }
    100% { left: 0; }
}

@-webkit-keyframes shortcuts_animation {
    0% { left: -120%; }
    100% { left: 0; }
}

.ui-state-highlight {
    display: inline-block;
    margin: 10px 0;
    margin-left: 10px;
    padding: 12px;
    vertical-align: middle;
    text-align: center;
}

.checkbox-red-800 input[type=radio]:checked+label::after,
.checkbox-red-800 input[type=checkbox]:checked+label::after,
.checkbox-pink-800 input[type=radio]:checked+label::after,
.checkbox-pink-800 input[type=checkbox]:checked+label::after,
.checkbox-purple-800 input[type=radio]:checked+label::after,
.checkbox-purple-800 input[type=checkbox]:checked+label::after,
.checkbox-indigo-800 input[type=radio]:checked+label::after,
.checkbox-indigo-800 input[type=checkbox]:checked+label::after,
.checkbox-blue-800 input[type=radio]:checked+label::after,
.checkbox-blue-800 input[type=checkbox]:checked+label::after,
.checkbox-cyan-800 input[type=radio]:checked+label::after,
.checkbox-cyan-800 input[type=checkbox]:checked+label::after,
.checkbox-teal-800 input[type=radio]:checked+label::after,
.checkbox-teal-800 input[type=checkbox]:checked+label::after,
.checkbox-green-800 input[type=radio]:checked+label::after,
.checkbox-green-800 input[type=checkbox]:checked+label::after,
.checkbox-light-green-800 input[type=radio]:checked+label::after,
.checkbox-light-green-800 input[type=checkbox]:checked+label::after,
.checkbox-yellow-800 input[type=radio]:checked+label::after,
.checkbox-yellow-800 input[type=checkbox]:checked+label::after,
.checkbox-orange-800 input[type=radio]:checked+label::after,
.checkbox-orange-800 input[type=checkbox]:checked+label::after,
.checkbox-brown-800 input[type=radio]:checked+label::after,
.checkbox-brown-800 input[type=checkbox]:checked+label::after,
.checkbox-grey-800 input[type=radio]:checked+label::after,
.checkbox-grey-800 input[type=checkbox]:checked+label::after,
.checkbox-blue-grey-800 input[type=radio]:checked+label::after,
.checkbox-blue-grey-800 input[type=checkbox]:checked+label::after{
    color:#fff
}

.checkbox-red-800 input[type=radio]:checked+label::before,
.checkbox-red-800 input[type=checkbox]:checked+label::before{
    background-color:#D6494B;
    border-color:#D6494B
}

.checkbox-pink-800 input[type=radio]:checked+label::before,
.checkbox-pink-800 input[type=checkbox]:checked+label::before{
    background-color:#E53B75;
    border-color:#E53B75
}

.checkbox-purple-800 input[type=radio]:checked+label::before,
.checkbox-purple-800 input[type=checkbox]:checked+label::before{
    background-color:#6D45BC;
    border-color:#6D45BC
}

.checkbox-indigo-800 input[type=radio]:checked+label::before,
.checkbox-indigo-800 input[type=checkbox]:checked+label::before{
    background-color:#465BD4;
    border-color:#465BD4
}

.checkbox-blue-800 input[type=radio]:checked+label::before,
.checkbox-blue-800 input[type=checkbox]:checked+label::before{
    background-color:#3583CA;
    border-color:#3583CA
}

.checkbox-cyan-800 input[type=radio]:checked+label::before,
.checkbox-cyan-800 input[type=checkbox]:checked+label::before{
    background-color:#37A9B7;
    border-color:#37A9B7
}

.checkbox-teal-800 input[type=radio]:checked+label::before,
.checkbox-teal-800 input[type=checkbox]:checked+label::before{
    background-color:#178D81;
    border-color:#178D81
}

.checkbox-green-800 input[type=radio]:checked+label::before,
.checkbox-green-800 input[type=checkbox]:checked+label::before{
    background-color:#279566;
    border-color:#279566
}

.checkbox-light-green-800 input[type=radio]:checked+label::before,
.checkbox-light-green-800 input[type=checkbox]:checked+label::before{
    background-color:#70A532;
    border-color:#70A532
}

.checkbox-yellow-800 input[type=radio]:checked+label::before,
.checkbox-yellow-800 input[type=checkbox]:checked+label::before{
    background-color:#FBC02D;
    border-color:#FBC02D
}

.checkbox-orange-800 input[type=radio]:checked+label::before,
.checkbox-orange-800 input[type=checkbox]:checked+label::before{
    background-color:#E98F2E;
    border-color:#E98F2E
}

.checkbox-brown-800 input[type=radio]:checked+label::before,
.checkbox-brown-800 input[type=checkbox]:checked+label::before{
    background-color:#715146;
    border-color:#715146
}

.checkbox-grey-800 input[type=radio]:checked+label::before,
.checkbox-grey-800 input[type=checkbox]:checked+label::before{
    background-color:#424242;
    border-color:#424242
}

.checkbox-blue-grey-800 input[type=radio]:checked+label::before,
.checkbox-blue-grey-800 input[type=checkbox]:checked+label::before{
    background-color:#263238;
    border-color:#263238
}


.border-red-800 {border-color:#D6494B !important;}
.border-red-700 {border-color:#E9595B !important;}
.border-red-600 {border-color:#F96868 !important;}
.border-red-500 {border-color:#FA7A7A !important;}
.border-red-400 {border-color:#FA9898 !important;}
.border-red-300 {border-color:#FAB4B4 !important;}
.border-red-200 {border-color:#FAD3D3 !important;}
.border-red-100 {border-color:#FFEAEA !important;}

.border-pink-800 {border-color:#E53B75 !important;}
.border-pink-700 {border-color:#F44C87 !important;}
.border-pink-600 {border-color:#F96197 !important;}
.border-pink-500 {border-color:#F978A6 !important;}
.border-pink-400 {border-color:#FB8DB4 !important;}
.border-pink-300 {border-color:#FBA9C6 !important;}
.border-pink-200 {border-color:#FFCCDE !important;}
.border-pink-100 {border-color:#FCE4EC !important;}

.border-purple-800 {border-color:#6D45BC !important;}
.border-purple-700 {border-color:#7C51D1 !important;}
.border-purple-600 {border-color:#926DDE !important;}
.border-purple-500 {border-color:#A58ADD !important;}
.border-purple-400 {border-color:#BBA7E4 !important;}
.border-purple-300 {border-color:#D2C5EC !important;}
.border-purple-200 {border-color:#E3DBF4 !important;}
.border-purple-100 {border-color:#F6F2FF !important;}

.border-indigo-800 {border-color:#465BD4 !important;}
.border-indigo-700 {border-color:#5166D6 !important;}
.border-indigo-600 {border-color:#677AE4 !important;}
.border-indigo-500 {border-color:#8897EC !important;}
.border-indigo-400 {border-color:#9DAAF3 !important;}
.border-indigo-300 {border-color:#BCC5F4 !important;}
.border-indigo-200 {border-color:#DADEF5 !important;}
.border-indigo-100 {border-color:#EDEFF9 !important;}

.border-blue-800 {border-color:#3583CA !important;}
.border-blue-700 {border-color:#4E97D9 !important;}
.border-blue-600 {border-color:#62A8EA !important;}
.border-blue-500 {border-color:#89BCEB !important;}
.border-blue-400 {border-color:#A2CAEE !important;}
.border-blue-300 {border-color:#BCD8F1 !important;}
.border-blue-200 {border-color:#D5E4F1 !important;}
.border-blue-100 {border-color:#E8F1F8 !important;}

.border-cyan-800 {border-color:#37A9B7 !important;}
.border-cyan-700 {border-color:#47B8C6 !important;}
.border-cyan-600 {border-color:#57C7D4 !important;}
.border-cyan-500 {border-color:#77D6E1 !important;}
.border-cyan-400 {border-color:#9AE1E9 !important;}
.border-cyan-300 {border-color:#BAEAEF !important;}
.border-cyan-200 {border-color:#D3EFF2 !important;}
.border-cyan-100 {border-color:#ECF9FA !important;}

.border-teal-800 {border-color:#178D81 !important;}
.border-teal-700 {border-color:#269B8F !important;}
.border-teal-600 {border-color:#3AA99E !important;}
.border-teal-500 {border-color:#56BFB5 !important;}
.border-teal-400 {border-color:#79D1C9 !important;}
.border-teal-300 {border-color:#99E1DA !important;}
.border-teal-200 {border-color:#CDF4F1 !important;}
.border-teal-100 {border-color:#ECFDFC !important;}

.border-green-800 {border-color:#279566 !important;}
.border-green-700 {border-color:#36AB7A !important;}
.border-green-600 {border-color:#46BE8A !important;}
.border-green-500 {border-color:#5CD29D !important;}
.border-green-400 {border-color:#7DD3AE !important;}
.border-green-300 {border-color:#9FE5C5 !important;}
.border-green-200 {border-color:#BFEDD8 !important;}
.border-green-100 {border-color:#E7FAF2 !important;}

.border-light-green-800 {border-color:#70A532 !important;}
.border-light-green-700 {border-color:#83B944 !important;}
.border-light-green-600 {border-color:#9ECE67 !important;}
.border-light-green-500 {border-color:#ACD57C !important;}
.border-light-green-400 {border-color:#BAD896 !important;}
.border-light-green-300 {border-color:#CADFB1 !important;}
.border-light-green-200 {border-color:#E0ECD1 !important;}
.border-light-green-100 {border-color:#F1F7EA !important;}

.border-yellow-800 {border-color:#FBC02D !important;}
.border-yellow-700 {border-color:#F9CD48 !important;}
.border-yellow-600 {border-color:#F7DA64 !important;}
.border-yellow-500 {border-color:#F7E083 !important;}
.border-yellow-400 {border-color:#F8E59B !important;}
.border-yellow-300 {border-color:#F6E7A9 !important;}
.border-yellow-200 {border-color:#F9EEC1 !important;}
.border-yellow-100 {border-color:#FFFAE7 !important;}

.border-orange-800 {border-color:#E98F2E !important;}
.border-orange-700 {border-color:#EC9940 !important;}
.border-orange-600 {border-color:#F2A654 !important;}
.border-orange-500 {border-color:#F4B066 !important;}
.border-orange-400 {border-color:#F6BE80 !important;}
.border-orange-300 {border-color:#FBCE9D !important;}
.border-orange-200 {border-color:#FFDDB9 !important;}
.border-orange-100 {border-color:#FFF3E6 !important;}

.border-brown-800 {border-color:#715146 !important;}
.border-brown-700 {border-color:#7D5B4F !important;}
.border-brown-600 {border-color:#8D6658 !important;}
.border-brown-500 {border-color:#A17768 !important;}
.border-brown-400 {border-color:#B98E7E !important;}
.border-brown-300 {border-color:#D3AA9C !important;}
.border-brown-200 {border-color:#E2BDAF !important;}
.border-brown-100 {border-color:#FAE6DF !important;}

.border-grey-800 {border-color:#424242 !important;}
.border-grey-700 {border-color:#616161 !important;}
.border-grey-600 {border-color:#757575 !important;}
.border-grey-500 {border-color:#9E9E9E !important;}
.border-grey-400 {border-color:#BDBDBD !important;}
.border-grey-300 {border-color:#E0E0E0 !important;}
.border-grey-200 {border-color:#EEEEEE !important;}
.border-grey-100 {border-color:#FAFAFA !important;}

.border-blue-grey-800 {border-color:#263238 !important;}
.border-blue-grey-700 {border-color:#37474F !important;}
.border-blue-grey-600 {border-color:#526069 !important;}
.border-blue-grey-500 {border-color:#76838F !important;}
.border-blue-grey-400 {border-color:#A3AFB7 !important;}
.border-blue-grey-300 {border-color:#CCD5DB !important;}
.border-blue-grey-200 {border-color:#E4EAEC !important;}
.border-blue-grey-100 {border-color:#F3F7F9 !important;}

.calendar-edit {
    display: none;
}

.calendar-list li:hover .calendar-edit {
    display: initial;
}

.hideEvent {
    display: none;
}

@media (max-width: 991px) {
    footer .text-left, footer .text-right {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .nav-tabs>li {
        float: initial;
        text-align: center;
    }
}

@media (max-width: 459px) {
    .navbar-brand {
        padding: 25px 10px;
        font-weight: 500;
    }

    .navbar-brand-text img {
        width: 70%;
    }
}

@media print {
    .site-footer {
        display: none;
    }
}

.input-group .select2-hidden-accessible {
    position: absolute;
}

/* Calculator CSS  */

#calculator {
    margin: auto;
}

#calculator #display {
    text-align: right !important;
}

#calculator .btn {
    display: block;
    text-align: center;
    padding: 0;
}

#loadingPage .loader.loader-default {
    background: none;
}

#loadingControl {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    cursor: default;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #000;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}

#ajaxSearchController {
    position: relative;
}

#ajaxSearchResults {
    font-size: 12px;
    color: #76838f;
    position: absolute;
    margin-top: 5px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    background-color: #fff;
    width: 100%;
    z-index: 1200;
}

#ajaxSearchResults ul{
    padding: 0;
    list-style: none;
    background-color: #fff;
}

#ajaxSearchResults span {
    margin: 2px 0;
    padding: 5px 10px;
    display: block;
}

#ajaxSearchResults ul li {
    margin: 2px 0;
    padding: 0 5px;
}

#ajaxSearchResults ul li a {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #76838f;
    display: block;
}

#ajaxSearchResults ul li a i {
    margin-right: 5px;
}

#ajaxSearchResults ul li a:hover {
    background-color: #f3f7f9;
    text-decoration: none;
}

#ajaxSearchResults ul li.divider {
    margin: 6px 0;
    height: 1px;
    overflow: hidden;
    background-color: #e4eaec
}

.edition-disable {
    border: none !important;
    background: transparent !important;
}

#priceRanges .select2-container--default.select2-container--disabled .select2-selection--single {
    border: none !important;
    background: transparent !important;
}

#priceRanges .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow{
    display: none;
}

.product-info {
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.product-info:hover {
    border-color: #0067bd;
}

.product-info .product-description,
.product-info .product-action {
    background: #f5f5f5;
}

.product-info .product-action {
    border-top: 1px solid #E6E6E6;
}

.product-info:hover .product-description,
.product-info:hover .product-action {
    background: #0070CD;
    color: #FFF;
}

.product-info:hover .product-action {
    border-top: 1px solid #0067bd;
}

.product-info:hover .product-description h4,
.product-info:hover .product-action a {
    color: #FFF;
}

.product-info:after {
    display: block;
    content: " ";
    clear: both;
}

#dynamicData #dataHeader {
    padding: 8px 0;
}

#dynamicData #dataHeader,
#dynamicData .dataFields .dataInfo {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    padding-top: 10px;
    border-bottom: 1px solid #e4eaec;
}

#dynamicData .dataFields .dataInfo {
    margin-top: -10px;
    padding-top: 6px;
    padding-bottom: 3px;
    background: #FFF;
}

#dynamicData .dataFields .dataInfo:hover {
    background: #f3f7f9;
}

#dynamicData .dataFields:first-child .dataInfo {
    margin-top: -7px;
}

#dynamicData .dataControl .dataFields .panel-body .row {
    margin-left: -13px;
    margin-right: -13px
}

#dynamicData .dataControl .dataFields .panel-body .row .well {
    border-top: none;
}

#dynamicData .dataControl {
    padding: 8px 0;
}

input.option-image,
input.product-image{
    position: absolute;
    left: -100000px;
}

.pExtraImage {
    float: left;
    margin-right: 10px;
}

.clock-control {
    width: 350px;
    margin: auto;
}

#insertImages .images-container .container {
    border-right: 1px solid #e4eaec;
}

#insertImages .images-container .container .img-container {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}

#insertImages .images-container .container .removeOptionImg {
    position: absolute;
    padding: 0;
    top: 0;
    right: -10px;
}

#insertImages .new-image-btn {
    background: #f1f4f5;
    padding: 10px;
    position: relative;
    min-height: 70px;
}

#insertImages .new-image-btn #uploadFile {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

#imagePreview { position: relative; cursor: pointer; }
#imagePreview:after { content: "\e657"; font-family: 'Pe-icon-7-stroke'; color: #FFF; font-size: 20px; line-height: 130px; display: none; background: rgba(0,0,0,.2); width: 100%; height: 130px; top:0; left: 0; border-radius: 100%; position: absolute; transition: all; -o-transition: all; -webkit-transition: all; -moz-transition: all; -ms-transition: all; pointer-events: none;}
#imagePreview:hover:after { display: block; }

.treeview, .treeview ul { list-style: none; }

.treeview li { position: relative; }
.treeview li.has-child .expand-icon { position: absolute; left: -20px; color: #62a8ea; font-size: 15px; cursor: pointer; line-height: 20px;}



