/*Login page*/
.mdc-app_login-main-container {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
  	padding-top:35px;
}

/*Home page graph*/
.daily {

}





/*MDC colors*/

.mdc-top-app-bar .mdc-top-app-bar__navigation-icon, .mdc-top-app-bar .mdc-icon-button {
    color: #000 !important;
}

.mdc-drawer .mdc-list-item--activated {
    color: #3DB766 !important;
}

.download_btn a {
   	color: #3DB766 !important;
	/*color: rgba(31, 167, 60, 1) !important;*/
}

.download_btn a:hover {
	text-decoration:none;
}

/*Logo dodavanje*/

.mdc-app_login-main-logo {
    background: url(../img/sportit.svg) no-repeat center;
    height: 100px;
    background-size: 300px auto;
    margin: 30px 0 10px;
}

.sportit_logo {
    background: url(../img/sportit.svg) no-repeat right;
    /* height: 70px; */
    background-size: 110px auto;
    margin-right: 30px;
}

.mdc-app__page-login .sportit_logo {
	background: none !important;
}

@media (max-width: 500px) {
.mdc-app_login-main-logo {
    background-size: 150px auto !important;
}

.sportit_logo {
    background: url(../img/sportit.svg) no-repeat right center;
    /* height: 70px; */
    background-size: 85px auto !important;
    margin-right: 30px;
}
}




/* ORGANIZACIJA */

/* Mobile specific*/
@media (max-width: 767px) {


}

/* Mobile and tablet */
@media (max-width: 1024px) {


}

/* Tablet specific*/
@media (min-width:768px) and (max-width: 1024px) {


}


/* Desktop */
@media (min-width: 1025px) {
	
  .mdc-dialog .mdc-dialog__surface {
  	min-width: 800px;
  }

  .mdc-dialog .mdc-dialog__surface.wide {
   	min-width: 80vw;
  }

  .mdc-select .mdc-select__anchor
  {
   	width:100%;
  }

  .flex
  {
   	display:flex;
  }

  .mdc-dialog__wide .mdc-dialog__container {
   	max-width: 1000px;
   	width: 100%;
   	padding: 0 20px;
  }


  .mdc-dialog__wide .mdc-dialog__surface {
   	max-width: 960px;
   width: 100%;
  }  
  

}




