
body{
    font-family: 'Open Sans', sans-serif;
}
.customer-ticket-section #ticket-table tr td {
  background-color: transparent;
  padding: 1em 0px 1em 1em;
}
.customer-ticket-section #ticket-table tr:not(:first-child):hover {
  background-color: #e6e6e6;
}
a{
  color: #2c2d33 !important;
}



/* login and sign-up */

.login-form,.wk-signup-form{
	background:#eee;
	width: 60%;
	margin:4% auto;
	position: relative;
	text-transform: capitalize;
	-webkit-border-radius: 0.4em;
   -o-border-radius: 0.4em;
   -moz-border-radius: 0.4em;
}

.login-form .head {
	position: absolute;
	top:-9%;
	left: 45%;
}
.login-form .head img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid #eee;
	width: 80px;
	height: auto;
}

.wk-signup-form h1,.login-form h1{
	font-size: 30px;
  color: #676767;
  font-weight: 600;
  padding-top: 10%;
  text-align: center;
}
.wk-signup-form form, .login-form form {
	width: 80%;
  margin: 0 auto;
  padding: 5% 0% 0% 5%;
}
.login-form .text-center,.wk-signup-form .text-center{
	text-align: center;
}
.login-form .text-center h3, .wk-signup-form .text-center h3{
	color: #000;
	padding-top: 10px;
	font-weight: 600;
	padding:0;
	margin: 0;
}
.login-form .text-center a,.wk-signup-form .text-center a{
	color: #21A957;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 20px;
}
.wk-signup-form form p a,.login-form form p a {
	color: #888;
	font-family: 'Open Sans', sans-serif;
}
.wk-signup-form form p a:hover ,.login-form form p a:hover {
	color:#21A957;
	font-weight: 600;
}
.wk-signup-form input[type="text"],.login-form input[type="text"],.wk-signup-form input[type="password"],.login-form input[type="password"],.wk-signup-form input[type="email"],.login-form input[type="submit"],.wk-signup-form input[type="submit"]{
	text-align:left;
	position: relative;
	width:92%;
	padding:2%;
	background:#D3D3D3;
	color: #676767;
	font-weight:600;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	border:1px solid #DED6D6;
	-webkit-appearance:none;
}

.login-form input[type="text"]:hover,.login-form input[type="password"]:hover,.wk-signup-form input[type="text"]:hover, .wk-signup-form input[type="password"]:hover{
 	border:1px solid #949494;

 }
.login-form input[type="submit"],.wk-signup-form input[type="submit"]{
	text-align: center;
	background: #21A957;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-appearance:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.login-form input[type="submit"]:hover,.wk-signup-form input[type="submit"]:hover{
	background:#128A42;
	color:#fff;
}
.wk-signup-form .text-center a{
  font-weight: 600;
}

/* customer-page */
table td, table th {
    padding: 1em 5px;
    text-align: left;
    vertical-align: top;
}
a.create-ticket {
    border: 1px solid #d7d7d7;
    padding: 10px 20px;
    float: right;
    border-radius: 3px;
    color: #fff !important;
    background-color: #96588a;
}

.block-container{
    margin: 40px 0;
    padding: 10px;
}
 th, td {
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width:0px;
}
.tabs-table{
  border: 1px solid #d7d7d7;
  border-bottom-width: 0;
  border-radius: 0px 0px 3px 3px;
}
td.check-col {
    text-align: center;
}
td.record-no{
  text-align: center;
}
tr:first-child{
  font-weight: 600;
  color: #000;
}
th{
  font-weight: 600px;
}
.pre-loader{
  display:none;
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.ajax-loader-img{
  position: fixed;
  top: 50%;
  left: 50%;
}
.filter-left {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 3px 3px 0 0;
    position: relative;
    color: #43454b;
}
.customer-ticket-wrapper {
    margin-bottom: 40px;
}
.filter-right select,.filter-left select{
  border: none;
  outline: none;
  background-color: #fff;
}
.filter-right select option,.filter-left select option{
  width:inherit;
}
.filter-view {
    display: none;
    position: absolute;
    list-style: none;
    width: 100%;
    margin-left: -20px;
    margin-top: 11px;
    background-color: #fff;
}
.filter-view li {
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    border-top-width: 0;
    border-bottom-width: 0;
    cursor: pointer;
}
.filter-view li:last-child {
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
}
.filter-view li:hover {
  background-color: #e6e6e6;
}
form#search-submit{
  display: inline-block;
  position: relative;
  width: 30%;
}
.tab-listing {
  font-size: 0;
  border: 1px solid #d7d7d7;
  border-bottom-width: 0;
  border-radius: 3px 3px 0px 0px;
}
.tab-listing li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  padding: 8px 20px;
  color: #2c2d33;
  cursor: pointer;
}
.tab-listing ul{
  display: inline-block;
  width: 70%;
  vertical-align: text-bottom;
}
.tab-active{
  border-bottom: 5px solid #96588a;
}
.tab-listing input.search-bar {
  display: inline-block;
  font-size: 15px;
  border-radius: 3px;
  margin: 10px 10px 10px 0px;
  width: 95%;
  float: right;
}
.priority-check{
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 5px;
}
.uv-star-ticket:before{
  content: "\f154";
  display: inline-block;
  font: 400 20px/1 dashicons;
  vertical-align: middle;
  cursor: pointer;
  color: inherit;
}

.uv-star-ticket.stared:before{
  color:#eeee27;
  content: "\f155";
}
td.check-col{
  width:4%;
}
td.id-col,td.reply-col{
  width:10%;
}
td.date-col,td.agent-name-col{
  width: 24%;
}
td.subject-col{
  width: 32%;
  word-break: break-all;
}

.main-body {
    padding: 10px;
}
.title-uvdesk h2, .title-uvdesk a {
    display: inline-block;
}
a.to-home {
  background-color: #96588a;
  color: #fff !important;
  padding: 2px 10px;
  vertical-align: text-bottom;
  margin: 0 10px;
  border-radius: 3px;
}
form#createTicketForm {
    padding: 10px;
}
.form-group {
    padding: 5px;
    width: 100%;
}
.form-group label {
    display: block;
    padding: 5px 0;
}
.form-group select,.form-group input {
    width: 100%;
}

.remove-file:before{
background: 0 0;
color: #72777c;
display:inline-block !important;
content: "\f153";
display: block;
font: 400 16px/20px dashicons;
height: 20px;
}
.remove-file{
  position: absolute;
  margin-left: 24px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 100;
}
#attachments{
opacity: 0;
width: 30px;
z-index: 99;
position: absolute;
height: 30px;
}
.form-group.attachments {
padding: 10px;
}
span#addFile {
display: block;
margin : 10px;
cursor : pointer;
width : fit-content;
}
.labelWidget{
width: 30px;
position: relative;
height: 30px;
display: inline-block;
margin-left: 20px;
border: 1px solid #d7d7d7;
border-radius: 3px;
}
.attach-file:before {
  content: "\f132";
  z-index: 10;
  font: 400 20px/1 dashicons;
  position: absolute;
  margin: 0px 3px;
}
.attach-file.close:before{
content: "\f105";
pointer-events: none;
z-index: 1000;
}
.attachments a{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border: 1px solid #d7d7d7;
}
.wk-file-zip:before{
  content: "\f501";
  z-index: 10;
  font: 400 20px/1 dashicons;
  position: absolute;
  margin: 5px;
  padding:5px;
}
.wk-file:before{
  content: "\f498";
  z-index: 10;
  font: 400 20px/1 dashicons;
  position: absolute;
  margin: 5px;
  padding:5px;
}
button.btn-create-tkt {
    margin-top: 15px;
    background-color: #96588a;
    color: #fff;
    border-radius: 3px;
}
.body.content-wrap {
    color: #333333;
}
.whole-wrapper{
  border: 1px solid #d7d7d7;
  width: 71%;
  margin: 10px;
  margin-right: 0;
  display: inline-block;
}
.to-main-list:before{
  content: "\f341";
  font: 400 20px/1 dashicons;

}
a.to-main-list {
    font-size: 25px;
}
.tkt-front-header span {
    display: block;
    font-size: 20px;
    padding: 0px 10px;
}
.tkt-front-intro {
    padding: 5px;
    margin: 5px 0px;
}
.tkt-front-intro div p{
  font-size: 18px;
  margin-bottom: 5px;
}
.wk-space:not(:first-child){
  margin-left: 10px;
}
.wk-highlight{
  font-weight: 600;
  color: #000;
}
.body.content-wrap hr{
  width: 95%;
  margin: 10px auto;
}
.side-section-front {
    width: 25%;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 10px 20px;
    vertical-align: top;
}
.side-sec-head{
  font-size: 18px;
  font-weight: 700;
}
.side-section-front span {
  display: block;
  margin: 5px 0;
}
span.side-title {
    font-weight: 600;
    margin: 0;
    color: #000;
}
span.side-info {
    margin: 0;
}
.msg-header {
    padding: 5px;
}
.rpy-name{
  font-weight: 600;
  color: #000;
}
span.img-icon {
  width: 45px;
  height: 45px;
  vertical-align: bottom;
  display: inline-block;
}
span.info{
  display: inline-block;
  vertical-align: top;
}
.thread-created-info {
    padding: 10px 20px;
}
.frnt-msg{
  padding: 5px 10px;
}
.thread-attachments {
    margin-top: 10px;
}
div#reply {
    padding: 10px 20px;
}
.reply-submit button {
    background-color: #96588a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
}
.down-up-arrow:before{
  content: "\f140";
  display: inline-block;
  font: 400 20px/1 dashicons;
  vertical-align: middle;
}
.down-up-arrow.down:before{
  content: "\f142";
}
.page-number{
  width: max-content;
}
ul.page-numbers li {
    display: inline-block;
    padding: 5px 20px;
}
.navigation {
    text-align: center;
}
.alert.alert-success.alert-fixed.alert-load {
  position: fixed;
  background-color: #0e810e;
  color: white;
  right: 60px;
  top: 30px;
  border-radius: 3px;
  padding: 15px 25px;
  z-index: 999;
}
.alr-err{
  background-color: #d53f3f !important;
}
.alert-msg{
  margin-top: -15px;
  margin-right: 3px;
  right: 0;
}
.alert-msg:before{
  color : #000000;
}
span.pagination-space {
    min-width: 40px;
    height: 40px;
    background: #96588a;
    color: #fff;
    font-size: 17px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 2.25;
    left: 17px;
    top: -20px;
    cursor: pointer;
}

@media screen and (max-width:900px){

  .tab-listing ul{
    width: 100%;
  }
  form#search-submit{
    text-align: center;
    width: 100%;
  }
  .tab-listing input.search-bar{
    margin: 10px auto;
    width: 95%;
  }
  .form-group{
    width:100%;
  }

}

@media screen and (max-width:768px){
  .login-form,.wk-signup-form{
    width: 80%;
  }
	.login-form .head {
		left:40%;
	}
  .whole-wrapper,.side-section-front{
    width: 100%;
  }
}
@media screen and (max-width:500px){

	.login-form,.wk-signup-form{
    width: 100%;
  }
	.wk-signup-form form, .login-form form {
    width: 90%;
    padding: 0%;
		font-size: 13px;
	}
	.login-form .head {
		left:39%;
	}
	.wk-signup-form input[type="text"], .login-form input[type="text"], .wk-signup-form input[type="password"], .login-form input[type="password"], .wk-signup-form input[type="email"], .login-form input[type="submit"], .wk-signup-form input[type="submit"] {
		width: 100%;
		font-size: 15px;
}
@media screen and (max-width:360px){
	.login-form .head img{
		width: 70px;
	}
}
