body {
    width:100%;
    height:100%;
    font-family: 'consolas';
    padding: 0px;
    margin:0px;
    overflow: scroll;
    vertical-align: middle;
    text-align: center;
}

html {
    width:100%;
    height:100%;
    display: contents;
    margin: auto;
}

img {
/*    width: auto;
    height: auto;
    box-shadow: 0;
    border-radius: 0px;
    border: 0;*/
}
.slidecontainer{
    display: inline-block;
    position:absolute;
    left:500px;
    top:35px;
}

input[type="range"] {
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    background-repeat: no-repeat;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #000000;
  }
  
  input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid black;
    border-radius: 6px;
    background: transparent;
  }

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: rgb(210,210,210);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

#login{
    opacity:0;
}
#login:hover{
    opacity:1;
}
/* You can customize to your needs  */
.login-popup, .login-popup:hover {
    display: none;
    background: white;
    padding: 10px;
    border-radius: 3px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 99999;
}

.controls {
    margin-top: 20px;
    width:250px;
}

img.btn_close {
	float: right;
    width:15px;
    height: 15px;
    margin: -5px -5px 0 0;
}

input.login, input.login:focus {
	   display: inline;
	   width:150px;
       border: none;
       color: darkgrey;
       border-bottom: 2px solid #000000;
	   font-size: 16px;
	   font-family: 'consolas';
	   z-index:99;
		}

form.signin {
	   margin:0;
		}

input[type="submit"] {
    width: 150px;
    border: 0;
    border-radius:2px;
    margin-top: 10px;
    opacity:1;
}

.usuario{
    display:inline-flex;
    position:absolute;
    top:2px;
    right:10px;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-size: 12px;
}

h1{
    flex: 1 0 auto;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-size: 12px;
}





h2 {
    margin: 0px;
    margin-bottom: 1px;
    padding: 0px;
    font-size: 12px;
    word-wrap: break-word;
    white-space: normal;
}







ul.tokens-container.form-control {
    border: 1px dashed #c3c3c3;
    padding: 0px;
    border: 0;
    padding-left: 1px;
    box-shadow: none;
    margin-bottom: 3px;
		}


.batch-text ul.tokens-container.form-control{
    min-width: 140px;
    margin:auto;
    margin-right: 15px;
		}

.tokenize.sortable > .tokens-container {
    outline: 0;
    border: 1px dashed #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tokenize.focus > .tokens-container {
    outline: 0;
    border: 1px dashed #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tokenize.single > .tokens-container {
    outline: 0;
    border: 1px dashed #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tokenize > .tokens-container > .token {
     font-family: 'consolas';
     font-size: 12px;
     background-color: #f3f3f3;
     border:0;
		}

.tokenize.single > .tokens-container > .token {
    font-family: 'consolas';
     font-size: 12px;
     background-color: #f3f3f3;
     border:0;
		}

.tokenize > .tokens-container > .token-search, .placeholder{
    font-family: 'consolas';
     font-size: 12px;
		}

.tokenize > .tokens-container > .token > .dismiss {
    color: #000;
}

.tokenize > .tokens-container > .token.pending-delete {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    color: #fff
}

.tokenize-dropdown > .dropdown-menu {

}

.tokenize-dropdown > .dropdown-menu li {
  
}

.tokenize-dropdown > .dropdown-menu li:hover {
  background: #3c3c3c;
}

.tokenize-dropdown > .dropdown-menu li.active {
  background: #3c3c3c;
}

.tokenize-dropdown > .dropdown-menu li > a .tokenize-highlight {
   
}

.tokenize-dropdown > .dropdown-menu li.locked {
    
}

.tokenize-dropdown > .dropdown-menu li.locked,
.tokenize-dropdown > .dropdown-menu li > a {
  
}

.tokenize-dropdown > .dropdown-menu li:not(.active) a:hover,
.tokenize-dropdown > .dropdown-menu li:not(.active) a:focus {
   
}

select.modificacion {
    font-family: 'consolas';
     line-height: 100%;
     height: 18px;
     width: 100%;
     font-size: 12px;
     padding: 0px;
     word-wrap: break-word;
     background-color: #f3f3f3;
     border:0;
     border-radius: 3px;
		}

option{
    text-align: left;
    font-family: 'consolas';
    line-height: 100%;
    height: 12px;
    font-size: 12px;
}





input[type="search"]::-webkit-search-cancel-button {

  /* Remove default */
  -webkit-appearance: none;
    
  /* Now your own custom styles */
  height: 15px;
  width: 15px;
  cursor: pointer;
  opacity:0.5;
    transition: opacity 0.2s;
  background-image: url("../imagenes/close.svg");
}

input[type="search"]::-webkit-search-cancel-button:hover {
  opacity:1;
}



input.buscador-home {
	   display: inline;
	   position: relative;
       margin-top:40px;
	   width: 100%;
       border: none;
       color: darkgrey;
       border-bottom: 2px solid #000000;
	   font-size: 16px;
	   font-family: 'consolas';
	   z-index:99;
		}

 
input.buscador:focus, input.buscador-home:focus {
       background: none;
	   outline: none;
	   color: black;
	   border-bottom: 3px solid black;
     	}

.bold {
    font-weight: bold;
		}

.italic {
    font-style: italic;
		}
		

.batch-panel {
        display:none;
        width:100%;
        height: 50px;
        background-color: #ffffff;
        border-bottom: 2px solid black;
        border-top: 2px solid black;
		}
.batch-container {
        display:flex;
        width:100%;
        height: 100%;
        z-index: 100;
        padding-left: 22px;
        opacity: 0;
		}
.batch-text {
        display:inline;
        margin: auto 15px auto 0px;
		}
.batch {
    font-family: 'consolas';
     height: 34px;
     width: 100px;
     font-size: 12px;
     margin: auto 15px auto 0px;
     padding: 0px;
     word-wrap: break-word;
     background-color: #f3f3f3;
     border:0;
     border-radius: 3px;
}

#batch-tags {
        width:350px;
		}


		
.prueba { 
		height: 1150px;
		}

#livesearch.resultados {
    margin-top: 70px;
}





.publicado {
    background-image: url('../imagenes/publish_fill.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
}

.no-publicado {
    /* background-image: url('../imagenes/publish_outline.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    cursor: pointer; */
}

.imagen-busqueda.duplicado {
    filter: grayscale(0%);
}

.imagen-busqueda[data-media="5"]:hover {
    /*outline: yellow solid 3px;*/
    filter: grayscale(0%);
    box-shadow: 3px 1.5px 3px 1.5px rgb(219, 219, 219, 0.5);
}
.imagen-busqueda[data-media="1"] {
    /*outline: red solid 3px;
    filter: grayscale(0%);
    box-shadow: 1.5px 1.5px 3px 1.5px rgb(219, 219, 219, 0.5);*/
}

.imagen-busqueda:hover {
    opacity: 1;
    filter: grayscale(0%);
}





@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.btn {
    width: 20px;
    height: 20px;
    text-align:center;
    cursor: default;
    padding: 0px;
    z-index: 999;
    transition: opacity 0.3s;
    opacity: 0.6;
    filter: grayscale(100%);
}
.enabled.btn {
    width: 20px;
    height: 20px;
    text-align:center;
    cursor: pointer;
    padding: 0px;
    z-index: 999;
    transition: opacity 0.3s;
    opacity: 0.6;
    filter: grayscale(100%);
}

.enabled.btn:hover {
    opacity: 1;
}



.btn img {
    margin: auto;
    width:20px;
    height:20px;
}

#closebtn {
    display:none;
    position: absolute;
    top: 0px;
    right: 0px;
}

.aplicarbtn {
    
    margin-left: 10px;
    background-color: #dbdbdb;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    border:0;
    width:auto;
    min-width: 50px;
    right: 0px;
    padding:8px;
    opacity:0.8;
    cursor: default;
    transition: opacity 0.3s;
}

.aplicarbtn:hover {
    border:0;
}

.aplicarbtn.enabled {
    opacity:0.6;
    background-color: #00ff00;
    cursor: pointer;
    transition: opacity 0.2s;
    box-shadow: 1.5px 1.5px 3px 1.5px rgb(219, 219, 219, 1);
}

.aplicarbtn.enable-delete {
    opacity:0.6;
    background-color: #ff0000;
    cursor: pointer;
    transition: opacity 0.2s;
    box-shadow: 1.5px 1.5px 3px 1.5px rgb(219, 219, 219, 1);
}

.aplicarbtn.enable-delete:hover {
    opacity:1;
}

.aplicarbtn.enable-publish {
    opacity:0.6;
    background-color: #002fff;
    cursor: pointer;
    transition: opacity 0.2s;
    box-shadow: 1.5px 1.5px 3px 1.5px rgb(219, 219, 219, 1);
}

.aplicarbtn.enable-publish:hover {
    opacity:1;
}

.aplicarbtn.enabled:hover {
    color: white;
    opacity:1;
}

#progressbar{
    height: 34px;
    width:150px;
}



.centerlogo {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 447px;
   margin-top: -51px; /* Half the height */
   margin-left: -223px; /* Half the width */
}

#editar {
display:none;
}
 
#editar + label
{
background-image: url('../imagenes/settings.svg');
background-size: 24px 24px;
cursor: pointer;
width: 24px;
height:24px;
}
#editar:checked + label
{
background-image: url('../imagenes/settings-filled.svg');
}

#delete-div {
flex: 0 1 auto;
width: 34px;
height: 34px;
margin: 3px;
margin-top: auto;
margin-bottom: auto;
}

#delete {
display:none;
}
 
#delete + label
{
background-image: url('../imagenes/delete_outline.svg');
background-size: 30px 30px;
cursor: pointer;
width: 30px;
height:30px;
margin: auto;
}
#delete:checked + label
{
background-image: url('../imagenes/delete.svg');
}

#publish-div {
    flex: 0 1 auto;
    width: 34px;
    height: 34px;
    margin: 3px;
    margin-top: auto;
    margin-bottom: auto;
    }
    
    #publish {
    display:none;
    }
     
    #publish + label
    {
    background-image: url('../imagenes/publish_outline.svg');
    background-size: 30px 30px;
    cursor: pointer;
    width: 30px;
    height:30px;
    margin: auto;
    }
    #publish:checked + label
    {
    background-image: url('../imagenes/publish_fill.svg');
    }

#unselect-div {
flex: 0 1 auto;
width: 34px;
height: 34px;
margin: 3px;
margin-top: auto;
margin-bottom: auto;
}

#unselect {
display:none;
}
 
#unselect + label
{
background-image: url('../imagenes/selectall.svg');
background-size: 30px 30px;
cursor: pointer;
width: 30px;
height:30px;
margin: auto;
}
#unselect:checked + label
{
background-image: url('../imagenes/unselect.svg');
}

::-webkit-scrollbar {
  /*display:none;*/
    width:2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #121212; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3A3A3A; 
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cecece;
    opacity: 1; /* Firefox */
}










