/*
# ==================================================================================================================================================================
#	author: 		Emely Buchholt - Datamanix
#	purpose: 		A default css
#	note: 			don't touch this css file, overrite in dm_app_style.css
# ==================================================================================================================================================================
*/


/* ============================= */
/* Custom Style DataManix Theme  */
/* ============================= */

* {
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 15px;
}
a{
	color: #000;
}
a:hover{
	color: #000;
}
body 															{ background-color: #F9F9F9; margin: 0; /* position: relative; z-index: 1; min-height: 100vh; */ /* padding-bottom: 304px;  */}

p 																{ color: #505050; }

p.headline 														{ padding: 0 0 10px 0; color: #1487FB; border-bottom: 1px solid #CDCDCD; letter-spacing: 1px; }

label 															{ font-size: 14px; color: #1487FB; padding: 6px 10px; margin-bottom: 0 !important; color: #505050; }

input, select, textarea 										{ margin: 0; border-radius: 0; font-size: 15px; border: 1px solid; border-top: 2px solid #1487FB; }

.dm_btn 														{ margin: 10px auto 5px; border: 1px #1487FB solid; padding: 5px 80px 5px; background-color: #fff; width: auto; height: auto; }
.dm_btn:active  												{ background-color: rgba(179, 179, 179, 0.15); }
 


/* ============================ */
/* 			menu and nav		*/
/* ============================ */

/* adding background color to navbar */
nav																{ background-color: #3475b1; min-height: 80px; }

/* setting width on logo */
.navbar-brand .navbar-logo a img								{ width: 16%; }

/* making logo and logout on same line */
.navbar .container-fluid										{ display: flex; }

.navbar .container-fluid .navbar-brand							{ width: 30%; }
.navbar .container-fluid .navbar-logout							{ width: 10%; }

.nav-item a														{ color: #fff; }

.nav-item a:hover												{ color: #9ac3e8; }


.nav-item.active a												{ color: #fff; }


/* ============================ */
/* 				Footer			*/
/* ============================ */

footer															{ display: table; background-color: #3475b1;;  color: #ffffff; width: 100%; font-size: 13px; margin: 0 auto; position: absolute; bottom: 0;}
footer	a														{ color: #ffffff !important; }
footer section													{ display: inline-block; vertical-align: top; width: 33.33%; margin-right: -4px; padding: 30px 50px 30px 50px; }
footer .footer_headline											{ font-size: 18px; font-weight: 500; text-transform: uppercase; margin-bottom: 15px; }


/* ========================================== */
/* 				Responsive design			  */
/* ========================================== */


/* ============================ */
/* 			Mobile phone		*/
/* ============================ */

@media (max-width: 500px){
	
/* 	changing width on logo on mobile  */
	.navbar-brand .navbar-logo a img							{ width: 50%; }
	
/* 	set font-size on the nav links to be bigger */
	ul.navbar-nav li a											{ font-size: 18px; }
	
/* 	body														{ padding-bottom: 500px; } */
	footer section												{ width: 100%; padding: 20px; }
	
	.w-50														{ width: 95% !important; }
	
/*
	ol.progress-meter											{ counter-reset: li; }
	
	ol.progress-meter li 										{ border: 0; margin: 10px 0; }
	
	ol.progress-meter li.todo:before							{ background-color: silver; color: white; }
	
	ol.progress-meter li:before,
	ol.progress-meter li.current:before,
	ol.progress-meter li.todo:before,
	ol.progress-meter li.done:before							{ counter-increment: li; content: counter(li); line-height: 24.85px; height: 25px; width: 25px; border-radius: 19px; }
	
	ol.progress-meter li:not(:first-of-type) > span				{ display: none; }
	ol.progress-meter											{ position: relative; }
	ol.progress-meter li span									{ position: absolute; top: -5px; left: 0; width: 100%; }
*/

}

/* ============================ */
/* 				iPad			*/
/* ============================ */
@media (max-width: 800px) and (min-width: 501px){
	
/* 	changing width on logo on ipad  */
	.navbar-brand .navbar-logo a img							{ width: 30%; }

}



@media (max-width: 500px) {
	li.circle {
		width: 40px;
		height: 40px;
	}
}