.cm_calendar{
	display: inline-block;
}

.cm_task{
	width: 330px;
	min-height: 500px;
	margin: 10px;
	display: inline-block;
	color: #fff;
	border: 1px solid #000;
	-webkit-box-shadow: -8px 6px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    -8px 6px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         -8px 6px 10px 0px rgba(0, 0, 0, 0.6);
}

.cm_task_sos{
	float: left;
	color: #fff;
	background: rgba(255, 55, 53, 0.4);
}

.cm_task_ekk{
	float: left;
	color: #fff;
	background: rgba(255, 255, 63, 0.2);
}

.cm_task_later{
	float: left;
	color: #fff;
	background: rgba(106, 255, 38, 0.5);
}

.cm_task_inner{
	float: left;
	color: #fff;
	background: rgba(255, 0, 0, 0.5);
}

.cmc_items{
	display: inline-block;
	width: 310px;
	margin: 3px auto;
	border-bottom: 1px solid #000;
	padding: 4px;
}

.cmc_items_name{
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.cmc_items_id{
	display: inline-block;
	font-weight: bold;
	float: left;
	font-size: 14px;
	text-align: right;
  padding: 1px 4px;
	cursor: pointer;
 }

.cmc_items_date{
	display: inline-block;
	font-weight: bold;
	float: right;
	width: 130px;
	font-size: 14px;
	text-align: right;
  padding: 1px 4px;
	cursor: pointer;
}

.cmc_items_partner{
	display: block;
	font-weight: bold;
	font-size: 18px;
	/*line-height: 18px;*/
	text-align: left;
	padding-bottom: 5px;
}

.cmc_items_text{
	display: block;
	text-align: justify;
	font-size: 12px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 2px;
	cursor: pointer;
}

.cmc_quantity {
	width: 70px !important;
}

.cm_task h1 {
	padding: 2px 0 7px 0;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	background-color: rgba(255, 255, 255, 0.3);
	width: 100%;
	font-size: 18px;
}

.cm_cal_minibox_sos{
	float: left;
	color: #fff;
	background: #7A5474;
	text-align: center;
	height: 20px;
	min-width: 25px;
	margin: 1px 3px 0 0;
	border: 1px solid #888;
  text-shadow: 1px 1px 0 #d7c7c7;
  padding: 0 2px 0 2px;
	line-height: 20px;
}

.cm_cal_minibox_all{
	float: left;
	color: #fff;
	background: #2EF2F2;
	text-align: center;
	height: 20px;
	min-width: 25px;
	margin: 1px 3px 0 0;
	border: 1px solid #888;
  text-shadow: 1px 1px 0 #329393;
  padding: 0 2px 0 2px;
	line-height: 20px;
}

.cm_cal_minibox_ekk{
	float: left;
	color: #fff;
	background: #518B91;
	text-align: center;
	height: 20px;
	min-width: 25px;
	margin: 1px 3px 0 0;
	border: 1px solid #888;
  text-shadow: 1px 1px 0 #d7c7c7;
  padding: 0 2px 0 2px;
	line-height: 20px;
}

.cm_cal_minibox_later{
	float: left;
	color: #fff;
	background: #44B362;
	text-align: center;
	height: 20px;
	min-width: 25px;
	margin: 1px 3px 0 0;
	border: 1px solid #888;
  text-shadow: 1px 1px 0 #d7c7c7;
  padding: 0 2px 0 2px;
	line-height: 20px;
}

.cm_cal_minibox_inner{
	float: left;
	color: #fff;
	background: #ff0000;
	text-align: center;
	height: 20px;
	min-width: 25px;
	margin: 1px 3px 0 0;
	border: 1px solid #888;
  text-shadow: 1px 1px 0 #d7c7c7;
  padding: 0 2px 0 2px;
	line-height: 20px;
}

.cmc_head{
	width: 100%;
	min-height: 20px;
	background-color: #E4E4E4;
	margin-top: 10px;
	color: #000;
	border: 1px solid #000;
	-webkit-box-shadow: -8px 6px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    -8px 6px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         -8px 6px 10px 0px rgba(0, 0, 0, 0.6);
	text-align: left;
	padding: 3px;
}

.read_noneread,.user_read_noneread{
	width: 61px;
	height: 15px;
	border: 1px solid #ddd;
	display: table;
	background-color: #F5F5F5;
	float: right;
	cursor: pointer;
}

.read_noneread .read,.user_read_noneread .user_read{
	width: 30px;
	height: 15px;
	border: none;
	border-right: 1px solid #ddd;
	display: table;
	float: left;
	text-align: center;
	color: #F5F5F5;
}

.read_noneread .noneread,.user_read_noneread .user_noneread{
	width: 28px;
	height: 13px;
	border: 1px solid #808080;
	display: table;
	float: right;
	text-align: center;
	background-color: #eb3c00;
}
      
.read_read, .user_read_read{
	width: 61px;
	height: 15px;
	border: 1px solid #ddd;
	display: table;
	background-color: #F5F5F5;
	float: right;
	cursor: pointer;
}

.read_read .noneread,.user_read_read .user_noneread{
	width: 30px;
	height: 15px;
	border: none;
	border-right: 1px solid #ddd;
	display: table;
	float: left;
	text-align: center;
	color: #F5F5F5;
}

.read_read .read,.user_read_read .user_read{
	width: 28px;
	height: 13px;
	display: table;
	float: right;
	text-align: center;
	background-color: #F5F5F5;
}

.cm_task_large{
	width: 360px;
}

.cm_task_large .cmc_items{
width: 340px;
}

.cmc_items_client{
	display: table;
	width: 95%;
	margin: 15px auto;
	border-bottom: 1px solid #000;
	padding: 4px;
}

.cmc_items_uni{
	text-align: left;
}

.cmc_items_fact{
	text-align: left;
}

.cmc_items_tra{
	text-align: left;
}

.cmc_items_cli{
	display: table;
	text-align: left;
	float: left;
}

.cmc_items_name_client{
	margin-top: 20px;
	border-top: 1px solid #888888; 
	display: block;
	text-align: left;
}

.cmc_items_status{
	display: table;
	float: right;
}

.cmc_items_gp_date, .cmc_items_gp_name, .cmc_items_gp_type {
	display: inline-block;
	font-size: 10px;
}

.cmc_items_gp_date {
	float: right;
} 
.cmc_items_gp_name {
	float: left;
	
}
.cmc_items_gp_type {
	float: right;
	margin-left: 10px;
}

.cmc_items_tasktype, .cmc_items_status {
	display: inline-block;
	font-size: 12px;
	border: 2px solid #003f70;
	padding: 2px;
	background-color: #FFFFFF;
	width: 45%;
	color: #000;
}

.naptar_elem {
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	width: 110px;
	border-right: 1px solid #a5bfe1;
	border-bottom: 1px solid #a5bfe1;
	height: 30px;
}

.naptar_elem:hover {
  background-color: #F9C202;
}

.naptar_elem_old:hover {
  background-color: #EF6487;
}

.naptar_head {
	padding-top: 3px;
	font-size: 14px;
	background-color: #4098F7;
	color: #fff;
}

.naptar_footer {
	color: #fff;
	padding-top:0px;
	font-size: 14px;
	text-align: center;
	width: 87px;
	border-right: 1px solid #4098F7;
	border-bottom: 1px solid #4098F7;
	background-color: #4098F7;
	color: #ffffff;
}

.naptar_left {
	height: 44px;
	padding-top: 3px;
	font-size: 14px;
	background-color: #4098F7;
	color: #fff;
}

.naptar_style1 {
	padding-top:0px;
	font-size: 14px;
	text-align: center;
	width: 87px;
	border-right: 1px solid #4098F7;
	border-bottom: 1px solid #4098F7;
	background-color: #4098F7;
	color: #ffffff;
	height: 90px;
}

.naptar_style2 {
	float: left;
	margin: 0 auto;
	display: table;
	width:87px;
	border-left: 1px solid #4098F7;
	border-top: 1px solid #4098F7;
}

.naptar_style3 {
	border: 1px solid #ff0000;
}

.naptar_item_style1 {
	padding-top:0px;
	font-size: 14px; 
	text-align: left; 
	width: 180px; 
	border-right: 1px solid #4098F7; 
	border-bottom: 1px solid #4098F7;
	height: 90px;
}

.naptar_item_style2 {
	float: left; 
	margin: 0 auto; 
	display: table; 
	width: 111px; 
	border-left: 1px solid #4098F7; 
	border-top: 1px solid #4098F7;
}

.naptar_item_style3 {
	border: 1px solid #ff0000;	
}

.naptar_item_style1_day {
	padding-top:0px;
	font-size: 14px; 
	text-align: left; 
	width: 100%; 
	border-right: 1px solid #4098F7; 
	border-bottom: 1px solid #4098F7;
	/*height: 90px;*/
	display: table;
}

.naptar_item_style2_day {
	float: left; 
	margin: 0 auto; 
	display: table; 
	width: 1375px; 
	border-left: 1px solid #4098F7; 
	border-top: 1px solid #4098F7;
}

.naptar_item_style3_day {
	border: 1px solid #ff0000;	
}

.naptar_div {
	display: table; 
	margin: 10px auto;
	width: 1375px; 
}

.naptar_buttons {
	width: 100%;
	text-align: right;
	display: table;
	color: #003471;
	opacity: 0;
	transition: opacity 0.9s;
}

.naptar_item_style1_day:hover .naptar_buttons, .naptar_item_style1:hover .naptar_buttons {
	opacity: 1;
	transition: opacity 0.9s;
}

.icon_color_opacity {
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	width: 25px;
	text-align: center;
  text-shadow: none;
}

.naptar_event {
	color: #003471;
	text-align: center;
	overflow: auto;
	height: 60px;
	font-size: 11px;
}

.naptar_cal_items {
	display: block;
	width: 160px;
	text-align: left;
	cursor: pointer;
	border-bottom: 1px solid #1C679E;
}

.naptar_left_day {
	height: 100%;
	padding-top: 3px;
	font-size: 14px;
	background-color: #4098F7;
	color: #fff;
	display: inline-block;
}

.naptar_item_style1_day .naptar_event {
	height: auto;
	min-height: 90px;
	display: inline-block;
	/*float: left;*/
}

.naptar_item_style1_day .naptar_buttons {
	float: right;
	text-align: right;
	display: table;
	color: #003471;
	opacity: 0;
	transition: opacity 0.9s;
	width: 200px;
}

.naptar_item_style1_day .naptar_style1 {
	display: inline-block;
	float: left;
}

.naptar_right_box {
	display: inline-block; 
	margin: 0;
	padding: 0;
	width: calc(100% - 90px);
}

.naptar_item_style1_day .naptar_right_box .naptar_cal_items {
	width: auto;
}