﻿/* BEGIN Correcting SharePoint Things */ 
input[type=button]:active, input[type=reset]:active, input[type=submit]:active, button:active, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover{
	border-color:transparent;
}
/*
#suiteBarLeft{
	background-color: #1f1a4d; 
}
*/
#suiteBar *, #s4-ribbonrow * 
{
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing:content-box;
}
/*
#s4-bodyContainer > * {
	font-family: 'Roboto', sans-serif; 
} 
*/

input[type=button], input[type=reset], input[type=submit], button{
	min-width:inherit;
}
#s4-bodyContainer{
	padding-bottom: 0px !important;
	padding-top:0.01px;
}
.ms-core-suiteLink-a:hover{
	background-color:#334777;
	color:#fff;
}
#sideNavBox{
	float: left;
    max-width: 220px;
    width:auto;
    margin: 0 auto;
}
.contentSection>#contentBox{
    margin: 0 auto;
	min-width: auto;
}
.ms-rtestate-field p, p.ms-rteElement-P{
	margin: 0;
	line-height: 1.4;
}
.ms-webpart-chrome-title{
	margin-bottom: 10px;
}

.ms-signInLink{
	float: right;
    margin-right: 90px;
}
/*
.titleSection, #migas{
    margin-left: 6%;
    margin-right: 6%;
}
.contentSection{
	margin: 0 5%;
}
*/
.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a{
	font-size: 20px;
    font-weight: bold;
    text-align: left;
	margin: 10px;
    font-family: inherit;
}

.ms-dlgTitleBtns{
	margin-right: 0px;
}
.ms-formlabel{
	width: 100%;
}
.ms-formlabel nobr {
    white-space: normal;
}
ul.ms-storefront-list{
	list-style-type: none;
}
ul.ms-core-listMenu-root{
	list-style-type: none;
	padding: 0;
}
ul.ms-core-listMenu-root li{
	list-style-type: none;
}
ul.ms-core-listMenu-root ul.static{
	padding-left: 20px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item{
	padding: 5px;
}
/*
#globalNavBox, .ms-clientcontrol-chromeheader{
	background-color:rgba(239, 239, 239, 1);
}
#suiteBarRight{
	background-color:rgba(239, 239, 239, 1);
}
#ms-designer-ribbon{
	background-color: #1f1a4d; 
}
*/
.ms-InlineSearch-DivBaseline{
	padding-left: 20px;
}
.ms-promlink-button{
    width: 20px;
    height: 20px;
	padding: 2px;
}
.ms-inlineSearch-searchImgSpanBase{
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
.ms-bottompaging > tbody > tr > td.ms-bottompagingline{
	padding-left: 20px;
}
.ms-InlineSearch-Outline-Baseline{
	width: 180px;
}
.ms-srch-item-icon{
	float:none;
	display: inline-block;
}
.ms-srch-item-title{
	display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}
.ms-rteTable-4 tr.ms-rteTableHeaderRow-4, .ms-rteTable-4 tr.ms-rteTableFooterRow-4, .ms-rteTable-4 tr.ms-rteTableHeaderRow-4 > th, .ms-rteTable-4 tr.ms-rteTableFooterRow-4 > th, .ms-rteTable-4 tr.ms-rteTableFooterRow-4 > td{
	background-color:#3a9a4b;
}
/*
input[type=password], input[type=text], input[type=file], select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox{
	border:inherit;
	background-color:inherit;
	color:inherit;
}
input[type=password], input[type=text], input[type=file], textarea, .ms-inputBox{
	padding:inherit;
}
*/
.form-control, .custom-select, .form-control-file {
    background-clip: padding-box;
    background-color: transparent !important;
    border-color: rgba(0, 0, 0, 0.42) !important;
    border-radius: 0;
    border-style: solid !important;
    border-width: 0 0 1px !important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87) !important;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0 calc(0.375rem - 1px) !important;
    width: 100%;
}
.floating-label:not(.has-value):not(.is-focused) .form-control[type='date'], .floating-label:not(.has-value):not(.is-focused) .form-control[type='datetime-local'], .floating-label:not(.has-value):not(.is-focused) .form-control[type='time']{
	color: transparent !important;
}
.custom-select, select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.is-valid.form-control, .is-valid.custom-select, .is-valid.form-control-file, .was-validated .form-control:valid, .was-validated .custom-select:valid, .was-validated .form-control-file:valid{
	border-color: #4caf50 !important;
}
.is-valid.form-control:focus, .is-valid.custom-select:focus, .is-valid.form-control-file:focus, .is-valid.form-control:hover, .is-valid.custom-select:hover, .is-valid.form-control-file:hover, .was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control-file:valid:focus, .was-validated .form-control:valid:hover, .was-validated .custom-select:valid:hover, .was-validated .form-control-file:valid:hover{
    border-color: #4caf50 !important;
    box-shadow: inset 0 -2px 0 -1px #4caf50;
}
.is-invalid.form-control, .is-invalid.custom-select, .is-invalid.form-control-file, .was-validated .form-control:invalid, .was-validated .custom-select:invalid, .was-validated .form-control-file:invalid {
    border-color: #f44336 !important;
}
/* END Correcting SharePoint Things */

/* Material Icons */
/* Rules for sizing the icon. */
.material-icons.md-15 { font-size: 15px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/* Master little Changes */

#migas,.titulo-pagina{
	display:inline-block;
}

#migas{
	padding: 0.625rem 1rem;
}

.contenido-gen-int .titulo-pagina{
	text-transform: uppercase;
}

.boton-nav-master:hover {
    text-decoration: none;
}

footer.footer {
    padding: 10px 20px;
    text-align: center;
    background-color: #dcdcdd;
}

footer.footer p {
    margin: 5px;
}

.conten-gen {
    margin-top: 0px;
}

.foto-home,.accesos-home {
	height: calc(100vh - 85px);
}

.preLoad {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}

.preLoad .progress-circular{
	margin: 0 auto;
    padding-top: 20%;
}

.accesos-home .boton-home{
	color:rgba(0, 0, 0, 0.87);
}

.accesos-home .boton-home:hover{
	text-decoration:none;
}

a:visited{
	color:#4E5054;
}

header.nav {
    background-color: #1b3647;
}

.btn-float.btn-xs {
    height: 2rem;
    line-height: 0;
    width: 2rem;
}
.table-sm tbody td, .table-sm tbody th {
    height: 1.25rem;
}
.table-sm thead td, .table-sm thead th {
    height: 1.5rem;
    font-weight: bold;
    font-size: 0.8rem;
}
.table tfoot td, .table tfoot th {
    height: 1.5rem;
}
.table-sm td:last-child, .table-sm th:last-child {
    padding-right: 0rem;
}
button[type='button']{
	min-width: auto;
}
textarea.form-control:focus, textarea.form-control:hover, textarea.is-valid.form-control:focus, textarea.is-valid.form-control:hover, textarea.is-invalid.form-control:focus, textarea.is-invalid.form-control:hover{
	box-shadow: none !important;
}
.font-weight-bold{
	font-weight:bold !important;
}
.stepper{
	padding: 1rem 1.5rem;
}
.stepper-icon{
	width: 5%;
}
.stepper-text{
	width: 95%;
}
.float-screen {
    bottom: 2rem;
    position: fixed;
    right: 4rem;
    z-index: 200;
}
.table-infAvi tbody tr td:first-child{
	width:35%;
}
.table-infAvi tbody tr td:nth-child(2){
	width:65%;
}
tr th input[type="text"] {
    width: 100%;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single{
	border: none !important;
	background-color:transparent !important;
}

.select2-container--default{
	background-clip: padding-box;
    background-color: transparent !important;
    border-color: rgba(0, 0, 0, 0.42) !important;
    border-radius: 0;
    border-style: solid !important;
    border-width: 0 0 1px !important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87) !important;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0 calc(0.375rem - 1px) !important;
    width: 100%;
}
.select2-container--default:hover{
	border-color: rgba(0, 0, 0, 0.87);
    box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87);
}

table#dtAvisos td, table#dtAvisos th {
    font-size: 12px;
}
table#dtAvisos th {
    text-align: center;
    vertical-align: middle;
}
td.bg-danger, td.bg-success, td.bg-warning, td.bg-white{
	text-align:center;
}

table tbody tr.active {
    background-color: #B0BEC3 !important;
}

.btn-text {
    display: inline-block;
    padding-left: 10px;
}
.mfp-figure:after{
	background: #fff !important;
}
.text-primary{
	color: inherit !important;
}
.btn-group button {
    color: #777;
}
a.boton-nav-master .material-icons {
    color: #3f5c7d !important;
}
.logo-master img {
    width: 40%;
}
.boton-nav-master {
    margin-top: 5px;
}
.nav .navegacion {
    padding-top: 5px;
}
.cont-redes {
    display: none;
}

a.dropdown-item:visited {
    color: white;
}
a.navbar-brand {
    float: right;
}
#navbarSupportedContent{
	vertical-align: bottom;
}
.numbC {
    position: absolute;
    top: 0;
    border: 1px solid #000000;
    right: 0px;
    font-size: 9px;
    background: white;
    color: #000000;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block;
}
.text-parrafo {
    padding-left: 62px;
    text-align: justify;
    line-height: 40px !important;
}