/*hier komt shit*/

/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.2.1
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


.gravatar {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;	
	background: url(http://link-to-your/image.jpg) no-repeat;
	box-shadow: 0 0 4px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .8);
}

.main-container {
  padding: 20px 0px 100px 0px;
}

.sidebar .title {
  margin-bottom: 0px;
  margin-top: 20px;
  position: relative;
}

.lead {
  margin-bottom: 0px;
}

.ui-widget-header {
	border: 0px solid #e78f08;
	color: #ffffff;
	font-weight: bold;
}

.subfooter a {
  color: #ffffff;
}

.footernav.navbar-default .footernav.navbar-nav > li > a {
  color: #ffffff;
}

/*.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:active {
  color: #ffffff;
}*/

.subfooter {
    background-color: #003466;
    color: white;
}

.scrollToTop {
    background-color: #003466;
}

.alert-countdown {
	color: #1a4e68;
	background-color: #c6e8fa;
}
.alert-file {
	color: #1a4e68;
	background-color: #c6e8fa;
}

.alert.alert-countdown:after {
	content: "\f073";
}
.alert.alert-file:after {
	content: "\f1c5";
    content: "\f083";
}

.block {
	padding-bottom: 20px;
}

.nomargin {
    margin: 0px;
}

.nomarginleft {
    margin-left: 0px;
}

.nomargintop {
    margin-top: 0px;
}

.nopaddingleft {
    padding-left: 0px;
}

.nopaddingleftright {
    padding-left: 0px;
    padding-right: 0px;
}

.nopadding {
    padding: 0px;
}

.paddingvertical {
    padding: 10px 0px 20px 0px;
}

.paddingbottom-s {
    padding-bottom: 5px;
}

.paddingbottom-m {
    padding-bottom: 10px;
}

.paddingbottom-l {
    padding-bottom: 20px;
}



.postpreviewimage {
    max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.indexpreviewimage {
    width: 263px;
    height: 148px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#my-awesome-dropzone {
    min-height: 150px;
    border: 5px dotted rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    font-weight:bold;
    font-size: 20px;
    color: darkgray;
}

.dropzone {
  min-height: 150px;
  border: 5px dashed rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}


@media only screen and (max-width: 320px) {

   h1 { font-size: 22px; }
   h2 { font-size: 18px; }

}

ul.sortable {
    list-style-image: none;
    background:none;
    padding-left:0px;
    /*list-style-image:none;
    list-style:none;*/
}

.ui-state-default,.ui-state-highlight{
    list-style-type:none;
    padding: 10px;
}

.ui-state-highlight { 
    /*height: 1.5em; 
    line-height: 1.2em; */

    height: 50px;
    border: 1px dashed gray;
    margin-bottom: 20px;    
    background: lightgray !important;
    /*float: left;*/
}

/*.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }*/
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; }


/************ Start Stickyfooter *********/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.page-wrapper {
  min-height: 100%;
  background-color: white;
}
#main {
  overflow: auto;
  padding-bottom: 71px;
}
footer {
  position: relative;
  margin-top: -71px;
  height: 71px;
  clear: both;
}
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
/************ End Stickyfooter *********/

.btn{
    min-width:unset;
}

.btn-group {
    margin-top: 30px;
}


.btn.dropdown-toggle {
    margin:0px;
    border: 1px solid #f3f3f3;
    background-color: #fafafa;
    
}

.btn.dropdown-toggle:hover {
    margin:0px;
    border: 1px solid #f3f3f3;
    background-color: #003466;
}

ul.dropdown-menu {
    padding: 5px 0;
    /*border: 1px solid rgba(0,0,0,.15) !important;*/    
}

ul.dropdown-menu li a:hover{
    /*padding:20px;*/
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color:#003466;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color:#003466;
}

form {
	margin: 10px 0;
}

.image-actions .fa {
    font-size: 20px;
}