/*
    Author: S.k.joy
    Email: joy2012bd@gmail.com

*/

.fix {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mb25 {
    margin-bottom: 25px;
}

/* CKeditor Fix */

a.cke_button__about {
	display: none !important;
}

span.captcha-q {
  display: block;
  padding: 7px 0;
  text-align: center;
}

div.login-wrapper {
  width: 250px;
  margin: 0 auto;
}

.navbar {
  min-height: 10px !important;
}

div.logo {
  padding: 25px 0;
}


footer#footer {
    background: #008ecf none repeat scroll 0 0;
    color: #fff;
}
div.footer p {
    margin: 0;
    padding: 10px 0;
}

div.file-input {
    border: 1px solid #ddd;
    padding: 5px;
}
.messages p {
  padding: 10px;
  color: #666;
}

span.ticket-status {
  display: block;
  background: #ddd;
  padding: 5px;
  text-align: center;
  color: #666;
}
a.ticket-title {
  color: #008ecf;
}
table.ticket-table tr, table.ticket-table th {
    text-align: center;
}
.file-input > p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 1px;
  font-style: italic;
}
span.emtpty-status {
  display: block;
  text-align: center;
  padding: 10px 5px;
  font-style: italic;
}

table.ticket-table > thead > tr > th {
  border-bottom: 1px solid #ddd;
  vertical-align: bottom;
  font-weight: normal;
}

table.ticket-table > tbody > tr > th {
  font-weight: normal;
}

span.req {
    color: red;
}
span.status {
  background: #ddd;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
}
span.title {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
}

span.staff-title {
    display: block;
    font-weight: bold;
}
span.staff-post {
    font-size: 12px;
    font-weight: normal;
}
span.ticket-date {
  font-size: 12px;
}
.ticket-header {
  padding: 8px;
}
a.reply-btn {
    display: block;
    
}
a.reply-btn:hover, a.reply-btn:visited, a.reply-btn:focus {
    text-decoration: none;
}
div.ticket-content {
    margin-bottom: 10px;
}
.attach-title {
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 3px 0;
}
.attach-list > a {
  font-size: 13px;
}