.header .navbar-logo,
.login .login-header .brand .logo,
.header .navbar-nav > li > a .label,
.label.label-theme,
.btn.btn-scroll-to-top {
    background: #00acac;
}
.header.navbar-inverse .navbar-brand {
    color: #fff !important;
}
.text-theme,
.sidebar .nav > li.active > a i {
    color: #00acac;
}
.sidebar .sub-menu > li.active:after {
	border-color: #00acac;
}

.gradient-enabled .sidebar .nav > li.active > a,
.gradient-enabled .sidebar .nav > li.active > a:focus,
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a,
.gradient-enabled .top-menu .nav > li.active > a:focus,
.gradient-enabled .top-menu .nav > li.active > a:hover {
    background: rgb(0,210,210);
    background: linear-gradient(to bottom,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%);
}
.gradient-enabled .sidebar .nav > li.active > a {
	z-index: 10;
}
.gradient-enabled .sidebar .nav > li.active > a i,
.gradient-enabled .sidebar .nav > li.active > a .caret {
	color: rgba(0,0,0,0.5);
}
.pace-progress {
    background: #00acac;
}
.pace .pace-activity {
    border-top-color: #00acac;
    border-left-color: #00acac;
}

.page-with-light-sidebar .sidebar .nav > li.active > a > i {
    color: #00acac;
}
.page-with-light-sidebar .sidebar .nav > li.active > a .badge,
.page-with-light-sidebar .sidebar .nav > li.active > a .label.label-theme {
    background: #00acac;
}

.top-menu .nav > li.active > a i,
.top-menu .nav > li.active > a:focus i,
.top-menu .nav > li.active > a:hover i {
    color: #00acac;
}

/* CUSTOM */

.navbar-brand{
    width: 220px; height: 50px;
    background: center center url(/admin_assets/images/logo.png) no-repeat;
    background-size: 50%;
}
.navbar-brand.login{
    margin: 0 auto; width: 300px; height: 80px;
}
#navBarButtons a.btn{
    line-height: 16px; margin-right: 5px;
}

body.body-login{
    background: rgba(0,0,0,0.5) url(/admin_assets/images/login_bg.jpg) center center no-repeat;
}
body.body-login input::placeholder{
    color: #fff; opacity: 0.4;
}

/************************* IMAGES ****************************/
.preview-image{
    display: block; width: 80px; height: 50px;
    background: transparent center center no-repeat; background-size: cover;
    border-radius: 3px; overflow: hidden;
}
.preview-image.maps{
    width: 100px; height: 70px;
}
.preview-image.video{
    width: 240px; height: 150px; border-radius: 5px;
}
.preview-image.icon{
    width: 50px; height: 50px; background-size: contain;
}
.preview-image.icon.marker{
    width: 32px; height: 32px
}
.preview-image.photo{
    width: 50px;
}
.preview-image.photo.small{
    width: 32px; height: 32px;
}
.preview-image.contain{
    background-size: contain;
}
.preview-image.sponsor-preview{
    height: 20px;
}
.preview-image.personality{
    background-size: 40%;
}

.preview-image.dz-clickable{
    width: 100%; height: 180px; position: relative; cursor: pointer;
}
.preview-image.icon.dz-clickable{
    width: 160px; height: 80px;
}
.preview-image.dz-clickable::after{
    position: absolute; width: 100%; height: auto; bottom: 0;
    color: #fff; text-align: center; line-height: 30px; content: "Cambiar imagen";
    background: rgba(0,0,0,0.6); transition: all ease-in 0.2s; opacity: 0.8;
}
.preview-image.dz-clickable:hover::after{
    opacity: 1;
    content: "Da click o arrastra una imagen a esta área";
}

/************************* TABLES ****************************/
.panel-body > table{
    margin-bottom: 0;
}
td.cke_editable{
    padding: 0 !important;
}
td.cke_editable > div{
    position: relative; box-sizing: border-box; padding: 10px; overflow: hidden;
    max-height: 150px;
}
td.cke_editable > div::after{
    display: block; position: absolute; width: 100%; height: 50px; left: 0; top: 100px; content: "";
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%, rgba(255,255,255,1) 100%);
}
td.draggable{
    cursor: move; position: relative;
    font-weight: 200; font-size: 18px;
}
td.draggable:after{
    display: block; position: absolute; width: 30px; height: 30px; top: 10px; right: 5px;
    font-size: 12px; font-family: 'FontAwesome'; content: "\f0c9"; line-height: 30px; text-align: center;
    background: transparent; color: #ACAEB1; font-weight: normal;
}
tr.saved{
    background: #DEF3CA !important;
}
tr.saved td{
    border-color: #fff !important; background: transparent !important;
}
tr.saved.first{
    background: #bee797 !important;
}
tr.orderable{
    transition: all ease-in 0.2s;
}

/************************* STATUS ****************************/
.label.Pendiente,
.label.Revisión,
.label.Cancelada,
.label.Abandonada{
    background: #F59C1A;
}
.label.Programado{
    background: #000;
}
.label.Asignada,
.label.Publicado{
    background: #348ee3;
}
.label.Activo,
.label.Finalizado,
.label.Cumplida{
    background: #A9D300;
}
.label.Expirado,
.label.Rechazado,
.label.Fallida{
    background: #E23D3D;
}
.label.Inactivo{
    background: #B6C2C9;
}

.label.tag{
    display: inline-block; padding: 5px 6px; float: left;
    margin: 2px 2px;
}

/************************* TIMEPICKER ****************************/

.timepicker tr,
.timepicker td{
    border: none; background: none !important;
}

/************************* FORMS ****************************/

.col-form-label small{
    display: inline-block; clear: both;
    color: #73767a; margin-top: 5px; font-size: 85%;
}

input[type=checkbox]{
    display: inline-block; width: 22px; height: 22px; margin: 5px 2px; position: relative;
    background: #ffffff; border: 1px solid #dfe4e7; border-radius: 3px;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
input[type=checkbox]:hover{
    border-color: #d3d8df;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.05);
}
input[type=checkbox]:checked{
    border-color: #348fe2;
}
input[type=checkbox]:active{
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
}
input[type=checkbox]::before{
    position: absolute; width: 100%; height: 100%; line-height: 20px; color: #f2f3f4;
    font-family: 'FontAwesome'; content: "\f00c"; text-align: center; font-size: 14px;
}
input[type=checkbox]:checked::before{
    color: #348fe2;
}

/************************* MAPS ****************************/

#mapContainer .panel-body{
    padding: 0; position: relative;
}
#mapContainer #map{
    height: 600px
}
#mapContainer.panel-expand .panel-body{
    height: 100%;
}
#mapContainer.panel-expand #map{
    height: 100%;
}

/************************* DROPZONE ****************************/

.gpsBlink{
    position: absolute; width: 100px; height: 100px; font-size: 60px; right: 20px; top: 20px;
    z-index: 10000; text-align: center; line-height: 100px;
}
.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(1.5); }
}

.gallery-image{
    width: 100%; height: 225px; background: center center no-repeat; background-size: cover;
    border-radius: 3px 3px 0 0;
}


/*********** GALLERY UPDLOAD *************/

.imagePreview{
    display: inline-block; float: left; width: 160px; height: 100px; margin: 5px;
    background: transparent center center no-repeat; background-size: cover;
    border-radius: 5px; position: relative;
}
a.imagePreview.new{
    border: 3px dashed #B6C2C9; color: #B6C2C9;
    line-height: 110px; content: "\f067"; text-align: center; transition: all ease-in 0.2s;
}
a.imagePreview.new:hover{
    color: #00acac; border-color: #00acac; text-decoration: none;
}
a.imagePreview.new .icon-cloud-upload{
    font-size: 40px;
}
.imagePreview .setCover,
.imagePreview .delete{
    display: block; position: absolute; width: 28px; height: 28px; bottom: 10px; right: 10px;
    border-radius: 50%; color: #fff; text-align: center; line-height: 24px; font-size: 16px;
    background: transparent; transition: all ease-in 0.2s;
    transform: rotate(25deg);
}
.imagePreview .delete{
    transform: rotate(0); bottom: auto; top: 10px; background: transparent; color: transparent;
}
.imagePreview:hover a{
    background: rgba(255,255,255,0.4); color: #fff;
}
.imagePreview.cover .setCover,
.imagePreview a.setCover:hover{
    background: #348fe2;
    transform: rotate(0deg);
}
.imagePreview a.delete:hover{
    background: #FF5B57;
}

#shareGallery .imagePreview{
    width: 100px;
}

.mapImageGlobe{
    width: 50px; height: 50px; margin: 4px;
    background: transparent center center no-repeat; background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 1px 3px rgba(0,0,0,0.1);
}
#videoContainer .panel-body{
    padding: 0;
}
#videoContainer video{
    object-fit: cover;
}