@charset "utf-8";
/* CSS Document */

html,
body {
    height: 100%;
    font-size: 14px;
}

img {
    max-width: 100%;
}

body {
    background: #ececec url('admin-sidebar.png') left 0 repeat-y;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    margin: 0;
    position: relative;
    padding-left: 110px;
    padding-top: 65px;
}

body.not-logged-in,
body.popup {
    background: #ececec;
    padding-top: 0;
    padding-left: 0;
}

input, textarea, keygen, select, button {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

table {
    margin: 0;
    padding: 0;
}

.col-xs-one-fifth,
.col-sm-one-fifth
.col-md-one-fifth
.col-lg-one-fifth {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-one-fifth {
    float: left;
}

.col-xs-one-fifth {
    width: 20%;
}

.uppercase {
    text-transform: uppercase;
}

.btn,
.nav-pills > li > a {
    padding: 0 30px;
    height: 45px;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-pills > li > a {
    border: 1px solid #d8d8d8;
}

.nav-pills > li {
    margin-right: 15px;
}

.nav-pills > li:last-child {
    margin-right: 0;
}

.nav-pills > li.active > a {
    border-color: #00b4e7;
}

.btn > .site-icon {
    margin-top: -10px;
    margin-left: -5px;
    vertical-align: top;
}

.btn.text-icon > .site-icon {
    margin-top: 0;
    margin-right: 10px;
}

.btn.btn-sm {
    padding: 0 15px;
    height: 30px;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.btn-lg {
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 1px;
    height: 45px;
}

.inline-block {
    display: inline-block;
}

.btn-default {
    color: white;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: #6d6d6d;
    border-color: #6d6d6d;
    color: white;
}

.btn-warning,
.btn-warning:active {
    background: #ff8228;
    border-color: #ff8228;
}

.btn-warning:hover {
    background: #D57023;
    border-color: #D57023;
}

form.filters button[type=submit] {
    width: 100%;
    margin-top: 34px;
    border-width: 0;
}

.row.compact-row {
    margin-left: -5px;
    margin-right: -5px;
}

.row.compact-row > div[class^="col-"],
.row.compact-row > div[class*=" col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.stretched-row {
    margin-left: -8px;
    margin-right: -8px;
}

.row.stretched-row > div[class^="col-"],
.row.stretched-row > div[class*=" col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.admin-summary {
    margin-bottom: 30px;
}

.admin-summary .item {
    padding-top: 25px;
    padding-bottom: 25px;
}

.admin-summary .title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.admin-summary .text {
    font-size: 22px;
    margin-top: 15px;
}

.ui-widget {
    font-family: "Open Sans";
}

.site-icon {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 30px;
    font-size: 42px;
    margin-left: -8px;
}

.site-icon + .badge {
    background-color: #de0b14;
    height: 20px;
    line-height: 14px;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-weight: 200;
    margin: 0 0 0 -5px;
    color: white;
    vertical-align: top;
}

.site-icon:before {
    display: block;
    vertical-align: bottom;
}

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

a {
    color: #666;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 45px;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    background-color: #eeecec;
    box-shadow: none;
}

.no-padding{
    padding: 0;
}

select.form-control {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #eeecec url('dropdown_arrows.svg') no-repeat;
    background-position: calc(100% - 5px) 0 !important;
}

form.filters select.form-control,
form.filters input.form-control{
    background-color: #dedddd;
}

input.form-control:focus,
textarea.form-control:focus {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f0f0f0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 25px 10px;
}

.table.table-striped > thead > tr > th,
.table.table-striped > tbody > tr > th,
.table.table-striped > tfoot > tr > th,
.table.table-striped > thead > tr > td,
.table.table-striped > tbody > tr > td,
.table.table-striped > tfoot > tr > td {
    border-top: none;
}

.table > thead > tr > th,
.table > thead > tr > td {
    border-bottom: none;
}

.table > thead.compact > tr > th {
    padding: 10px 10px;
}

.table.compact > thead > tr > th,
.table.compact > tbody > tr > td {
    padding: 10px 10px;
}

.table.blank > thead > tr > th,
.table.blank > tbody > tr > td {
    padding: 0 15px;
}

.table.blank > thead > tr > th:first-child,
.table.blank > tbody > tr > td:first-child {
    padding-left: 0;
}

.table.blank > thead > tr > th:last-child,
.table.blank > tbody > tr > td:last-child {
    padding-right: 0;
}

.table .table.sortable {
    background: none;
}

.visible-hover {
    visibility: hidden;
}

tr:hover td .visible-hover,
*:hover > .visible-hover {
    visibility: visible;
}

.table td .site-icon {
    margin-top: -10px;
}

.btn-sm .site-icon,
.tag .site-icon,
.table td .btn-sm .site-icon {
    margin-top: -2px;
    margin-left: -5px;
    font-size: 32px;
}

.input-group-addon {
    background: white;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: white !important;
    opacity: 1;
}

.tooltip-inner {
    background: #494947;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #494947;
}

#admin_contenedor_principal,
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.admin-section {
    background: white;
    padding: 15px;
    border: 1px solid #ddd;
}

#admin_contenedor_principal {
    margin-top: 120px;
}

.container {
    position: relative;
}

.styled-input-file {
    position: relative;
}

.styled-input-file .file-placeholder {
    position: absolute;
    height: 25px;
    top: 35px;
    left: 10px;
    z-index: 11;
}

#admin_contenedor_principal .file-preview {
    position: absolute;
    top: 37px;
    left: 10px;
    height: 42px;
    z-index: 11;
}

.styled-input-file .form-control {
    padding-left: 50px;
    pointer-events: none;
    position: relative;
    z-index: 10;
    text-align: right;
}

.styled-input-file input[type=file] {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 45px;
}

.form-control-sm {
    height: 35px;
}

.input-group.unbordered {
    border-width: 1px;
}

.input-group.unbordered .form-control {
    border-width: 1px;
}

.input-group.unbordered .input-group-addon {
    border-width: 0;
}

.input-group input.editable + .input-group-addon [data-toggle="editable"] {
    cursor: pointer;
}

.input-group input.editable.in + .input-group-addon {
    background-color: #3ebebd;
    border-color: #3ebebd;
    color: white;
}

.h-lined {
    position: relative;
    width: 100%;
    display: inline-block;
}

.h-lined:before {
    content: "";
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    z-index: 1;
}

.h-lined .text {
    position: relative;
    padding: 0 10px;
    background-color: #fff;
    z-index: 2;
    display: inline;
}

.drop-area {
    border: 2px dashed #ddd;
    padding: 15px;
}

.progress {
    height: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.progress.active {
    background: white url('../css/stripe2.png');
}

.progress .progress-percent {
    position: absolute;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    color: black;
    font-weight: bold;
}

.progress .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #67bce7;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress .progress-bar-success {
    background: #4fb4b5;
}

/* Seccion administracion */

#admin_new_memu_container {
    position: absolute;
    top: 65px;
    left: 0;
    border: none;
    width: 110px;
    z-index: 30;
}

#admin_contenedor_logo {
    width: Auto;
    float: left;
    height: 230px;
}

#admin_fecha {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #0099ff;
    margin-top: 27px;
    margin-bottom: 10px;
    margin-left: 17px;
    margin-right: 17px;
    width: 185px;
}

#admin_logo {
    float: left;
    height: 100px;
    margin-top: 17px;
    margin-bottom: 17px;
    margin-left: 17px;
    margin-right: 17px;
    width: 185px;
}

#admin_filete {
    float: left;
    width: 1px;
    height: 190px;
    border-left: 1px solid #d9d9d7;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#admin_contenedor_logeado {
    width: 200px;
    float: left;
    height: 230px;
}

#admin_titulo_logeado {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #0099ff;
    margin-top: 17px;
    margin-bottom: 10px;
    margin-left: 17px;
    margin-right: 17px;
}

#admin_texto_gestor {
    width: auto;
    height: 95px;
    float: left;
    margin-bottom: 10px;
    margin-left: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #666666;
}

#admin_nombre_gestor {
    float: left;
    width: 120px;
    height: auto;
    margin-bottom: 7px;
    margin-left: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

#admin_tipo_de_gestor {
    float: left;
    width: 120px;
    height: auto;
    margin-bottom: 7px;
    margin-left: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

#admin_tiempo_online {
    float: left;
    width: 120px;
    height: auto;
    margin-bottom: 7px;
    margin-left: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

#admin_desconectar {
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 7px;
    margin-left: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bolder;
    border: 1px solid #d9d9d7;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url(../img/degradadoprincipal.jpg);
    background-repeat: repeat-x;
}

#admin_usuarios_online {
    float: left;
    width: 120px;
    height: auto;
    margin-bottom: 7px;
    margin-left: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0099ff;
}

#admin_contenedor_contenido_web {
    width: 488px;
    float: left;
    height: auto;
}

#admin_contenedor_intranet {
    width: 488px;
    float: left;
    height: auto;
}

#admin_titulo_contenido_web {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0099ff;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 17px;
    width: 453px;
}

#admin_contenido_web_apartados {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
    margin-right: 10px;
    width: 472px;
}

#admin_titulo_intranet {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0099ff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 17px;
    width: 453px;
}

#admin_contenido_intranet {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
    margin-right: 10px;
    width: 472px;
}

.admin_contenido_intranet_apartados {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
    margin-right: 10px;
    width: 105px;
    margin-bottom: 10px;
}

#admin_contenedor_seccion {
    position: fixed;
    top: 65px;
    z-index: 20;
    background: white;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    left: 0;
    padding-left: 110px;
}

#admin_contenedor_seccion .container {
    padding: 30px 15px;
}

#admin_contenedor_seccion .title {
    font-size: 26px;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    line-height: 45px;
}

#admin_contenedor_seccion i {
    display: inline-block;
    margin-right: 10px;
}

#admin_contenedor_seccion .actions {
    position: absolute;
    right: 15px;
    top: 30px;
}

#admin_contenedor_seccion .actions .btn {
    text-transform: uppercase;
    margin-left: 15px;
}

#admin_contenedor_seccion .actions .btn:first-child {
    margin-left: 0;
}

#admin_contenedor_principal .extra-actions {
    margin-top: 0;
    margin-bottom: 8px;
}

#admin_contenedor_principal .extra-actions a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    margin-right: 30px;
}

#admin_contenedor_seccion .links {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

#admin_contenedor_seccion .link {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    line-height: 45px;
    margin-left: 20px;
}

#admin_contenedor_seccion select[name=language] {
    vertical-align: top;
    margin-left: 20px;
    display: inline-block;
    max-width: 200px;
}

#admin_new_header {
    background: #221d23;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    padding-left: 110px;
    width: 100%;
    text-align: right;
    height: 65px;
    padding-right: 100px;
}

#admin_new_header .links {
    margin-top: 15px;
}

#admin_new_header .links > * {
    display: inline-block;
    color: white;
    vertical-align: top;
    margin-left: 30px;
}

#admin_new_header .links .text {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
}

#admin_new_header #admin-account-menu i {
    float: left;
    margin: -5px 10px 0 0;
}

#admin_new_header #admin-account-menu .text {
    line-height: 30px;
    color: #989898;
}

#admin_new_header #admin-account-menu {
    list-style-type: none;
    padding-left: 0;
    min-width: 200px;
    text-align: left;
    position: absolute;
    left: -4px;
    background: #2c2a2d;
    top: 49px;
}

#admin_new_header #admin-account-menu li a {
    display: block;
    padding: 10px 15px 10px 5px;
}

#admin_new_header #admin-account-menu li a:hover {
    background-color: #424242;
}

#admin_new_header #admin-account-menu li a:hover i {
    color: white;
}

#admin_new_header .links .menu .arrow {
    font-size: 20px;
    margin-top: 10px;
    margin-left: -12px;
}

#admin_new_header .links .menu .expander {
    cursor: pointer;
}

#admin_new_header .menu {
    height: 65px;
    color: white;
    font-size: 14px;
    position: relative;
}

#admin_new_header .logo {
    padding: 10px 5px;
    height: 65px;
    position: absolute;
    left: 0;
    width: 110px;
    background: white;
    text-align: center;
    float: left;
}

#admin_new_header .logo a {
    display: block;
    text-align: center;
}

#admin_new_header .logo img {
    height: 45px;
    max-width: 100%;
}

#admin_new_header .menu .icon_and_button .button {
    vertical-align: inherit;
    height: 25px;
    padding: 0 10px;
    line-height: 24px;
}

#admin_new_header .menu .icon_and_button .icon {
    margin-top: -1px;
}

#admin_menu {
    background-color: #454348;
    text-align: center;
    padding-bottom: 10px;
}

#admin_menu .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}

#admin_new_memu_container.fixed {
    position: fixed;
    top: 65px;
    width: 110px
}

#admin_menu .ui-widget-header {
    background: none;
    border: none;
}

#admin_menu .ui-state-active,
#admin_menu .ui-widget-content .ui-state-active,
#admin_menu .ui-widget-header .ui-state-active,
#admin_menu .section_sep {
    background: transparent;
    border: none;
}

.section_sep {
    background: #313131;
    margin-bottom: 10px;
    color: white;
    font-weight: 400;
    padding: 10px 18px;
    font-size: 18px;
    letter-spacing: 1px;
}

#admin_menu .ui-tabs-nav li a,
.permisos_container .apartado {
    font-size: 20px;
    padding: 0;
    margin-right: 50px;
    display: inline-block;
    color: #b3b1b1;
    cursor: pointer;
}

/*
.permisos_container .apartado { margin-top: 12px; }

.permisos_container .apartado { font-weight: bold; }
*/
.permisos_container .permisos {
    border-bottom: 1px solid #d9d9d7;
    padding-bottom: 10px;
}

.permisos_container .permisos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ui-widget-content.admin_menu_apartados {
    border-radius: 0;
    border: none;
    margin-top: 0;
    padding: 0 !important;
    background: none !important;
}

.admin_menu_apartados ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.admin_menu_apartados ul li:first-child {
    margin-top: 15px;
}

.permisos_container .section_sep .site-icon {
    font-size: 32px;
}

.permisos_container .permisos li {
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
    cursor: pointer;
}

.permisos_container .permisos li .site-icon {
    margin-left: -8px;
}

.admin_menu_apartados li.nomargin,
.permisos_container .permisos li.nomargin {
    margin-right: 0;
}

.permisos_container .permisos li {
    padding: 16px 0;
}

.admin_menu_apartados li a,
#admin_menu .menu_section {
    display: block;
    padding: 15px 0 0 0;
    border: none;
    text-decoration: none;
    background: transparent;
    border-top: 1px solid #585353;
    margin: 0 0px;
    font-weight: 200;
    font-size: 13px;
    text-align: center;
    color: white;
}

.admin_menu_apartados li a {
    padding-bottom: 20px;
}

#admin_menu .menu_section {
    margin: 0;
    padding-top: 10px;
    border-top: none;
}

#admin_menu .panel-heading {
    position: relative;
}

#admin_menu .panel-heading:hover .text {
    display: block;
    position: absolute;
    left: 100%;
    top: 30px;
    background: #00b5e7;
    padding: 8px 17px;
    font-size: 11px;
    letter-spacing: 1px;
    z-index: 950;
    color: white;
}

#admin_menu .panel-heading:hover .text:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -8px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #00b5e7 transparent transparent;
}

#admin_menu .menu_section .section_icon_wrap {
    display: block;
    width: 70px;
    margin: 0 auto;
    background: #221d23;
    color: white;
    height: 70px;
    border-radius: 35px;
}

#admin_menu .menu_section.ui-state-active .section_icon_wrap {
    background: #00b4e7;
}

#admin_menu .menu_section .site-icon {
    margin-top: 14px;
}

#admin_menu .menu_section .ui-icon {
    display: none;
}

#admin_menu .site-icon {
    margin-left: -6px;
}

.permisos_container .permisos li {
    text-align: center;
    color: #b9b9b9;
}

.admin_menu_apartados li:hover a,
.admin_menu_apartados li.active a {
    border-top-color: transparent;
}

.admin_menu_apartados li:hover + li a,
.admin_menu_apartados li.active + li a {
    border-top-color: transparent;
}

.permisos_container .permisos li {
    width: 140px;
    background: #ddd;
}

.admin_menu_apartados li:hover {
    background: #5b585f;
}

.permisos_container .permisos li:hover {
    background: #6edfff;
}

.admin_menu_apartados li.active,
.permisos_container .permisos li.active {
    background: #00b4e7;
}

#admin_menu .menu_section .text {
    display: none;
}

.admin_menu_apartados li a span.text,
.permisos span.text {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 11px;
    color: #999;
    margin-top: 15px;
    letter-spacing: 1px;
    display: block;
}

.permisos_container .permisos li:hover span.text,
.permisos_container .permisos li:hover .site-icon,
.permisos_container .permisos li.active span.text,
.permisos_container .permisos li.active .site-icon,
.admin_menu_apartados li.active a span.text {
    color: white;
}

.permisos span.text {
    display: block;
}

.section_sep span.text {
    font-size: 22px;
    vertical-align: top;
    margin: 1px 0 0 5px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}

#admin_menu .section_sep .ui-icon {
    display: none;
}

.permisos_container .permisos li input {
    display: none;
}

.admin_menu_apartados li a.todo,
.admin_menu_apartados li a.todo:hover {
    background: #f4b2bc;
}


.contenedor_dato {
    height: auto !important;
    margin-bottom: 9px;
}

.contenedor_dato .label {
    width: 135px;
    font-weight: bold;
    margin-top: 4px;
}

.contenedor_dato .label,
.contenedor_dato .box {
    float: left;
    vertical-align: middle;
}

.contenedor_dato .box input[type=text] {
    padding: 2px 4px;
}

.contenedor_dato2 .info {
    width: 26px;
    height: 27px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: url('black_info.png') top left no-repeat;
    margin: 2px 0 0 15px;
}

.contenedor_dato2 * {
    vertical-align: top;
}

.contenedor_dato2 label,
.contenedor_dato2_label {
    color: #7fc8eb;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
    font-size: 18px;
}

.contenedor_dato2 label.inline {
    color: #666;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    margin-top: -3px;
}

.contenedor_dato2 .onlytext {
    font-size: 16px;
    font-weight: bold;
}

.contenedor_dato2 .info .text {
    display: none;
    position: absolute;
    top: -5px;
    left: 40px;
    width: 345px;
    background: #fef9d1;
    border-radius: 8px;
    color: black;
    line-height: 20px;
    font-size: 12px;
    padding: 10px 15px;
}

.contenedor_dato2 .info:hover .text {
    display: block;
}

.contenedor_dato2 input.inputfile,
.contenedor_dato2 textarea,
.contenedor_dato2 select {
    border: 1px solid #dfdfdf;
    background: #ededed;
    color: black;
    line-height: 29px;
    height: 29px;
    padding: 0 6px;
    margin: 0 15px 0 0;
    width: 360px;
}

.contenedor_dato2 select {
    padding-right: 0;
    width: auto;
}

.contenedor_dato2 textarea {
    height: auto;
    line-height: inherit;
}

.contenedor_dato2 .inputdelete {
    margin: 7px 22px 0 -40px
}

.contenedor_dato2 .button {
    width: 93px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    color: white;
    padding: 0;
    font-size: 16px;
    border: none;
}

.contenedor_dato2 .button.green {
    background: #009b93;
}

.contenedor_dato2 .button.orange {
    background: #ff6300;
}

.admin_general#contenedor_resultados .contenedor_dato2 {
    margin: 0 0 60px 0;
}

.section_sep.ui-accordion-header {
    border: none;
}

.section_sep.ui-accordion-header.ui-state-active {
    border: none;
}

.ad_flecha_up {
    float: left;
    height: 12px;
    width: 5px;
    padding-bottom: 5px;
    padding-top: 7px;
    text-align: center;
    margin-right: 4px;
}

.ad_flecha_down {
    float: left;
    height: 12px;
    width: 5px;
    padding-bottom: 5px;
    padding-top: 7px;
    margin-right: 4px;
}

#formseo .section_sep {
    margin-bottom: 20px;
}

#formseo .section_sep.untranslated {
    font-style: italic;
    color: gray;
}

.admin_page_edit_container {
    margin: 15px 0;
}

.admin_page_edit_container .title {
    background: #3c3937;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 7px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contenedor_dato2 label {
    position: relative;
}

.contenedor_dato2 label .small {
    position: absolute;
    right: 0;
    font-size: 11px;
    color: #808080;
    line-height: 28px;
}

.contenedor_dato2 input[type=checkbox] {
    margin: 0;
}

.tick {
    width: 30px;
    height: 25px;
    display: inline-block;
    background-image: url('admin_menu_iconos_24.png');
    background-repeat: no-repeat;
}

.tick.on {
    background-position: -63px 0;
}

.tick.off {
    background-position: -91px 0;
}

.tick.eye.on {
    background-position: 0 0;
}

.tick.eye.off {
    background-position: -33px 0;
}

.button_bar {
    text-align: center;
    vertical-align: top;
}

.button_bar .button {
    vertical-align: top;
    display: inline-block;
    font-size: 22px;
    color: white;
    border: none;
    padding: 5px 18px;
    margin: 0 8px;
    height: auto;
}

.button_bar .button.green {
    background-image: linear-gradient(bottom, rgb(6, 169, 166) 100%, rgb(0, 153, 143) 40%);
    background-image: -o-linear-gradient(bottom, rgb(6, 169, 166) 100%, rgb(0, 153, 143) 40%);
    background-image: -moz-linear-gradient(bottom, rgb(6, 169, 166) 100%, rgb(0, 153, 143) 40%);
    background-image: -webkit-linear-gradient(bottom, rgb(6, 169, 166) 100%, rgb(0, 153, 143) 40%);
    background-image: -ms-linear-gradient(bottom, rgb(6, 169, 166) 100%, rgb(0, 153, 143) 40%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(1, rgb(6, 169, 166)),
            color-stop(0.4, rgb(0, 153, 143))
    );
}

.button_bar .button.black {
    background-image: linear-gradient(bottom, rgb(86, 85, 83) 100%, rgb(59, 58, 56) 53%);
    background-image: -o-linear-gradient(bottom, rgb(86, 85, 83) 100%, rgb(59, 58, 56) 53%);
    background-image: -moz-linear-gradient(bottom, rgb(86, 85, 83) 100%, rgb(59, 58, 56) 53%);
    background-image: -webkit-linear-gradient(bottom, rgb(86, 85, 83) 100%, rgb(59, 58, 56) 53%);
    background-image: -ms-linear-gradient(bottom, rgb(86, 85, 83) 100%, rgb(59, 58, 56) 53%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(1, rgb(86, 85, 83)),
            color-stop(0.53, rgb(59, 58, 56))
    );
}

.button_bar .button.orange {
    background-image: linear-gradient(bottom, rgb(240, 131, 23) 100%, rgb(237, 111, 0) 40%);
    background-image: -o-linear-gradient(bottom, rgb(240, 131, 23) 100%, rgb(237, 111, 0) 40%);
    background-image: -moz-linear-gradient(bottom, rgb(240, 131, 23) 100%, rgb(237, 111, 0) 40%);
    background-image: -webkit-linear-gradient(bottom, rgb(240, 131, 23) 100%, rgb(237, 111, 0) 40%);
    background-image: -ms-linear-gradient(bottom, rgb(240, 131, 23) 100%, rgb(237, 111, 0) 40%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(1, rgb(240, 131, 23)),
            color-stop(0.4, rgb(237, 111, 0))
    );
}

.green_tick_24 {
    background: url('admin_menu_iconos_24.png') -120px 0;
    width: 30px;
    height: 25px;
    display: inline-block;
}

.colorpicker_element {
    display: inline-block;
    position: relative;
    background: url('colorpicker.png');
    width: 36px;
    height: 36px;
    z-index: 1;
}

.transparent_element {
    display: inline-block;
    position: relative;
    background: url('transparent.png');
    width: 36px;
    height: 36px;
    z-index: 1;
}

.language_name {
    color: black;
    font-weight: normal;
    vertical-align: top;
    padding: 2px 5px;
    font-size: 16px;
    display: inline-block;
    margin: 5px 0 0 20px;
    background: #ededed;
    border: 1px solid #dfdfdf;
}

.descarga_section {
    background: #565656;
    color: white;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 15px;
    width: 214px;
    letter-spacing: 1px;
}

form.filters {
    margin-bottom: 30px;
}

/*

form.form select:not(.form-control) {
	border-radius: 5px;
	font-size: 12px;
	height: 34px;
	width: 170px;
	display: block;
	-webkit-appearance: menulist-button;
	background: #ddd;
	color: #333;
	border: none;
}
form.form select.inline {
	display: inline-block;
}
form.form label {
	color: #575757;
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-bottom: 12px;
}
form.form .formgroup {
	margin-bottom: 60px;
}
form.form .controlgroup {
	margin: 30px 0 0 0;
}
form.form .controlgroup:first-child {
	margin-top: 0;
}
form.form .categorizer {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	vertical-align: bottom;
}
form.form .categorizer .checkbox {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}
form.form .categorizer.main label {
	font-weight: 700;
	margin-bottom: 8px;
	font-size: 16px;
}
form.form .categorizer .add {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 27px;
	height: 26px;
	background: url('../img/iconopixel/anadir_big.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
}
form.form input[type=text]:focus,
form.form textarea:focus {
	background: #ddd;
}
form.form input[type=submit],
form.form input[type=button],
form.form .button {
	padding: 0 40px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}
form.form .button.custom-upload {
	padding: 0 15px;
}
form.form input[type=submit] {
	display: block;
	margin: 20px 0 0;
}

form.filters {
	margin-top: 40px;
}
form.filters .filter {
	display: inline-block;
	margin-right: 8px;
}
form.filters .filter.block-filter {
	display: block;
}
form.filters label {
	font-weight: 700;
	color: #555;
	display: block;
	margin-bottom: 8px;
}
form.filters .filter-group {
	margin-bottom: 20px;
}
form.filters select,
form.filters input[type=text] {
	border-radius: 5px;
	font-size: 12px;
	height: 34px;
	width: 170px;
	display: block;
	background: #ddd;
	color: #333;
	border: none;
}
form.filters input[type=text] {
	padding: 0 7px;
}
form.filters select {
	-webkit-appearance: menulist-button;
}
form.filters .button {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	font-size: 14px;
	margin-left: 10px;
}

*/

.custom-upload {
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: normal;
}

.input-group .custom-upload,
.input-group .custom-upload .btn {
    border-radius: 0;
}

.custom-upload input {
    left: -9999px;
    position: absolute;
}

.crud-table {
    width: 100%;
}

.table td.actions {
    white-space: nowrap;
}

.crud-table th,
.table th {
    background: #454348;
    color: white;
    font-weight: 500;
}

.table > thead > tr > th {
    border-bottom: none;
}

.table > tbody > tr:first-child > th,
.table > tbody > tr:first-child > td {
    border-top-width: 0;
}

.table thead.light th {
    background: #e4e4e4;
    color: #454348;
    font-weight: 600;
}

.table thead.blank th {
    background: none;
    color: #454348;
    font-weight: 400;
}

.crud-table th,
.crud-table td {
    padding: 14px 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    position: relative;
}

.crud-table tbody > tr:nth-of-type(2n) {
    background-color: #e5e5e5;
}

.admin-heading {
    background: #454348;
    color: white;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}

.modal-header {
    color: #ffffff;
    background: #454348;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: Left;
    text-transform: uppercase;
    font-weight: 600;
}

.admin-block {
    margin-bottom: 80px;
}

.products-heading-column .small {
    font-weight: 200;
    font-size: 10px;
    line-height: 22px;
}

a.delete i,
i.icon-visualizar-no-line,
i.icon-papelera-line {
    color: #ff0014;
}


.btn-danger > a.delete i,
.btn-danger > i.icon-visualizar-no-line,
.btn-danger > i.icon-papelera-line {
    color: white;
}

label.required:after {
    content: "*";
    color: red;
    display: inline-block;
    margin-left: 3px;
}

.help-block {
    font-size: 12px;
    color: #bbb;
}

.text-primary {
    color: #21bbef;
}

i.icon-plus {
    color: #00b7b3;
}

.maxlength-feedback {
    display: block;
    margin-top: 10px;
    font-size: 85%;
}

@media (min-width: 768px) {
    .col-sm-one-fifth {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-one-fifth {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-one-fifth {
        width: 20%;
        float: left;
    }
}

.row-seo-sections>.col-xs-3{
    height: 80px;
    padding: 10px 0;
}
.row-seo-sections>.col-xs-3>div{
    height: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-seo-sections>.col-xs-3>div>span {
    margin-left: 10px;
}
.row-seo-sections>.col-xs-3>div>div {
    position: relative;
}
.row-seo-sections>.col-xs-3>div>div:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.seo-section:hover,.seo-section.selected{
    position: relative;
    top: 1.5px;
    color: #00bcea;
    border-bottom: solid 3px #00bcea;
    cursor: pointer;
}
.seo-section-content{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.seo-section-content.active{
    display: block;
}
.admin-heading a.icon-according{
    position: absolute;
    display: block;
    height: 100%;
    color: white;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.title-padding{
    padding: 15px 10px !important;
}
.categories-grups .row-groups,.categories-pages .row-pages, .categories-products .row-products{
    width: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subheading{
    background-color: #9e9e9e;
    margin: 0 0 15px 0;
}
.icon-actions-groups,.icon-actions-pages{
    height: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.icon-actions-groups>a:before,.icon-actions-pages>a:before{
    position: relative;
    top: -5px;

}
.categories-grups .table .panel-collapse,
.categories-grups .row-groups.active,
.categories-grups .row-groups:hover,
.categories-pages .table .panel-collapse,
.categories-pages .row-pages.active,
.categories-pages .row-pages:hover,
.unit-producto .table .panel-collapse,
.unit-producto .row-products.active,
.unit-producto .row-products:hover{
    background-color: #e4e2e2 !important;
}

.contentImgSeo{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width:100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.contentImg{
    min-width: 200px;
    height: 200px;
    max-height: 200px;
}
.contentImg>img{
    width: 100%;
    max-height: 180px;
    max-width: 200px;
    object-fit: contain;
}
.contentImg>div{
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.contentImgDesc{
    width: 100%;
    margin-left: 20px;
}

.sort_concept{
    position: relative;
}
.sort_concept a{
    color: #454348;
}
.sort_concept:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #454348;
    position: absolute;
    right: -5px;
    top: 16px;
}

.sort_concept.asc:before{
    transform: rotate(180deg);
}