/*

	BOOTSTRAP THEME LEMON IT PANEL CMS BY AM

*/



/*

1) PANELE

*/

.lemon-panel{
	float:left;

}
.lemon-panel-header {
    float: left;
    background: transparent;
    padding-left: 10px;
    border-bottom: 1px solid #FFF;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.47);
}
.lemon-panel-header h2{
    margin: 0px;
    padding: 8px 5px 5px 5px;
    font-size: 25px;
    color: #333;
}
.lemon-panel-header-ico{
	float: left;
    background: transparent;
    color: #FFF;
    padding: 9px 11px 10px 11px;
    margin-right: 15px;
}
.lemon-panel-header-ico .fa{
	font-size:20px;
}
.lemon-panel-body {
    background: transparent;
    padding: 15px;
    float: left;
}



/*

2) Formularze

*/

.form-row{
	margin-bottom:15px;
}
form.form-row:last-of-type{
	margin-bottom:0px;
}
.loginWindow .input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 100;
    line-height: 1;
    color: #FFF;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    padding-left: 0px;
    font-size: 23px;
}
.form-control:focus {
    border-color: #F8C300;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(248, 195, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(248, 195, 0, 0.2);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #E3E3E3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: 300;
}
.mk-trc input:checked+label i {
    background: #BDBDBD !important;
}
.mk-trc[data-style=check] i {
    background: #ddd;
    border: 2px solid #7f8c8d;
        border: 2px solid transparent !important;
}

/*

3) Buttony

*/
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.btn:hover{
	transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.btn-yellow,.btn-yellow:focus,.btn-yellow:active,.btn-yellow:active:focus{
	background-color: #F8C300;
    color: #FFF !important;
    border-color:#EAB800;
    border-radius: 0px;
}
.btn-yellow:hover {
    color: #FFF;
    background-color: #E7B500;
    border-color: #EAB800;
    box-shadow: inset 0px 1px 3px #DDAE00;
}

.btn[data-icon-place]{
    padding:0px;
}
.btn[data-icon-place] span[data-icon]{
    padding: 5px;
    float: left;
     background: transparent;
}
.btn[data-icon-place] span.btn-tekst{
    float: left;
    padding: 5px 10px 5px 10px;
}
.btn[data-radius]{
    border-radius:5px !important;
}