body {
	word-wrap: break-word;
	font-family: 'Open Sans',Arial;
	height: 100%;
	background-color: #ffffff;
	background-image: none;
}

a {
	transition:all 0.4s;
	color: #DA5743;
	text-decoration:none;
}
a:hover,a:focus {
	color: #C24D3B;
}
p {
  font-size: 15px;
}

label {
  font-size: 80%;
}

select {
  font-size: 80%;
  width: 100%;
  height: 25px;
}

.table th,
.table td {
  text-align: center;
}

td:first-child {
	min-width: 30px;
	text-align:center;
}

.left-result {
	
    font-weight: 400;
    font-size: 13px;
    color: #54565F;
    margin-right: 8px;
}

.right-result { 
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
.right-result.full-width {
	display:block;
	width:100%;
}

.ticket-note-1 {
	border: 1px solid #ccc;
}

.ticket-note-2 {
	background-color: #def2fb;
	border: 1px solid #ccc;
}

.show-filter {
	display: none;
}
.filter {
	display: block;
}

.marginless {
	margin-left: 0 !important;
	margin-right: 15px !important;
}

.container {
  margin: 0 auto;
}

.navbar-right {
	padding-right: 15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;   
}

.rbista-nav {
	margin-bottom: 0px;
	background: rgba(250,250,250,0.97);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.rbista-nav .navbar-nav > li > a {
	line-height: 40px;
	font-size: 14px;
}
.rbista-nav .navbar-nav .btn {
	margin-top: 18px;
	margin-right: 10px;
}
.rbista-nav .navbar-nav > li > a > span {
	opacity: 0.8;
}
.rbista-nav .navbar-nav > .open > a:focus {
background-color: #e1e1e1;
color: #333333;
}

.dash-nav {
  background-color: #313541;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 5px 0 7px 1px rgba(0, 0, 0, 0.41);
  margin: 0px;
  border: none;
  left: 240px;
  padding-left: 20px;
}
.dash-nav .navbar-nav > li > a {
line-height: 21px;
  font-size: 14px;
  color: #9EA5A8;
}
.dash-nav .navbar-nav > li > a:hover,
.dash-nav .navbar-nav > li > a:focus,
.dash-nav .navbar-nav > li.active > a,
.dash-nav .navbar-nav > li.active > a:hover {
  color: #fff;
}
.dash-nav .navbar-brand {
	margin-top:0px;
	margin-right: 20px;
  padding: 10px 50px 12px 50px;
  line-height: 25px;
  background-color: #2D2E35;
}
.rbista-nav .navbar-brand {
	margin-top:4px;
	margin-right: 20px;
  line-height: 25px;
}
.content {
	margin-left: 240px;
	padding: 35px;
}
.sidebar {
	width: 240px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #282c37;
}
.sidebar .new_ticket_wrapper {
	padding:20px 20px 5px 20px;
}
.sidebar .new_ticket_wrapper a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 15px;
    padding: 12px;
    font-family: 'Open Sans',arial;
}
.sidebar .new_ticket_wrapper a i {
line-height: 16px;
  margin-right: 6px;
}
.sidebar .list {
	margin:0;
	padding:0;
	list-style:none;
	padding:30px 0;
}
.sidebar .list li {
	margin:0;
	padding:0;
}
.sidebar .list li a {
	font-size: 13px;
	color: #c3c5d1;
	text-decoration:none;
	padding: 5px 20px;
	margin-bottom: 3px;
	display:block;
	font-weight: 500;
}
.sidebar .list li a.active {
	font-size: 13px;
	color: #fefefe;
	text-decoration:none;
	padding: 6px 20px;
	margin-bottom: 3px;
	display:block;
	font-weight: 500;
	position:relative;
}
.sidebar .list li a.active:after {
	content:'';
	position:absolute;
	font-size: 13px;
	background-color:#da5743;
	width:5px;
	height:20px;
	left:0;
}


.sidebar .list li a:hover {
	color: #ffffff;
	padding-left:24px;
}
.sidebar .list li a span {
	font-weight: 500;
	color: #8991a8;
	border-radius: 15px;
	padding: 1px 6px;
	font-size: 13px;
	letter-spacing: 1px;
}
.sidebar .list li a span.text-danger {
	color: #CB7070;
}

.home-page-header {
	text-align:left;
	color:#fff;
	background: #86b854;
	background-image: url(../../../images/desk.jpg);
	position: relative;
	-webkit-box-shadow: inset 0px 0px 33px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 33px -11px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 33px -11px rgba(0,0,0,0.75);
}
.bg-color-grad {
	background: -webkit-linear-gradient(top right, #0b5675, #f6f2f1);
	background: -moz-linear-gradient(top right, #0b5675, #f6f2f1);
	background: -o-linear-gradient(top right, #0b5675, #f6f2f1);
	background: -ms-linear-gradient(top right, #0b5675, #f6f2f1);
	background: linear-gradient(to bottom left, #0b5675, #f6f2f1);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	top: 0;
	z-index: 0;
}
.home-page-header .main-text {
	position: relative;
	z-index: 1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
	text-align: left;
	margin: 50px 0 60px 0;
}
.home-page-header h1 {
	font-size: 38px;
	font-weight: 500;
	margin: 0;
	position: relative;
	letter-spacing: -2px;
}
.home-page-header p {
	font-size: 17px;
	font-weight: 300;
	margin: 6px 0 10px 0;
}
.widget-heading {
	margin: 0px 2px 20px 0px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 14px;
	color: #555;
	line-height: 16px;
	font-size: 18px;
	font-weight: 600;
	display: block;
	clear: both;
	position: relative;
}
.widget-heading::after {
	content: '';
	width: 40px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #db5844;
}
.page-header {
	padding: 30px 0 0 0;
	margin: 0;
	border: none;
}
.page-header .heading {
	margin: 8px 0;
	font-weight: 200;
	font-size: 34px;
	line-height: 30px;
	color: #666;
}
.page-header .heading span {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	color: #666;
}

.submit-ticket-section {
	position: relative;
	z-index: 1;
	background-color: #db5844;
	padding: 35px 35px;
	color:#fff;
	border-radius: 5px;
}
.submit-ticket-section p {
	font-size: 15px;
	margin-bottom:0;
}
.submit-ticket-section h2 {
	margin-top:0;
}
.submit-ticket-section a {
	color: #fff;
	background: #DB5844;
	border:2px solid #fff;
	text-shadow: none;
	box-shadow: none;
	padding: 10px 18px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top:10px;
}
.submit-ticket-section a:hover {
	color: #DB5844;
	background: #fff;
	border:2px solid #fff;

}
.submit-ticket-section a:active {
	background: #fff;
	color: #DB5844;
}
.submit-ticket-section a:focus {
	background: #fff;
	color: #DB5844;
}


.article-replie {
	padding: 15px;
}


.article-single p {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 20px;
	line-height: 24px;
}

.article-single h3 {
	margin: 0px 0 8px 0;
	font-weight: 200;
	font-size: 34px;
	line-height: 38px;
	color: #555;
}

.articles-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border:1px solid #F1F1F1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.articles-list > li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	padding-left: 70px;
	position: relative;
}
.articles-list > li:hover {
	background-color: #FAFAFA;
}
.articles-list > li:last-child {
	border-bottom:none;
}
.articles-list > li:hover i {
	color: #db5844;
}
.articles-list i {
	font-size: 35px;
	margin-left: -49px;
	position: absolute;
	margin-top: 10px;
	font-weight: 700;
	color: #ccc;
}
.articles-list li h1 {
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 8px;
}
.articles-list li h1 a {
	color: #666;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}
.articles-list li h1 a:hover {
	color: #222;
}
.articles-meta {
	list-style: none;
	padding: 2px 0;
	margin: 0;
	overflow: hidden;
}
.articles-meta li {
	float: left;
	margin-right: 15px;
	font-size: 12px;
	color: #777;
}
.articles-meta li i{
	font-size: 14px;
	font-weight: 600;
	margin-right: 3px;
}
.ticket-status {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 20px;
	padding: 2px 6px;
}
.nav-tabs {border-bottom: 1px solid #e2e2e2;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border: 1px solid #e2e2e2;border-bottom-color: transparent;}
.nav > li > a:hover {
	background-color: #fafafa;
	border-bottom: #F5F5F5;
}

/* Tickets Replies  */
.replies {
  padding:0;
  margin: 0 0 40px 0;
  border: 1px solid #E4EAEC;
  border-radius: 5px;
  border-bottom: none;
}
.replies > li {
  padding: 25px;
  background-color: #FAFAFA;
  min-height: 50px;
  /* margin-bottom: 20px; */
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #E4EAEC;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.reply-bg-odd {
  background-color: #f2f2f2 !important;
}
.reply-content {
  /* padding-left: 70px; */
}
.reply-title {
  font-size: 14px;
  font-weight: 600;
  color: #393939;
  line-height: 17px;
}

.reply-title abbr {
  font-size: 12px;
  font-weight: 300;
  color: #444444;
  border: none;
  display: block;
  margin-top: 3px;
}
.reply-body {
  font-size: 15px;
  font-weight: 400;
  color: #232222;
  padding: 11px 0 5px 0;
  font-family: 'Open sans',arial;
  padding-left: 45px;
}
.reply-footer {
  padding-left: 45px;
}
.reply-footer a {
	/* float:right; */
}
.reply-avatar {
  width: 36px;
  height: 36px;
  border-radius: 0;
  margin-right: 8px;
  float: left;
}
.reply-avatar img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}


.well {
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	background-color: rgba(236, 236, 236, 0.77);
}
.breadcrumbs {
	background-color: rgba(250,250,250,0.60);
	padding: 10px 0;
	color: #ccc;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.breadcrumbs i {
	margin: 0 10px;
}
.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs ul li {
	float: left;
}
.breadcrumbs ul li a {
	color: #888;
	text-decoration: none;
	font-weight: 300;
}
.breadcrumbs ul li a:hover {
	color: #333;
}

.news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news-list li {
	margin-bottom: 16px;
}
.news-list li a {
	text-decoration: none;
	color: #555555;
	padding-left: 10px;
	font-size: 16px;
	vertical-align: top;
	font-weight: 300;
	line-height: 22px;
}
.news-list li a:hover {
	color: #111;
}
.news-list li:hover span {
	color: #db5844;
}
.news-list li span {
	font-size: 17px;
	color: #ccc;
	line-height: 22px;
}
.boxed-orange {
	background: #FBFBD5;
	padding: 30px;
}
.boxed-orange h4 {
	font-weight: 600;
	margin-bottom: 20px;
}
section {
	padding: 30px 0 0px 0;
	position: relative;
	z-index: 2;
}
.sidebar-box {
	padding: 12px 20px;
	background-color: #fafafa;
	margin-bottom: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border:1px solid #F8F8F8;
}
.sidebar-box h4{
	font-size: 16px;
	font-weight: 600;
	color: #555;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.sidebar-box h4::after {
	content: '';
	width: 40px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #999;
}

.panel-default > .panel-heading {
	background-color: #fafafa;
	border: none;
}
.panel-heading {
	padding: 15px 15px;
}
.panel-default {
border-color: #F1F1F1;
}
.panel-footer {
	background-color: #fafafa;
	border-top: 1px solid #eee;
}
/* Infos list */
.infos-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.infos-list li {
  list-style: none;
  font-size: 13px;
  color: #666;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 4px;
}
.infos-list strong {
  font-weight: 600;
}
.files-list {
	padding: 0;
	list-style: none;
	margin: 0;
	background-color: #fff;
	border-radius: 4px;
}
.files-list li {
	border-bottom: 1px solid #eee;
	padding: 12px 15px;
	position: relative;
}
.files-list li i {
	float: left;
	margin-top: 5px;
	font-size: 18px;
	color: #888;
}
.files-list li span {
	margin-left: 25px;
	display: block;
}
.files-list li span em {
	font-size: 12px;
	display: block;
	color: #ccc;
	font-weight: 500;
}

.section-full-with {
	background: #f5f5f5;
}
.section-title {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}
.section-sub-title {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
}
.section-title:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 80px;
	background-color: #919191;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.box-icon {
	text-align: center;
	padding: 0px 0 0 20px;
	border-left: 1px solid #ccc;
	margin-bottom: 40px;
}
.no-border {
	border:none;
}

.box-icon i{
	font-size: 40px;
}

.box-icon p{
	font-weight: 300;
}
.widget {
margin-bottom: 40px;
}
.footer-text {
	text-align: center;
	padding: 20px 0;
}
.home-search-input {
	width: 80%;
	padding: 18px 15px;
	border: none;
	color: #6e6c6c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
}

.home-search-input:focus {
	border: none;
	box-shadow:none;
}
.dropdown-menu > li > a:hover {
	background-color: #eee;
}
.dropdown-menu > li > a {
	padding: 5px 15px;
}
.dropdown-menu { 
	padding: 11px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#footer {
	text-align: center;
	padding: 12px 0;
	color: #888;
}
.home_single {
	height: 100%;
	width: 100%;
}
.home_single:before {
	content: '';
	height: 100%;
	width: 100%;
	background-color: #999;
	position: fixed;
	background-image: url(../../../images/login_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

/* login */

.login{
	margin: 20px auto 0 auto;
	width: 360px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.07);
	  -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.07);
	  box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.07);
}
.login-logo{
	margin: 100px auto 0 auto;
	padding-bottom: 10px 0;
	text-align:center;
}

.login-logo img {
	height: 60px;
	margin: 10px 0;
}
.login .login-content {
	padding: 30px 40px 10px 40px;
	background-color: rgba(255,255,255,1);
-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.07);
	border-radius: 10px;
}
.login form{
	margin-top: 20px;
}
.login h2{
	font-size: 24px;
	font-weight: 700;
	color: #666;
	letter-spacing: -1px;
	margin: 0;
}

.login h3{
	font-size: 13px;
	color: #666;
	line-height: 18px;
	margin: 15px 0 30px 0;
}
.login .login-footer {
	border-top: 1px solid #eee;
	padding: 20px 30px ;
	background-color: rgba(255,255,255,0.3);
}
.login .btn-link {
	color: #777;
	text-decoration: none;
}


.login form input:focus {
outline: 0;
}
.form-label {
	display: inline-block;
	margin-right: 8px;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 13px;
	color: #8b91a0;
}
.captcha-container {
	position: relative;
}
.captcha-container img {
	position: absolute;
	top: 0;
	right: 0;
}
.attach-files {
	border: 1px solid #e6e8e8;
	border-radius: 4px;
	background-color: #fff;
}
.attach-files ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.attach-files li {
	border-bottom: 1px solid #FAFAFA;
	padding: 12px 15px;
	position: relative;
}
.attach-files li input {
	border: none;
}
.attach-files li a {
	color: #888;
	position: absolute;
	right: 14px;
	top: 9px;
	font-size: 17px;
}
.attach-files .add-more {
	padding: 12px 15px;
	background-color: #FAFAFA;
	color: #9E9E9E;
	text-decoration: none;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
	vertical-align: top;
	font-weight: 600;
}
.attach-files .add-more i {
	font-size: 16px;
	margin-right: 6px;
	line-height: 12px;
}
.btn-facebook {
	background: #3b5998;
	color: #fff;
}
.btn-facebook:hover {
	color: #fff;
}
.redactor_box {
	padding: 6px 10px;
	border-radius: 4px;
	border: 1px solid #e6e8e8;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.040);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.040);
}
.redactor_toolbar {
	box-shadow:none !important;
	border-bottom: 1px solid #e6e8e8;
}
.redactor_editor {
	border:none !important;
	padding: 10px 10px !important;
}
.form-control {
	  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.06);
	border: 1px solid #DDDDDD;
	outline: none;
	  display: inline-block;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: rgba(178, 178, 178, 1);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.06);
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.06);
}
label.checkbox span.holder{height:57px;background:url(../img/checkbox.png) 0 0 no-repeat}label.radio span.holder{height:57px;background:url(../img/radio.png) 0 0 no-repeat}label.checkbox:hover span.holder,label.radio:hover span.holder{top:-19px !important}label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{top:-38px !important}label.list{display: block;margin:0 0 5px 0}label.inline{float:left;margin:0 10px 0 0}input.hiddenCheckbox{position:absolute;left:-10000px}label.prettyCheckbox span.holderWrap{display:block;float:left;position:relative;margin-right:5px;overflow:hidden}label.prettyCheckbox span.holder{display:block;position:absolute;top:0;left:0}
.prettyCheckbox {
  cursor: pointer;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 0px;
  line-height: 17px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px !important;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-header .close {
  margin-top: -2px;
  font-size: 30px;
}
.modal-header {
    padding: 15px 20px;
  border-bottom: 1px solid #EFEFEF;
  min-height: 16.42857143px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-weight: 700;
  font-size: 17px;
  color: #444;
}

.navbar ul.dropdown-menu {
	-webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
	box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	min-width: 200px;
	border-color: #ccc;
	  font-size: 14px;
}
.navbar ul.dropdown-menu li a {
	background-color: transparent;
	line-height: 28px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
	padding:2px 10px;
	color: #5c5f60!important;
	font-weight: 300;
	margin: 0 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	overflow: hidden;
}
.navbar ul.dropdown-menu li a:hover {
	background-color: #EFF3F5;
}
.navbar .dropdown-menu li a i {
	float: right;
	margin-right: -3px;
	margin-top: 6px;
	height: 17px;
	text-align: center;
	width: 17px;
	display: inline-block;
	font-size:16px;
	color: #CFD0D0;
}
.dropdown-menu .divider {
	margin: 4px 0;
	background-color: #f7f6f1;
}
.dropdown-menu.arrow:after, 
.dropdown-menu.arrow:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  z-index: 1;
}
.dropdown-menu.arrow:before {
	top: -9px;
	border-bottom: 8px solid #999;
	z-index: 0;
}
.dropdown-menu.pull-right.arrow:after, .dropdown-menu.pull-right.arrow:before {
	left: auto;
	right: 10px;
}
.dropdown-menu.pull-right.arrow:after, .dropdown-menu.pull-right.arrow:before {
	right: auto;
	left: 10px;
}
.navbar-default .navbar-nav > .dropdown-hover:hover > a, .navbar-inverse .navbar-nav > .dropdown-hover:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a, .navbar-default .navbar-nav > .dropdown-hover:hover > a:hover, .navbar-inverse .navbar-nav > .dropdown-hover:hover > a:hover, .navbar-default .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .dropdown-hover:hover > a:focus, .navbar-inverse .navbar-nav > .dropdown-hover:hover > a:focus, .navbar-default .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #2D2E35;
  color: #FFFFFF;
  background-image: none;
}
.badge {
text-shadow: none;
  font-family: 'Open Sans';
  font-weight: 600;
  
background-color: #C3C3C3;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #FFFFFF;
}
.msg-success {
	box-shadow: inset -3px 3px 20px rgba(0,0,0,.1) !important;
	background-color: rgb(108, 195, 160) !important;
	color: #fff !important;
}
.msg-warning {
	box-shadow: inset -3px 3px 20px rgba(0,0,0,.1) !important;
	background-color: rgb(216, 165, 12) !important;
	color: #fff !important;
}
.msg-error {
	box-shadow: inset -3px 3px 20px rgba(0,0,0,.1) !important;
	background-color: rgb(204, 81, 61) !important;
	color: #fff !important;
}
.msg-info {
	box-shadow: inset -3px 3px 20px rgba(0,0,0,.1) !important;
	background-color:#0090d9 !important;
	color: #fff !important;
}
.label{
	padding: 3px 9px;
	font-size: 11px;
	text-shadow:none;
	background-color:#D1DADE;	
	 
	font-family: 'Open Sans',arial;
	 font-weight:600;
	 color: #5E5E5E;
}
.label-success, .badge-success{
	background-color:#0aa699;
	color:#fff;
}

.label-warning, .badge-warning{
	background-color:#fdd01c;
	color:#fff;
}
.label-important, .badge-important{
	background-color:#f35958;
	color:#fff;
}

.label-info, .badge-info{
	background-color:#0090d9;
	color:#fff;
}

.label-inverse, .badge-inverse{
	background-color:#1f3853;
	color:#fff;
}

.label-white, .badge-white{
	background-color:#fff;
	color: #5E5E5E;
}

.label-white, .badge-disable{
	background-color:#2a2e36;
	color:#8b91a0;
}

.dropdown-menu {
  left: -40%;
}
.select2-results .select2-highlighted {
  background: #9EA5A8;
  color: #fff;
}
.page-title {
	
    font-size: 24px;
    font-weight: 700;
    color: #54565F;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 5px;
}
.page-sub-title {
	
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    margin-top: 0;
}

.pagination {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  font-size: 13px;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #959191;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  margin-left: -1px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #333333;
  background-color: #FAFAFA;
  border-color: #DDDDDD;
}
.tickets-list-table {
	margin-bottom:50px;
	border-radius: 4px;
	border: 1px solid #E4E8EB;
}

.tickets-list-table tr:nth-child(even) {background: #f2f2f2;}
.tickets-list-table tr:nth-child(odd) {background: #FFF}
.tickets-list-table .col-time {
  width: 12%;
  text-align: right !important;
  padding-right: 30px !important;
  white-space: nowrap;
}
.tickets-list-table .col-name {
  width: 15%;
  white-space: nowrap;
}
.tickets-list-table .col-priority {
	font-size: 16px;
	color: #C2C2C2 !important;
	width: 3%;
}
.tickets-list-table .col-priority .fa-star {
	color: #FFC05F;
}
.tickets-list-table tbody a {
  color: #616161;
  text-decoration: none;
}
.tickets-list-table tbody a:hover {
  color: #222;
}
.tickets-list-table .col-subject {
	width:60%;
}
.tickets-list-table .col-subject a {
  display: block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.tickets-list-table .col-name a {
  display: block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}


.table.tickets-list-table > thead > tr > th, .table.tickets-list-table > tbody > tr > th, .table.tickets-list-table > tfoot > tr > th, .table.tickets-list-table > thead > tr > td, .table.tickets-list-table > tbody > tr > td, .table.tickets-list-table > tfoot > tr > td {
padding: 10px 8px 7px 8px;
  
line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #E4E8EB;
  color: #818181;
  text-align: left;
}

.table.tickets-list-table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #E4E8EB;
}
.table.tickets-list-table>tbody>tr:hover {
  background-color: #FDFDFD;
}
.table.tickets-list-table > thead {
}
.table.tickets-list-table > thead a,.table.tickets-list-table > thead {
  font-size: 13px;
  font-weight: 400;
  color: #767676;
  text-decoration: none;
}
.table.tickets-list-table .col-closed {
	background-color: #F4F4F4;
}

.select-btn {
  background: #fff !important;
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  box-shadow: none;
  border: 1px solid#E4E8EB !important;
	position:relative;
}
.tickets-actions {
/* 	display:none; */
}
.select-btn.active:after {
content: '';
  
background-color: rgba(198, 198, 199, 0.66);
  position: absolute;
  
height: 10px;
  
width: 10px;
  
border-radius: 3px;
  
top: 2px;
  
left: 2px;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.11);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #C6C6C7;
  box-shadow: none;
}
.pagination {
  margin: 0;
}
.ticket-header {
  background-color: #FFF;
  margin: -25px -25px 25px -25px;
  display: block;
  padding: 15px 25px;
  box-shadow: 1px 0 3px rgba(0,0,0,.30);
  max-height: 52px;
  overflow: hidden;
}
.ticket-header .ticket-view-backbtn {
    font-size: 23px;
	
    line-height: 20px;
    color: #E0E0E0;
    float: left;
    margin-right: 10px;
}
.ticket-view-actions .btn {
	padding: 4px 13px;
	background: #FDFDFD;
	border: 1px solid #E5E5E5;
	box-shadow: none;
	color: #838383;
	text-shadow: none;
	font-size: 13px;
}
.ticket-view-actions .btn:hover {
	background: #F9F9F9;
}
.ticket-view-actions .btn.btn-danger {
	background: #E04C40;
	border: 1px solid #E04C40;
	color:#fff;
}
.ticket-view-actions form {
	display:inline-block;
}
.ticket-view {
    margin-bottom: 40px;
	
}
.ticket-view .ticket-title {
font-size: 22px;
  line-height: 30px;
  
margin: 15px 0 8px 0;
  
padding: 10px 0px;
  border-radius: 6px;
}
.ticket-view .ticket-meta-top {
	background-color: #F9F9F9;
	padding: 12px;
	border-radius: 4px;
	border: 1px solid #e4eaec;
}
.priority-icon .fa-star {
	color: #FFC05F;
}
.ticket-view .ticket-body p {
    font-size: 14px;
  color: #777;
  
    padding: 3px 0;
  line-height: 23px;
}
.ticket-view .ticket-added {
  text-align: right;
  font-size: 13px;
  margin-top: 10px;
}
.ticket-view .ticket-added abbr {
	border:none;
	margin-right: 20px;
	color: #888;
}
.ticket-view .ticket-owner-infos {
	overflow:hidden;
	/* margin-left: -10px; */
	padding-bottom: 5px;
}
.ticket-view .ticket-owner-infos img {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  float: left;
}
.ticket-view .ticket-owner-infos .name {
  float: left;
  margin-left: 8px;
  font-size: 13px;
}
.ticket-view .ticket-owner-infos .name a {
  color: #D55542;
  text-decoration: none;
}
.ticket-view .ticket-owner-infos .name .label {
  background-color: #da5743;
  color: #fff;
  margin-left: 6px;
}

.ticket-view .ticket-add-user-btn {
font-size: 16px;
  line-height: 10px;
  margin-left: 6px;
  color: #D85643;
}
/*button*/
.btn {
    display: inline-block;
    letter-spacing: 0px;
    padding: 9px 12px;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    -webkit-border-radius: 3px;
    background-image: none!important;
    border: none;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s!important;
    font: 14px/20px "Open Sans", Helvetica, Arial, sans-serif;
}
.btn:focus {
    outline: none;
}
.btn .caret {
    margin-left: 3px;
}
.btn .caret.single {
    margin-left: 0px;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #b9c3c8;
}
.btn-cons {
    margin-right: 5px;
    min-width: 120px;
    margin-bottom: 8px;
}
.btn-demo-space {
    margin-bottom: 8px;
}
.demo-placeholder {
    width: 100%;
    height: 250px;
}
.btn-social {
    font-size: 20px;
    margin: 10px;
}
.btn-social:hover, .btn-social:focus, .btn-social:active, .btn-social.active, .btn-social.disabled, .btn-social[disabled] {
    color: #2d8ebf;
    text-decoration: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #DA5743;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #CB4E3B;
}
.btn-success {
    color: #ffffff;
    background-color: #0090d9;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #0082d4;
}
.btn-info {
    color: #ffffff;
    background-color: #373942;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #2B2C32;
}
.btn-warning {
    color: #ffffff;
    background-color: #fbb05e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #faa652;
}
.btn-danger {
    color: #ffffff;
    background-color: #f35958;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #f14d4d;
}
.btn-danger-dark {
    color: #ffffff;
    background-color: #b94141;
}
.btn-danger-dark:hover, .btn-danger-dark:focus, .btn-danger-dark:active, .btn-danger-dark.active, .btn-danger-dark.disabled, .btn-danger-dark[disabled] {
    background-color: #e94847;
    color: #ffffff;
}
.btn-dark {
    color: #ffffff;
    background-color: #1b1e24;
}
.btn-white {
    color: #5e5e5e;
    background-color: #ffffff;
    border: 1px solid #e5e9ec;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.disabled, .btn-white[disabled] {
    background-color: #fbfcfd;
    border: 1px solid #b4b9be;
}
.btn-link {
    color: #5e5e5e;
    background-color: transparent;
    border: none;
}
.btn-large {
    padding: 11px 19px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    background-color: transparent;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px;
}
.btn-small {
    padding: 3px 12px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0;
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}
.btn-mini {
    padding: 2px 9px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0aa699;
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #fbb05e;
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #f35958;
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #0090d9;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #1f3853;
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}
.btn-group.open .btn-white.dropdown-toggle {
    background-color: #fbfcfd;
}
.btn-group>.btn+.dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: 1px #f7f7f7 solid;
    padding-right: 10px;
    border-left: 1px solid #E5E9EC;
}
.btn-group>.btn.btn-mini+.dropdown-toggle {
    padding-right: 8px;
}
.btn-group>.dropdown-menu {
    font-size: 13px;
}
.btn-group>.dropdown-menu li {
    padding-left: 0px;
}
.btn-block+.btn-block {
    margin-top: 8px;
}

.well h4 {
    font-size: 18px;
	
    font-weight: 700;
    margin: 0 0 17px 0;
    color: #373942;
}
.nav-bar-height-fix {
	height: 50px;
}
.attachments {
    border-top: 1px solid #F3F5F6;
	
    padding-top: 10px;
    margin-top: 20px;
}
.attachments h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}
.attachments ul {
	list-style:none;
	padding: 0;
}
.attachments ul li {
    margin: 0;
	
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 8px;
    border: 1px dashed #CFCFCF;
    padding: 5px 10px;
    background-color: #FCFCFC;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.attachments ul li a {
	color:#555;
	font-size:13px;
	font-weight:600;
}
.attachments ul li .extension {
    font-size: 13px;
    display: inline-block;
    line-height: 13px;
    padding: 4px 10px;
	
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    background-color: #555;
    margin-right: 8px;
    width: 50px;
    text-align: center;
}
.replies-title {
	margin:40px 0 15px;
	font-size:18px;
	font-weight:500
}
.well-form h5 {
    font-size: 13px;
	
    font-weight: 600;
    color: #484A56;
    margin-bottom: 9px;
}
.well-form p {
    margin-bottom: 14px;
}
.select2-hidden-accessible {
	visibility: hidden;
}
.table thead tr th {
  font-size: 12px;
  color: #5E6069;
  text-transform: uppercase;
  padding: 12px 20px;
  text-align: left;
}
.table tbody tr td {
  font-size: 13px;
  color: #848484;
  padding: 12px 20px;
  text-align: left;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #FAFAFA;
}
.table-bordered {
  border: 1px solid #E8EDF1;
}
.table a {
	color:#333;
	font-weight:600;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #E8EDF1;
}
.submit-ticket-box {
	position: relative;
	z-index: 1;
	background-color: #db5844;
	padding: 25px 30px;
	height: 271px
}
.submit-ticket-box p {
	font-size: 15px;
}
.submit-ticket-box a {
	color: #fff;
	background: #DB5844;
	border:2px solid #fff;
	text-shadow: none;
	box-shadow: none;
	padding: 8px 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.submit-ticket-box a:hover {
	color: #DB5844;
	background: #fff;
	border:2px solid #fff;

}
.submit-ticket-box a:active {
	background: #fff;
	color: #DB5844;
}
.submit-ticket-box a:focus {
	background: #fff;
	color: #DB5844;
}
.sidebar .logo-sidebar {
	display:block;
	text-align:center;
	padding: 30px 0 15px;
}


@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (max-width: 479px) {

}
@media (max-width: 768px) {
.rbista-nav .navbar-nav > li > a {
	line-height: 20px;
}
}
@media (max-width: 992px) {
.box-icon {
	border:none;
}
}

@media (max-width: 979px) {
	.show-filter {
		display: block;
	}
	.filter {
		display: none;
	}
}

.tab-content {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px;
	padding-top: 24px;
}

.bg-light-gray {
	background-color: #F9F9F9;
}
