﻿/*COLORS*/
.white {
    color: #ffffff;
}

.lightGray {
    color: #ADADAD;
}

.gray {
    color: #6B6C6E;
}

.darkGray {
    color: #58595B;
}
.status-code {
    border-left: 1px solid #e8e8e8;
    padding-left: 12px;
    padding-right: 12px;
}
.orange {
    color: #CF540F;
    /*color: #F15D25;*/
}

.blue {
    color: #006dcc;
}

.lightBlue {
    color: #0088cc;
}

.green {
    color: #83C524; /*#45BF7B*/
}

.red {
    color: #b94a48;
}

.yellow {
    color: #c09853;
}

.darkBG {
    background-color: #2E3133;
    color: #ffffff;
}

.highlightColor {
    color: #0088cc !important;
}
.newTicket{
      border-left: 2px solid #f89406;
}
.repeater-container {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index:1;
}

/* For Empty Entities Message*/
.emptyEntities{
    margin-left:90px;
}



/*For success message */
#successMessageContainer, #successChangePasswordContainer {
    display: none;
    opacity: 0.80;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 3px solid #83C524;
}

#successMessage, #successChangePassword {
    color: #333333;
}

/*For Error message */
#errorMessageContainer {
    display: none;
    opacity: 0.80;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 3px solid #800000;
}

#errorMessage {
    color: #ffffff;
}


/* Branding */
.CompanyDisplayName {
    color: white;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
}

.CompanyLogo {
    max-height: 40px;
    vertical-align: middle;
    display: inline-block !important;
}

.CompanyLoginLogo {
    max-height: 60px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Top navbar */
.navbar-header {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-brand {
    padding: 4px 0px 0px 15px;
}

.navbar-nav > li > a:focus {
    background-color: transparent !important;
}

.dropdown-menu > li > a:focus i,
.dropdown-menu > li > a:hover i {
    color: #ffffff;
}

/*css for error message*/

.alertMsg {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    background-color: #FF0000;
    border: 1px solid #D80000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

.alertMsg-success {
    background-color: #FF0000;
    border-color: #D80000;
    color: #468847;
}

.closeMsg {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    text-shadow: 0 1px 0 #ffffff;
}

/* for form error msg */
.formsError {
    color: #F15D25;
    font-size: 12px;
    white-space: normal;
}

/* Elements */

.bold {
    font-weight: bold;
}

.nounderline:hover {
    text-decoration: none;
}

.dotted {
    border-bottom: 1px dotted;
    text-decoration: none;
}

.dotted:hover {
    border-bottom: 1px dotted;
    text-decoration: none;
}

.row [class*="col-md-"].nopadding {
    padding: 0px;
    min-height: 0px;
}

a {
    cursor: pointer;
}

a.actionIcon,
a.actionIcon i {
    display:inline-block;
    padding-top: 2px;
    font-size: 18px;
    color: #999999;
}

a.actionIcon:hover {
    text-decoration: none;
}

a.actionIcon:hover,
a.actionIcon:hover i {
    color: #333333;
}

.actionIconContainer {
    padding-top: 6px;
    margin-bottom: -6px;
}

.pagination-right {
    text-align: right;
}

.pagination-centered {
    text-align: center;
}

.pagination-left {
    text-align: left;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #CCCCCC;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #CCCCCC;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #CCCCCC;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
}

input,
button,
select,
textarea {
    font-family: inherit;
}

a:focus {
    outline: 0px dotted #333; /*remove annoying dotted outline on links that have focus*/
}

a > i {
    color: #333333;
}

a > i:hover {
    text-decoration: none;
}

a.helpTip {
    text-decoration: none;
}

.input-clear i {
    opacity: 0.2;
}

.login-centered-small-width {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.input-clear:hover i {
    opacity: 1;
}

/*.well {
    border-radius: 0px;
}*/

.smallText {
    font-size: 12px;
}

.xsmallText {
    font-size: 11px;
    line-height: 16px;
}

/*.smallText > a {
    color: #6B6C6E;
}*/

.metricTitle {
    color: #6b6c6e;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.formErrors,
.error {
    color: #F15D25;
    font-size: 12px;
    white-space: normal;
}

.formSectionHeader {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 14px;
    padding: 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

body {
    margin: 0;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #FFFFFF;
    text-rendering: optimizeLegibility;
}

.loading {
    cursor: progress;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 2.0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 5px;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
}

.tooltip.right {
    margin-left: 3px;
}

.tooltip.bottom {
    margin-top: 3px;
}

.tooltip.left {
    margin-left: -3px;
}

.label-white,
.badge-white {
    background-color: #ffffff;
    /*color: #0088cc;*/
    color: #333333;
    text-shadow: none;   
}

.label-lightGray,
.badge-lightGray {
    background-color: #e8e8e8;
    color: #0088cc;
    text-shadow: none;
    padding: 3px 6px;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.progress.vertical {
    position: relative;
    width: 20px;
    min-height: 240px;
    float: left;
    margin-right: 10px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 6px;
}

.progress.vertical div {
    width: 100%;
}

.msg {
    font-weight: bold;
}

.errormsg {
    font-weight: bold;
}

.passmsg {
    font-weight: bold;
}

/*.container-fluid {
    padding-right: 14px;
    padding-left: 14px;
}

.middle > .container-fluid {
    padding-right: 14px;
    padding-left: 14px;
}

.middle .row > div {
    min-height: 0px;
}*/


/* Left navigation */
.leftNav {
    width: 16%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    position: fixed;
    padding-top: 46px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f5f5f5;
    color: #333333;
    border-right: 0px solid #e8e8e8;
}

.leftNav .nav-list > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 22px;
    margin-right: -6px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: none;
    color: #666666;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.leftNav .nav-list > li > a div {
    padding: 0px;
    margin: 0px;
    min-height: 0px;
}

.leftNav .nav-list > li.active > a,
.leftNav .nav-list > li.active > a i {
    background-color: #fff;
    color: #333333;
}

.leftNav .nav-list > li.active > a {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.leftNav .nav-list > li > a:hover,
.leftNav .nav-list > li > a:focus {
    background-color: #e8e8e8;
}

.leftNav .nav-list > li.active > a:hover,
.leftNav .nav-list > li.active > a:focus {
    background-color: #fff;
    text-shadow: none;
}

.leftNav .nav-list > li > .subContainer {
    display: none;
}

.leftNav .nav-list > li.active > .subContainer {
    background-color: #ffffff;
    margin-top: -1px;
    margin-left: -15px;
    margin-right: -6px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-right: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.leftNav .nav-list > .nav-header {
    margin: 0px;
    padding: 3px 3px;
}

.leftNav .divider {
    /*Light theme 2*/
    /*border-bottom: 1px solid #f5f5f5;*/
}

.leftNav .chosen-container {
    font-size: 12px;
}

.leftNav .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 4px 6px;
    height: auto !important;
}

.chosen-container-single .chosen-single {
    height: auto !important;
}

.leftNav h4 {
    color: #333333;
}

.leftNav .nav-list > li.active > a h4 {
    color: #333333;
}

.middle {
    width: 26%;
    position: fixed;
    display: block;
    float: left;
    top: 94px; /*46px*/
    bottom: 0px;
    margin-left: 0px;
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.rightFull {
    width: 84%;
    position: relative;
    float: right;
    top: 50px;
    background-color: #fff;
}

.rightSide {
    width: 48%;
    position: relative;
    float: right;
    top: 0px;
    background-color: #fff;
}

.rightSide2 {
    width: 58%;
    position: fixed;
    display: block;
    float: right;
    top: 94px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.rightSlideIn {
    display: none;
    position: fixed;
    left: 18%;
    top: 47px;
    bottom: 0px;
    width: 84%;
    float: right;
    overflow: auto;
    background-color: #fdfdfd;
    border-left: 0px solid #C046FF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1029;
}

#floatingRightSlideIn {
    display: none;
    position: fixed;
    top: 47px;
    bottom: 0px;
    left: 30%;
    right: 0px;
    overflow: auto;
    background-color: #fdfdfd;
    border-left: 0px solid #C046FF;
    box-shadow: -10px 0px 10px 1px #aaaaaa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1030;
}

.actionBarContainer {
    width: 84%;
    left: 16%;
    min-height: 40px;
    position: fixed;
    z-index: 1028;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fbfbfb;
    top: 50px;
}

.rightFull .actionBarContainer {
    width: 84%;
}

.middle .actionBarContainer {
    width: 26%;
}

.actionBar {
    min-height: 48px;
    padding-top: 8px;
    z-index: 1028;
}

.actionBar > div {
    padding: 0px;
    margin: 0px;
}

.actionBar h5 {
    display: inline-block;
    margin: 0px;
    padding-top: 5px;
}

.actionBarSpacer {
    margin-top: 64px;
}

/* Tickets */

.dataRow {
    font-size: 13px;
    border-top: 1px solid #e8e8e8;
    padding-top: 8px;
    padding-bottom: 8px;
    word-wrap: break-word;
    /* Nice transitioning of margin-top, margin-bottom when expanding ticketDetails */
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
}

.dataRow:hover {
    background-color: #f5f5f5;
}

.dataRow.success,
.dataRow.open.success,
.timeEntryRow.success {
    background-color: #dff0d8;
}

.dataRow.success:hover {
    background-color: #d0e9c6;
}

.ticketTitleHeader {
    cursor: pointer;
    display: inline;
}

.ticketItem {
    font-size: 11px;
    line-height: 13px;
    padding-top: 6px;
    /*max-width: 400px;*/
}

.ticketDescription {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2em;
}

.ticketTime {
    font-weight: bold;
    padding-top: 8px;
}

.timeSpent {
    font-size: 11px;
    font-weight: bold;
}

.ticketDate {
    font-size: 11px;
    font-weight: normal;
    padding-top: 6px;
}

.ticketButtons {
    padding-top: 8px;
}

.ticketLabel {
    background-color: #ffffff;
    color: #6B6C6E;
    text-shadow: none;
    font-weight: normal;
    font-size: 10px;
}

.ticketLabel.label-warning {
    background-color: #f89406;
    color: #ffffff;
}

.smallLabel {
    text-shadow: none;
    font-weight: normal;
    font-size: 10px;
}

.ticketRow,
.inboundTicketRow {
    /*border-left: 2px solid #0088cc;*/
    padding-top: 6px;
    padding-bottom: 6px;
}

.ticketMain {
    cursor: pointer;
}

.middle .ticketRow,
.middle .inboundTicketRow {
    padding: 0px;
    cursor: pointer;
}

.newTicket {
    border-left: 2px solid #f89406;
}

.highTicket {
    border-left: 2px solid #b94a48;
}

.completedTicket {
    border-left: 2px solid #e8e8e8;
}

.middle .dataRow {
    font-size: 11px;
}

.middle .dataRow.open {
    border: 0px;
    margin: 0px;
}

.middle .ticketRow.open,
.middle .inboundTicketRow.open {
    border: 0px;
    background-color: #0088cc;
    color: #ffffff;
}

.middle .ticketRow.open i,
.middle .inboundTicketRow.open i {
    color: #ffffff;
}

.middle .ticketRow.open .highlightColor,
.middle .inboundTicketRow.open .highlightColor {
    color: #ffffff !important;
}

.middle .ticketRow.open .gray,
.middle .inboundTicketRow.open .gray {
    color: #e8e8e8;
}

.middle .ticketRow.open.success,
.middle .inboundTicketRow.open.success {
    border: 0px;
    background-color: #0088cc;
    color: #ffffff;
}

.middle .ticketRow.open.highTicket,
.middle .inboundTicketRow.open.highTicket {
    border-left: 2px solid #b94a48;
}

.highPriority {
    border-left: 4px solid #953b39;
}

.ticketEntityTimeLine {
    border-left: 2px solid #e8e8e8;
    margin: 0px;
    padding-left: 16px;
}

.ticketEntityTimeLineMarker {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    height: 10px;
    width: 10px;
    border-radius: 100px;
    display: block;
    float: left;
    margin-left: -23px;
    margin-right: -23px;
    margin-top: 20px;
    position: relative;
}

.ticketEntityNewButtonContainer {
    background-color: #f5f5f5 !important;

    /*border: none;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 136, 204, 0.5);
        -moz-box-shadow: 1px 1px 4px rgba(0, 136, 204, 0.5);
            box-shadow: 1px 1px 4px rgba(0, 136, 204, 0.5);*/

    border: 2px solid #e8e8e8 !important;

}

.ticketEntityNewButton {
    border-radius: 0px;
    padding: 16px 8px 16px 8px;
    margin: 0px;
    border-right: 1px inset #aaaaaa;
}

    .ticketEntityNewButton:hover {
        background-color: #e8e8e8;
        text-decoration: none;
    }

.ticketEntityIcon {
    font-size: 18px;
    color: #6B6C6E;
}
.ticketEntityIcon {
    font-size: 18px;
    color: #6B6C6E;
}

.ticketEntity {
    cursor: pointer;
}

.ticketEntityRow .control-label {
    text-transform: none !important;
    text-align: left !important;
    color: #6B6C6E !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    padding-left: 6px;
}

.ticketEntityRow .form-horizontal .control-label {
    width: 120px;
}

.ticketEntityRow .form-horizontal .controls {
    margin-left: 130px;
}

.ticketEntityRowSticky {
    position: fixed;
    left: 16%;
    top: 126px;
    width: 84%;
    z-index: 1028;
}

.ticketEntityRow:hover .ticketEntityTimeLineMarker {
    background-color: #0088cc;
    border: 1px solid #0088cc;
}

.ticketEntityRow:hover .ticketEntityIcon {
    color: #0088cc;
}

.ticketEntityHeader {
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}

    .ticketEntityHeader [class*="span"] {
        min-height: 0px;
    }

.ticketEntityFormLeft {
    border-right: 1px solid #e8e8e8 !important;
}

.highlightHover:hover {
    /*-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);*/
    -webkit-box-shadow: 1px 1px 4px rgba(0, 136, 204, 0.5);
    -moz-box-shadow: 1px 1px 4px rgba(0, 136, 204, 0.5);
    box-shadow: 1px 1px 4px rgba(0, 136, 204, 0.5);
}

.progress-orange.progress-striped .progress-bar,
.progress-striped .bar-orange {
    background-color: #C046FF;
}

.btn-orange {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #E46F2E;
    *background-color: #F15D25;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E46F2E), to(#F15D25));
    background-image: -webkit-linear-gradient(top, #E46F2E, #F15D25);
    background-image: -o-linear-gradient(top, #E46F2E, #F15D25);
    background-image: linear-gradient(to bottom, #E46F2E, #F15D25);
    background-image: -moz-linear-gradient(top, #E46F2E, #F15D25);
    background-repeat: repeat-x;
    border-color: #E46F2E #E46F2E #F15D25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffE46F2E', endColorstr='#ffCF540F', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
    color: #ffffff;
    background-color: #F15D25;
    *background-color: #F15D25;
}

.btn-orange:active,
.btn-orange.active {
    background-color: #F15D25 \9;
}


.smallMetric {
    font-size: 16px;
    font-weight: bold;
}

.bigMetric {
    font-size: 20px;
    font-weight: bold;
}

.superMetric {
    font-size: 32px;
    font-weight: bold;
}


.widgetContainer {
    border: 3px solid #f5f5f5;
    border-radius: 0px;
    padding: 16px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.widget-small {
    padding: 6px;
}

.widget-nopadding {
    padding: 0px;
}

.widget-nomargin {
    margin-bottom: 0px;
}

.widget-gray {
    background-color: #f5f5f5;
    border: 2px solid #e8e8e8;
}

.widget-lightgray {
    background-color: #fbfbfb;
    border: 2px solid #e8e8e8;
}

.widget-darkborder {
    border: 2px solid #e8e8e8;
}

.widget-shadow {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
}

.widget-blue {
    background-color: #fbfbfb;
    border: 2px solid #0088cc;
}

.widget-noborder {
    border: 0px;
}

.widget-button {
    background-color: #f5f5f5;
    border-bottom: 3px solid #e8e8e8;
    box-sizing: padding-box;
    cursor: pointer;
}

.widget-button:hover {
    border-bottom: 2px solid #0088cc;
}

.widget-button.alert {
    color: #b94a48;
}

.widget-button.alert .metricTitle {
    color: #b94a48;
}

.widget-button.warning {
    color: #f89406;
}

.widget-button.warning .metricTitle {
    color: #f89406;
}

.widget-button.active {
    border: 3px solid #0088cc;
    background-color: #0088cc;
    color: #ffffff;
    position: relative;
}

.widget-button.active:after {
    content: '';
    display: inline-block;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #0088cc;
    position: absolute;
    bottom: -16px;
    left: 41%;
}

.widget-button.active .metricTitle {
    color: #f5f5f5;
}


.widget-gray .bigMetric {
    color: #006dcc;
}

.widgetHeader {
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 20px;
}

.widgetContainer h4,
.widgetContainer h5,
.widgetContainer h6,
.widgetHeader h4,
.widgetHeader h5,
.widgetHeader h6 {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.widgetBigIcon {
    display: inline-block;
    width: 60px;
    height: 46px;
    font-size: 32px;
    padding-top: 14px;
    color: #ffffff;
}

.widgetBigIcon > .icon-check {
    padding-left: 17px;
}

.widgetBigIcon > .icon-time {
    padding-left: 16px;
}

.widgetBigIcon > .icon-money {
    padding-left: 13px;
}

.widgetBigIcon > .icon-ticket {
    padding-left: 13px;
}

.widgetBigIcon.widgetBigIcon-blue {
    background-color: #03BEDC;
}

.widgetBigIcon.widgetBigIcon-green {
    background-color: #83C524;
}

.widgetBigIcon.widgetBigIcon-orange {
    background-color: #FF6C24;
}

.iconButton i {
    font-size: 18px;
}

.iconButton:hover {
    text-decoration: none;
    color: #333333;
}


.label-orange,
.badge-orange {
    background-color: #f15d25;
}

/*END ELEMENTS*/


/*ORANGE DROPDOWNS*/
.navbar .dropdown-menu li > a:hover,
.navbar .dropdown-menu li > a:focus,
.navbar .dropdown-submenu:hover > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #C046FF;
}

.navbar .dropdown-menu .active > a,
.navbar .dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #C046FF;
}
/*END ORANGE DROPDOWNS*/



.btn-flat {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    text-shadow: none;
    *background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*Flat bottom border look*/
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 3px;
}

.btn-flat.nobottom {
    border-bottom: none;
}


/*END BUTTONS*/


.ticketEntityIcon {
    font-size: 10px;
    color: #6B6C6E;
}

/*We over write the java script class for display file attachement control properly*/
.k-upload-pct {
    line-height: 0;
    opacity: 0;
}

/*End kendo upload classes*/

/*We over write the kendo list-container class for display file dropdown control properly*/
.k-list-container
{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
} 

/*End kendo list classes*/

/*We over write the kendo window-titlebar and header class for display title properly*/
.k-window-titlebar.k-header 
{
    height: 2.1em;
    margin-top: -2em;
    position: absolute;
    padding: 0.4em 0; 
    box-sizing: content-box;
}

/*End kendo window-titlebar classes*/

/* To load loader*/
.loader {
    float : right;
    margin-top: 8px;
}

/* To show cursor pointer on uploaded image*/
.dropzone.dz-clickable * {
    cursor: pointer !important;
}  

/* To set cursor for ticket detail*/
.widget-cursor{
     cursor: pointer !important;
}

/* To set height for ticket detail*/
.widget-height{
    height: 186px;
}

/* To set height for ticket detail*/
.widget-detailheight{
    height: 160px; 
}

/* To set height for ticket detail*/
.widget-lowdetailheight{
    height: 100px; 
}

/* To set border for ticket detail */
.widget-bordr{
    border-top: 1px solid #e8e8e8; 
    padding: 16px; 
}

.ticket-details-content {
    width: 100%;
    border: none;
}

.wordWrap {
    word-wrap:break-word;
}

/*NEW TICKET PRIORITIES COLORS*/
.priority-low{
    background-color: #E5E5E5;
    color: #333333;
}

.priority-normal {
    background-color: #CCCCCC;
    color: #333333;
}

.priority-high {
    background-color: #EAEA55;
    color: #333333;
}

.priority-urgent {
    background-color: #F99D1D;
    color: #333333;
}

.priority-critical {
    background-color: #E35050;
    color: #333333;
}

.label-complete {
    background-color: #9FCE4D;
    color: #333333;
}

/*END NEW TICKET PRIORITIES COLORS*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#ticketRequestButton {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-header {
    font-size: 16px;
}

.modal-dialog {
    padding-top: 50px;
    width: 400px;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
}

.flyover {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    border-left: 1px solid #e8e8e8;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1031;
    display: flex;
    flex-direction: column;
    min-width: 450px;
    height: 100vh;
}

.flyover-header {
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 14px;
    display: block;
    height: 71px;
    box-sizing: border-box;
    padding-top: 30px;
}

.flyover-content {
    height: calc(100% - 71px);
}

.flyover-content > * {
    display: block;
    height: 100%;
}

.flyover-header .close {
    float: right;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    color: #666666;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.flyover-form-actions {
    text-align: right;
    width: 100%;
    height: 50px;
    padding: 9px 14px;
    border-top: 1px solid #e8e8e8;
    box-sizing: border-box;
    background-color: white;
}

.scrollable-content {
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    padding: 0 14px;
    box-sizing: border-box;
    padding-top: 14px;
}

.brand {
    display: inline-block !important;
    position: relative;
}

.company-display-name {
    display: inline-block !important;
    vertical-align: middle;
}

.duplicate-company {
    color: black;
    padding: 10px 10px 10px 10px;
}

.duplicate-company:hover {
    background-color: #e7e7e7;
}

.alert-danger {
    margin-top: 10px;
}