/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-04-11, 13:52:07
    Author     : Adas
*/

.lista_pacjentow_zakladki li p{
    margin-bottom: 0px;
}

.lista_pacjentow_zakladki li p.active_zakladka{
    background-color: #b9b9b9 !important;
}

.lista_pacjentow_table{
    width: 100%;
    border-collapse: collapse;
    background-color: transparent;
}

.lista_pacjentow_table td{
    border: 1px solid #DDDDDD;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

.lista_pacjentow_table td label{
    transition: all 0.5s ease-in-out;
}

.lista_pacjentow_table tr{
    cursor: pointer;
}

.eductaion_row td{
    background: #eee;
}

.zakazenie_icon{
    color: yellow !important;
}

.alergie_icon
{
    color: pink !important;
}

.zakazenie td{
    /*background-color: yellow !important;*/   
    /*color: black !important;*/
}

.zakazenie td label{
    /*color: black !important;*/
}


.selected_row td{
    background-color: #008CBA !important;   
    color: #fff !important;
}

.selected_row td label{
    color: #fff !important;
}




.lista_pacjentow_table tr:hover td{
    background-color: rgba(0, 140, 186, 0.68);
    color: #fff;
}

.lista_pacjentow_table tr:hover td label{
    color: #fff;
}

.lista_pacjentow_table tbody tr td img{
    width: 20px;
    display: inline-block;
}

.student_row td{
    background-color: #fba54f ;   
    color: #fff !important;
}

.student_row:hover td{
    background-color: #de770f !important;   
}

.student_row.selected_row td{
    background-color: #de770f !important;   
}

.search_class .search_show_hide_button{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.search_class{
    background-color: #fff;
    margin-left: 13px;
}

.search_hide .search_row{
    display: none;
}


/* task lista */

.task_list_contener_hidden
{
    margin-left: -22vw;
}

.task_list_contener_icon_hidden
{
    left: 0vw !important;
}

.task_list_contener{
    transition: all 0.3s ease-in-out;
}

.task_list_contener_icon{
    position: fixed;
    z-index: 21;
    left: 22vw;
    background-color: #eee;
    top: 149px;
    transition: all 0.3s ease-in-out;
}

.task_list_contener_icon p 
{
    margin-bottom: 0px;
    color: #222;
    cursor: pointer;
    font-size: 24px;
    padding-left: 9px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}

.task_list_inner_contener_shadow
{
    box-shadow: 10px 0px 20px;
}

.task_list_inner_contener{
    position: fixed;
    z-index: 20;
    width: 22vw;
    height: 100vh;
    background-color: #eee;
}

.task_list_inner_contener_title
{
    text-align: center;
    margin-bottom: 2px;
    border-bottom: 1px solid black;
}