.plywajacyInput{
    float: left;
    width: 30px !important;
    height: 30px;
    margin-top: 0px;
    margin-left: 30px !important;
}

.menu-togggle-btn a {
    display: block;
}

.menu-togggle-btn {
    top: 0px;
}

.ikonaProjektu {
    margin: 0 5px;
}

.notification-area {
    margin-top: 12px;
}

.menu-togggle-btn a {
    padding: 10px 15px;
}

.container-fluid {
    padding-left: 0px;
}
.main-content {
    padding: 20px 0 0;
}
.naglowekStrony {
    margin-left: 50px;
}
.dashboard-top-nav {
    padding: 5px 5px;
}

.section-divider:after {
    width: 70px;
}

.przycisk {
    border: 1px solid transparent;
    background: #27AE60;
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.przycisk:hover {
    background: transparent;
    color: #27AE60;
    border: 1px solid #27AE60;
    text-decoration: none;
}

.dash-form input, .dash-form textarea, .dash-form select {
    box-shadow: none;
}

input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:30px;
    height:20px;
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}

label.css-label {
    background-image:url(../cmsImages/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*CZERWONO MI*/
.sidebar-nav li a .menu-icon{
    color: #c00e0e;
}

.notification-list .all-notifications a {
    color: #c00e0e !important;
}

.menu-togggle-btn a, .section-divider:after, .przycisk, .dash-form a, .modal-header{
    background: #c00e0e;
}

.przycisk-wyslij{
    background: #c00e0e !important;
}

.przycisk:hover, .dash-form a:hover {
    color: #c00e0e;
    border: 1px solid #c00e0e;
}
.czlonekRodziny {
    font-size: 13px;
    background: #c00e0e;
}


