/* general  */
a.action {
	background: #80bb3a;
    border: 0 none;
    border-radius: 3px;
    color: #f2f2f2;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 26px;
    float:right;	
    margin: 3px;
}

a.action.delete {
	background: #b81616;
}

a.action.turn-off {
	background: #c82626;
}


a.action.turn-on {
	background: #10ab2a;
}

a.action.recommendation {
	padding-left: 40px;
	background-image: url(../../img/notices/polecany.png);
	background-position: 3px center;
	background-repeat: no-repeat;
}


a.action.preference {
	padding-left: 40px;
	background-image: url(../../img/notices/wyrozniony.png);
	background-position: 3px center;
	background-repeat: no-repeat;
}

.list .action {
	padding: 5px;
	font-size: smaller;
	font-weight: normal;
	margin: 1px;
}	

input[type=submit]{
	background: #80bb3a;
    border: 0 none;
    border-radius: 3px;
    color: #f2f2f2;
    cursor: pointer;
    font-weight: bold;
/*    padding: 5px 26px;
    float:right;	
    margin: 3px;*/
}

input[type=submit]:hover {
	background: #555;
}

input[type=text],input[type=url] {
	width: 80%;
	border-color: lightseagreen;
    border-radius: 0px;
    height: 31px;
	border-width: 0.1px;
	padding-left: 5px;
}

input.slider {
	width: 10%;
}

div.slider {
	width: 25%;
	display: inline-block;
	margin: 0px 10px;
}

label{
	/*padding-bottom:10px;*/
	    margin-right: 10px;
}
fieldset{
	border:none;
	margin:0;
	padding:0;
}

div.ms-container{
	width:600px;
}
div.ms-container .ms-list {
    border: 2px solid #c9c9c9;
    border-radius: 5px;
    height:300px;
}
/*
div.ms-selection ul.ms-list{
	margin-top:35px;
}
*/
div.ms-container .ms-list.ms-focus {
	border-color:rgba(128, 187, 58, 0.8);
}
div.ms-selectable ul.ms-list li.hideme{
	display:none !important;	
}
div.ms-container .ms-selectable li, div.ms-container .ms-selection li{
	padding:5px 10px !important;	
}
div.ms-container .ms-selectable li.ms-hover, div.ms-container .ms-selection li.ms-hover {
	background-color:#80bb3a;
}
div.ms-selectable div#filter{
	font-size:13px;
	border: 2px solid #c9c9c9;
    border-radius: 5px;
    padding:4px;
    margin-top:6px;
    text-align:center;
}
div.ms-selectable div#filter:hover{
	border-color:rgba(128, 187, 58, 0.8);
}
div.ms-selectable div#filter input{
	position:relative;
	top:2px;	
}
div.ms-selection input.submit{
	margin-top:6px;
}


form .tab {
	border: 2px solid #c9c9c9;
	border-radius: 4px;
	padding: 10px;
	margin: 5px;
}


.form-inline .form-control {
    display: inline-block;
    width: auto;
}

.form-group input.form-control[type="color"] {
	width: 10%;
}

#map-canvas {
    height: 300px;
}
