@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Jura');



*{
	margin: 0px;
	padding: 0px;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Jura', sans-serif;

}
body{
	background-color: #E9EBEE;
}
div.content{
	background-color: white;
}

div.loginbox, div.logintextbox{
	margin-top: 50px;
}

h5.modal-title{
	width: 50%;
	float: left;
}

div.modal button.close{
	float: right;
}

div.loginbox div.inner, div.logintextbox div.inner{
	padding: 20px;
	overflow: hidden;
	margin: 10px;
	background-color: white;
	border-radius: 3px;
}

div.settings-panel{
	margin: 10px;
	padding: 20px;
   
}

a {
	cursor: pointer;
}

div.panel-classic{
	border-radius: 3px;
	background-color: white;
	/*border-bottom: dotted 1px lightgrey;*/
	overflow: hidden;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
}

div.panel-classic h1, h2, h3{
	font-weight: bold;
	margin: 0px;
}

img.modula-clipart-big{
	height: 180px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.modula-clipart-small{
	height: 100px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


img.company-logo-big{
	height: 180px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float:right ;
}
img.company-logo-small{
	height: 100px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;

}

div.menu{
	width: 100%;
}

.navbar{
	background-color: white;
	font-weight: bold;
}

#logo-systech{
	margin-top: 7px;
	width: 150px;
	height: 35px;
}

.orange{
		color: orange;
}

.red{
		color: red;
}

.green{
		color: green;
}

.white{
	color: white;
}

.blue{
	color: blue;
}

.nowrap {
    white-space: nowrap;
}


.alert{
		color: black;
		font-weight: bold;
}

#menu-name{

}

.cycles-form{
	background-color: white;
	border-radius: 3px;
}

/*Nastylování tlačítka*/
.btn-full{
	width: 100%;
}

.btn {
	margin-top: 5px;
	transition: all 0.5s ease;
    padding: 8px 18px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 18px;
    outline: 0 none;
}
 
.btn-default {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-default:hover, .btn-default:focus{
    background: #00bfff;
    color: white;
}
 
.btn-default:active, .btn-default.active, .btn-default.active:focus .btn-default.active:hover  {
    background: #D4D4D4;
    box-shadow: none;
    color: black;
}

iframe{
	width: 100%;
	border:none;
}

iframe.adminer-iframe{
	min-height: 700px;
}



div.loading-circle{
	margin-top: 150px;
	width: 100%;
	text-align: center;
	font-size: 300%;
}

div.db-backup{
	
}

div#fine-uploader-gallery{
	margin: 15px;
}
div#fine-uploader-gallery div.btn{
	background-color: #0099cc;
}





/*Přepsání bodu, kdy se MENU přepne*/
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}



