/*
 blue (0, 45, 105)
 grey (210,210,210)
 Lightgrey rgb(240,240,240)
 */

.my-cal .thead {
    background: rgb(210, 210, 210) none repeat scroll 0 0 !important;
    color: rgb(0, 45, 105);
    width: 224px;
}

.my-cal .thead span {
    color: rgb(240, 240, 240);
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 28px;
}

.planday-continer {
    background: rgba(210, 210, 210, 0.2) none repeat scroll 0 0 !important;
}

.plans__hour {
    padding: 7px 0;
    border-bottom: 1px solid rgba(0, 45, 105, 0.3);
}

.calendar--selected .td {
    background: rgb(0, 45, 105) !important;
    border-color: rgb(0, 45, 105) !important;
}

.clickable.td__item
{
    line-height: 0 !important;
}

/* http://dev.agenda.wnpid.amu.edu.pl/assets/css/stilearn.css */

body {
    background: #f0f0f0 none repeat scroll 0 0 !important;
    font-size:12px !important;
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif !important;
}

a {
    color: rgba(0, 45, 105, 0.5);
}

a:hover, a:focus {
    color: rgba(0, 45, 105, 1);
}
header {
    background: rgb(0, 45, 105) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

footer {
    background-color: #666;
    bottom: 0;
    color: #bdc3c7;
}

.header-profile > .profile-nav.open, .header-profile > .profile-nav.open > a {
    color: rgb(210, 210, 210) !important;
}
.header-profile > .profile-nav.open, .header-profile > .profile-nav.open > a:hover,
.header-profile > .profile-nav.open, .header-profile > .profile-nav.open > a:active {
    color: rgb(240, 240, 240) !important;
}

/* http://dev.agenda.wnpid.amu.edu.pl/assets/css/custom.css */
.dashboard-h4 {
    background: rgba(240, 240, 240, 0.8) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 45, 105, 0.3);
    font-size: 1.5rem;
    padding: 8px 0;
    text-align: center;
}
span.groupname-opacity a
{
    color:rgb(0, 45,105) !important;
}

.header-text
{
    font-size:1.2em
}
.header-white {
    background: rgba(210, 210, 210, 1) none repeat scroll 0 0;
    height: 50px;
    width: 100%;
}

.header .glyphicon {
    color: #fff;
}

.my-cal[_ngcontent-gxo-8] .thead[_ngcontent-gxo-8] {
    background: #6fb6ff none repeat scroll 0 0;
    width: 224px;
}

.header-white__h {
    color: rgb(0, 45, 105);
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 50px;
}

.mid-header {
    background-color: rgb(210, 210, 210);
    color: #444;
}

thead th {
    background: rgb(0, 45, 105) none repeat scroll 0 0;
    border-left-color: rgb(0, 45, 105) !important;
    border-right-color: rgb(0, 45, 105) !important;
    border-top-color: rgb(0, 45, 105) !important;
}

th::after {
    border-right: 1px solid rgb(210, 210, 210);
}
.clickable {
    color: rgba(0, 45, 105, 0.7);
}

list__item:hover{
    background-color: #13A89E;
}
fa.fa-search {
    color: rgb(0, 45, 105);
    font-size: 1.2em;
}

.net-header {
    background: rgb(0, 45, 105) none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    padding: 10px;
}

.label-divider span {
    color: rgb(0, 45, 105);
    font-size: 1.1em;
    margin-left: 19%;
}

.plans .thead {
    background: #a0dcd8 none repeat scroll 0 0;
}

.plans .thead {
    background: rgb(210, 210, 210) none repeat scroll 0 0;
}

.cycles .thead {
    background: rgb(210, 210, 210) none repeat scroll 0 0;
    width: 224px;
}
/* http://dev.agenda.wnpid.amu.edu.pl/assets/css/bootstrap-theme.css */


.dropdown-menu > li > a {
    color: #394264;
    font-size: 12px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: rgb(0, 45, 105);
    background-color: rgb(0, 45, 105);
}

/* http://dev.agenda.wnpid.amu.edu.pl/assets/css/bootstrap.min.css */

/* definicja nowej reguly */

.form-control.border-select-dashboard {
    background-color: rgb(240, 240, 240);
    border: 0 none;
    border-radius: 0;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 24px;
    text-align: right;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/* definicja nowej reguly */

.btn-primary.my-cal__nav {
    background-color: rgb(210, 210, 210);
    border-color: none;
    color:  rgb(0, 45, 105);
    font-size: 100%;
}


.btn-primary.my-cal__nav:hover, .btn-primary.my-cal__nav:focus {
    background-color: rgb(240, 240, 240);
    border-color: rgb(240, 240, 240);
    color: rgb(0,45,105);
}

.dropdown-menu > li > a:hover {
    background-color: rgb(240,240,240);
    color: #333;
}

.header a:hover {
    color: rgb(210,210,210);
}

.header-profile > .profile-nav.open, .header-profile > .profile-nav.open > a {
    color: rgb(210, 210, 210);
}


/* http://dev.agenda.wnpid.amu.edu.pl/assets/css/main.css */
.planday-continer {
    background: rgba(0, 45, 105, 0.08) none repeat scroll 0 0;
    margin-left: 2%;
}

.plans__day {
    border-radius: 4px;
    color: rgb(0, 45, 105);
    font-size: 1.2em;
    font-weight: 600;
    padding: 8px;
    width: 100%;}

/* definicja nowej reguly */
execution-list tbody tr td div .exec-event {
    font-size: 0.9em;
    margin-right: 16px;
    white-space: nowrap;
}
/* definicja nowej reguly */
execution-list tbody tr td div .exec-event .exec-occ {
    font-color:rgb(160,160,160);
    margin-right: 9px;
}

lodge-list
{
        font-size:11px;
}
lodge-list span.table_span_padding 
{
        padding: 3px 15px 3px 3px;
        font-weight:700;
}
lodge-list span.table_span_padding span span 
{
        font-weight:400;          
}

lodge-list span.item__now,
lodge-list span.item__last,
lodge-list span.item__next
{
	padding-right: 15px;
}


lodge-list span.table__header__free,
lodge-list span.table_span_padding.room__free, 
lodge-list span.table_span_padding span.room__free,
lodge-list span.item__now 
{
        color:#0ca26d
}
lodge-list span.table__header__unused,
lodge-list span.table_span_padding.room__unused, 
lodge-list span.table_span_padding span.room__unused, 
lodge-list span.item__last
{ 
        color:#666;
} 

lodge-list span.table__header__busy,
lodge-list span.table_span_padding.room__busy, 
lodge-list span.table_span_padding span.room__busy,
lodge-list span.item__next 
{ 
        color:#ff5a00;
} 

/* Piotr */

.my-cal[_ngcontent-c2]
{
left: -100px !important;
}
