﻿/*
 * 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;
}

#logo {
    width: 300px !important;
}

#header {
    height: 72px !important;
}

#left-panel {
    padding-top: 72px !important;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #logo {
        width: 100px !important;
    }
}

a.btn.btn-default.btn-secondary.fileinput-upload.fileinput-upload-button {
    color: #fff;
    background-color: #5b835b;
    border-color: #4c6e4c;
}

.text-catalog-title {
    color: white;
    font-size: 80px;
    font-weight: bold;
    line-height: 70px;
    margin-top: 20px;
}
.text-catalog-subtitle {
    font-size: 30px;
    padding-left: 4px;
    font-weight: normal;
}

.text-catalogo-lote-title {

}

.banner-layer {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
/*    top: 0;
    left: 0;*/
    width: 100%;
    height: auto;
}

.text-bold {
    font-weight: bold
}

.text-white {
    color: #ffffff !important;
}