@charset "utf-8";

/****************************************/
/*	CSS Document 						*/
/*	CMS Agilis 3.0						*/
/*										*/
/*	Abrupta Servis s.r.o.				*/
/*	stylesheet.colors.css				*/
/*										*/
/*	ROOT SITE:							*/
/*	http://www.abrupta.cz/				*/
/*	edit: 2014-11-26					*/
/****************************************/

/* + FILLs */
.f-white-00 { background-color:rgba(255,255,255,1.0); }
.f-white-90 { background-color:rgba(255,255,255,0.9); }
.f-white-80 { background-color:rgba(255,255,255,0.8); }
.f-white-70 { background-color:rgba(255,255,255,0.7); }
.f-white-60 { background-color:rgba(255,255,255,0.6); }
.f-white-50 { background-color:rgba(255,255,255,0.5); }
.f-white-40 { background-color:rgba(255,255,255,0.4); }
.f-white-30 { background-color:rgba(255,255,255,0.3); }
.f-white-20 { background-color:rgba(255,255,255,0.2); }
.f-white-10 { background-color:rgba(255,255,255,0.1); }

.f-black-00 { background-color:rgba(0,0,0,1.0); }
.f-black-90 { background-color:rgba(0,0,0,0.9); }
.f-black-80 { background-color:rgba(0,0,0,0.8); }
.f-black-70 { background-color:rgba(0,0,0,0.7); }
.f-black-60 { background-color:rgba(0,0,0,0.6); }
.f-black-50 { background-color:rgba(0,0,0,0.5); }
.f-black-40 { background-color:rgba(0,0,0,0.4); }
.f-black-30 { background-color:rgba(0,0,0,0.3); }
.f-black-20 { background-color:rgba(0,0,0,0.2); }
.f-black-10 { background-color:rgba(0,0,0,0.1); }

.f-grey-00 { background-color:rgba(20,20,20,1.0); }
.f-grey-90 { background-color:rgba(20,20,20,0.9); }
.f-grey-80 { background-color:rgba(20,20,20,0.8); }
.f-grey-70 { background-color:rgba(20,20,20,0.7); }
.f-grey-60 { background-color:rgba(20,20,20,0.6); }
.f-grey-50 { background-color:rgba(20,20,20,0.5); }
.f-grey-40 { background-color:rgba(20,20,20,0.4); }
.f-grey-30 { background-color:rgba(20,20,20,0.3); }
.f-grey-20 { background-color:rgba(20,20,20,0.2); }
.f-grey-10 { background-color:rgba(20,20,20,0.1); }

.f-green-00 { background-color:rgba(161,200,32,1.0); }
.f-green-90 { background-color:rgba(161,200,32,0.9); }
.f-green-80 { background-color:rgba(161,200,32,0.8); }
.f-green-70 { background-color:rgba(161,200,32,0.7); }
.f-green-60 { background-color:rgba(161,200,32,0.6); }
.f-green-50 { background-color:rgba(161,200,32,0.5); }
.f-green-40 { background-color:rgba(161,200,32,0.4); }
.f-green-30 { background-color:rgba(161,200,32,0.3); }
.f-green-20 { background-color:rgba(161,200,32,0.2); }
.f-green-10 { background-color:rgba(161,200,32,0.1); }
.f-green-05 { background-color:rgba(161,200,32,0.05); }

.f-red-00 { background-color: #e5110c; }
.f-red-90 { background-color:rgba(189,41,53,0.9); }
.f-red-80 { background-color:rgba(189,41,53,0.8); }
.f-red-70 { background-color:rgba(189,41,53,0.7); }
.f-red-60 { background-color:rgba(189,41,53,0.6); }
.f-red-50 { background-color:rgba(189,41,53,0.5); }
.f-red-40 { background-color:rgba(189,41,53,0.4); }
.f-red-30 { background-color:rgba(189,41,53,0.3); }
.f-red-20 { background-color:rgba(189,41,53,0.2); }
.f-red-10 { background-color:rgba(189,41,53,0.1); }

.f-blue-00 { background-color: #1360e1; }

.f-pink-logo { background-color:rgb(240,121,172); }
.f-pink-dark { background-color:rgb(240,104,167); }
.f-pink-link { background-color:rgb(218,79,145); }

.f-blue-logo { background-color:rgb(54,136,198); }
.f-blue-dark { background-color:rgb(27,128,196); }

.f-grey-light { background-color:#f2f2f2; }
.f-grey-dark { background-color:#d0d0d0; }
.f-grey-link { background-color:#eaeaea; }
.f-grey-foot { background-color:rgb(58,60,65); }
.f-grey-foot-link { background-color:#505050; }
/* - FILLs */
/* + COLORs */
.c-white-00 { color:rgba(255,255,255,1.0); }
.c-white-90 { color:rgba(255,255,255,0.9); }
.c-white-80 { color:rgba(255,255,255,0.8); }
.c-white-70 { color:rgba(255,255,255,0.7); }
.c-white-60 { color:rgba(255,255,255,0.6); }
.c-white-50 { color:rgba(255,255,255,0.5); }
.c-white-40 { color:rgba(255,255,255,0.4); }
.c-white-30 { color:rgba(255,255,255,0.3); }
.c-white-20 { color:rgba(255,255,255,0.2); }
.c-white-10 { color:rgba(255,255,255,0.1); }

.c-black-00 { color:rgba(0,0,0,1.0); }
.c-black-90 { color:rgba(0,0,0,0.9); }
.c-black-80 { color:rgba(0,0,0,0.8); }
.c-black-70 { color:rgba(0,0,0,0.7); }
.c-black-60 { color:rgba(0,0,0,0.6); }
.c-black-50 { color:rgba(0,0,0,0.5); }
.c-black-40 { color:rgba(0,0,0,0.4); }
.c-black-30 { color:rgba(0,0,0,0.3); }
.c-black-20 { color:rgba(0,0,0,0.2); }
.c-black-10 { color:rgba(0,0,0,0.1); }

.c-grey-00 { color:rgba(20,20,20,1.0); }
.c-grey-90 { color:rgba(20,20,20,0.9); }
.c-grey-80 { color:rgba(20,20,20,0.8); }
.c-grey-70 { color:rgba(20,20,20,0.7); }
.c-grey-60 { color:rgba(20,20,20,0.6); }
.c-grey-50 { color:rgba(20,20,20,0.5); }
.c-grey-40 { color:rgba(20,20,20,0.4); }
.c-grey-30 { color:rgba(20,20,20,0.3); }
.c-grey-20 { color:rgba(20,20,20,0.2); }
.c-grey-10 { color:rgba(20,20,20,0.1); }

.c-green-00 { color:rgba(161,200,32,1.0); }
.c-green-90 { color:rgba(161,200,32,0.9); }
.c-green-80 { color:rgba(161,200,32,0.8); }
.c-green-70 { color:rgba(161,200,32,0.7); }
.c-green-60 { color:rgba(161,200,32,0.6); }
.c-green-50 { color:rgba(161,200,32,0.5); }
.c-green-40 { color:rgba(161,200,32,0.4); }
.c-green-30 { color:rgba(161,200,32,0.3); }
.c-green-20 { color:rgba(161,200,32,0.2); }
.c-green-10 { color:rgba(161,200,32,0.1); }
.c-green-05 { color:rgba(161,200,32,0.05); }

.c-red-00 { color: #e5110c; }
.c-red-90 { color:rgba(189,41,53,0.9); }
.c-red-80 { color:rgba(189,41,53,0.8); }
.c-red-70 { color:rgba(189,41,53,0.7); }
.c-red-60 { color:rgba(189,41,53,0.6); }
.c-red-50 { color:rgba(189,41,53,0.5); }
.c-red-40 { color:rgba(189,41,53,0.4); }
.c-red-30 { color:rgba(189,41,53,0.3); }
.c-red-20 { color:rgba(189,41,53,0.2); }
.c-red-10 { color:rgba(189,41,53,0.1); }

.c-blue-00 { color: #1360e1; }

.c-pink-logo { color:rgb(240,121,172); }
.c-pink-dark { color:rgb(240,104,167); }
.c-pink-link { color:rgb(218,79,145); }

.c-blue-logo { color:rgb(54,136,198); }
.c-blue-dark { color:rgb(27,128,196); }

.c-grey-light { color:#f2f2f2; }
.c-grey-dark { color:#d0d0d0; }
.c-grey-link { color:#eaeaea; }
.c-grey-foot { color:#505050; }
/* - COLORs */

/* + NOTIFICATION */
.notifi { display:block; width:100%; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: 1px solid transparent; box-shadow: 0 0 3px rgba(51,51,51,.6); }
.notifi.success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.notifi.info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.notifi.warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.notifi.danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
/* - NOTIFICATION */
/* + FORMS */
form .error { border:solid 2px #de2c3b; }
/* - FORMS */