﻿/*
A custom Bootstrap 3.2 'Google Plus style' theme
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400);
body {
      background-color: black;
    background-image: url("bg-main.gif");
	background-repeat: repeat;
    background-size: auto auto;
    background-position: 0 0;   
    
  font: normal 14px Roboto,arial,sans-serif; 
}





form {

    background-color: #fff;
	margin: 20px 0 20px 0;
	padding:10px;
	border: 2px solid;
	border-color: #ddd;
    border-radius: 9px;
	box-shadow: 5px 5px 12px #ddd;



}

.jumbotron {


    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ddd;
/*    background-image: url("bg-header.gif"); */

    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    



}

a
{
color: #cc1b20;
}

.stopka
{
/* background-color: #666666;
    bottom: 100px;
    box-shadow: 0 0 32px #888888;
    height: 59px;
	display: table-cell;
   vertical-align: bottom; */

}

.btn{
/*background-color: #cc1b20; */
background: #e31e24; /* Old browsers */
background: -moz-linear-gradient(top, #e31e24 0%, #b5181c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e31e24), color-stop(100%,#b5181c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e31e24 0%,#b5181c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e31e24 0%,#b5181c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e31e24 0%,#b5181c 100%); /* IE10+ */
background: linear-gradient(to bottom, #e31e24 0%,#b5181c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31e24', endColorstr='#b5181c',GradientType=0 ); /* IE6-9 */
}

.btn:focus, .btn:hover {
 /*   background-color: #cc1b20; */
background: #e31e24; /* Old browsers */
background: -moz-linear-gradient(top, #e31e24 0%, #b5181c 28%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e31e24), color-stop(28%,#b5181c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e31e24 0%,#b5181c 28%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e31e24 0%,#b5181c 28%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e31e24 0%,#b5181c 28%); /* IE10+ */
background: linear-gradient(to bottom, #e31e24 0%,#b5181c 28%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31e24', endColorstr='#b5181c',GradientType=0 ); /* IE6-9 */
}






/* .navbar-default {background-color:#f4f4f4;margin-top:50px;border-width:0;z-index:5;}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li:hover > a {border:0 solid #4285f4;border-bottom-width:2px;font-weight:800;background-color:transparent;}
.navbar-default .dropdown-menu {background-color:#ffffff;}
.navbar-default .dropdown-menu li > a {padding-left:30px;}

.header {background-color:#ffffff;border-width:0;}
.header .navbar-collapse {background-color:#ffffff;}
.btn,.form-control,.panel,.list-group,.well {border-radius:1px;box-shadow:0 0 0;}
.form-control {border-color:#d7d7d7;}
.btn-primary {border-color:transparent;}
.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {background-color:#4285f4;}
.btn-plus {background-color:#ffffff;border-width:1px;border-color:#dddddd;box-shadow:1px 1px 0 #999999;border-radius:3px;color:#666666;text-shadow:0 0 1px #bbbbbb;}
.well,.panel {border-color:#d2d2d2;box-shadow:0 1px 0 #cfcfcf;border-radius:3px;}
.btn-success,.label-success,.progress-bar-success{background-color:#65b045;}
.btn-info,.label-info,.progress-bar-info{background-color:#a0c3ff;border-color:#a0c3ff;}
.btn-danger,.label-danger,.progress-bar-danger{background-color:#dd4b39;}
.btn-warning,.label-warning,.progress-bar-warning{background-color:#f4b400;color:#444444;} 

hr {border-color:#ececec;}
button {
 outline: 0;
}
textarea {
 resize: none;
 outline: 0; 
}
.panel .btn i,.btn span{
 color:#666666;
}
.panel .panel-heading {
 background-color:#ffffff;
 font-weight:700;
 font-size:16px;
 color:#262626;
 border-color:#ffffff;
}
.panel .panel-heading a {
 font-weight:400;
 font-size:11px;
}
.panel .panel-default {
 border-color:#cccccc;
}
.panel .panel-thumbnail {
 padding:0;
}
.panel .img-circle {
 width:50px;
 height:50px;
}
.list-group-item:first-child,.list-group-item:last-child {
 border-radius:0;
}
h3,h4,h5 { 
 border:0 solid #efefef; 
 border-bottom-width:1px;
 padding-bottom:10px;
}
.modal-dialog {
 width: 450px;
}
.modal-footer {
 border-width:0;
}
.dropdown-menu {
 background-color:#f4f4f4;
 border-color:#f0f0f0;
 border-radius:0;
 margin-top:-1px;
}
/* end theme */




input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}