body {
	background: #f5f5f5;
	overflow: hidden;
}
#myc {
	position: relative;
	background: #fff;
	margin: 80px auto;
	max-width: 1100px;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 0 10px #0000000f;
	min-height: 550px;
}
#myc aside {
	width: 20%;
	border: solid 1px #ccc;
	padding: 30px;
	position: absolute;
	top: 60px;
	margin: auto 0;
	border-radius: 20px;
	height: 90vh;
	max-height: 84%;
}
#myc aside a {
	opacity: 0.55;
	display: block;
	padding: 12px;
	font-size: 11pt;
}
#myc aside a:hover,#myc aside .act a {
	opacity: 1;
	color: #1d1f97;
}
#myc aside a i {
	padding-left: 5px
}
#myc aside li:last-of-type {
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
	text-align: center;
}
#myc aside li:last-of-type a {
	background: #adc8ec;
	opacity: 1;
	width: 100%;
	border-radius: 30px;
	padding: 10px 0;
}
#myc .wrap {
	width: 75%;
	float: left;
}
.wrap > h2,.myc_list > h3 {
	color: #205aac;
	font-size: 14pt
}
.myc_list > h3 {
	font-size: 11pt;
	margin: 20px 0
}
.wrap .txt {
	text-align: justify;
	font-size: 10pt;
	line-height: 28px;
}
.dash_items li {
	float: right;
	width: 18%;
	background: #fff;
	margin: 0 0 -70px 2.5%;
	border-radius: 20px;
	padding: 10px;
	filter: grayscale(1);
}
.dash_items li:last-of-type {
	margin-left: -2%
}
.dash_items li:hover,.dash_items li.act {
	background: #f5f5f5;
	filter: inherit
}
.dash_items li span {
	font-size: 9pt;
	display: block;
	padding: 8px 0 5px;
	text-align: center
}
.dash_items ~ form {
	margin: 0 0 20px;
	background: #f5f5f5;
	padding: 100px 40px 40px;
	min-height: 400px;
	clear: both;
	border-radius: 20px;
}
.dash_items ~ form label span {
	font-size: 10pt;
	display: block;
	padding-bottom: 14px
}
.dash_items ~ form select {
	font-size: 10pt
}
.myc_list table {
	width: 100%;
	font-size: 9pt;
	border-collapse:separate; 
  	border-spacing: 0 1em;
}
.trzix {
	position: relative;
	z-index: 1000000
}
.myc_list table td {
	text-align: center;
	background: #fff;
	padding: 12px;
	overflow: hidden;
	box-shadow: -3px 5px 3px #0908080a;
	overflow: hidden;
}
.myc_list table td time {
	opacity: 0.5
}
.myc_list table td .btn {
	display: block;
	border-radius: 20px;
}
.trzix td {
	box-shadow: 0 0 !important
}
.myc_list table td:last-of-type {
	border-radius: 20px 0 0 20px
}
.myc_list table td:first-of-type {
	border-radius: 0 20px 20px 0
}
.myc_list table td:last-of-type * {
	float: left;
}
.myc_list table td:last-of-type .btn {
	margin-top: 5px
}
.myc_list table td:last-of-type .fa {
	border-radius: 50%;
	font-size: 12pt;
	height: 28px;
	width: 28px;
	background: #0d4496;
	color: #fff;
	text-align: center;
	line-height: 28px;
	margin: 5px 7px;
	cursor: pointer;
}
.myc_list table td:last-of-type .del {
	font-size: 10pt;
	background: #ccc;
	color: #777
}
.myc_list table td:last-of-type .del:hover {
	color: red;
	background:#f9d0d0
}
.table_more_tr {
	position: absolute;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 6px #eee;
	padding: 20px;
	border-radius: 20px;
	z-index: 100000;
	min-height: 300px
}
.table_more_tr .txt,.table_more_tr div div {
	background: #f5f5f5;
	padding: 10px;
	font-size: 9pt;
	line-height: 28px;
	border-radius: 20px;
}
.table_more_tr h4 {
	color: #2c5088;
	margin: 0;
	font-size: 11pt
}
.table_more_tr div div {
	background: #fff;
	margin-bottom: 20px
}
.form_inp_gray input,.form_inp_gray select,.form_inp_gray textarea {
	background-color: #eee !important;
	box-shadow: 0 0 !important
}
.table_more_tr > div {
	font-size: 9pt
}
.table_more_tr .box_checks {
	float: left;
}
.box_checks label {
  width: auto;
  padding-right: 10px
}
.form_sec input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin-top: 7px;
	float: right;
	background-position: center;
}
.form_sec .form-check-input + span {
	font-size: 8pt;
	float: right;
	padding: 8px 7px 0 0;
}
.form-check-input:checked[type="checkbox"] {
	background-color: #444 !important
}
.progress_status span {
	float: left;
	display: block;
	padding: 12px 0;
	background: #ccc;
	color: #888;
	border-radius: 50px;
	width: 23%;
	font-size: 7pt;
	text-align: center;
	margin-right: -4%;
	border: solid #fff
}
.progress_status span.act {
	background: #0d4494;
	color: #fff
}
.progress_status span.act i {
	color: #FFDD00;
	font-size: 10pt;
	position: absolute;
	padding: 2px 4px
}
.myc_list table.tr_gray td {
	background: #eee
}
.myc_list table.tr_gray td:before {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background: #ccc;
  float: right;
  margin: 5px 10px
}
.myc_list table.tr_gray td:first-of-type:before {
	display: none
}
.myc_list table td h4 {
	color: #0d4496;
	margin: 0;
	font-size: 11pt;
}
.myc_list table td b {
	color: #0d4496
}
.table_more_tr.tr_gray .txt {
	background: #fff
}
.tabs {
	border-bottom: solid 2px #ccc;
	height: 44px;
	margin-bottom: 20px
}
.tabs a {
	cursor: pointer;
	color: #777;
	font-size: 9pt;
	display: block;
	float: right;
	padding: 12px 32px
}
.tabs a.act,.tabs a:hover {
	color: #0d4496;
	border-bottom: solid;
}
.single_ticket {
	padding: 20px;
	border-radius: 20px;
	background: #f5f5f5;
}
.single_ticket img,.topuser img {
	background: #fcdd09;
	border-radius: 50%;
	padding: 7px;
	width: 40px;
	float: right;
	height: 40px;
	margin-left: 7px;
	margin-top: -7px;
}
.single_ticket span {
	float: right;
}
.single_ticket p {
	font-size: 9pt;
	clear: both;
	padding: 10px 0 0;
	margin: 0;
	line-height: 30px;
	color: #777;
}
.single_ticket li {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	clear: both;
	margin-bottom: 20px
}
.single_ticket time {
	float: left;
	font-size: 9pt;
	color: #ccc
}
.single_ticket > h2 {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	color: #222;
	font-size: 12pt
}
.single_ticket .raply {
	width: 90%;
	float: left;
}
.single_ticket .raply img {
	background: #205aac
}
#myc aside a:hover:before,#myc aside .act a:before {
  display: block;
  width: 4px;
  background: #205aac;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
}
.toplogo {
	position: absolute;
	top: -47px;
	right: 10%
}
.topuser,.to_home {
	position: absolute;
	top: -20px;
	left: 10%;
	background: #fcdd09;
	border-radius: 20px;
	padding: 9px 2px 2px 23px;
	font-size: 10pt;
}
.to_home {
	left: 280px;
	height: 42px;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	background:#adc8ec;
	color:#1d1f97
}
.to_home:hover {
	opacity: 0.8
}
.topuser img {
	float: right;
	margin-left: 10px;
	background: #fff;
}
.topuser span {
	float: right;
	margin-right: 10px
}
.ticket_replay .btn_re {
	margin: 0 6px;
	height: 34px;
	line-height: 34px;
}
.reply_btn {
	padding: 5px 20px;
	float: left;
	margin: -46px 30px;
}
.reply_btn::after {
	float: left;
	content: "\f107";
	font-family: FontAwesome;
	padding: 0 5px;
	font-size: 10pt;
}
.davat > p {
	font-size: 9pt
}
.davat input {
	max-width: calc(100% - 140px);
	float: right;
}
.davat .btn {
	float: left;
	width: 120px
}
.davat .txt {
	padding-left: 10px
}
.davat .txt span {
	padding-left: 20px
}
.myc_mbz {
	display: none
}



@media only screen and (max-width: 960px) {
	.myc_mbz {
		display: block;
		position: absolute;
		right: 20px;
		top: 58px;
		background: #fcdd09;
		color: #222;
		padding: 7px 14px;
		border-radius: 10px;
		z-index: 10000;
	}
	.myc_mbz img {
		float: right;
	}
	.myc_mbz span {
		display: block;
		float: right;
		margin-right: 7px;
		font-size: 9pt;
	}
	#myc aside {
		display: none;
		top: 100px;
		left: 14px;
		right: 14px;
		width: auto;
		background: #fff;
		z-index: 10000;
		height: max-content;
	}
	#myc .wrap {
		position: relative;
		width: 100%;
		clear: both;
		max-height: max-content;
		height: max-content;
		margin: 100px 0;
	}
	body {
		background: #fff !important
	}
	#myc {
		padding: 14px;
		box-shadow: 0 0;
		margin-top: 55px
	}
	p.clear {
		display: none
	}
	.dash_items ~ form {
		padding: 14px
	}
	.myc_list table td {
		display: block;
		border-bottom: solid 1px #eee;
		border-radius: 0 !important;
	}
	.dash_items li {
		width: 100%;
		margin: 10px auto;
		position: relative;
	}
	.dash_items li img {
		float: right;
		margin-left: 14px;
		width: 70px
	}
	.dash_items li span {
		font-size: 12pt;
		padding: 15px 0 5px;
	}
	.dash_items li::before {
		content: "\f107";
		position: absolute;
		left: 17px;
		top: 22px;
		font-size: 17pt;
		display: block;
		font-family: FontAwesome;
		color: #47668e;
	}
	.table_more_tr .txt, .table_more_tr div div {
		clear: both
	}
	.progress_status span {
		width: 100%;
		margin: 5px 0
	}
	.topuser, .to_home {
		top: -40px
	}
	.to_home {
		left: 42px;
		top: 7px;
	}
}




@keyframes start {
    from {
        transform: scale(.5);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(.5);
    }
    to {
        -webkit-transform: scale(1);
    }
}
.rtl{direction:rtl}
.pdp-default {
    position: absolute;    
    direction: rtl;    
    color: #555;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.19);
	z-index: 99999;
}

.pdp-default ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.pdp-default ::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

.pdp-default ::-webkit-scrollbar-thumb
{
	background-color: #444444;
}
.pdp-default ::selection{
    color: #67cdcc;
}

.pdp-default .pdp-header {
	background-color: #ffffff;
	border-top: 2px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: none;
	padding: 4px;
	min-height: 30px;
}

.pdp-default .yearSelect{
    overflow-y: auto;
    direction: ltr;
}

.pdp-default .monthSelect li.disableMonth, .pdp-default .monthSelect li.disableMonth:hover{
    color: #bbb;
    background: #eee;
    cursor: not-allowed;
}

.pdp-default .yearSelect, .pdp-default .monthSelect{   
    font:normal 12px Tahoma;
    background: #f9f9f9;
    border: 1px solid #ccc;    
    list-style: none;
    position: absolute;
    padding: 0;
    width: 99.6%;    
    text-align: center;    
    z-index: 9999;    
    animation: start 0.2s;
    -webkit-animation: start 0.2s;    
}
.pdp-default  .selected{
    background: #15a6eb;
    color: #ffffff;
}

.pdp-default .yearSelect li, .pdp-default .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;    
    text-align: center;       
    border: 1px dotted #ddd;
}
.pdp-default .yearSelect li:hover, .pdp-default .monthSelect li:hover {
    background: #FF9933;
    color: #ffffff;
    border-color: #FF7700;
}

.pdp-default .nextArrow{
    right:0;
}
.pdp-default .prevArrow{
    left:0;    
}
.pdp-default .monthYear{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.pdp-default .nextArrow, .pdp-default .prevArrow{
    cursor: pointer;    
    position: absolute;
    top:1px;
    padding: 2px;
}

.pdp-default .nextArrow:hover, .pdp-default .prevArrow:hover{
    color: #0073ea;
}

.pdp-default .cell {
	display: inline-block;
	cursor: default;
	text-align: center;
	line-height: 20px !important;
	padding-bottom: 5px !important;
	min-height: 27px;
	font-size: 9pt !important;
}

.pdp-default .dows {  
    background: #5F5D5D;
    color: #fff;
    font-size: 9pt  
}
.pdp-default .dow {            
    border: 1px solid #5F5D5D;
}

.pdp-default .days{
    background-color: #ffffff;
    border: 1px solid #999;
    border-top: none;
    font: normal 12px Tahoma;   
}

.pdp-default .day{
    border: 1px solid #f1f1f1;    
}

.pdp-default .day:hover{
    background: #f3f3f3;
    border: 1px solid #bbb;
    border-radius: 2px;
}
.pdp-default .selday, .pdp-default .selday:hover{
    background: #eadaa6;
    border-color: #eb5b04;
}

.pdp-default .friday{
    color: #f38;   
}

.pdp-default .today{
    color: #fff;
    background: #0073ea;
}
.pdp-default .today:hover{
    color: #fff;
    background: #0073ea;    
}

.pdp-default .disday, .pdp-default .disday:hover{
    color: #B7B5B5;
    background: #F1F1F1;
    cursor: not-allowed;
}

.pdp-default .nul{    
    border: 1px solid #f1f1f1;  
    background: #f1f1f1;  
}

.pdp-default .pdp-footer{    
    background: #999;
    font: normal 12px Tahoma;   
    text-align: center;
    height: 17px;
}
.pdp-default .pdp-footer .goToday{    
    color: #f0f0f0;
    text-decoration: none;    
}
.pdp-default .pdp-footer .goToday:hover{    
    color: #ffffff;
    text-decoration: overline;    
}