﻿
/* admin-intellicloud.css */

/*circle progress bar*/

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 100px;
    height: 100px;	
}

.loader {
  border: 12px solid #f3f3f3; /*   Light grey */
  border-top: 12px solid #004E9B; /* #3498db Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*circle progress bar*/


/*progress*/
progress
{
    width:5em;
    font-size:0.6em;
    height:0.6em;        
}
/*progress*/




/* időméréshez */

.timing_button{
    /*width:24px;*/
    font-size:2em;
    cursor: pointer;        
}

/* időméréshez */

input[type="checkbox"] {
height:1.6em;
width:1.6em;
accent-color: #004E9B;
}





