﻿/*
 * 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.
 */

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}
/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
    width: auto;
}

#extr-page .smart-form .alert {
    margin: 4px;
}

    #extr-page .smart-form .alert li {
        margin-left: 14px;
        list-style: none;
    }

        #extr-page .smart-form .alert li:before {
            content: "\f071";
            font-family: FontAwesome;
            position: absolute;
            left: 14px;
        }

#extr-page .smart-form div + fieldset {
    padding-top: 15px;
}

.datepicker {
    z-index: 99999 !important;
}

.has-input-warning {
    background-color: #FFFEB9;
}

.table-norowborder > tbody > tr > td, .table-norowborder > tbody > tr > th, .table-norowborder > tfoot > tr > td, .table-norowborder > tfoot > tr > th, .table-norowborder > thead > tr > td, .table-norowborder > thead > tr > th {
    border-top: 0px;
}

.market-ticker {
    min-height: 41px;
    background: #474544;
    padding: 0 13px;
    position: relative;
    border-bottom: 1px solid #525151;
}

    .market-ticker > div {
        color: #BBB !important;
    }

.comment-other {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(61, 106, 124, 0.15);
    border: 1px solid rgba(61, 106, 124, 0.2);
}

.comment-self {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(61, 106, 124, 0.2);
}

.text-white {
    color: #fff;
}

#ribbon .breadcrumb, #ribbon .breadcrumb a {
    color: #BBB !important;
    text-decoration: none !Important;
}

#ribbon .breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 11px 34px 11px 0 !important;
    background: 0 0;
    vertical-align: top;
    font-size: 13px;
}
#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
    color: #E4E4E4;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.page-footer {
    font-size: 13px;
}

.text-primary {
    color: #3276b1 !important;
}

a {
    color: #3276b1;
    text-decoration: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #3276b1 !important;
    border-color: #2c699d !important;
}

.alert-info {
    background-color: #d6dde7 !important;
    border-color: #9cb4c5 !important;
    color: #346597 !important;
}