.box {
    margin-bottom: 10px;
}

.user-panel > .image > img {
    min-height: 31px;
}

.noresize {
    resize: none;
}

.child {
    background-image:  linear-gradient(to right, RGB(110,175,233), RGB(110,175,233));
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.hand {
    cursor: pointer;
    cursor: hand;
}

.rowGuardar {
    margin-top: 3px;
}

.rowtable {
    margin-top: -10px;
}

.content-header>.breadcrumb {
    margin-top: -15px;
    font-size: 16px;
}

.ui-tooltip, .arrow:after {
    background: #3c8dbc;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 13px 'Source Sans Pro',"Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px #3c8dbc;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #3c8dbc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

#gmap {
	width:100%;
	height:400px;
	display:block;


	/*-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		   filter: grayscale(100%);
		   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		   filter: gray; */

	z-index:1;
}
#gmap_default {
	width:100%;
	height:400px;
	display:block;
}


#gmap2 {
	width:100%;
	height:400px;
	display:block;


	/*-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		   filter: grayscale(100%);
		   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		   filter: gray; */

	z-index:1;
}
#gmap2_default {
	width:100%;
	height:400px;
	display:block;
}

.oculta { display:none;}

.list-inline > li {margin-bottom:10px;}

.both { clear: both; }

.example-image-link:hover {
box-shadow: 0 0 5px #000;
display: block;}

.example-image { margin-bottom: 20px; }

.form-group {
    margin-bottom: 5px!important;
}

.button {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.inputModificado {
    background-color: rgb(255, 255, 158);
    color: black;
}

.bounce {
    outline: 0;
    border-color: red;
    animation-name: bounce;
    animation-duration: .5s;
    animation-delay: 0.25s;
}

/* This approximates the ease-in-out-bounce animation from easings.net, which would require a plug-in to use*/
@keyframes bounce {
    0% {
        transform: translateX(0px);
        timing-function: ease-in;
    }

    37% {
        transform: translateX(5px);
        timing-function: ease-out;
    }

    55% {
        transform: translateX(-5px);
        timing-function: ease-in;
    }

    73% {
        transform: translateX(4px);
        timing-function: ease-out;
    }

    82% {
        transform: translateX(-4px);
        timing-function: ease-in;
    }

    91% {
        transform: translateX(2px);
        timing-function: ease-out;
    }

    96% {
        transform: translateX(-2px);
        timing-function: ease-in;
    }

    100% {
        transform: translateX(0px);
        timing-function: ease-in;
    }
}


.select2-container--readonly .select2-selection.select2-selection--single {
    background-color: #eee;
    border-color: #d2d6de;
}

#internet-status {
    position: relative;
    display: inline-block;
    margin-top: 17px;
    margin-right: 14px;
}

.status-indicator {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: gray;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.excellent {
    background-color: #4CAF50;
}

.good {
    background-color: #FFEB3B;
}

.poor {
    background-color: #FF9800;
}

.very-poor {
    background-color: #F44336;
}

.disconected {
    background-color: #000000;
}

.tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 14px;
    z-index: 1;
}

    .tooltip::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #333 transparent;
    }

#internet-status:hover .tooltip {
    visibility: visible;
    opacity: 1;
}