.tab_head
{
    z-index: 20;
    font-size: 12px;
    text-overflow:ellipsis;
    white-space: nowrap; 
    width: 12em; 
    overflow: hidden;
    float: left;
    max-width: 75%;
}
.container {
    width: 100%;
    margin-top: 10px;
    padding-left: 0px !important;
    font-size: 13px !important;
}
.suggest_li
{
    padding: 5px;
}
.suggest_li:hover
{
    background-color: #efeded;
}
.crm-tab-content
{
    border:1px solid #ddd;
    border-top-color: transparent;
    background-color: whitesmoke;
}
.nav-tabs > li {
    position:relative;
    width: auto;
    max-width: 200px;
    z-index: 10 !important;
    padding: 0px 0px;
    border-right: 1px solid lightgrey;
}
.collapse_ul > li {
    position:relative;
    width: auto;
    max-width: 200px;
    z-index: 10 !important;
    padding: 0px 0px;
}
.collapse_ul > li > a
{
    color: #777;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.side_bar
{
    padding: 10px;
}
.side_bar > a
{
    color: #777;
}
.close_tab {
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    padding: 2px 0px !important;
    font-size: 10px !important;
    line-height: 1.428571429 !important;
    border-radius: 15px !important;
    z-index: 999 !important;
}
.ticket-no
{
    display: inline-block;
    background-color: #dadada;
    color: black;
    font-size: 10px;
    padding: 0 5px;
    margin-right: 5px !important;
    vertical-align: top;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 26;
}
#tickets_page_view a:hover,
#tickets_page_view a:focus {
    text-decoration: none !important;
    color: black !important;
}
#tickets_page_view a:focus {
    outline: 0 !important;
    box-shadow: none !important;
    color: black !important;
}
li.active>a.tab_a
{
    color: black !important;
    border: none !important;
}
li>a.tab_a
{
    background-color: whitesmoke !important;
    border: none !important;
    text-align: center;
}
.tab-content > .active
{
    display: inline-block !important;
    width: 100% !important;
}
.filters:focus,
.filters:hover
{
    background-color: #ddd;
    cursor: pointer;
}
.view_all_tics
{
    margin-top: 10px;
}
/***************************************************/
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
#search_ticket_input
{
    right:0;
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    right:0px;
    width: 34px;
    margin: 0px -1px;
    opacity: 0;
    border-radius: 20px;
    height: 34px;
    position: absolute;
    cursor: pointer;
    border: none;
    box-shadow: none;
    background-color: transparent
}
#search_ticket_input:focus
{
    width: 250px !important;
    right:0;
    cursor: text;
    z-index: 20 !important;
    border-radius: 4px;
    border: 1px solid #777;
    box-shadow: none;
    opacity: 1;
    position: absolute;
    background-color: white;
    transition: all 0.35s, border-radius 0s; 
}
#search_ticket_input.form-control::-webkit-input-placeholder {
    display: none;
}
#search_ticket_input.form-control::-moz-placeholder {
    /* Firefox 18- */
    display: none;
}
#search_ticket_input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}
#search_ticket_input.form-control::-ms-input-placeholder {
    display: none;
}
#search_ticket_icon
{
    z-index: 20 !important;
    color: #777;
}
.panel.with-nav-tabs .panel-heading{
    padding: 0px;
    border:none;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff !important;
    border-color: #ddd;
    border-top-color: red !important;
    border-top: 2px solid red !important;
    border-radius: 0 !important;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
    min-height: auto;
    max-height: 300px;
    overflow-y: auto;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}
.tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
.tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }
a.list-group-item.read { color: #222;background-color: #F3F3F3; }
hr { margin-top: 5px;margin-bottom: 10px; }
.nav-pills>li>a {padding: 5px 10px !important;white-space: nowrap;
                 overflow:hidden !important;
                 text-overflow: ellipsis;}

.hiddenRow
{
    display: none;
    padding: 1px !important;
    background-color: gray;
}
table > tbody > tr > td
{
    vertical-align: middle !important;
}
.clickable{
    cursor: pointer;   
}

.tickets_panel > .panel-heading div {
    margin-top: -10px;
    font-size: 12px;
    padding-right: 10px;
}
.tickets_panel > .panel-heading span{
    margin-left:5px;
}
.table > tbody > tr > td span.label{
    margin-left:5px;
}
.tickets_panel > .panel-body{
    display: none;
}
.tickets_panel > .panel-heading
{
    padding: 10px !important;
}
.ticket-refresh
{
    margin: -5px 10px 0 10px;
    float: left;
}
.single_ticket_panel >.panel-body
{
    max-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
}
.single_ticket_panel > .panel-heading div {
    margin-top: -10px;
    font-size: 12px;
    padding-right: 10px;
}
.single_ticket_panel > .panel-heading span{
    margin-left:5px;
}
.single_ticket_panel > .panel-heading
{
    padding: 10px !important;
}

.new_ticket_panel > .panel-heading div {
    margin-top: -10px;
    font-size: 12px;
    padding-right: 10px;
}
.new_ticket_panel > .panel-heading span{
    margin-left:5px;
}
.new_ticket_panel > .panel-heading
{
    padding: 10px !important;
}
/***********************************/

.comment-list .row {
    margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
    padding: 4px 15px;
    position: absolute;
    border:none;
    /*Panel-heading border radius*/
    border-top-right-radius:0px;
    top: 1px;
}
.comment-list .panel .panel-heading.right {
    border-right-width: 0px;
    /*Panel-heading border radius*/
    border-top-left-radius:0px;
    right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}
.comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    .comment-list .arrow_tic:after, .comment-list .arrow_tic:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    .comment-list .panel.arrow_tic.left:after, .comment-list .panel.arrow_tic.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow_tic.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow_tic.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow_tic.right:before {
        right: -16px;
        top: 30px;
        /*Use boarder color of panel*/
        border-left-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow_tic.right:after {
        right: -14px;
        top: 31px;
        /*Change for different outline color*/
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
}
.comment-list .comment-post {
    margin-top: 6px;
}

/******************************/
.status-upload {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}
.reply_textarea {
    font-size: 14px;
    min-height: 150px;
    letter-spacing: 0.3px;
    padding: 5px;
    width: 100%;
    resize:vertical;
    outline:none;
    border: 1px solid #F2F2F2;
}
.status-upload div.form-group {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: #FFF;
    border-top:1px solid #ccc;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.img-upload{
    padding: 5px;
    float: left;
}
.pdf
{
    background: url('../img/pdf.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.xml
{
    background: url('../img/xml.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.csv
{
    background: url('../img/csv.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100%;
}
.doc
{
    background: url('../img/doc.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.docx
{
    background: url('../img/docx.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.txt
{
    background: url('../img/txt.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.xlsx
{
    background: url('../img/xlsx.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.xls
{
    background: url('../img/xlsx.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.zip
{
    background: url('../img/zip.png')no-repeat;
    height:50px !important;
    width:50px !important;
    background-size: 100% !important;
}
.unknown_type
{
    background: url('../img/unknown_type.png')no-repeat;
    height:50px!important;
    width:50px !important;
    background-size: 100% !important;
}

#wp-reply_ticket_textarea_id-wrap{
    padding: 5px;
}

/*********************************************/
.tiny_loader {
    background: url('../img/tiny_load.gif')no-repeat;
    width: 8%;
    height: 8%;
    position: absolute;
    background-size: 100%;
}
/* Spin Kit */

.spinner_loader {
  width: 12px;
  text-align: center;
  display: none;
}

.spinner_loader > span {
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner_loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #00cc00;
}

.spinner_loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #009900;
}

.spinner_loader .bounce3 {
  background-color: #006600;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}
.btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.files .progress {
    width: 200px;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}
li
{
    margin-bottom: 0px !important;
}
#dev-table > tbody >tr > .wrap_content
{
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 250px;
}
#search-table > tbody >tr > .wrap_content
{
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 250px;
}
.ticket_title_editable
{
    margin: 0;
    color: #333;
    padding: 1px 2px 1px 5px;
    text-overflow: ellipsis;
    width: 100%;
    border: 1px solid transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}
.ticket_title
{
    margin: 0;
    color: #333;
    padding: 1px 2px 1px 5px;
    text-overflow: ellipsis;
    width: 90%;
    background: white !important;
    float:right;
}
.ticket_title_editable:focus,
.ticket_title_editable:hover
{
    border-color: whitesmoke !important;
    box-shadow: 0 0 3px #286090 !important;
    outline: thick none !important;
    background: white !important;
}
.filter_div{
    float: left;
    width: 100%;
    padding-bottom: 8px;
}
.filter-each{
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: left;
    height: 35px;
    margin-right: 10px;
    min-width: 54px;
    padding: 5px 18px;
}
.select-full{
    background: #f7f7f7 none repeat scroll 0 0 !important;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #97999a;
    cursor: pointer;
    float: left;
    height: 35px;
    line-height: 26px;
    padding: 4px 10px;
    position: relative;
    width: 100%;
    z-index: 5;
    border-radius:0px !important;
    height: 33px;
}
.select-btn{
    border: none !important;
    width: 100%;
}
.ticket-delete-button, .ticket-refresh-button{
    display: inline-flex;
    vertical-align: middle;
}
.ticket-delete-button:hover{
        opacity: 1;
}
.wsdesk_wrapper .nav-tabs > li > a.tab_a
{
    margin-right: 0px !important;
}
.wsdesk_super{
    vertical-align: super;
    font-size: x-small;
    position: relative;
    color: green;
}
.badge{
    float: left;
}