﻿
.redRow {
    background-color: darkred !important;
    color: white !important;
}


/*ESTILOS COMENTARIOS*/

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .card-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 10px
}

.comment-widgets {
    position: relative;
    margin-bottom: 10px
}

    .comment-widgets .comment-row {
        border-bottom: 1px solid transparent;
        padding: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0
    }

.p-2 {
    padding: 0.5rem !important
}

.comment-text {
    padding-left: 15px
}

.w-100 {
    width: 100% !important
}

.m-b-15 {
    margin-bottom: 15px
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.5;
    border-radius: 1px
}

.btn-cyan {
    color: #fff;
    background-color: #27a9e3;
    border-color: #27a9e3
}

    .btn-cyan:hover {
        color: #fff;
        background-color: #1a93ca;
        border-color: #198bbe
    }

.comment-widgets .comment-row:hover {
    background: rgba(0, 0, 0, 0.05)
}

/*END ESTILOS COMENTARIOS*/


/*ESTILOS BUSCADOR*/
.note {
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #8ba593, #418ca2);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

.form-content {
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}

.form-control {
    border-radius: 1.5rem;
}

.btnSubmit {
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

/*END ESTILOS BUSCADOR*/


/*CUSTOMIZACIÓN LOADING BAR*/
#loading-bar .bar {
    background: orange;
}
#loading-bar-spinner .spinner-icon {
    border-top-color: orange;
    border-left-color: orange;
}
/*END CUSTOMIZACIÓN LOADING BAR*/


.selGreen {
    background-color: #99FF99;
}

.selRed {
    background-color: #FF9999;
}


.popover {
	display: initial;
	position: initial;
	margin: initial;
	border: initial;
	background: initial;
	padding: initial;
	width: initial;
	height: initial;
	overflow: initial;
	color: initial;
}