.rightPanel {border-left:1px solid #EEE;margin-top:-15px;}
.rightPanel h3, #ticketSteps h3 {background-color:#f9fafb;font-size:16px;padding:10px;margin:0 -15px;text-transform: uppercase;}
.rightPanel h3 a, #ticketSteps h3 a {font-size:12px; margin: 0;padding: 5px 10px;position: relative;top: -2px;}
.addButton {background-color: #092137;color: #FFF !important;display: inline-block;padding: 7px 8px 3px;border-radius: 100%;}
.backIcon {display: inline-block;font-weight: bold;margin-right:5px;}
#ticketSteps {position: absolute;right: 0;top: 0;width: 33.33333%;padding:0 15px;bottom: 0;border-left: 1px solid #eee;}
#ticketSteps ul,#ticketSteps li {padding:0;margin: 0;list-style: none;}
#ticketSteps ul {padding: 15px 0}
.high-prior > div {
	border-left: 3px solid #dc3545;
}
.normal-prior > div {
	border-left: 3px solid #28a744;
}
.meduim-prior > div {
    border-left: 3px solid #ffc107 ;
}
.meduim-prior span {
    margin-left: 21px;
    font-weight: bold
}
.high-prior span {
	margin-left: 21px;
    font-weight: bold
}
.high-prior p {
	margin-left: 21px
}
.normal-prior p {
	margin-left: 21px
}
.normal-prior span {
	margin-left: 21px;
    font-weight: bold
}
.status-row {
	margin-bottom: 10px;
}
.status {width:2px;height: 30px;position: absolute;top: 20px;left:20px;}
.New {background: #0033ee}
.Hold {background: #ffeb00}
.Assign {background: #f46f25}
.Resolved {background: #174e12}
.Cancelled {background: #000}
.Start {background: #4bc302}

.ticketList > div:first-child {padding-left:20px;}
.ticketList h2 {font-weight: bold; margin-bottom: 0; font-size: 14px}
.ticketList p {color: grey; font-size: 12px}
.ticketList .location {font-size: 12px;}
.ticketList .location i {margin-right: 10px}

.modal-title {margin-top: 0;font-size: 15px;font-weight: bold;}
.filter{position: fixed;padding: 7px;left: 0;right: 0;text-align: center;bottom: 0;background-color: #51cbce;color: #FFF;text-transform: uppercase;}
.filter:focus,.filter:hover {color: #FFF}

.h-prior {background-color: #fc0318;color: #fff;padding: 1px 10px;position: absolute;top: 12px;right: 17px;font-size: 12px;font-weight: bold;border-radius: 20px;}
.m-prior {background-color: #11bf54;color: #fff;padding: 1px 10px;position: absolute;top: 12px;right: 17px;font-size: 12px;font-weight: bold;border-radius: 20px;}
.l-prior {background-color: #bf8211;color: #fff;padding: 1px 10px;position: absolute;top: 12px;right: 17px;font-size: 12px;font-weight: bold;border-radius: 20px;}
