body {
    background-color: #e7e7e7 !important;
}

.box {
    color: #777;
}

.box .header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box .content {
    background-color: #fafafa;
    padding: 20px;
    margin-left: 0;
}

.box .footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 10px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;	
}

.box_without_header {

}

.box_without_footer {

}

.box_without_header_and_footer {

}


/*
 * menu
 */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 120px;
    height: 100%;
    margin: auto 0;
    background-color: #2a2a2a;
    overflow-y: auto;
}
.content {
    margin-left: 160px;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menu .logo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 20px 0;
    padding: 0 15px 0 15px;
}

a.menu_item {
    display: block;
    width: 100%;
    padding: 13px 0;
}
a.menu_item:hover {
    background-color: #111;	
}
a.menu_item .icon {
    display: block;
    width: 100%;
    text-align: center;
    height: 33px;
    overflow: hidden;
    vertical-align: top;
}
a.menu_item .icon img {
    margin-top: 0;
}
a.menu_item:hover .icon img {
    margin-top: -33px;
}

a.menu_item_active {
    background-color: #e7e7e7;
}
a.menu_item_active .icon img {
    margin-top: 0px;
}
a.menu_item_active:hover .icon img {
    margin-top: -33px;
}
a.menu_item_active:hover {
    background-color: #e7e7e7;	
}


a.submenu_item {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #555;
    color: #eee;
    padding: 8px 5px;
    font-size: 12px;
}
a.submenu_item:hover {
    text-decoration: none;
    background-color: #444;
    color: #fff;
}
a.submenu_item img {
    margin-right: 5px;
}

.main-menu-list,
.sub-menu-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/*
 * pasek u gory usera
 */
.profile_container {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 20px;
    background-color: #2a2a2a;
    color: #ddd;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    z-index: 10;
}
.profile_container a.logout {
    margin-left: 20px;
}




.content .left {
    float: left;
    display: inline-block;
    width: 73%;
}

.content .right {
    float: left;
    display: inline-block;;
    width: 25%;
    padding-left: 2%;
}

.content .left2 {
    float: left;
    display: inline-block;
    width: 30%;
}

.content .right2 {
    float: left;
    display: inline-block;;
    width: 68%;
    padding-left: 2%;
}

.content .all {
    float: left;
    width: 98%;
    margin-bottom: 20px;
}

.content .half {
    float: left;
    width: 50%;
    padding-right: 2%;
}


.content header {
    margin-bottom: 15px;
}
.content header .icon {
    display: inline-block;
}
.content header .img {
    height: 33px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: -5px;
}

.content header h1 {
    display: inline-block;
}


.content header .select {
    display: inline-block;
    padding: 0 20px 0 30px;
}
.content header .select select {
    font-size: 24px;
}

.table-list {
    background: #f2f2f2;
}




.table-work-time th,
.table-work-time td {
    border-right: 1px solid #ddd;
}
.table-work-time tr.header th{
    background-color: #777;
    color: #fff;
}
.table-work-time tr.header:nth-child(odd) th {
    background-color: #888;
    color: #fff;
}

.table-work-time tbody tr th{
    background-color: #777;
    color: #fff;
    font-weight: normal;
}
.table-work-time tbody tr:nth-child(odd) th {
    background-color: #888 !important;
    color: #fff;
}

.table-work-time tr.footer th {
    padding: 2px 8px;
}
.table-work-time tr.footer th,
.table-work-time tr.footer td {
    background: #aaa;
    color: #fff;
    font-weight: bold;
    font-size:18px;
}
.table-work-time tr.footer:nth-child(odd) th,
.table-work-time tr.footer:nth-child(odd) td {
    background: #bbb;
    color: #fff;
}

.table-work-time tr.footer.lvl-0 th {
    font-size: 18px;
}
.table-work-time tr.header.lvl-1 th,
.table-work-time tr.footer.lvl-1 th {
    font-size: 16px;
}
.table-work-time tr.header.lvl-2 th,
.table-work-time tr.footer.lvl-2 th {
    font-size: 15px;
}
.table-work-time tr.header.lvl-3 th,
.table-work-time tr.footer.lvl-3 th {
    font-size: 14px;
}
.table-work-time tr.header.lvl-4 th,
.table-work-time tr.footer.lvl-4 th {
    font-size: 13px;
}

.table-work-time tr.dataRow td .actions_items {
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.table-work-time tr.dataRow td:hover .actions_items {
    /*display: inline-block !important;*/
    opacity: 1 !important;

}

.work-time-correctly-box {
    display: inline-block;
    text-align: center;
}
.work-time-correctly-box .correct,
.work-time-correctly-box .incorrect {
    display: inline-block;
    font-size: 21px;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 0 auto;
}

.work-time-correctly-box .correct {
    color: green;
    border: 1px solid green;
    background-color: #c9e2b3;
}
.work-time-correctly-box .incorrect {
    color: red;
    border: 1px solid red;
    background-color: #ebcccc;
}

.work-time-blocked-box {
    display: inline-block;
}
.work-time-blocked-box .blocked {
    display: inline-block;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    color: #aaa;
    border: 1px solid #aaa;
    background-color: #eee;
    margin-bottom:20px;
}


/**********************************
 *  CALENDAR 
 **********************************/
table.table-calendar {
    margin-bottom: 0;
}
.table-calendar tr th{
    background: #777;
    color: #fff;
}
.table-calendar tr:nth-child(odd) th {
    background: #888;
    color: #fff;
}
.table-calendar td {
    width: 14.28%; 
    color: #999;
    padding: 4px !important;
}
.table-calendar td a {
    color: #333;
    padding: 2px 5px;
    border-radius: 2px;
}
.table-calendar td a.correctly {
    background-color: #C8F7C5;
}
.table-calendar td a.uncorrectly {
    background-color: #F1A9A0;
}
.table-calendar .current {
    font-weight: bold;
}
.table-calendar .actual {
    border: 1px solid #aaa;
}
.table-calendar td.weekend {
    background: #eee !important;
}


td.statDataField,
td.statDataFieldTitle {
    font-size: 14px;
}

td.statDataField {
    text-align: right;
}
/* naglowki - dzialy */
tbody tr th.statDataFieldTitleHeader {
    font-weight: bold !important;
    font-size: 16px;
    color: red !important;
}
/*td.statDataFieldTitle {
}*/


.center_big {
    width: 97%;
    text-align: center;
    padding-top: 200px;
}
.center_big button {
    width: 300px;
    height: 80px;
    font-size: 32px; 
    font-weight: bold;
}

/*
 * formularze
 */
.form-title input {
    height: 50px;
    font-size: 28px;
}
.form-direct-link input {
    display: inline;
    height: 20px;
    width: 60%;
    border: 0;
    background: #e7e7e7;
    padding-left: 0;
}
.form-direct-link input:hover,
.form-direct-link input:focus {
    background: #fff;
}
.right .panel-group {
    margin-bottom: 20px;
}







ol.sortable, ol.sortable ol,
ol.sortable_temp, ol.sortable_temp ol {
    margin: 0 0 0 4%;
    padding: 0;
    list-style-type: none;
}

#Pozycje-menu > div > ol {
    margin-left: 2%;
}

ol.sortable,
ol.sortable_temp {
    width: 96%;
    float: left;
}

.sortable li,
.sortable_temp li {
    margin: 7px 0 0 0;
    padding: 0;
}

.sortable li div,
.sortable_temp li div {
    cursor: move;
}

.menuBoxHeaderRight {
    float: right;
    font-size: 14px; 
    color: #aaa;
}





/* TABS */
.tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    width: 98%;
    padding: 20px;
}

.star {
    font-size: 24px;
}

a .star {
    color: #777;
}
a:hover .star {
    color: #eecf00;
}

.star-active {
    color: #eecf00;
}


.error {
    color: red;
}


/*
 * media
 */
#media .modal-header {
    padding: 10px 15px;
}
#media .modal-dialog {
    height: 90%;
}

#media .modal-body {
    display: block;
    padding: 0;
    height: 85%;
}

#media .modal-content {
    height: 100%;
}

#mediaContent {
    display: block;
    height: 100%;
}

#mediaLeft {
    width: 18%;
    display: inline-block;
    padding: 0 10px;
    background-color: #eee;
    border-right: 1px solid #ccc;
    height: 100%;
    vertical-align: top;
}
#mediaLeft h3,
#mediaCenter h3,
#mediaRight h3 {
    margin-top:10px;
}

.content header .btn-add,
#mediaLeft .btn-add,
#mediaCenter .btn-add {
    height: 25px;
    margin-top: 10px;
    padding-top: 2px;
    padding-left: 27px;
    background-image: url('../images/btn-add-icon.png');
    background-repeat: no-repeat;
    background-position: 4px 2px;
}
#mediaCenter .btn-add {
    margin-top: 0;
}
.content header .btn-add {
    margin-top: -10px;
    margin-left: 30px;
}


#mediaCenter {
    margin-left: 0;
    width: 63%;
    height: 85%;
    display: inline-block;
    vertical-align: top;
}

#mediaCenter header {
    padding: 0 10px;
}
#mediaCenter .pasekSelect {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 5px 10px;
}

#mediaRight {
    width: 18%;
    display: inline-block;
    padding: 0 10px;
    background-color: #eee;
    border-left: 1px solid #ccc;
    height: 100%;
    vertical-align: top;
}

#mediaFooter {
    margin-top: 0;
}
.medias {
    padding: 5px;
    overflow: auto;
    height: 100%;
}
.medias .mediaIcon,
.medias .select,
.medias .multiselect {
    display: inline-block;
    width: 115px;
    height: 115px;
    margin: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #eee;
    text-align: center;
}

.medias .mediaIcon:hover {
    border-color: blue;
}

.medias .select {
    border: 5px solid #428bca !important;
}

.medias .multiselect {
    border: 3px solid #428bca;
}
.medias .mediaIcon img {
    max-height: 115px;
    width: auto;
}

.websiteMini {
    display: inline-block;
    width: 98%;
    max-height: 200px;
    border: 1px solid #ddd;
    text-align: center;
}
.websiteMini img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
}

.miniatura {
    display: inline-block;
    width: 97%;
    max-height: 115px;
    margin: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #eee;
    text-align: center;
}
.miniatura img {
    max-width: 100%;
    max-height: 115px;
    width: auto;	
}

.labelWidth {
    width: 100%;
}
.gallery_mini {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    border: 2px dashed #ddd;
    background-color: #fff;
    margin: 5px 0 0 0;
    color: #aaa;
}
.gallery_mini img {
    max-width: 100%;
    max-height: 80px;
}

#details_container_info {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    padding-top: 100px;
}

/**
 * UPLOADER
 */
#mediaCenter .ajax-upload-dragdrop {
    padding: 2px;
    margin-top: -6px;
    height: 38px;
    border: 2px dotted #ddd;
}

#mediaCenter .ajax-file-upload-button {
    float: right;
    height: 30px;
    padding: 6px 12px;
    padding-top: 4px;
    padding-left: 30px;
    background-color: #fff;
    background-image: url('../images/btn-add-icon.png');
    background-repeat: no-repeat;
    background-position: 6px 5px;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-apperance: button;
}
#mediaCenter .ajax-file-upload-button:hover {
    background-color: #eee;
}



.form_row {
    margin-bottom:10px;
}


.wiecej_tabela {
    float: left;
    width: 19%;
    margin-right: 1%
}
.wiecej_naglowek {
    font-weight: 800;
    text-align: right;
    font-size: 15px;
    padding-right: 10px;
    border-bottom: 1px solid #ccc;
}
.wiecej_lewa,
.wiecej_prawa {
    font-size: 12px;
}
.wiecej_lewa {
    text-align: right;
    width: 40%;
    padding-right: 10px;
    color: #888;
}
.wiecej_prawa {
    width: 60%;

}


#form_date_date,
#blog_createdate_date {
    float: left;
    margin-right: 20px;
}


.bigCheckbox {
    width: 20px;
    height: 20px;
}




/*****
 * PRZYPISYWANIE do kategorii testowych
 */
.form-control.form-control-inline {
    display: inline-block !important;
    width: auto;
}
.form-control.form-control-small {
    width: 80px;
}
.form-control.form-control-inline-small {
    display: inline-block !important;
    padding: 0 3px;
    font-size: 13px;
    height: 29px;
}

.przypisywanietestfilters input[type="checkbox"].form-control {
    height: auto;
}
.przypisywanietestfilters .no-bold label {
    font-weight: normal;
}



table.table-list tr td.middleThin {
    padding: 10px 10px;
}
table.table-list tr td.middleThinSmall {
    padding: 10px 10px;
    color: #333;
    font-size: 14px;
}

table.table-list tr td.thin {
    padding: 8px 10px;
}
table.table-list tr td.thinSmall {
    padding: 8px 10px;
    color: #555;
    font-size: 13px;
}
table.table-list tr td.veryThin {
    padding: 4px 10px;
}
table.table-list tr td.veryThinSmall {
    padding: 4px 10px;
    color:#999;
    font-size: 12px;
}





/** statystyki admin **/
.statystyki_grid {
    width: 100%;
}
.statystyki_grid .block {
    display: inline-block;
}
.statystyki_marketing_grid .block {
    width: 11.6%;
    vertical-align: top;
}
.statystyki_marketing_grid .block_middle {
    width: 18%;
}
.statystyki_marketing_grid .block_wide {
    width: 22%;
}
.statystyki_grid .block header {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.statystyki_grid .block .content {
    padding: 5px;
    margin-left: 0;
}
.statystyki_grid .block label {
    margin-bottom: 0;
}
.statystyki_grid .block .content label {
    color: #777;
    margin-top: 5px;
}
.statystyki_grid .block .content select[multiple="multiple"] {
    height: 250px;
}

table.statystyki_table {
    font-size: 13px;
}
/*
table.statystyki_table th.thLeft {
    width: 120px !important;
}

th.thLeft {
    width: 120px !important;
}
*/
th.statWithoutBorder {
    border: 0;
}
td.statHeader,
th.statHeader {
    background-color: #777 !important;
    color: #fff;
}
.sumAllHeader {
    background-color: #555 !important;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
th.sumAllHeader {
    background-color: #555 !important;
}
th.thLeft,
tbody tr:nth-child(2n-1) th.thLeft {
    background-color: #E8E8E8 !important;
    color: #333;
    font-weight: normal;
}
th.thLeft a {
    color: #555;
    text-decoration: underline;
}
th.thLeft a:hover {
    color: #222;
    text-decoration: none;
}
.subHeader,
tbody tr:nth-child(2n-1) th.subHeader {
    background-color: #999 !important;
    color: #fff;
}
.subFooter {
    background-color: #bbb !important;
    color: #eee;
    font-weight: bold;
}
.tdSmall {
    font-size: 10px;
    color: #888;
}
.tdCarts {
    font-size: 11px;
    color: #666;
}

tbody tr th.mainHeader,
tbody tr td.mainHeader,
tbody tr:nth-child(2n-1) th.mainHeader,
tbody tr:nth-child(2n-1) td.mainHeader {
    background-color: #555 !important;
    color: #fff;
}

tbody tr th.bigMainHeader,
tbody tr td.bigMainHeader,
tbody tr:nth-child(2n-1) th.bigMainHeader,
tbody tr:nth-child(2n-1) td.bigMainHeader {
    background-color: #333 !important;
    color: #fff;
    padding: 5px 4px;
}



table.statystyki_table tr th, 
table.statystyki_table tr td {
    border-right: 1px solid #ddd;
}

.floatRight {
    text-align: right;
}
.emptyValue {
    font-style: italic;
}



.ikona_kolor {
    display: inline-block;
    position: relative;
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-size: 73%;
    background-repeat: no-repeat;
    background-position: center center;
}


td.selected {
    background-color: yellow!important;
}


.tooltip {    
    z-index: 99999999 !important;
}

.note-in-table {
    font-size: 12px;
    color: #999;
}


/**
 * info 
 */
a.info-box {
    display: inline-block;
    width: 25%;
    min-width: 360px;
    padding: 50px 30px 50px 150px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 24px;
}
a.info-box:hover {
    background: #fff;
}

a.info-box.box-gallery {
    background: #f8f8f8 url('../images/icon-gallery.png') left bottom no-repeat;
}
a.info-box.box-standards {
    background: #f8f8f8 url('../images/icon-standards.png') left bottom no-repeat;
}
a.info-box.box-sponsoredlinks{
    background: #f8f8f8 url('../images/icon-sponsoredlinks.png') left bottom no-repeat;
}

ul.gallery-list {
    list-style: none;
    padding-left: 0;
}
ul.gallery-list li {
    display: inline-block;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;

}
ul.gallery-list li:hover {
    background: #f8f8f8;
}
ul.gallery-list li img {
    height: 150px;
}
ul.gallery-list li h5 {
    font-weight: bold;
}

ul.gallery-users li {
    padding: 10px;
}
ul.gallery-users li img {
    height: 240px;
}

ul.gallery-files-category li {
    min-width: 220px;
    margin-top: 40px;
}
ul.gallery-files-category li h5 {
    font-size: 20px;
}


/****************************************
 *      TABELS
 ****************************************/
.bg-gray {
    background-color: #ccc !important;
}
.bg-green {
    background-color: rgb(106, 168, 79) !important;
}
.bg-green-light {
    background-color: rgb(151, 208, 126) !important;
}
.bg-orange {
    background-color: rgb(255, 153, 0) !important;
}
.bg-orange-light {
    background-color: #f7d6a1 !important;
}
.bg-orange-super-light {
    background-color: #fff7df !important;
}
.bg-yellow {
    background-color: rgb(255, 230, 52) !important;
}
.bg-red {
    background-color: rgb(255, 52, 52) !important;
}
.bg-red-light {
    background-color: #f3b5af !important;
}
.bg-red-super-light {
    background-color: #f9e9e8 !important;
}
.bg-blue {
    background-color: rgb(100, 176, 255) !important;
}
.bg-blue-light {
    background-color: rgb(190, 222, 255) !important;
}

.bg-purple-light {
    background-color: #E4CEED !important;
}

.text-bold {
    font-weight: bold;
}




.modal-backdrop {
    z-index: 8;
}