/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

.produitspredicatePopup {
    position: absolute;
    margin: auto;
    border: 1px solid gray;
    background: #ffffff;
    z-index: 1000;
}

.select2-container {
    width: 100%;
}

.jarviswidget .widget-body {
    min-height: 60px;
    position: relative;
    padding-bottom: 13px;
}

body {
    box-shadow: none !important;
    font-size: 15px;
    font-family: "Roboto", "Open Sans", Arial, Helvetica, Sans-Serif, sans-serif;
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 120px;
    }

    .dl-horizontal dt {
        text-align: left;
        width: 110px;
    }
}

.select2-container .select2-choice abbr {
    right: 31px;
    top: 6px;
    font-size: 16px;
}

.select2-search-choice-close:before {
    color: #a90329 !important;
}

.chart > .legend > table {
    top: -16px !important;
}

.chart {
    overflow: inherit;
}

nav ul li a, nav ul ul li > a {
    font-size: 17px;
}

.jarviswidget > div {
    font-size: 15px;
}

.jarviswidget > header h2 {
    font-size: 17px;
    font-weight: 700;
}

h1 {
    font-weight: 700;
}

.btn {
    font-size: 14px;
}