.edit-title .fa-pencil,
.edit-title .fa-trash-o,
.edit-title .fa-arrow-up,
.edit-title .fa-arrow-down,
.edit-title .fa-eye,
.edit-title .fa-times,
.edit-title .fa-question,
.edit-title .wallet
{
   padding: 3px 8px;
   color: black;
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6),rgba(201, 253, 202, 0.6) 100%);
   border: 1px solid rgba(0,0,0, 0.5);   
   cursor: pointer;
   border-radius: 6px;
   width: 34px;
   text-align: center;
   margin: 3px 0;

   -webkit-transition: all .2s;
   transition: all .2s;   
}

.edit-title .wallet img {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    margin-left: -10px;
    margin-top: -9px;
}

.edit-title .fa-pencil:hover,
.edit-title .fa-trash-o:hover,
.edit-title .fa-arrow-up:hover,
.edit-title .fa-arrow-down:hover,
.edit-title .fa-eye:hover,
.edit-title .fa-times:hover,
.edit-title .fa-question:hover {
   background-color: #00295c;
   background: rgba(0,0,0, 0.47);
   border: 1px solid rgba(255,255,255, 0.5);
   color: white;
}
.edit-title .fa-pencil:before{
    content: "\f040";
    /*color: #ffff00;*/
}

.edit-title .fa-trash-o{
   /*color: red;*/
}

.edit-title .fa-arrow-up:before{
   content: "\f062";
}

.edit-title .fa-arrow-down:before{
   content: "\f063";
}

.edit-title .fa-plus-circle:before{
   content: "\f055"; 
}

.edit-title .fa-eye:before{
   content: "\f06e";
   /*color: #32FFF8;*/
}

.edit-title .fa-question:before{
   content: "\f128";
}


.edit-title{
   position: absolute;
   z-index: 20;
   right: 0;
   /*margin-top: 10px;*/
   /*background-color: #d5eeff;*/
   /*background: linear-gradient(to bottom, hsl(202, 96%, 45%),#004586 100%);*/
   /*background: linear-gradient(to bottom, hsl(144, 97%, 33%),#014000 100%);*/
   border-radius: 6px 6px 0 0;   
   color: white;
   font-size: 20px;
   font-weight: bold;
   line-height: 50px;
   padding: 0 10px 0 10px;
   display: inline-block;
}


.edit-title a{
	color: white;
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
	display: inline-block;
}





.bootstrap-iso .row.user-mainpage-menu {
	margin-left: 10px;
	margin-right: 10px;
}

.manage-main-page{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	/*background-color: #d5eeff;*/
	/*background: linear-gradient(to bottom, hsl(202, 96%, 45%),#004586 100%);*/
	background: linear-gradient(to bottom, hsl(144, 97%, 33%),#014000 100%);
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 6px 0px;
	display: block;
	clear: both;
 }


.add-modul{
   position: fixed;
   z-index: 10;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: white;
   display: none;
}

.newmodul {
    display: inline-block;
    vertical-align: bottom;
    width: 24%;
 
    margin-bottom: 5px;
    background-color: white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69);
	padding: 3px;
    margin: 5px 3px;;
    text-align: center;	
}

.newmodul img {
	width: 100%;
	/*filter: grayscale(65%);*/
}


.bootstrap-iso .modulerror{
	border: 0;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.bootstrap-iso .newmodul .btn-primary,
.bootstrap-iso .newmodul .btn-default {
   padding: 0 15px;
   margin-right: 25px;
   margin-left: 25px;
   color: white;
   /*float: left;*/
   line-height: 23px;
   margin-bottom: 5px;
   display: block;
}

.bootstrap-iso a:hover, .bootstrap-iso a:focus {
	text-decoration: none;	
}
.newmodul a .fa {
	font-size: 16px;
}



.newmodul-title {
   background-color: #fafafa;
   padding: 5px;
   border-radius: 2px;
   font-weight: bold;
   border-top: 1px solid #b0b0b0;
}

/*.newmodul-title span:nth-child(2) {
	display: block;
}*/

.newmodul-title span:nth-child(2) {
	color: #666;
	display: block;
	font-weight: normal;
}

.bootstrap-iso .alert-danger{
   padding: 7px 15px;
   color: #000;
   font-weight: bold;
   background-image: linear-gradient(to bottom, #f2dede 0%, #ff5353 100%);
   margin-bottom: 0;
}

.subcontacts {
	padding: 30px 20px;
	background: #000900;    
	font-size: 19px;
	font-weight: bold;
	color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	
}

.notfinished-modul {
   background: linear-gradient(to bottom, rgba(229, 229, 229, 0.5),rgba(132, 132, 132, 0.5) 100%);
   cursor: not-allowed;
}

.fa-icon-question:before {
    content: "\f059";
    font-family: FontAwesome;
    color: blue;
	font-size: 19px;
	cursor: pointer;
}
   
   

.fixedicons{
	height: 50px;
	width: 50px;
    position: fixed;
    top: 40px;
    right: 15px;
    font-size: 28px;
    z-index: 19;
    background: rgba(8, 126, 255, 0.7);
    padding: 10px;
    border-radius: 50%;
    border: 1px solid gray;
	min-width: 50px;
	min-height: 50px;
	text-align: center;
	color: whitesmoke;
	cursor: pointer;
}

.fixedicons-plus{
	top: 100px;
	background: rgba(18, 183, 0, 0.7);
}


#usermainpage .bcheckbox input[type="checkbox"]:checked ~ span {
	color: white;
}

.alert-dark {
	color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}


@media only screen and (max-width : 1280px) {
	.newmodul{
		width: 32%;
	}
}

@media only screen and (max-width : 1100px) {

	.newmodul{
		width: 48%;
	}
}

@media only screen and (max-width : 768px) {
	.bootstrap-iso .row.user-mainpage-menu {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.manage-main-page{
		padding: 0 5px;
	}
	
	.edit-title{
	  font-size: 20px;
	}
	
	.newmodul{
		margin-bottom: 10px;
		display: block;
		vertical-align: top ;
		width: 100%;
		min-height: inherit; 
	}

	.newmodul-title{
		display: inline-block;
		width: 100%;
	}
   
	.bootstrap-iso .newmodul .btn-primary, .bootstrap-iso .newmodul .btn-default {
		width: 100%;
		margin: 0;	
	}
   
	.newmodul-title span:nth-child(2) {
		display: block;
	}   
	
	.newmodul ul{
	  padding-left: 20px;
	  line-height: 23px;
	}
	
	.newmodul li{
	  margin: 10px 0;
	}
	
	.mblock{
	}


	.edit-title .fa-pencil,
	.edit-title .fa-trash-o,
	.edit-title .fa-arrow-up,
	.edit-title .fa-arrow-down,
	.edit-title .fa-eye,
	.edit-title .fa-times,
	.edit-title .fa-question
	{
	   width: 45px;
	}

	.edit-title a {
		font-size: 26px;
		line-height: 38px;
	}	

}

@media only screen and (max-width : 320px) {
   .edit-title{
	  font-size: 16px;
	}
}

