.sm-publish#publishDetails, .sm-publish#publishConfirm, .sm-publish#adminMyAds {
   display: none;
}
.sm-publish .p-content .p-block .al-section-body {
   padding: 15px 0;
}
.sm-publish .p-content .p-block .al-section-body .p-list {
   max-width: 800px;
   margin: 0 auto;
}
.sm-publish .p-content .p-block .al-section-body .p-list .p-item .btn {
   margin: 3px 5px;
   font-size: .8em;
   padding-left: 35px;
   padding-right: 35px;
   height: 45px;
   line-height: 35px;
}

.sm-publish .p-content .p-block#selSubCategories, .sm-publish .p-content .p-block#selTypeOp, .sm-publish .p-content .p-block#operacion {
   display: none;
}
.sm-publish#publishDetails #adDetails .al-section-body .form-field:nth-child(1) {
   margin-bottom: 5px;
}
.sm-publish#publishDetails #adDetails .al-section-body .form-field:nth-child(2) {
   margin-top: 5px;
   height: 50px;
}
.sm-publish .sm-row {
   margin: 10px 0;
}

.sm-admin-layout {
   padding: 15px 0;
}
.sm-admin-layout .al-header #menuPublish li.selected .al-menu-link, .sm-admin-layout .al-header #menuAdmin li.selected .al-menu-link {
   color: #E2231A;
}
.sm-admin-layout .al-header .al-nav {
   max-width: 800px;
   margin: 0 auto;
   margin-bottom: 15px;
}
.sm-admin-layout .al-header .al-nav .al-menu-item .al-menu-link {
   color: #4d4d4d;
   font-weight: bold;
   position: relative;
}
.sm-admin-layout .al-header .al-nav .al-menu-item .al-menu-link:link {
   text-transform: uppercase;
   text-decoration: none;
   /*decoration-line: underline;
   decoration-style: solid;*/
}
.sm-admin-layout .al-header .al-nav .al-menu-item .link-after-darkgrey::after {
   content: '';
   position: absolute;
   bottom: -3px;
   left: 0;
   background-color: #4d4d4d;
   height: 3px;
   width: 100%;
}
.sm-admin-layout .al-header .al-nav .al-menu-item .link-after-red::after {
   content: '';
   position: absolute;
   bottom: -3px;
   left: 0;
   background-color: #E2231A;
   height: 3px;
   width: 100%;
}
.sm-admin-layout .al-body .al-section-header {
   padding: 10px 0;
   background-color: #016cb5;
}
.sm-admin-layout .al-body .al-section-header .al-title {
   color: #fff;
   font-weight: bold;
   font-size: 1em;
   text-align: center;
   text-transform: uppercase;
}
.sm-admin-layout .al-footer .btn {
   position: relative;
   border-radius: 0;
   padding-left: 25px;
   padding-right: 25px;
}
.sm-admin-layout .al-footer .btn::after {
   content: '';
   position: absolute;
   width: 0;
   height: 0;
   border-top: 17px solid transparent;
   border-bottom: 17px solid transparent;
   top: -1px;
}
.sm-admin-layout .al-footer .btn:nth-child(1) {
   float: left;
   display: none;
}
.sm-admin-layout .al-footer .btn:nth-child(1)::after {
   left: -25px;
   border-right: 25px solid #E2231A;
}
.sm-admin-layout .al-footer .btn:nth-child(2), .sm-admin-layout .al-footer .btn:nth-child(3) {
   float: right;
}
.sm-admin-layout .al-footer .btn:nth-child(2)::after, .sm-admin-layout .al-footer .btn:nth-child(3)::after {
   right: -25px;
   border-left: 25px solid #E2231A;
}
.sm-admin-layout .al-footer .btn-global {
   background-color: #E2231A;
}

/*
input[type="file"] {
    display: none;
}
.custom-load-file{
    color: rgb(158, 157, 157);
    border: 1px solid $color;
    width: 100%;
    text-align: center;
    line-height: 150px;
    cursor: pointer;
    font: {
        size: 1.1em;
        style: italic;
        weight: lighter;
    }
}*/
.container-center {
   max-width: 800px;
   margin: 0 auto;
}

/*# sourceMappingURL=publicacion.css.map */