
.bootstrap-iso{
  
}

#qcld_tickets_container {
  border-radius: 4px;
  /*border: 1px solid #718093;*/
  background-color: #fff;
  color: #2C3E50;
  min-height: 300px;
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(60, 64, 67, .30), 0 2px 3px 0px rgba(60, 64, 67, .15);
}

#qcld_tickets_container .qcld_loading_icon{
  margin-top: 118px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qcld_reply_widget .qcld_loading_icon{
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.qcld_tl_action_bar{
  padding: 10px 0;
  background-color: #718093;
}

.qcld_create_ticket_btn{
  background-color: #E74C3C;
  color: #fff !important;
  margin-bottom: 3px !important;
}

.qcld_action_btn{
  background-color: #FFF;
  color: #383333 !important;
  margin-bottom: 3px !important;
}

.qcld_search_btn{
  margin-top: -24px;
  cursor: pointer;
}

.qcld_search_btn_sarch{
  margin-left: 10px;
  float: left;
}

.qcld_search_btn_filter{
  margin-right: 10px;
  float: right;
  position: relative;
}

#qcld_ticket_search{
  padding: 0 30px !important;
}

.wpsp_custom_filter_container{
  width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc !important;
  position: absolute;
  z-index: 999999;
  top: 32px;
  left: 0px;
}

.wpsp_filter_btn{
  margin: 3px 0 !important;
}

.wpsp_filter_body{
  max-height: 250px;
  overflow-y: auto;
  padding: 15px 0;
}

.wpsp_filter_footer{
  padding: 10px 0;
  background-color: #F3F3F7;
}

.qcld_sidebar, .qcld_it_body{
  padding-top: 20px;
}

.qcld_sidebar .row{
  background-color: #fff;
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #c3c3c3;
  min-width: 150px;
}

.wpsp_sidebar_labels{
  
  margin: 10px 0;
  cursor: pointer;
  overflow: hidden;
  width:100%;
  -webkit-transition: all 0.3s ease; 
  -moz-transition: all 0.3s ease; 
  -o-transition: all 0.3s ease; 
  transition: all 0.3s ease; 
}

#qcld_md_filters .wpsp_sidebar_labels.active, #qcld_md_filters .wpsp_sidebar_labels:hover{
  font-weight: bold;
  -webkit-transition: all 0.3s ease; 
  -moz-transition: all 0.3s ease; 
  -o-transition: all 0.3s ease; 
  transition: all 0.3s ease; 
}

@media (max-width: 991px) and (min-width: 768px){
  .bootstrap-iso .qcld_action_btn.visible-sm{
    display: inline !important;
  }
}

@media (max-width: 767px){
  .bootstrap-iso .qcld_action_btn.visible-xs{
    display: inline !important;
  }
}

.qcld_ticket_list_container{
  padding-top: 20px;
  min-height: 500px !important;
}

.qcld_ticket_list_container td,.qcld_ticket_list_container th,.qcld_ticket_list_container tr,.qcld_ticket_list_container table{
  border: none !important;
}

.qcld_ticket_list_container td,.qcld_ticket_list_container th{
  white-space: nowrap;
}

.qcld_ticket_list_container th{
  background-color: #424949;
  color: #ffffff;
}

.qcld_ticket_list_container tr:hover{
  cursor: pointer;
}

.qcld_ticket_list_container input[type=checkbox]{
  margin: 0 !important;
  vertical-align: middle !important;
}

.wpsp_admin_label{
  border-radius: 4px;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 10px;
  white-space: nowrap;
}

.qcld_thread{
  display: table;
  width: 100%;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #c3c3c3;
}

.qcld_thread.note{
  background-color: #FEF9E7;
}

.thread_avatar, .thread_body{
  display: table-cell;
  vertical-align: top;
}

.thread_avatar{
  width: 40px;
}

.thread_avatar img{
  border-radius: 5px;
}

.thread_body{
  padding: 0 15px 5px 15px;
}

.thread_user_name{
  margin-bottom: 10px;
}

.thread_user_name strong{
  
}

.thread_user_name i {
  margin-left: 5px;
}
.thread_user_name a {
  color:initial;
  text-decoration: none !important;
}

.thread_messege, .thread_messege p{
  
}

.thread_action_btn{
  float: right;
  cursor: pointer;
  margin-left: 10px;
  color: #a7a9ab;
  font-size: 14px;
}

.thread_action_btn:hover{
  color:black;
}

.qcld_raised_by_action:hover{
  color:black;
}

.qcld_thread_log{
  padding: 10px;
  margin-bottom: 20px;
  background-color: #D6EAF8;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.qcld_reply_widget{
  margin-bottom: 20px;
}

.bootstrap-iso .attachment {
  text-align:left !important;
}

#qcld_frm_create_ticket .attachment{
  width: 100% !important;
}

.qcld_reply_widget .attachment, .qcld_reply_widget .submit{
  padding: 5px 0;
}

.attachment_link span{
  font-size: 13px;
  color: #0077AE;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style:dotted;
  padding-right: 10px;
}

.qcld_reply_widget button, .qcld_reply_widget .btn-group{
  float: right;
  margin-top: 5px;
}

.btn {
  margin-right: 2px !important;
}

.individual_ticket_widget .wpsp_sidebar_labels{
  font-size: 12px;
  cursor: auto;
}

.qcld_sf_del{
  padding: 1px 5px !important;
}

.raisedby_img{
  width: 100%
}

.raisedby_img img{
  border-radius: 5px;
}

.raisedby_name{
  width: 100%;
  font-size: 17px;
  margin: 15px 0;
}

.raised_by_div{
  margin-bottom: 10px;
  background-color: #D6DBDF;
  overflow: hidden;
  color: #000;
  border: none !important;
}

.raised_by_div div{
  vertical-align: middle;
}

.raised_by_div .thread_avatar{
  width: 20px;
}

.raised_by_div .thread_body{
  padding: 0 15px 0 15px;
}

.raised_by_div .thread_user_name{
  margin-bottom: 0;
}

.qcld_page_heading{
  margin-left: 30px;
  margin-bottom: 35px !important;
}

.qcld_ct_field_label{
  font-size: 15px;
}

.create_ticket_fields_container{
  padding: 0 20px;
  padding-top: 15px;
}

.create_ticket_frm_submit{
  padding: 0 30px;
  margin: 30px 0;
}

.assigned_agent{
  padding-bottom: 20px !important;
}

.attachment_container{
  margin-top: 10px;
}

.attachment_cancel{
    float: right;
    margin: -40px 0px 0 0;
    cursor: pointer;
}

.captcha_container{
  margin-bottom: 10px;
  display: flex;
  padding: 20px;
  margin-left: 15px;
  background-color: #B2BABB;
  color: #000;
  font-size: 15px;
  border-radius: 5px;
  font-weight: bold;
}

.widget_header{
  margin-bottom: 3px !important;
  font-size: 16px !important;
}

.widget_divider{
  margin-top: 4px !important;
  margin-bottom: 6px !important;
}

#qcld_message_login{
  padding: 5px;
  border-radius: 4px;
}

.qcld_attachment_tbl table, .qcld_attachment_tbl th, .qcld_attachment_tbl td{
      border: hidden !important;
      padding: 0px !important;
}

.qcld_ticket_thread_expander{
  margin-top: 10px;
  color: #003eff;
  cursor: pointer;
}

.thread_messege{
    overflow: hidden;
}

.qcld_ticket_thread_content img{
    cursor: pointer;
}

.qcld_textarea{
  height: 160px !important;
  width: 100%  !important;
}

#qcld_ticket_fields{
  margin: 10px 0;
}

#qcld_ticket_aof_fields{
  margin: 10px 0;
}

.qcld_tl_action_bar button{ 
  float: left !important; 
}

#qcld_register_email_error, #qcld_register_username_error{
  color: red;
}

.thread_messege ul{
  list-style-type:disc !important;
  padding-inline-start: 40px;
}

.qcld_seen_info{
  float:right;
  cursor:pointer;
}

#qcld_additional_users{
  margin: 10px 0;
}

#biographical_info{
  margin: 10px 0;
}

.bootstrap-iso .mce-tinymce{
  border: 1px solid #ccc;
}

#inputEmail{
  margin-bottom: 5px;
}

.thread_messege #qcld_timer_table {
  width: auto !important;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.thread_messege #qcld_timer_table td, .thread_messege #qcld_timer_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#qcld_frm_agent_setting, #qcld_popup_body form{
  width: 100% !important;
}

.qcld_tl_action_bar {
    width: 100%;
}

.bootstrap-iso .row {
    width: 100%;
}

.bootstrap-iso .btn-xs, .bootstrap-iso .btn-group-xs > .btn {
    padding: 2px 10px;
    margin-bottom: 2px;
}

p.form-signin-heading-text {
    padding: 5px;
    text-align: center;
    margin-top: 20px;
}

.qcld_register_pass_wrap,
.inputPassword_wrap{
  position: relative;
}

.qcld_register_pass_wrap .qcld-input-password,    
.inputPassword_wrap .qcld-input-password{    
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: .25rem;
  right:5px;
  font-size: 20px;
  color: #2271b1;
  cursor: pointer;
}
.qcld_register_pass_wrap .qcld-input-password{       
  top: 2rem;
}

/*qcld-attachment-lightbox STYLE*/
.qcld-attachment-lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.qcld-attachment-lightbox .qcld-attachment-lightbox-video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.qcld-attachment-lightbox iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.qcld-attachment-lightbox img {
  display: block;
  margin: 0 auto;
}
.qcld-attachment-lightbox .qcld-attachment-lightbox-close {
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
  color: indianred;
  font-size: 20px;
  height: 30px;
  width: 30px;
  background: rgba(255, 255, 255, 1);
  border: 3px solid indianred;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  z-index: 9999;
  transition: 0.3s ease all;
}
.qcld-attachment-lightbox .qcld-attachment-lightbox-close:hover {
  text-decoration: none;
  transition: 0.3s ease all;
  color: #ff7c7c;
  border-color: #ff7c7c;
}
.qcld-attachment-lightbox .qcld-attachment-lightbox-container {
  max-width: 1024px;
  margin: 100px auto 25px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
  min-height: 350px;
}
.qcld-attachment-lightbox .qcld-attachment-lightbox-container .qcld-attachment-lightbox-column {
  width:100%;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.qcld_attachment_tr .qcld_attachment_link .dashicons  {
  line-height: 20px;
  width: 20px;
  height: 20px;
  font-size: 14px;
}

#qcld_frm_signup_user .reg_required label span{
  color: indianred;
}


.qcld_ticket_open_new_tab{
  display: inline-block !important;
}

#qcld_reply_box-html,
#qcld_reply_box-tmce{
  display: none !important;
}

.thread_messege code{
  display: block;
  margin: 10px 0px;
  padding: 15px 15px;
  border: 1px solid #ddd;
  color: #c7254e;
  background-color: #f8f8f8;
}

.qcld_tl_row_item{
  position: relative;
  transition: 0.3s ease all;
}
.qcld_tl_row_last_item_view{
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  width: 100%;
  transition: 0.3s ease all;
  z-index: 99;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 10px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  overflow: hidden;
  white-space: wrap;
}
.qcld_tl_row_item:hover .qcld_tl_row_last_item_view{
  display: inline-block;
  transition: 0.3s ease all;
}


.mce-content-body code {
    background: #bfe6ff
}
.mce-content-body div.style_editor_data {
    background: #bfe6ff
}
.mce-content-body div.script_editor_data {
    background: #bfe6ff
}

body .bootstrap-iso .qcld_threads_container .qcld_thread.qcld_thread_post_author.qcld_ai_reply{
  background-color: #8ed1fc !important;

}

body .bootstrap-iso .qcld_threads_container .qcld_thread.qcld_thread_post_author.qcld_notice_reply{
  background-color: #8ed1fc !important;

}


.logged-in .bootstrap-iso .table > thead > tr > th, 
.logged-in .bootstrap-iso .table > tbody > tr > th, 
.logged-in .bootstrap-iso .table > tfoot > tr > th, 
.logged-in .bootstrap-iso .table > thead > tr > td, 
.logged-in .bootstrap-iso .table > tbody > tr > td, 
.logged-in .bootstrap-iso .table > tfoot > tr > td {
  padding: 12px !important;
  max-width: 185px;
  white-space: normal;
  min-width: 70px;
}


#wp-ticket_description-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(6) .mce-widget button,
#wp-ticket_description-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(7)  .mce-widget button,
#wp-ticket_description-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(8)  .mce-widget button,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(6) .mce-widget button,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(7) .mce-widget button,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(8) .mce-widget button{
  padding: 2px 5px;
  line-height: normal;
  background-color: #5bc0de;
  color: #ffffff;
  transition: 0.3s ease all;
}
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(8) button:active,
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(8) button:focus,
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(8) button:hover,
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(6) button:active,
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(6) button:focus,
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(6) button:hover,
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(7) button:active,
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(7) button:focus,
#wp-ticket_description-wrap  .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(7) button:hover,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(8) button:active,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(8) button:focus,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(8) button:hover,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(6) button:active,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(6) button:focus,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(6) button:hover,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(7) button:active,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(7) button:focus,
#wp-qcld_reply_box-wrap .mce-stack-layout-item .mce-container-body div.mce-container:nth-of-type(7) button:hover{
  background-color: #045cb4;
  color: #ffffff;
  transition: 0.3s ease all;
}

.mce-container-body .mce-toolbar .mce-btn-group .mce-btn:focus, 
.mce-container-body .mce-toolbar .mce-btn-group .mce-btn:hover, 
.mce-container-body .qt-dfw:focus, 
.mce-container-body .qt-dfw:hover {
    box-shadow: none;
    outline: none;
}

.qcld_thread_trans {
  font-size: 22px;
  margin-top: -4px;
  color: red;
}

body #qcld_popup_container.qcld_popup_container_trans {
  top: 30px !important;
  justify-content: start !important;
}

.qcld_popup_container_trans #qcld_raised_extra_trans{
  min-height: 550px;
}
.qcld_popup_container_trans #qcld_raised_extra_trans #qcld_therad_translate{
  min-height: 550px;
  max-height: 100%;
}

#qcld_popup_title h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 981px){ 

  .qcld_popup_container_trans #qcld_raised_extra_trans{
    min-height: 350px;
  }

  .qcld_popup_container_trans #qcld_raised_extra_trans #qcld_therad_translate{
    min-height: 350px;
    max-height: 100%;
  }

}

@media screen and (max-width: 767px){ 

  .qcld_tickets_container .qcld_sidebar {
    width: 100% !important;
    min-width: 100% !important;
    float: none;
    display: block;
  }

  .thread_messege code {
    max-width: 100%;
  }

}

@media screen and (max-width: 580px){ 
  body .qcld_thread {
    display: block;
  }
  body .thread_body {
      display: block;
  }
  body .thread_messege code {
    max-width: 100%;
  }

}









@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}


body #qcld_tickets_container .col-sm-6.col-sm-offset-3.col-md-4.col-md-offset-4 {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
  transition-property: transform, opacity, box-shadow, top, left;
  transition-duration: 0.5s;
  transform-origin: 161px 100%;
  transform: rotateX(0deg);
  position: relative;
  border-top: 4px solid #2e86de !important;
  padding: 60px 40px 60px 40px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#35394a", endColorstr="#1f222e",GradientType=1 );
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 8px;
        margin: 40px 0 !important;
}
body  .bootstrap-iso div#qcld_tickets_container .col-sm-6.col-sm-offset-3.col-md-4.col-md-offset-4 input.form-control[type=password] {
  color: #dc6180 !important;
}
body  .bootstrap-iso div#qcld_tickets_container .col-sm-6.col-sm-offset-3.col-md-4.col-md-offset-4 input.form-control[type=text],
body  .bootstrap-iso  div#qcld_tickets_container .col-sm-6.col-sm-offset-3.col-md-4.col-md-offset-4 input.form-control[type=password] {
  color: #afb1be;
  width: 100%;
  margin-top: -2px;
  background: #32364a;
  left: 0;
  padding: 10px 15px;
  border-top: 2px solid #393d52;
  border-bottom: 2px solid #393d52;
  border-right: none;
  border-left: none;
  outline: none;
    height: 45px;
  box-shadow: none;
}
body .login_fields__user, body .login_fields__password {
  position: relative;
}
body .login_fields__submit {
  position: relative;
  top: 35px;
  left: 0;
  width: 80%;
  right: 0;
  margin: auto;
}
body .login_fields__submit .forgot {
  float: right;
  font-size: 10px;
  margin-top: 11px;
  text-decoration: underline;
}
body .login_fields__submit .forgot a {
  color: #606479;
}
body .bootstrap-iso div#qcld_tickets_container  button#qcld_sign_in_btn {
  border-radius: 50px;
  background-color: transparent !important;
  padding: 10px 15px;
  border: 2px solid #dc6180 !important;
  color: #dc6180 !important;
  transition-property: background, color;
  transition-duration: 0.2s;
}

p.form-signin-heading-text {
    color: #fff;
}
h2.form-signin-heading {
    text-align: center;
    color: #fff;
        font-size: 22px;
    padding: 0 0 12px 0;
}

.qcld_register_pass_wrap .qcld-input-password, .inputPassword_wrap .qcld-input-password {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 11px;
    right: 12px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

body .pull-right.forgot-password a {
    font-size: 15px;
    text-decoration: none;
}
.col-sm-12.col-md-12.qcld_ticket_list_container.table-responsive {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 8px;
}


div#qcld_tickets_container > .row {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 8px;
        margin: 8px 0 0 0;  
}

.qcld_threads_container > div{
  border-color: #d6eaf8 !important;
}
.individual_ticket_widget  > div{
  border-color: #d6eaf8 !important;
}

.individual_ticket_widget  > div button{
    padding: 2px 5px !important;
    background: #d6eaf8 !important;
    border-color: #d6eaf8 !important;
}
.raised_by_div {
    background-color: #d6eaf8 !important;
}

th.qcld_th_date_updated {
    max-width: 110px !important;
}

.pull-right.forgot-password a {
    color: #fff !important;
}
form#frm_qcld_sign_in .checkbox p {
    color: #fff !important;
}
body .pull-right.forgot-password a {
    font-size: 14px;
    text-decoration: none;
    color: #dc6180 !important;
}


body .bootstrap-iso div#qcld_tickets_container button.btn.btn-lg.btn-block {
    border-radius: 50px;
    background-color: transparent !important;
    padding: 10px 15px;
    border: 2px solid #2aabd2 !important;
    color: #2aabd2 !important;
    transition-duration: 0.2s;
}

body .bootstrap-iso div#qcld_tickets_container  button#qcld_sign_in_btn:hover {
  background-color:  #dc6180 !important;
  border: 2px solid #dc6180 !important;
  color: #fff !important;
}

body .bootstrap-iso div#qcld_tickets_container button.btn.btn-lg.btn-block:hover  {
    background-color: #2aabd2 !important;
    border: 2px solid #2aabd2 !important;
    color: #fff !important;
}

.qcld_tl_row_last_item_view {
    display: none;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 80%;
    transition: 0.3s 
ease all;
    z-index: 99;
    background: #D6EAF8;
    border-radius: 4px;
    padding: 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    overflow: hidden;
    white-space: wrap;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.row.qcld_tl_action_bar button {
    background: #5bc0de !important;
    margin: 0 5px 0 0 !important;
    padding: 8px 15px;
    color: #fff !important;
        font-weight: bold;
}

.row.qcld_tl_action_bar button:hover {
    background: #d9534f !important;
    color: #fff !important;
}
.row.qcld_tl_action_bar button:hover i{
    color: #fff !important;
}

.row.qcld_tl_action_bar button i {
    color: #fff !important;
    font-size: 15px;
    padding: 0 5px 0 0;
}

button#qcld_sign_out {
    background: #d9534f !important;
}
button#qcld_sign_out i{
    color: #fff !important;
    font-size: 15px;
    padding: 0 5px 0 0;
}

div#qcld_tickets_container {
    background: none !important;
}

table#tbl_qcld_ticket_list th {
    background: #177bbb !important;
}

button#qcld_individual_submit_reply_btn {
    background: #d9534f !important;
    color: #fff !important;
    font-weight: bold;
    border-color: #d9534f !important;
}

.col-sm-6.submit button {
    background: #177bbb !important;
    color: #fff !important;
    font-weight: bold;
    border-color: #177bbb !important;
}

#tbl_qcld_ticket_list .qcld_tl_row_item:nth-child(odd) {
    background: #D6EAF8 !important;
}
.thread_body i.fas.fa-check-circle.qcld_seen_info {
    color: #d9534f !important;
}

div#qcld_tickets_container .widget_header {
    font-size: 14px !important;
}

.qcld-form-signin-logo {
    text-align: center;
    margin: 0;
    padding: 0;
    max-width: 220px;
    margin: 0 auto !important;
}


.toplevel_page_qcld-kbx-support-tickets div#qcld_tickets_container > .row {
    box-shadow: none;
}
.toplevel_page_qcld-kbx-support-tickets .col-sm-12.col-md-12.qcld_ticket_list_container.table-responsive {
  box-shadow: none;
}



body form#qcld_frm_signup_user button{

    border-radius: 50px;
    background-color: transparent !important;
    padding: 10px 15px;
    border: 2px solid #2aabd2 !important;
    color: #2aabd2 !important;
    transition-duration: 0.2s;    
}
body form#qcld_frm_signup_user button.cancel-sm-btn {
    border-radius: 50px;
    background-color: transparent !important;
    padding: 10px 15px;
    border: 2px solid #dc6180 !important;
    color: #dc6180 !important;
    transition-duration: 0.2s;
}


body .bootstrap-iso div#qcld_tickets_container .col-sm-6.col-sm-offset-3.col-md-4.col-md-offset-4 input.form-control[type=email], body .bootstrap-iso div#qcld_tickets_container .col-sm-6.col-sm-offset-3.col-md-4.col-md-offset-4 input.form-control[type=email] {
    color: #afb1be;
    width: 100%;
    margin-top: -2px;
    background: #32364a;
    left: 0;
    padding: 10px 15px;
    border-top: 2px solid #393d52;
    border-bottom: 2px solid #393d52;
    border-right: none;
    border-left: none;
    outline: none;
    height: 45px;
    box-shadow: none;
}

.qcld-sign-up h2.form-signup-heading, .qcld-sign-up p, .qcld-sign-up label {
  color:#fff !important;
}

.qcld-form-signin-logo img {
    height: 80px;
}
.qcld-sign-up .qcld-input-password{
    top: 40px !important;
}