
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=DM Sans');
@import url('https://fonts.googleapis.com/css?family=DM Sans Bold');
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	background-color: #f3f4f6 !important;
}
h5{
	font-color:black;
	font-family: DM Sans !important;
	font-weight: bold !important;
	margin: 2.5rem 0 .656rem 0 !important;
	font-size: 2.2rem !important;
	
}
h6{
	/*font-color:black !important;*/
	font-size: 1.2rem !important;
    line-height: 135% !important;
	
}
html{
	font-family: Roboto !important;
}

.uniqueClassName { text-align: center; }

.svg-bgcolor{
    background-color:#d8f2aa;
    border-radius:50%;
}

.row{
	
	margin-bottom: 0px !important;
}
.entrada{
	background-image: url("img/fons.jpg");
	background-repeat: round;
	  background-attachment: fixed;
	  min-height:900px;
	 /* 
	 background-repeat: no-repeat;
	 background-size: 100%;
	  min-height:900px;
	background-color: black;*/
	
}
.teal.accent-4 {
   background-color: transparent !important; 
}
.card {
   
    background-color: transparent !important; 
}

.card .card-content .card-title {
    display: block;
    line-height: 50px !important; 
    text-align:center !important;
    margin-top: 80px !important;
    margin-bottom: 8px;
}
.card .card-content{
	padding: 0px !important;
}

.card .card-content p {
    margin-top: 10px !important;
    text-align:center !important;
}


.card .card-title {
    font-size: 44px !important; 
    font-weight: bold !important;
    font-family: DM sans !important;
}
 
.sidenav {
    background-color: #f3f4f6 !important;
    width: 90% !important;
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
     -webkit-box-shadow: none;
     box-shadow: none !important;
}
.sidnav{
	background-color: #f3f4f6;
}
.sidenav li>a{
	background-color: white;
	margin:20px;
	/*border: 1px solid #d5d6d8;*/
	font-size: 20px !important;
	padding: 0 10px !important;
	height: 78px !important;
	display: flex !important;
	line-height: 25px !important;
	/* font-weight: bold !important; */
	font-weight: 700 !important;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
}

table.dataTable thead th, table.dataTable thead td {
    /*
    padding: 1px 10px !important;
    border-bottom: 1px solid #111 !important;
    */
    
}
strong {
    font-weight: bold !important;
}







.imgMenu{
	margin:10px;
	vertical-align: top;
}

.dataTables_wrapper {
	margin: 10px;
}

button {
	
	background-color: #d7e4f4 !important;
	color: #6789ae !important;
	
	border: none !important;
	border-radius: 2px !important;
	padding: 7px;
	/*
	
	font-size: 70% !important;
	
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    */
}

table.dataTable thead .sorting {
    TEXT-ALIGN: center !important;;
    background-color: #f3f4f6 !important;;
    margin: 10px !important;;
}
.sorting_desc, .sorting_asc, .sorting{
	background-color: white !important;;
	TEXT-ALIGN: center !important;;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;; 
    backround-color: #f3f4f6 !important;
}

.dt-buttons{
	margin-bottom: 20px;
}

nav{
	border-bottom: 6px solid black;
}

table.dataTable thead .sorting_asc{
    background-image: none !important;
}
table.dataTable thead .sorting_desc{
    background-image: none !important;
}
table.dataTable thead .sorting{
    background-image: none !important;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 4px 4px 4px !important;
}
tbody{
	margin-top: 10px;
}
tbody:before {
    content:"@";
    display:block;
    line-height:10px;
    text-indent:-99999px;
}



/*
.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.datepicker {
    width: 	100%;
    margin: 0px !important;
    padding:0px !important;
    heigth: 15px !important;
}

.container {
    width: 100%;
    heigth:100%;
}

.section {
	 width: 100%;
    height:100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}






.btn{
	text-decoration: none !important;
    color: #000 !important;
    background-color: #dcdcdc !important;
}

.collapsible-body{
	padding: 1rem !important;
}


[type="checkbox"] + label{
	font-size: 0.8rem !important;
	padding-left: 23px !important;
	display: block 	  !important;
	
}


input[type=text]{
	height: 1rem !important;
	font-size: 0.8rem !important;
}

	

.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px; top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}
.se-pre-con img {
	width: 800px;
	height: 600px;
	top: calc(50% - 300px);
	left: calc(50% - 400px);
	position: absolute;
}

.collapsible {
	padding: 	0px !important;
	margin:		0px !important;
	background: white;
}




#logo {
	max-width: 319px;
	min-width: 222px;
	z-index: 20;
	max-height: 86px;
	min-height: 59px;
	position: absolute;
	display: block;
	text-align: center;
	left: 35px;
	top: 55px;
	-webkit-transition: all 350ms linear;
	transition: all 350ms linear;
	width: 22%;
}
#logo.fixed {
	position: fixed;
	top: 10px;
	left: 35px;
	height: 55px;
	line-height: 50px;
	z-index: 200;
	display: block;
	width: 205.75px;
}
#logo.fixed path {
	fill: #000;
}

#logo-menu{
    margin-top: 7.5px;
    height: 45px;
    display: none;
}
#logo-menu.no-change{
		margin-top: 10px;
		height: 55px
    display: inline-block !important;
}

#logo-menu {
		
	width: 131px !important;
	height: 35px !important;
	min-width: 131px;
	min-height: 35px;
	margin-top: 10px;
	display: inline-block !important;
}
    
#logo-menu.fixed.mobile-black path {
	fill: #fff !important;
}

p{
	margin:0px;
}
*/


