html {
    min-height: 100%;
    position: relative;
}
body {
    margin: 0;
    margin-bottom: 40px;
    background-color: #DBDEC0;
}

.shadow-dw{
    box-shadow: 3px 3px 10px #555;
}
.card-header-dw {
    background-color: #78b100;
    color: #fff;
}
.navbar-laravel {
    background-color: #78b100;
    box-shadow: 0px 5px 10px #444;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: #fff;
    text-decoration: underline;
}

.nav-list {
    margin-top: 15px;
    border-top: 2px solid #cccc;
    text-align: center;
    border-bottom: 2px solid #78b100;
    background-color: #eeeeee;
}

.nav-list > li {
    border-right: 1px solid #ccc;
}
.menu-text {
    display: block;
    padding-bottom: 15px;
}
.nav-list i {
    font-size: 20px;
    margin-top: 10px;
}
.nav-list >li > a {
    color: #444;
    text-decoration: none;
    display: block;
    padding: 0 10px;
}
.nav-list > li:hover {
    margin-left: -1px;
}
.nav-list .active:hover {
    margin-left: 0px;
}
.nav-list .active > a {
    color: #333333;
    font-weight: bold;
}
.nav-list > .active, .nav-list > li:hover {
    border-right: 1px solid #78b100;
    border-left: 1px solid #78b100;
    position: relative;
    background: #DBDEC0;
}
.nav-list > .active::before,.nav-list > li:hover::before {
    content: "";
    background-color: #78b100;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    margin-top: -1px;
}

.nav-list .active::after {
    content: "";
    background-color: #DBDEC0;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    margin-top: 0px;
}
.nav-list a:hover {
    color: #333333;
}

.nav-list > li{
    position: relative;
}


.nav-list li:hover .submenu{
    display: block;
}

.nav-list .submenu {

    display: none;
    text-align: left;
    padding: 0;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-bottom: none;

}
.nav-list .submenu li {

    list-style-type: none;
    width: 200px;
    background-color: #f8fafc;
    border-bottom: 1px solid;

}
.nav-list .submenu > li > a {
    display: block;
    color: #444;
    padding: 10px;
    text-decoration: none;

}

.nav-list .submenu li:hover {

    background-color: #DBDEC0;

}


.page-header h1 {
    font-size: 1.5rem;
}

.page-header small {
    font-size: 1rem;
}

.page-header .dw-icon
{
    margin: 10px 0;
}
.page-header .dw-icon {
    margin: 0 5px;
}
.page-header::after {
    border-bottom: 1px solid #ccc;
    content: "";
    width: 100%;
    float: right;
}

footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

footer:before {
    border-bottom: 3px double #ccc;
    content: "";
    width: 100%;
    float: right;
    margin-top: -15px;
}

.dw-copyright{
    font-weight: bold;
    color: #5a7700;
}

#btn-scroll-up {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}

#btn-scroll-up:hover {
    background-color: #000000;
}
.controles{
    margin-bottom: 10px;
}

.controles > .btn{
    margin-left:15px;
}
.accionesX2{
    width: 50px;
}
#toast-container{
    top:80px;
}

.admin-page {
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn-excel{
    background-color: #1d6f42;
    color: #ffffff;
}

.btn-excel:hover{
    background-color: #ffffff;
    color: #1d6f42;
    border-color: #1d6f42;;
}
.id_width{
    width: 80px;
}

.pagination {
    justify-content: center;
}

.filtros > td{
    vertical-align: middle;
}
.ui-datepicker-header {
    background-color: #1d6f42;
}
#img_preview iframe {
    border: 1px solid #5a7700;
}
.ui-datepicker-title {
    color: #fff;
}

.suscriptor-modal .modal-content{
    background-color: #fff3cd;
}

.suscriptor-modal-alta .modal-content{
    background-color: #d4edda;
}


/*TAG*/

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 27px;
    cursor: text;
    width: 100%;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    background-color: #78b100;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tt-dataset {
    background-color: #DBDEC0;
    border: 1px solid;
    width: 150px;
}

.tt-suggestion {
    border-bottom: 1px solid;
    padding: 3px;
}
.tt-cursor{
    background-color: #5a7700;
    color: #ffffff;
}
/*TAG*/
#sortable li {
    list-style-type: none;
    padding: 10px;
}
#sortable {
    padding: 0;
}
.btn-eliminar-noticia{
    cursor: pointer;
}
.imgpublicidad{
    max-width: 200px;
}
.anuncio img{
    max-width: 100px;
}
.anuncio_tipo_1 img{
    max-width: 300px;
}
li.ui-sortable-helper{
    cursor: move;
}

/*Ordenar jquery*/
#single_sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#single_sortable li {
    margin: 3px 3px 3px 0;
    font-size: 4em;
    float: left;
    padding: 20px 3px;
    text-align: center;
}

.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    font-size: 4em;
}
.portlet-placeholder::after {
    content: ".";
    visibility: hidden;
}
.anuncio_tipo_1 .portlet-placeholder{
    width: 300px;
}
.anuncio .portlet-placeholder{
    width: 100px;
}
/*Ordenar jquery*/