/* //////////////// GENERAL INFO ////////////////

Site: nogomet.net
Version: 1
Author: E-KODA minerva s.p.

//////////////// //////////////// //////////////// */


/* //////////////// STRUCTURE ELEMENTS //////////////// */

* { margin: 0; padding: 0; outline: none; }

#login-logo { text-align:center; }

.wrapper { display: flex; width: 100%; }
#footer { border-top:2px solid #cccccc; margin-top:50px; padding-top:0px; }

.resultsContainer { border-left:1px solid #cccccc; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:5px; position:relative; display:none; }
.containerLine:hover { cursor:pointer; color:#fea93a; }

/* ///////////////////// LOGIN FORM ////////////////////////// */
#loginForm { width: 380px; margin: 0 auto; padding: 2em 2em 2em 2em; background: #fafafa; border:1px solid #e0e2e6; border-bottom:2px solid #e0e2e6; border-top:3px solid #fea93a; border-radius:3px;  }
.remember-me { float:left; width:50%; }
.login-button { float:right; text-align:right; }
.login-error { color:#ff0000; font-weight:bold; text-align:center; margin-top:20px; margin-bottom:20px; }

/* ///////////////////// BOXES //////////////////////////////// */
.small-box { display:inline-block; border-radius:5px; width:200px; margin-right:1%; height:auto; position:relative; margin-bottom:20px; text-align:left; }
.small-box.blue { background:#00c0ef; }
.small-box.orange { background:#f39c12; }
.small-box.green { background:#00a65a; }
.small-box.red { background:#dd4b39; }
.small-box.violet { background:#605ca8; }
.small-box-bg { position:absolute; top:12px; right:12px; color:rgba(0,0,0,0.1); }
.small-box-number { font-size:38px; font-weight:bold; color:#ffffff; margin-top:5px; margin-bottom:5px; margin-left:5px; }
.small-box-description { font-size:18px; color:#ffffff; margin-top:5px; margin-bottom:15px; margin-left:5px; }
.small-box-action { width:100%; height:auto; background:rgba(0,0,0,0.1); font-size:14px; color:#ffffff; padding-top:3px; padding-bottom:3px; font-size:12px; text-align:center; }
.small-box-action a { color:#ffffff; }

/* ///////////////////// GENERAL ////////////////////////////// */
body { background:#eee; font-family: 'Dosis', sans-serif; font-size:18px; color:#000000; }
h1 { font-size:40px; font-weight:bold; color:#fea93a; }
h2 { font-size:28px; font-weight:bold; color:#000000; margin-left:20px; }
