/* 
    Created on : 10.04.2019
    Author     : scadl, 
    Editor     : landriy
*/

label, .field_name {
    font-weight: bold;
    width: 205px !important;
}

label{
    display: initial;
}

body {
    font-family: sans-serif;
}

.field_td {
    width: auto;
}

.myForm {
    width: 95%;
    background: silver;
    margin: 20px;
    padding: 5px;
}

.myEdit {
    margin: 5px;
    padding: 5px;
    width: inherit;
}

.OK {
    font-weight: bold;
    text-align: center;
    color: green;
}

.Err {
    font-weight: bold;
    text-align: center;
    color: red;
}

.nav-link {
    cursor: pointer;
}

.alcal_holiday{
    color: #d33;
}

#alcal_step_back, #alcal_step_forward {
    text-decoration: underline;
    cursor: pointer;
    color: #d33;
}



#alcal_print_multi_icon {
    display: inline-block;
}

.icon_shelf_tb{
	width: 100%;
}
.icon_shelf_tr{
	display: flex; 
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center; 
	align-items: end;
}

#alcal_print_icon{
    height: 150px;
    display: inline-block;
}
.alcal_side_icon a img{
    height: 120px !important;
}

.alcal_side_icon, .alcal_center_icon {
	flex-grow: 1;
	padding: 5px;
}

.scroll_arrows{	
    position: relative;	
    right: +5px;		
	
	cursor: pointer; 
    color: #d33;	
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */	
	
    width: 20px;	
	align-self: center;		
}
/*
@media (max-width:450px) {
    .alcal_side_icon{
        display: none;
    }
    #alcal_print_multi_icon{
        width: 100%;
    }
    #alcal_print_icon{
        height: auto;
        width: 100%;
    }
}
*/


#expand_tropar{
    cursor: pointer;
    text-align: center;
}

.tropar_short {
    display: inline-block;
    
    height: 120px;
    overflow-y: hidden;
    /*white-space: nowrap;*/

    mask-image: linear-gradient(bottom, transparent 10%, black 35%);
    -webkit-mask-image: -webkit-linear-gradient(bottom, transparent 10%, black 35%);
}

.tropar_expand{
    display: inline-block;
}