#app .form-control {
    font-size: 11px;
}
#app .radio-inline,
#app .radio-inline+.radio-inline,
#app .checkbox-inline,
#app .checkbox-inline+.checkbox-inline {
    margin-bottom: 0 !important;
}

#app .form-horizontal .radio,
#app .form-horizontal .checkbox,
#app .form-horizontal .radio-inline,
#app .form-horizontal .checkbox-inline {
    padding-top: 0;
}
#app .form-categorias_ps .selectize-input {
    min-width: 120px !important;
}

#app .table {
    width: auto;
    max-width: auto;
}

#app .table-full-width {
    width: 100%;
    max-width: 100%;
}

#app .selectize-control {
    min-width: 80px;
}

.caracteristicas_moviles {
    margin-bottom: 0 !important;
}

.caracteristicas_moviles td {
    padding: 2px !important;
    border-bottom: none !important;
}

.caracteristicas_moviles .ajaxupdate {
    /*
	padding-left: 2px !important;
	padding-right: 2px !important;
	*/
    padding: 2px !important;
}

.csv_on,
.csv_on a,
.csv_on span {
    background-color: #00CC00 !important;
    color: #fff !important;
}

.ready_on,
.ready_on a,
.ready_on span,
input.ready_on,
input.ready_on:focus {
    background-color: #FF9900 !important;
    color: #fff !important;
}

.background_group {
    padding: 0 !important;
}

.background_m {
    background-color: #6600FF !important;
}
.background_n {
    background-color: #FF9900 !important;
}
.background_r {
    background-color: #FF0000 !important;
}

#tablamodelos {
    position: fixed;
    top: 0;
    right: 120px;
    background: #ffffff;
    border: 1px solid #484848;
    padding: 10px;
    z-index: 99999;
    display: none;
}

.width50 {
    display: inline-block;
    width: 60%;
}

.width50:first-child {
    margin-bottom: 6px;
}

.sortable hr {
    margin: 5px 0;
}

.en_oferta {
    background-color: #F89C0E;
}

.background_group {
    min-width: 5px;
}

#app .form-control {
    height: auto;
}

#app .dropdown-menu {
    font-size: 11px;;
}
#app .notifylayer.controles {
    display: block;
}

#app .notifylayer .notifycontainer {
    position: fixed;
    z-index: 1000000;
    /*top: 50%;*/
    bottom: 0;
    left: 0;
    /*margin-left: -175px;
	margin-top: -100px;*/
    width: 100%;
    min-height: 10px;
    height: auto;
    background-color: #CB3412;
    color: #ffffff;
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
    text-align: center;
}

#app .notifylayer .notifycontainer .notifycontent {
    margin: 0 30px 10px 30px;
    text-align: center;
    /*font-family: "Raleway", sans-serif !important;*/
    font-weight: 300 !important;
    font-size: 16px !important;
}

#app .notifylayer .notifycontainer #closenotify {
    position: absolute;
    top: 10px;
    right: 15px;
}

#app .notifylayer .notifycontainer .notifycontent .btn-custom {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #F4811E !important;
}
.opciones a {
    cursor:pointer;
}
.form-categorias_ps .icecat {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    width: 18%;
}

#tabla_dinamica tfoot {
    display: table-row-group;
}

#tabla_dinamica {
    font-size: 11px !important;
}
#app table.dataTable thead th,
#app table.dataTable thead td {
    padding: 10px 18px 10px 4px;
}

#app table.dataTable tbody th,
#app table.dataTable tbody td {
    padding: 8px 10px 8px 4px;
}

#app .form-categorias_ps .col-fullw {
    width: auto !important;
}