﻿/********* OVERRIDE SETTINGS FOUNDATION *******/
/*
.row {
    max-width: none !important;
}

table {
    width: 100%;   
}
*/
/*.ui-widget {
    font-size: 0.875rem;
}*/

/* remove the outlines on jquery widgets*/
.ui-widget * { outline: none; }​

.no-margin {
    margin: 0 !important;
}
/* triangle */
.is-accordion-submenu-parent > a::after {
    border-color: white transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
    border-color: transparent transparent transparent #e6e6e6 !important;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #e6e6e6;
}
/* z-index */
.ui-slider .ui-slider-handle, .ui-slider .ui-slider-range {
    z-index: 0;
}
#slider .ui-widget-header {
    border: 1px solid #33A9FF;
    background: #33A9FF;
}
#slider .ui-widget-content {
    border: 1px solid #33A9FF;
}
    #slider .ui-state-hover, #slider .ui-widget-content .ui-state-hover, #slider .ui-widget-header .ui-state-hover, #slider.ui-state-focus, #slider.ui-widget-content .ui-state-focus, #slider .ui-widget-header .ui-state-focus {
        /*border: 1px solid #33A9FF;*/
        background: #33A9FF;
    }
    /* menu */
    .marketing-topbar {
    background: #121212;
    font-size: 0.8125rem;
    z-index: 2;
    position: relative;
}
.marketing-topbar .top-bar {
    padding-bottom: 1px;
    padding-top: 0;
}

.marketing-topbar .top-bar, .top-bar ul {
    background: #121212;
}

.marketing-topbar .dropdown.menu .submenu {
    background: #121212;
    border: none;
}

.marketing-topbar .menu a {
    /*height: 50px;*/
    /*line-height: 50px !important;*/
    color: white;
    /*padding-top: 0 !important;*/
    /*padding-bottom: 0 !important;*/
}
    .marketing-topbar .menu a:hover:not(.button), .marketing-topbar .menu a:focus {
        background: #41525e;
    }

.marketing-topbar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e6e6e6 transparent transparent;
    border-top-style: none;
    border-bottom-width: 0;
    right: 5px;
    /*margin-top: -2px;*/
}
.marketing-topbar .top-bar-title a {
    color: lightsteelblue;
    font-size: 1.2rem;
}

.marketing-topbar .menu > li > a {
    line-height: 1.8;
}

/* table */
table.hover tbody tr:not(:first-child):hover {
    background-color: #eaf3f7;
}
table.hover.pointer tbody tr:hover {
    cursor: pointer
}
/* rouded switch */

.switch-paddle {
    border-radius: 18px;
}
.switch-paddle::after {
    border-radius: 10px;
}

.switch {
    padding-top: 8px;
}


/* notification */

.ui-pnotify {
    top: 88px; 
    right: 84px;
}


.jqTransformRadioWrapper {margin-top:2px;}

/* remove focus on close button */
.ui-state-focus {
    outline: none;
} 
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: none;
    background: none;
    font-weight: bold;
    
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: bold;
}
.ui-state-hover {
    border: none;
    background: none;
    font-weight: bold;
    color: #2e6e9e;
}
input:disabled.switch-input {
    opacity: 0;
}
input:: placeholder, textarea::placeholder {
    color: #cacaca;
    font-size: 0.8rem;
}

.breadcrumbs li {
    font-size: 0.5rem !important;
}
.button, .button[disabled] {
    background-color: #e75915;
    color: #fff;
}
    .button:hover, .button:focus {
        background-color: #ff6900 !important;
        color: #fff !important;
    }
.button.success {
    background-color: #e75915;
    color: #fff;
}

.button.success:hover, .button.success:focus {
    background-color: #ff6900;
    color: #fff;
}
.badge.success {
    background: #ff6900;
    color: #fff;
}

.ui-widget-content {
    border: 1px solid #41525e;
    color: #222;
}s
.langa-accordion f3 {
    font-size: 12px;
    color: #1a1a1a;
}
.langa-accordion div {
    font-size: 12px;
    font: 12px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    color: #1a1a1a;
}
.langa-accordion .ui-state-default {
    color: #1a1a1a;
}
.langa-accordion h3 {
    color: #1a1a1a;
}
/* dialog*/
.no-close .ui-dialog-titlebar-close {
    display: none;
}

.no-titlebar .ui-dialog-titlebar {
    display: none;
}

.jqtransform table tbody tr td {
    padding-left: 0;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.only-close .ui-dialog-titlebar {
    background: transparent;
    border: none;
}

only-close .ui-dialog-title {
    display: none;
}
a {
    color: #33A9FF;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 0 !important;
}

.menu-icon::after {
    /* the block itself, the first line */
    background: #121212;
    /* middle and bottom */
    box-shadow: 0 7px 0 #121212, 0 14px 0 #121212;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #121212, 0 14px 0 #121212;
}
.ecommerce-header-mobile {
    background-color: white;

}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    font-size: 0.875rem;
}
.has-tip {
    border-bottom: none;
}
.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
    font-size: 40px;
}
.slick-prev {
    left: -20px;
    z-index: 9;
}
.slick-next {
    right: -20px;
    z-index: 9;
}
.slick-slide {
    transition: all ease-in-out .3s;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 35px;

}

.ui-widget-overlay {
    background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}