/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

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

 .tabs .indicator {
    background-color: #0d47a1;
	}
	
.tabBottom
{
	/*padding: 5px 10px 10px 10px;*/
    /*border-top: solid #a9a9a9;*/
    border-width: 1px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 50px;
}
.tabBotones
{
	margin-top: 6px;
    margin-bottom: -11px;
}
.marginNavBottom
{
	/*border-bottom: solid #a9a9a9;*/
    border-width: 1px;
}

.extralarge
{
	width: 100px;
    height: 100px;
	padding-top: 30px;
}

.extralarge>i{
	font-size: 60px;
}

.contenido
{
	overflow: hidden;	
	height: calc(100vh - 106px);
}

.panelPrincipal
{
	overflow: scroll;
    height: calc(100vh - 106px);
	-webkit-overflow-scrolling: touch;
}

a.scrolling {
  padding-top: 70px;
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 1;
}
a.scrolling span {
  position: absolute;
  width: 24px;
  height: 24px;
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
  left: 50%;
  margin-left: -12px;
  margin-top: -60px;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.contador{
	position: absolute;
    top: 0px;
    right: 15px;
    font-size: 11px;
    height: 15px;
    width: 15px;
    /*padding: 1px;*/
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #42A5F5 !important;
}

.imageReport
{
	border-radius: 10px 10px 0px 0px !important; 
	margin-left: 5px; 
	margin-right: 5px;
	width: calc(100% - 10px) !important;
}

.imageReportSolution
{
	border-radius: 10px 10px 10px 10px !important; 
	margin-left: 5px; 
	margin-right: 5px;
	width: calc(100% - 10px) !important;
}

.imageProceso
{
	width: calc(100% - 10px);
	margin-left: 5px;
	border-radius: 0px 0px 10px 10px;
	margin-top: -7px;
	position: relative;
	background-color: white;
}

.blue {
    background-color: #DB092E !important;
}
.blue-text {
    color: #DB092E !important;
}
*
{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input
{
-webkit-user-select: auto !important;
-khtml-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}

*
{
-webkit-touch-callout: none;
-moz-touch-callout: none;
-ms-touch-callout: none;
touch-callout: none;
}

*{
-webkit-user-drag: none;
-moz-user-drag: none;
-ms-user-drag: none;
user-drag: none;
}