body
{
  font-family: "Segoe UI", Roboto, sans-serif; 
  background-color: #ffffff;
  margin: 0px;
  font-size: 12px;
  padding: 0px;
  min-width: 320px;
  width: auto !important;
  overscroll-behavior: contain;
  overflow: hidden;
  user-select: none;
}
a
{
    -webkit-tap-highlight-color: transparent;  
    tap-highlight-color: transparent; 
    outline: none !important;
    cursor: default;
    text-decoration: none;
}
.divider
{
	border: none;
	border-bottom: 2px solid #DBDBDB;
	height: 24px;
	width: 380px;
	margin-bottom: 20px;
	float: left;
}
.cal_sel_mon
{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 380px;
	height: 30px;
	text-align: center;
	vertical-align:middle;
	line-height: 28px;
	background-color: #EBEBEB;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
}
.cal_sel_pm
{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 35px;
	height: 30px;
	text-align: center;
	vertical-align:middle;
	line-height: 23px;
	font-size: 25px;
	background-color: #EBEBEB;
	border-radius: 10px 0 0 10px;
}
.cal_sel_nm
{
	position: absolute;
	left: 345px;
	top: 50px;
	width: 35px;
	height: 30px;
	text-align: center;
	vertical-align:middle;
	line-height: 23px;
	font-size: 25px;
	background-color: #EBEBEB;
	border-radius: 0 10px 10px 0;
}
.calendar_day
{
    width: 54px;
    height: 54px;
    border: 1px solid #EBEBEB;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    vertical-align: top;
    font-weight: 600;
}
.calendar_day_shift
{
    font-weight: 400;
    margin-top: 4px;
    font-size: 11px;
    color: #666666;
    width: 51px;
	overflow: hidden;
    white-space: nowrap;
}
.cal_border_day
{
    border: 1px solid black;
}
.cal_border_selected
{
    outline: solid 2px red;
    outline-offset: -2px;
    border: 1px solid red;
}
.shift_req_btn
{
	width: 50px;
	height: 40px;
	background-color: #1775D2;
    border: none;
	border-right: 1px solid #444444;
	color: white;
	border-radius: 10px 0 0 10px;
}
.shift_req_btn:disabled
{
	background-color: #AAAAAA;
	color: #444444;
}
.shift_sub_btn
{
	width: 50px;
	height: 40px;
	background-color: #6DA42E;
    border: none;
	border-right: 1px solid #444444;
	color: white;
	border-radius: 10px 0 0 10px;
}
.shift_sub_btn:disabled
{
	background-color: #AAAAAA;
	color: #444444;
}
.shift_uns_btn
{
	width: 50px;
	height: 40px;
	background-color: #D01816;
    border: none;
	color: white;
	border-radius: 0 10px 10px 0;
}
.shift_uns_btn:disabled
{
	background-color: #AAAAAA;
	color: #444444;
}
.btn_myshift:disabled
{
	background-color: #1a1a1a;
	color: #595959;
}
.shift_date
{
	width: 350px;
	border: 1px solid #444444;
	padding: 0 15px;
	border-radius: 20px;
	margin-top: 10px;
	height: 32px;
	color: #AAAAAA;
	text-align: center;
	background-color: #000000;
	font-size: 24px;
    line-height: 29px;
}
.shift_block_exp
{
	color: #cc0000;
}
.shift_block
{
	width: 350px;
	border: 1px solid #444444;
	padding: 10px 15px;
	border-radius: 20px;
	margin-top: 10px;
	height: 55px;
}
.shift_block_myshift
{
	width: 350px;
	border: 1px solid #444444;
	padding: 10px 15px;
	border-radius: 20px;
	margin-top: 10px;
	height: 55px;
	color: white;
	background-color: black;
}
.shift_block_myrequest
{
	width: 350px;
	border: 1px solid #444444;
	padding: 10px 15px;
	border-radius: 20px;
	margin-top: 10px;
	height: 55px;
	color: black;
	background-color: #ffeb99;
}
.shift_block_name
{
	width: 250px;
	float: left;
	font-size: 17px;
	font-weight: 700;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shift_block_desc
{
	margin-top: 3px;
	width: 250px;
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shift_block_capacity
{
	height: 5px;
    margin-top: 8px;
	border-radius: 5px;
	width: 350px;
	float: left;
	background-color: #BDC1CD;
}
.shift_block_capacity_bar
{
	height: 100%;
	background-color: #2F8CFF;
	border-radius: 5px;
}
.shift_block_buttons
{
	top: 0px;
}
.outage_content
{
    color: #000000;
    position: absolute;
    width: 100%;
    max-height: 100%;
    top: 190px;
    left:0px;
    text-align: center;
    font-weight: bold;
    user-select: none;
    font-size: 25px;
}
.outage_image
{
    color: #000000;
    background-image: url('../img/outage.png');
    background-size: contain;
    max-width: 400px;
    width: 100vw;
    max-height: 164px;
    height: calc(100vw/400*164);
    margin: 0 auto;
    margin-top: 40px;
    margin-left: -250 px;
    left: 50%;
}
.login_header
{
    background-color: #6da42e;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;    
    width: 100%;
    height: 180px;
    text-align: center;
}
.login_logo
{
    background-image: url('../img/logo_white.png');
    background-repeat: no-repeat, repeat;
    background-position: center;  
    background-size: contain;    
    color: #ffffff;  
    position: absolute;          
    width: 160px;
    height: 65px;
    top: 40px;
    left:50%;
    margin-left: -80px;   
    text-align: center;
}
.login_title
{
    color: #ffffff;  
    position: absolute;          
    width: 200px;
    height: 45px;
    top: 130px;
    left:50%;
    margin-left: -100px;   
    text-align: center;
    font-weight: 500;
    user-select: none;
    font-size: 21px;
}
.login_content
{
    color: #000000;  
    position: absolute;          
    width: 100%;
    max-height: 100%;
    top: 190px;
    left:0px;
    text-align: center;
    font-weight: bold;
    user-select: none;
    font-size: 25px;
}
.login_field
{
    color: #000000;      
    width: 284px;
    height: 50px;       
    margin: 0 auto;
    margin-top: 20px;    
    margin-left: -142 px; 
    left: 50%;
}
.login_field_bottom  
{
    color: #000000;   
    position: absolute; 
    left: 50%;  
    top: 100%;  
    width: 284px;
    height: 50px;      
    margin-top: -100px;    
    margin-left: -142px; 
}
.login_field_bottom_container
{          
  position:absolute;
  bottom: 0px;
  top: 0px;
  width:100%;
  min-height: 530px;
}    
.login_message
{                
    background-color: #ffffff;
    color: #000000;         
    border: 2px solid #ffffff; 
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: -142px;
    width: 284px;
    min-height: 10px;
    border-radius: 10px;    
    text-align: center;
    font-family: arial;    
    font-size: 17px;   
    font-weight: normal;
    padding: 20px 0;
    display: block;
}
.login_message_with_button
{                
    background-color: #ffffff;
    color: #000000;         
    border: 2px solid #ffffff; 
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: -142px;
    width: 284px;
    min-height: 10px;
    border-radius: 10px;    
    text-align: center;
    font-family: arial;    
    font-size: 17px;   
    font-weight: normal;
    padding: 20px 0;
    display: block;
}
.country_badge
{
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
	font-size: 15px;
	vertical-align: middle;
	border: 2px solid #B7B7B7;
	line-height: 50px;
	font-weight: 500;
	text-align: left;
    margin-top: 15px;
    margin-left: 10px;
    width: calc(100% - 45px);
}
.country_flag
{
    left: 10px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.country_title
{
    font-size: 20px;
}
.error_message
{          
    border: 2px solid #cc0000;
    background-color: #ffcccc;
    color: #e60000; 
}      
.too_many_attempts
{                
    border: 2px solid #cc0000;
    background-color: #ffcccc;
    color: #e60000; 
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -142px;
    width: 284px;
    min-height: 10px;
    border-radius: 10px;    
    text-align: center;
    font-family: arial;    
    font-size: 19px;   
    font-weight: normal;
    padding: 20px 0;
    display: block;
}
.login_input
{
    background-color: #ebebeb;
    color: #707070;
    max-width: 250px;
    border-radius: 10px;    
    text-align: left;
    padding: 10px 15px;
    border: 2px solid #ebebeb;
    font-family: arial;    
    font-size: 22px;   
    font-weight: normal;
}
.login_button
{    
    background-color: #6da42e;
    color: #ffffff;
    width: 284px;
    height: 50px;
    border: none;
    border-radius: 25px;    
    text-align: center;
    font-family: arial;    
    font-size: 20px;   
    font-weight: normal;
}
.login_request_button
{
    margin-top: 10px;
    background-color: #e6b800;
    color: #000000;
    width: 264px;
    height: 40px;
    border: none;
    border-radius: 25px;    
    text-align: center;
    font-family: arial;    
    font-size: 16px;   
    font-weight: normal;
}
.bad_login
{      
    border: 2px solid #cc0000;
    background-color: #ffcccc;
    color: #e60000; 
} 
.bad_login::placeholder {
    /* Mozilla Firefox 19+ */
    color: #e60000;
    opacity: 1;
}
.header_menu
{
    position: fixed;
    top: 0px;
	left: 0px;
	padding-left: 18px;
	padding-right: 18px;
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #F3F3F3;
    min-width: 350px;
    background-color: #FFFFFF;
    z-index: 2;
}
.header_menu_burger
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    line-height: 72px;
    color: #BDC1CD;   
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-callout: none;
}
.header_menu_inbox
{
    position: absolute;
    top: 0px;
    left: calc(100% - 38px - 20px - 32px);
    width: 32px;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    line-height: 77px;
    color: #BDC1CD;
}
.header_menu_inbox_badge
{
    position: absolute;
    top: 17px;
    left: 19px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: red;  
    text-align: center;
    vertical-align: middle;   
    line-height: 14px;
    color: #FFFFFF;
    font-size: 10px;
}
.no_badge
{
    display: none;
}
.menu
{              
    position: absolute;
    top: 0px;
    width: 300px;
    height: 100%;
    background-color: #EBEBEB;  
    z-index: 3;
}
#menu
{
    left: -300px;    
	transition: left 0.5s;
}  
#menu_cover
{
    display: none;
}
#menu:target
{
    left: 0px;
}      
#menu:target #menu_cover
{
    display: block;
}
#menu:not(:target)
{
    left: -300px; 
}  
.mess_err
{
	position: absolute;
    top: 60px;
    width: 380px;
    left: 50%;
    margin-left: -190px;
    background-color: gray;
    color: white;
    text-align: center;
    padding: 10px 0px;
}
@media screen and (min-width: 900px)
{
    #menu
	{
        display: block !important;  
        left: 0px !important; 
    }
	.mess_err
	{
		margin-left: -40px !important;
		left: 50%;
	}
    .content_wrapper
	{
        left: 300px !important;  
	    transition: left 0.5s !important;
        width: calc(100vw - 336px) !important;
    }
    .content_wrapper_message
	{
        left: 300px !important;  
	    transition: left 0.5s !important;
        width: calc(100vw - 336px) !important;
    }
	.message_button
	{
		left: calc(50% - 199px + 150px) !important;
	}
	.message_bottom_paging
	{
		left: calc(50% - 190px + 150px) !important;
	}
}    
@media screen and (max-width: 380px)
{
    .content_inside
	{
        left: 0px !important;  
    }
	.mess_err
	{
		margin-left: 0px !important;
		left: 20px !important;
	}
    .content_wrapper
	{
		width: 380px !important;
    }
    .content_wrapper_message
	{
		width: 380px !important;
    }
	.message_button
	{
		left: 0px !important;
	}
	.message_bottom_paging
	{
		left: 0px !important;
	}
}    
.menu_cover
{ 
    position: absolute;
    top: 0px;
    left: 300px; 
    width: calc(100vw - 300px);
    height: 100%; 
}       
.menu_upper
{         
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 300px;
    height: 200px;
    background-color: #6DA42E;
} 
.menu_logo
{
    background-image: url('../img/logo_white.png');
    background-repeat: no-repeat, repeat;
    background-position: center;  
    background-size: contain;    
    color: #ffffff;  
    position: absolute;          
    width: 80px;
    height: 45px;
    top: 25px;
    left: 110px; 
    text-align: center;
}
.menu_name
{
    position: absolute;        
    width: 100px;
    height: 50px;
    top: 110px;
    left: 25px;  
    color: #ffffff;   
    font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    text-align: left;    
    font-size: 19px;
    line-height: 28px;   
    font-weight: 500; 
}                 
.menu_group 
{
    position: absolute;        
    width: 70px;
    height: 20px;
    top: 105px;
    left: 140px;  
    color: #ffffff;   
    font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    text-align: left;    
    font-size: 13px;
    line-height: 20px;   
    font-weight: 100; 
}         
.menu_pass 
{
    position: absolute;        
    width: 90px;
    height: 20px;
    top: 105px;
    left: 210px;  
    color: #ffffff;   
    font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    text-align: left;    
    font-size: 13px;
    line-height: 20px;   
    font-weight: 100; 
}     
.menu_pass_badge 
{
    color: #ffffff;   
    font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    font-size: 13px;
    font-weight: 500; 
}    
.menu_content
{         
    position: absolute;
    top: 200px;
    left: 0px; 
    width: 300px;
    min-height: 50px;
    height: calc(100% - 280px);                 
    text-align: center;
    background-color: #EBEBEB; 
    padding-top: 10px;
    overflow-y: auto;
	overflow-x: hidden;
}
.menu_item
{         
    position: relative;
    margin-top: 5px;
    left: 0px; 
    width: 30px;
    height: 30px;                 
    text-align: center;
    background-color: #EBEBEB; 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 230px;
    overflow: none;
    color: #707070;   
    font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    font-size: 15px; 
    vertical-align: middle; 
    line-height: 30px; 
    font-weight: 400;
}  
.menu_item:hover
{
    background-color: #CCCACA;        
}         
.menu_item_name
{                     
    pointer-events : none;
    position: absolute;
    top: 0px;
    left: 45px; 
    width: 215px;
    height: 30px;                 
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    overflow: none;
    color: #707070;   
    font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    font-size: 17px; 
    vertical-align: middle; 
    line-height: 30px; 
    font-weight: 400;
}
.menu_bottom
{         
    position: absolute;
    left: 0px; 
    width: 300px;
    height: 60px;                 
    text-align: center;
    background-color: #EBEBEB; 
    padding-top: 10px;
}
.logout_button
{
    border: none;
    border-radius: 25px;
    width: 240px;   
    padding: 15px 50px; 
    text-align: center;
    font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;  
    font-size: 15px;   
    font-weight: 500; 
    background-color: #D01816;
    color: #FFFFFF;
}
.content_wrapper
{
    position: absolute;
    top: 58px;            
    left: 0px;                    
	transition: left 0.5s;
    width: calc(100vw - 36px);
    height: calc(100vh - 78px);
    padding: 10px 18px;
    word-wrap: break-word;     
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
}
.content_wrapper_message
{
    position: absolute;
    top: 58px;            
    left: 0px;                    
	transition: left 0.5s;
    width: calc(100vw - 36px);
    height: calc(100vh - 78px - 50px);
    padding: 10px 18px;
    word-wrap: break-word;     
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
}
.content_inside
{
	position: relative;
	top: 0px;
	left: calc(50% - 190px);
	min-height: calc(100% - 78px - 18px);
	width: 380px;
    word-wrap: break-word;
}
.selectable
{
    user-select: text;
}    
.error_code
{
    text-align: center;
    font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;  
    font-size: 160px;   
    font-weight: 500; 
    color: #707070;
    text-shadow: 0px 0px 15px #707070;
}        
.badge-full 
{
	position: relative;
	float: left;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 10px;    
    text-align: center;
    font-family: arial;    
    font-size: 17px;   
    font-weight: normal;
    vertical-align: middle; 
    line-height: 60px; 
}
.badge-danger
{
    background-color: #D01816;
    color: #ffffff;
}
.badge-warning
{
    background-color: #d99400;
    color: #000000;
}
.badge-success
{
    background-color: #6DA42E;
    color: #ffffff;
}
.dashboard_table
{
	width: 380px;
}
.dashboard_table_car
{
	width: 200px;
	height: 90px;
	background-image: url('../img/car_avatar.png');
	background-repeat: no-repeat;
}
.dashboard_table_plate
{
	width: 130px;
	height: 30px;
	background-image: url('../img/plate.png');
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 10px;
	font-size: 22px;
	vertical-align: middle;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
}
.dashboard_table_vehicle
{
	width: 130px;
	height: 45px;
	background-color: #FDC649;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 15px;
	font-size: 19px;
	vertical-align: middle;
	line-height: 43px;
	font-weight: 500;
	text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.dashboard_next_block
{
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
	font-size: 15px;
	vertical-align: middle;
	border: 2px solid #B7B7B7;
	line-height: 48px;
	font-weight: 500;
	text-align: center;
}
.dashboard_block_planning
{
	width: 120px;
	height: 50px;
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 25px;
	font-size: 14px;
	vertical-align: middle;
	line-height: 48px;
	font-weight: 300;
	text-align: center;
}
.dashboard_table_2
{
	width: 380px;
	height: 300px;
}
.dashboard_table_stats
{
	width: 181px;
	height: 90px;
	border: 2px solid #B7B7B7;
	border-radius: 15px;
	text-align: center;
	color: black;
}
.dashboard_stats_green
{
	border: 2px solid #6DA42E;
	background-color: #6DA42E;
	color: white;
}
.dashboard_stats_yellow
{
	border: 2px solid #E28F1C;
	background-color: #E28F1C;
	color: white;
}
.dashboard_stats_light_yellow
{
    border: 2px solid #ccaf00;
    background-color: #ccaf00;
    color: white;
}
.dashboard_stats_orange
{
    border: 2px solid #d9801b;
    background-color: #d9801b;
    color: white;
}
.dashboard_stats_red
{
	border: 2px solid #D01816;
	background-color: #D01816;
	color: white;
}
.dashboard_table_stats_score
{
	height: 60px;
	vertical-align: middle;
	line-height: 72px;
	font-size: 32px;
	font-weight: 700;
}
.dashboard_table_stats_score_min
{
	height: 60px;
	width: 120px;
	vertical-align: middle;
	line-height: 72px;
	font-size: 32px;
	font-weight: 700;
}
.dashboard_table_stats_title
{
	font-size: 11px;
}
.dashboard_table_stats_title_min
{
	font-size: 11px;
	width: 120px;
	text-align: center;
}
.dashboard_table_stats_icon
{
	font-size: 23px;
	margin-top: -40px;
	margin-left: 120px;
	width: 60px;
	text-align: center;
	position: absolute;
}
.dashboard_table_stats_title_min_blocks
{               
	font-size: 11px;
	width: 123px;
	text-align: center;
    float: left;
}
.dashboard_table_stats_title_min_blocks_full
{               
	font-size: 14px;
    font-weight: 700;
	width: 100%;        
    padding-top: 8px;
	text-align: center;
    float: left;
}
.dashboard_table_stats_score_min_blocks
{
	height: 52px;
	width: 123px;
	vertical-align: middle;
	line-height: 52px;
	font-size: 32px;
	font-weight: 700;
    float: left;
}
.dashboard_table_stats_blocks
{
	height: 105px;
	border: 2px solid #B7B7B7;
	border-radius: 15px;
	text-align: center;
	color: black;
}
.table_messages
{
	width: 380px;
	border: 0;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
}
.table_messages th
{
	background-color: #EBEBEB;
	padding: 10px 0px;
}
.table_messages_header_start
{
	border-radius: 8px 0 0 0;
}
.table_messages_header_end
{
	border-radius: 0 8px 0 0;
}
.table_message
{
	border-bottom: 2px solid #F2F2F2;
	padding: 12px 0;
	text-align: center;
}
.table_message_subject
{
	border-bottom: 2px solid #F2F2F2;
	padding: 12px 0;
	padding-left: 10px;
	text-align: left;         
}
.table_message_unread
{
	font-weight: bold;
}
.table_message_important
{
	color: #b30000;
}
.table_karma_minus
{
	background-color: #F1B9B9;
}
.table_karma_plus
{
	background-color: #D3E4C0;
}
.message_unread_point
{
	background-color: #FF3400;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin-left: 5px;
}
.message_unread_point_ni
{
	background-color: #FF9900;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin-left: 5px;
}
.messages_paging_btn
{
	background-color: #6DA42E;
	color: white;
	border: 0;
	border-radius: 5px;
	padding: 10px 10px;
	font-size: 13px;
	width: 100px;
	height: 40px;
	vertical-align: middle;
	line-height: 20px;
	font-weight: 700;
}
.messages_paging_btn:disabled
{
	background-color: #f2f2f2;
	color: #bfbfbf;
}
.messages_paging_sel
{
	background-color: white;
	border: 1px solid #6DA42E;
	border-radius: 5px;
	padding: 10px 10px;
	font-size: 13px;
	font-weight: 700;
	width: 100px;
	height: 40px;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
}
.messages_paging_sel:disabled
{
	background-color: #f2f2f2;
	border: 1px solid #bfbfbf;
	color: #bfbfbf;
}
.messages_paging_prev
{
	margin-top: 10px;
	float: left;
}
.messages_paging_select
{
	margin-top: 10px;
	float: left;
	margin-left: 40px;
}
.messages_paging_next
{
	margin-top: 10px;
	float: left;
	margin-left: 40px;
}
.message_avatar
{
	float:left;
	margin-left: 12px;
	width: 61px;
	height: 61px;
	background-image: url('../img/default_avatar.png');
	background-repeat: no-repeat;
}
.message_department
{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 16px;
	width: 287px;
}
.message_subject
{
	float:left;
	margin-left: 20px;
	margin-top: 3px;
	width: 287px;
	font-size: 18px;
}
.message_badge
{
	position: absolute;
	left: 100%;
	top: 7px;
	width: 80px;
	margin-left: -100px;
	height: 20px;
	background-color: #D01816;
	border-radius: 10px;
	font-size: 10px;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
.message_body
{
	position: absolute;
	top: 120px;
	left: calc(50% - 180px);
    width: 360px;
	padding-bottom: 80px;
	font-size: 16px;
}
.message_attachments
{
	margin-top: 20px;
	left: 0px;
    width: calc(100%-20px);
	border-radius: 10px;
	background-color: #EBEBEB;
	padding: 5px 10px;
	padding-bottom: 15px;
}
.message_attachment
{
	margin-top: 10px;
	left: 0px;
	min-height: 34px;
    width: calc(100%-20px);
	border-radius: 10px;
	background-color: #ffffff;
	color: #BDC1CD;
	padding: 5px 10px;
}
.message_attachment_icon
{
	width: 24px;
	height: 24px;
	float: left;
	padding: 5px 0;
	opacity: 50%;
}
.message_attachment_name
{
	height: 24px;
	width: calc(100%-10px-24px);
	float: left;
	padding: 5px 0;
	vertical-align: middle;
	line-height: 24px;
	font-size: 15px;
	color: #666666;
}
.message_attachment_image
{
	margin-top: 40px;
	max-height: 200px;
	overflow-y: auto;
}
.message_button
{
	background-color: white;
	position: fixed;
	left: calc(50% - 190px);
	top: calc(100% - 60px);
	width: 380px;
	height: 60px;
} 
.message_ok_button
{
	margin-top: 5px;
	width: 380px;
	height: 50px;
	border-radius: 25px;
	background-color: #6DA42E;
	color: white;
	border: 0;
	font-size: 18px;
}
.message_ok_button:disabled
{
	background-color: #f2f2f2;
	color: #bfbfbf;
}
.message_bottom_paging
{
	background-color: white;
	width: 380px;
	position: fixed;
	left: calc(50% - 190px);
	top: calc(100% - 60px);
	padding-top: 5px;
	padding-bottom: 5px;
}
.all_invoices_button
{
	margin-top: 5px;
	width: 380px;
	height: 50px;
	border-radius: 25px;
	background-color: #3C3C3B;
	color: white;
	border: 0;
	font-size: 18px;
}
.all_invoices_button:disabled
{
	background-color: #f2f2f2;
	color: #bfbfbf;
}
.invoice_box
{
	margin-top: 20px;
	left: 0px;
	border-radius: 20px;
	border: 1px solid black;
	padding: 5px 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	overflow: auto;
}
.invoice_title
{
	float: left;
	font-size: 35px;
	font-weight: bold;
	left: 0px;
	top: 0px;
	padding-left: 25px;
	width: calc(50% - 25px);
	padding-bottom: 5px;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	overflow: hidden;
    white-space: nowrap;
}
.invoice_sum
{
	float: left;
	font-size: 30px;
	font-weight: bold;
	left: 0px;
	top: 0px;
	padding-right: 25px;
	width: calc(50% - 25px);
	padding-bottom: 5px;
	text-align: right;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	overflow: hidden;
    white-space: nowrap;
}
.invoice_item
{
	float: left;
	font-size: 15px;
	left: 0px;
	top: 0px;
	padding-left: 25px;
	width: calc(60% - 25px);
	padding-top: 3px;
	padding-bottom: 2px;
	overflow: hidden;
    white-space: nowrap;
}
.invoice_value
{
	float: left;
	font-size: 15px;
	left: 0px;
	top: 0px;
	padding-left: 25px;
	width: calc(40% - 25px);
	padding-top: 3px;
	padding-bottom: 2px;
	overflow: hidden;
    white-space: nowrap;
	font-weight: 600;
	text-align: center;
}
.invoice_info
{
	color: grey;
}
.invoice_bonus
{
	color: darkgreen;
}
.invoice_penalty
{
	color: darkred;
}
.invoice_important
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;    
	background-color: #1775D2;
    color: white;
}
.invoice_important_success
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;    
	background-color: #6DA42E;
    color: white;
}
.hilfe_big_btn
{
	position: relative;
	float: left;
    width: 175px;
    height: 85px;
    border: none;
    border-radius: 25px; 
    border: 1px solid black;
    text-align: center;
    font-family: arial;    
    font-size: 19px;   
    font-weight: normal;    
    vertical-align: middle;
    line-height: 29px;
    font-weight: 400;
    padding-top: 20px;
    color: black;
    text-decoration: none;
}
.hilfe_btn 
{
	position: relative;
	float: left;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 25px;    
    text-align: center;
    font-family: arial;    
    font-size: 18px;   
    font-weight: normal;
    vertical-align: middle; 
    line-height: 53px; 
    font-weight: 500;
}
.hilfe_btn_danger
{
    background-color: #D01816;
    color: #ffffff;
}
.hilfe_btn_success
{
    background-color: #6DA42E;
    color: #ffffff;
}
.hilfe_btn_blue
{
    background-color: #186cc0;
    color: #ffffff;
}
.hilfe_btn_dark
{
    background-color: #000000;
    color: #ffffff;
}

.ql-bg-black {
  background-color: #000;
}
.ql-bg-red {
  background-color: #e60000;
}
.ql-bg-orange {
  background-color: #f90;
}
.ql-bg-yellow {
  background-color: #ff0;
}
.ql-bg-green {
  background-color: #008a00;
}
.ql-bg-blue {
  background-color: #06c;
}
.ql-bg-purple {
  background-color: #93f;
}
.ql-color-white {
  color: #fff;
}
.ql-color-red {
  color: #e60000;
}
.ql-color-orange {
  color: #f90;
}
.ql-color-yellow {
  color: #ff0;
}
.ql-color-green {
  color: #008a00;
}
.ql-color-blue {
  color: #06c;
}
.ql-color-purple {
  color: #93f;
}
.ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-size-small {
  font-size: 0.75em;
}
.ql-size-large {
  font-size: 1.5em;
}
.ql-size-huge {
  font-size: 2.5em;
}
.ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-align-center {
  text-align: center;
}
.ql-align-justify {
  text-align: justify;
}
.ql-align-right {
  text-align: right;
}

