﻿/* Utilidades*/

html {
    font-size:initial;
}

.row-content {
    margin-top: 20px;
}

.row-content-2 {
    margin-top: 40px;
}

.row-content-3 {
    margin-top: 60px;
}

.card-header-tablero {
    font-size: 0.85em;
}

/* Layout - Header */

body {
    padding: 55px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    background-color: #08142e;
    color: white;
}

@media (max-width: 991px) {
    .navbar-collapse {
        max-height: 60vh;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        max-height: initial;
        overflow-y: inherit;
    }
}

h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.nav-link {
    color: white !important;
}

.white-link {
    color: white;
    text-decoration: underline;
}

.border-top {
    border-top: 1px solid #e5e5e5 !important;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5 !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.alert {
    margin-bottom: 0;
}

.logo-g {
    color: #5016cc;
    font-weight: bold;
    display: inline-block;
    transform: scale(1.6, 1);
}

.navbar-brand span {
    font-weight: bold
}

/* Jumbotron */

.jumbo-header {
    text-align: center;
    background: url(~/../../images/background-home.png) no-repeat center center scroll;
    color: #fff;
    background-size: cover;
    padding: 150px 0;
}

.hr-color {
    border-color: white;
    max-width: 120px;
}

.hr-color2 {
    border-color: #2b66ff;
    max-width: 120px;
}

.jumbo-header .btn {
    font-weight: 900;
    padding: 12px 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
}

.jumbo-header .btn-primary {
    border: 1px solid white;
    background-color: transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.jumbo-header .btn-primary:hover {
    color: #2b66ff;
    background-color: white;
}

.features-body h3 {
    font-weight: 800;
}

.features-body p {
    font-size: 16px;
}

/* Footer */
/* Estilos para el footer*/

.footer {
    margin: 20px 0px 0px 0px;
    /*padding-top: 20px;*/
    background-color: #1B1D1F;
    color: #C8C8C8;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.45;
    letter-spacing: normal;
}

.footer a {
    color: #c8c8c8;
}

.footer a p {
    margin-bottom: .5rem;
}

.footer a:hover {
    text-decoration: none;
}

.footer-content {
    padding: 25px 60px 25px 60px;
}

.footer .title {
    font-size: 18px;
}

.footer .subtitle {
    font-size: 14px;
}

.line {
    border-top: 1px solid #C8C8C8;
}

/* Tablero */

.overflow {
    overflow-x: scroll;
}

@media (min-width: 992px) {
    .overflow {
        overflow: auto;
    }
}

#plano {
    border: 1px solid black;
}

.canvas-container {
    margin: 0 auto;
}

/* Dispositivos */

.spinner-fixed {
    top: 60px;
    width: 100%;
    height: 60%;
    max-width: inherit;
    position: fixed;
    z-index: 1;
}

.spinner-fixed-tr {
    top: 50px;
    right:30px;
    max-width: inherit;
    position: fixed;
    z-index: 401;
}

.flex-element {
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.spinner-center {
    margin: auto;
    align-self: center;
}

.spinner-thick {
    border: .5em solid currentColor;
    border-right-color: transparent;
}

/* Estilos para las tablas */

table {
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

    table th {
        background-color: #f1f5ff;
        color: #2b66ff;
    }

        table th:first-child {
            text-align: left;
        }

    table td:first-child {
        text-align: left;
    }

.dataTables_filter input {
    border-radius: 25px;
}

table tbody tr.highlight td {
    background-color: #ddd;
}

.DTFC_RightBodyLiner {
    overflow-x: hidden;
}

.consumosDiv .dataTables_wrapper {
    max-height:300px;
}


/* Estilos para el mapa */
.map-planta {
    height: 420px;
}

.map-plantas {
    height: 500px;
}

.map-dispositivo {
    height: 450px;
    width: 850px;
    margin-left: auto; /* Mueve el mapa hacia la derecha */
    margin-right: 100px; /* Ajusta el margen derecho según tus necesidades */
}

#accordion .card-block {
    padding: 10px;
}

.close {
    text-shadow: none;
}


/*los colores de los botones de las tablas responsivas*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #2b66ff;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #d33333;
}


/* Input para seleccionar el rango de fechas */
.fechas input {
    font-size: 14px;
}

.dt-buttons button {
    background-color: #2b66ff;
    border: none;
    margin-right: 10px;
}

/* Estilos para el index de configuraciones*/
.cardImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.6s;
}

.cardImgContain {
    width: 100%;
    height: 250px;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.6s;
}

.card:hover img {
    -webkit-filter: none;
    filter: none;
}

/* Estilos asignar a usuario */
.assignUserPlantForm input[type=number]::-webkit-outer-spin-button,
.assignUserPlantForm input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.assignUserPlantForm > input[type=number] {
    -moz-appearance: textfield;
}

/* Estilos reportes */
.border-blue-left {
    border-left: 20px solid blue;
}

#cards-reports .card-body {
    padding: 0.8rem;
}

/* Estilos para el downlink */
.downlinkInputs input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid black;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-left: 10px;
}

/* Estilos para el dashboard */

.background-warning {
    background-color: rgba(255, 193, 7, 0.45);
    border-radius: 5px;
}

.background-danger {
    background-color: rgba(255, 11, 11, 0.45);
    border-radius: 5px;
}

.border-almostDanger {
    border-color: orange !important;
}

.shadow-dashboard {
    -moz-box-shadow: inset 0 0 10px 3px #ddd;
    -webkit-box-shadow: inset 0 0 10px 3px #ddd;
    box-shadow: inset 0 0 10px 3px #ddd;
}

.shadow-dashboard-warning {
    -moz-box-shadow: inset 0 0 8px 5px #ffc107;
    -webkit-box-shadow: inset 0 0 8px 5px #ffc107;
    box-shadow: inset 0 0 8px 5px #ffc107;
}

.shadow-dashboard-danger {
    -moz-box-shadow: inset 0 0 8px 5px #ff2222;
    -webkit-box-shadow: inset 0 0 8px 5px #ff2222;
    box-shadow: inset 0 0 8px 5px #ff2222;
}

.shadow-dashboard-inactive {
    box-shadow: inset 0 0 0 100vmax rgba(0,0,0,.25);
}

.shadow-dashboard-warning-animation {
    will-change: box-shadow;
    animation-duration: 1s;
    animation-name: growing-border-warning;
    animation-iteration-count: infinite;
    animation-timing-function: steps(10, end);
    /*animation-direction: alternate;*/
}

@keyframes growing-border-warning {
    from {
        -moz-box-shadow: inset 0 0 10px 5px #ffc107;
        -webkit-box-shadow: inset 0 0 10px 5px #ffc107;
        box-shadow: inset 0 0 10px 5px #ffc107;
    }

    to {
        -moz-box-shadow: inset 0 0 30px 10px #ffc107;
        -webkit-box-shadow: inset 0 0 30px 10px #ffc107;
        box-shadow: inset 0 0 30px 10px #ffc107;
    }
}

.shadow-dashboard-almostDanger-animation {
    /*-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    will-change: box-shadow;*/
    will-change: box-shadow;
    animation-duration: 1s;
    animation-name: growing-border-almostDanger;
    animation-iteration-count: infinite;
    animation-timing-function: steps(10, end);
    /*animation-direction: alternate;*/
}

@keyframes growing-border-almostDanger {
    from {
        -moz-box-shadow: inset 0 0 10px 5px #FFA500;
        -webkit-box-shadow: inset 0 0 10px 5px #FFA500;
        box-shadow: inset 0 0 10px 5px #FFA500;
    }

    to {
        -moz-box-shadow: inset 0 0 30px 10px #FFA500;
        -webkit-box-shadow: inset 0 0 30px 10px #FFA500;
        box-shadow: inset 0 0 30px 10px #FFA500;
    }
}

.shadow-dashboard-danger-animation {
    will-change: box-shadow;
    animation-duration: 1s;
    animation-name: growing-border-danger;
    animation-iteration-count: infinite;
    animation-timing-function: steps(10, end);
    /*animation-direction: alternate;*/
}

@keyframes growing-border-danger {
    from {
        -moz-box-shadow: inset 0 0 10px 5px #ec6253;
        -webkit-box-shadow: inset 0 0 10px 5px #ec6253;
        box-shadow: inset 0 0 10px 5px #ec6253;
    }

    to {
        -moz-box-shadow: inset 0 0 30px 10px #ec6253;
        -webkit-box-shadow: inset 0 0 30px 10px #ec6253;
        box-shadow: inset 0 0 30px 10px #ec6253;
    }
}

.absolute-pos {
    position: absolute;
    z-index: -1;
}

.alert-animation-warning {
    background-color: rgba(255, 193, 7, 1);
    animation-duration: 1s;
    animation-name: growing-circle-warning;
    animation-iteration-count: infinite;
    /*animation-direction: alternate;*/
}

@keyframes growing-circle-warning {
    from {
        height: 0%;
        width: 0%;
        top: 50%;
        left: 50%;
        border-radius: 25px;
    }

    to {
        height: 80px;
        width: 80px;
        top: calc(50% - 80px / 2);
        left: calc(50% - 80px / 2);
        border-radius: 50px;
        background-color: rgba(255, 193, 7, 0.5);
    }
}

.alert-animation-almostDanger {
    background-color: rgba(255,165,0, 1);
    animation-duration: 1s;
    animation-name: growing-circle-almostDanger;
    animation-iteration-count: infinite;
    /*animation-direction: alternate;*/
}

@keyframes growing-circle-almostDanger {
    from {
        height: 0%;
        width: 0%;
        top: 50%;
        left: 50%;
        border-radius: 25px;
    }

    to {
        height: 80px;
        width: 80px;
        top: calc(50% - 80px / 2);
        left: calc(50% - 80px / 2);
        border-radius: 50px;
        background-color: rgba(255,165,0, 0.5);
    }
}

.alert-animation-danger {
    background-color: rgba(255, 7, 7, 1);
    animation-duration: 1s;
    animation-name: growing-circle-danger;
    animation-iteration-count: infinite;
    /*animation-direction: alternate;*/
}

@keyframes growing-circle-danger {
    from {
        height: 0%;
        width: 0%;
        top: 50%;
        left: 50%;
        border-radius: 25px;
    }

    to {
        height: 80px;
        width: 80px;
        top: calc(50% - 80px / 2);
        left: calc(50% - 80px / 2);
        border-radius: 50px;
        background-color: rgba(255, 7, 7, 0.5);
    }
}

.container-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.img-ico {
    height: 18px;
}

.font-header-time {
    font-size: .8rem;
}

.font-header-dash {
    font-size: .8rem;
}

.font-subheader-dash {
    font-size: .65rem;
    margin-bottom: .6rem;
}

.font-sm {
    font-size: .55rem;
}

.font-65 {
    font-size: .65rem;
}

.btn-smx {
    padding: .13rem .25rem;
    font-size: .65rem;
}

.popover {
    min-width: 180px;
}

.text-almostDanger {
    color: orange;
}

.bottom-card {
    position:absolute;
    bottom:0;
}

/* Dashboard Alertas */
.animation-appearleft {
    will-change: opacity, transform;
    animation-duration: 2s;
    animation-name: appear-fromleft;
}

@keyframes appear-fromleft {
    from {
        opacity: 0;
        -moz-transform: translate(-50px, -20px);
        -webkit-transform: translate(-50px, -20px);
        transform: translate(-50px, -20px);
    }

    to {
        opacity: 1;
        -moz-transform: translate(0px, 0);
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

.canvas-pie {
    width:100%;
    height: 100%;
}

.canvas-pie-soporte {
    width: 100%;
    height: 500px;
}

@media (max-width: 767px) {
    .canvas-pie {
        width: 100%;
        height: 400px;
    }
}

.background-red {
    border-radius: 3px;
    background-color: rgba(255, 0, 0, 0.4);
}

.background-yellow {
    border-radius: 3px;
    background-color: rgba(255, 255, 0, 0.5);
}

.border-blue-left {
    border-left: 20px solid blue;
}

.to-select {
    cursor:pointer;
}

.card-alert-selected {
    background-color: rgba(180, 180, 180, 0.7);
}

/** Crear usuarios */


.dragula-left {
    min-height: 200px;
    max-height: 600px;
    overflow: auto;
    background-color: rgba(0,0,0,0.3);
}

.dragula-right {
    min-height: 200px;
    max-height: 600px;
    overflow: auto;
    background-color: rgba(0,0,0,0.1);
}

.dragula-items {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    border: 2px solid #ececec;
    background: #F7F7F7;
}

/** Notificaciones */

.badge-notification {
    position: absolute;
    margin-top: -5px;
    margin-left: -10px;
    font-size: x-small;
    border: 1px solid black;
    border-radius: 50%;
}

.dropdown-menu-notification {
    top: 40px;
    left: -300px;
    width: 460px;
    max-height: 460px;
    overflow-y: auto;
    /*box-shadow: 0px 5px 7px -1px #c1c1c1;*/
    padding-bottom: 0px;
    padding: 0px;
}

/*.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 12px;
    border: 10px solid #343A40;
    border-color: transparent transparent #343A40 transparent;
}*/

.head {
    padding: 5px 15px;
    border-radius: 3px 3px 0px 0px;
}

.notification-box {
    padding: 5px 0px;
    line-height:normal;
}

.bg-gray {
    background-color: #ddd;
}

@media (max-width: 640px) {
    .dropdown-menu-notification {
        top: 50px;
        left: -16px;
        width: 290px;
    }

    .message {
        font-size: 13px;
    }
}

.notification-box a {
    text-decoration:initial;
    color: initial;
}

/** Colors, etc */
.selectedRow {
    background-color: #C8C8C8;
}

.pre-wrap {
    white-space: pre-wrap;
    word-break: break-all;
    font-family: inherit
}

.icon-mask {
    background-color: black;
    color: white;
    border-radius: 5px;
}

.border-corner {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.p-lr-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.font-8rem {
    font-size: .8rem;
}

#configurar label {
    font-size: .9rem;
}

/** Estilos para Panel */

/** Menu */
#sidebar {
    width: 250px;
    height: 100%;
    background: #0A1853;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: fixed;
    overflow: hidden;
}

.sidebar-content {
    overflow: hidden scroll;
    position: relative;
    width:100%;
    height:100%;
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


#sidebar .custom-menu .btn {
    border-radius: 50%;
    position: relative;
}

#sidebar .custom-menu .btn.btn-primary {
    background: #545a6d;
    border-color: transparent;
}

#sidebar .custom-menu .btn i {
    font-size: 14px;
}

.custom-menu .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}

#sidebar h1 .logo {
    color: #fff;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul li {
    font-size: 16px;
}

#sidebar ul li a {
    padding: 10px 0;
    display: block;
    text-decoration:none;
    color: rgba(255,255,255,.6);
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-radius: 2px;
    transition: transform 0.3s ease;
}

#sidebar ul li.active > a {
    background: 0 0;
    color: #fff;
}

#sidebar ul li a span {
    color: #44bef1;
}

/*ORB codigo que se agrego*/
#sidebar ul li a:hover {
    background-color: #007bff;
    color: #fff;
    border-radius: 2px; /* Ajusta este valor según tu preferencia para hacer los bordes más redondos */
}

#sidebar ul li a:active {
    transform: translateY(20px); /* Ajusta la cantidad de desplazamiento vertical según sea necesario */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Agrega una sombra para resaltar */
}

/*Otras opciones*/
.main-content {
    margin-left:250px;
}


.map-100 {
    width: calc(100vw - 260px);
    height: calc(100vh - 60px);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #F2F2F2;
    overflow-x: hidden;
    padding-top: 80px;
    padding-bottom: 60px;
    transition: 0.5s;
    font-size: .9rem;
}

.sidenav_body {
    padding-left: 15px;
    padding-right: 10px;
}
/*
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
*/
.sidenav .closebtn {
    position: absolute;
    top: 55px;
    right: 10px;
    font-size: 36px;
    text-decoration: none;
    color: #818181;
    transition: 0.3s;
}

.inactive {
    opacity: .3;
}

.fs0-9em {
    font-size: 0.9em;
}

.fs1-5em {
    font-size: 1.5em;
}

.mt-m4 {
    margin-top: -4px;
}

.mt-m5 {
    margin-top: -5px;
}

.p-01 {
    padding: 0.1rem;
}

.w-40 {
    width: 40%!important;
}

.vh-3p5 {
    max-width: 3.5vh;
}

.bg-darkBlue {
    background-color: #0A5097;
}

#dashboardAceite .form-control {
    height: 2.71428571em;
}

.tank {
    width: calc(100% - 30px);
    height: 160px;
}

.p-10 {
    padding:10px;
}

.border-50 {
    border-radius: 50px;
}

.blue-bold {
    color: #4287f5;
    font-weight: bold;
}

.hover-cursor:hover {
    cursor: pointer;
}

.table-smaller-font th,
.table-smaller-font td {
    font-size: 14px;
}

.table.table-hover tbody tr:hover {
    cursor: pointer;
}

/* ORB Estilos para el 1er modal */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        /*width: 1600px;*/
        position: relative;
        margin: 5% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        max-width: 90%;
    }

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .close:hover {
        background: #00d9ff;
    }

/*Segundo modal*/
.closeB {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .closeB:hover {
        background: #00d9ff;
    }

.card {
    margin: 10px;
}

.modalDialog table {
    border-spacing: 0; /* Elimina el espaciado entre las celdas */
}

.modalDialog th,
.modalDialog td {
    padding: 5px; /* Ajusta el valor según tus necesidades */
}


/*Animacion para las celdas de la tabla */
.parpadeo {
    animation: parpadeo 2s infinite;
}

@keyframes parpadeo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*Ultimas actualizaciones */
.rdbTransmitiendo {
    color: green;
}

.rdbSinTransmitir {
    color: red;
}

/** Modal consumo acumulado*/
.modalAcum {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalAcum:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalAcum > div {
        width: 750px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
    }

.closeAC {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .closeAC:hover {
        background: #00d9ff;
    }