/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/* Acomodar logo de la navbar */
#logo img {
    width: 100px;
	margin-top: -5px;
}
#header {
    height: 65px;
}
#left-panel {
    padding-top: 65px;
}
body {
    min-height: 960px!important;
}
.rowDataSd, .totalCol{
	text-align: right;
}
table.dataTable tfoot>tr>th, table.dataTable thead>tr>th {
    text-align: center;
}
#banner {
	background-color: white;
	height: auto;
    color: #0091d9;
    font-weight: bold;
	font-family: Roboto;
    padding: 12px;
	margin-right: -5%;
    margin-left: -5%;
    text-align: center;
	white-space: nowrap;
	border: 2px solid #0091d9;
    border-radius: 20px;

    /* esta parte hace "del texto una imagen" */
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
div#bannerd {
    padding-top: 6px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-90%);
}
@media only screen and (min-device-width: 1280px) {
    div#bannerd {
        left: 53%;
    }
}
@media only screen and (max-device-width: 959px) {
    div#bannerd {
        display: none;
    }
}
#extr-page #header #logo {
    margin-top: 10px;
}
#extr-page h4.paragraph-header {
    width: auto;
}

legend {
    text-align: center;
    font-weight: bold;
	font-size: 18px;
}

/* dl list */
@media (min-width: 768px){
	.dl-horizontal dd {
		margin-left: 50%;
	}
}
@media (min-width: 768px){
	.dl-horizontal dt {
		width: 45%;
	}
}

.css-fondo{
    margin-bottom: 5px;
}

.login{
	padding-top: 50px;
}

.loading {
    background: url('../img/Ellipsis-1s-40px.gif') no-repeat center;
}
.smart-form .checkbox input+i:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}
label input[type=checkbox].checkbox+span:before, label input[type=radio].radiobox+span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
nav ul li.active>a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.select2-selection__choice__remove:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.select2-search:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.select2-container .select2-choice .select2-arrow b, .select2-selection__arrow b {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.overflow {
    line-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}