margin-tophtml {
    overflow-y: scroll;
}

.form-horizontal { 
    margin-top: 6px;
}

.input_0 {
    margin: 0px;
}

body { 
    padding-top: 70px; 
    padding-left: 10px; 
    padding-right: 10px !important;
}

#login-info {
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 1040;
}

#copyright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1040;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

#message_show_button {
    position: fixed;
    bottom: 28px;
    left: 10px;
    z-index: 1040;
/*    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;*/
}

#new_contact_card_show_button_block {
    display: flex;
    float: left;
    position: fixed;
    bottom: 28px;
    left: 70px;
    z-index: 5001;
}

#new_contact_card_show_button_block {
    display: flex;
    float: left;
    position: fixed;
    bottom: 28px;
    left: 70px;
    z-index: 5001;
}

#task_minimize_button_block {
    display: flex;
    float: right;
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 1040;
    width: 140px;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}

[id^=new_contact_card_button_show] {
    display: none;
    margin-left: 5px;
}

#loading {
    position: fixed;
    top: 10px;
    right: 100px;
    z-index: 1050;
}

.load {  
    display: none;
    background: url(/img/icons-16/loader.gif);  
    background-repeat: no-repeat;
    width: 16px;  
    height: 16px;  
    padding-left: 20px;
}
.f_call_ani, .f_call_dnis, #clear, .f_call_originip {
    cursor: pointer;
}

.clear_input {
/*    background-color:rgba(0, 0, 0, 0) !important; */
/*    -webkit-appearance:none !important; */
/*    border: none !important; */
    width: 140px !important; 
    /* padding: 0 !important; */
    box-shadow: none !important;
    display: inline !important;
}


.link_td {
    cursor: pointer;
}

.chart_count {
    float: left;
}
.clearBoth { clear:both; }


/*#loginbox {
    padding-top: 50px;
}*/

.clear {
    cursor: pointer;
}

.nopad {
    padding: 0px !important;
}
.nomar {
    margin: 0px !important;
}

.my_call_date {
    font-weight: bold;
}

#side_bar {
/*    max-width: 470px;*/
margin-bottom: 20px;
}

.table_sort {
    cursor: pointer;
}

.modal {
    z-index: 5000;
}

#message_send.modal
{
    overflow: hidden;
    bottom: auto;
    right: auto;
    z-index: 5000;
}
#message_send.modal .modal-dialog{
 
    margin-right: 18px;
    margin-left: 18px;
    margin-bottom: 30px;
    margin-top: 18px;
}

#edit_task .modal-dialog .modal-header {
    background-color: #b7eab5b3;
}

#edit_lead .modal-dialog .modal-header {
    background-color: #a4ddf3;
}

.message > .message_text {
    padding: 4px;
    margin-bottom: 6px;
    border: 1px solid transparent;
    border-radius: 4px;
    
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -webkit-hyphens:auto;
    hyphens:auto;
    word-wrap:break-word; 
    position: relative;
}

.message_out > .message_text {
    margin-left: 20px; 
    margin-right: 5px;
    color: #3c763d;
    background-color: #EFFBF2;
    border-color: #BCDBA3;
}

.message_text_time {
    font-size: 72%;
}

.messages_date {
    font-weight: bold;
}

.message_out > .message_time {
    margin-left: 100px;
}

.message_inc > .message_time {
    margin-left: 6px;
}

.message_inc > .message_text {
    margin-right: 20px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#messages {
    height:225px;
    overflow-y: scroll;
    overflow-x: hidden; 
}

#messages_phones, #tab_users, #tab_favorites, #list_web {
    height:440px;
    overflow-y: scroll;
}

#message_send > .modal-dialog > .modal-content {
    height: 520px;
}

#message_send > .modal-dialog > .modal-content > .modal-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

#message_send > .modal-dialog > .modal-content > .modal-header {
    border-bottom: 0;
    padding-bottom: 5px;
}

.fa-spin-delay {
  -webkit-animation: spin 2s infinite ease-in-out;
  -moz-animation: spin 2s infinite ease-in-out;
  -o-animation: spin 2s infinite ease-in-out;
  animation: spin 2s infinite ease-in-out;
}

#messages_phones_ul > li > a, #list_user > li > a, #favorite_user > li > a {
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

#edit_provider_sms_contact_name {
    white-space: nowrap;
    font-weight:bold; 
    height: 20px;
}

#edit_provider_sms {
    height: 92px;
    width: 230px;
    overflow-y: auto;
    word-wrap: break-word;
    cursor: text;
}

#message_new_button {
    margin-right: 8px;
}

#message_new_button, #messages_phones_show_button {
    margin-right: 10px;
}

#message_delivery_contact {
    margin-bottom: 10px;
}

.emoji {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
/*    margin-bottom: -0.25em;*/
    vertical-align: bottom;
}

#show_smiles_button {
}

#smiles {
    width: 285px;
    height: auto;
    position: absolute;
    z-index: 10000;
    display: block;
}

#messages {
    margin-bottom: 0;
}

#message_options {
    height: 18px;
}

.emoji_insert {
    padding: 5px;
/*    margin-right: 1px;*/
    display: inline-block;
    position: relative;
}

.emoji_insert:hover {
    background-color: #f5f5f5;
}

#message_typing {
    background: url(/img/typing.gif) 0 2px no-repeat;
    padding: 1px 0 0 20px;
    margin-left: 20px;
    display: block;
    height: 14px;
    opacity: 0;
    font-size: 12px;
}

.message_file_progress {
    height: 10px;
    margin-bottom: 0px;
}

.users_user_call {
    /* display: none; */
}

.users_user:hover .users_user_call  {
    display: block;
}

/*.task_result_option {
    display: none;
}

.edit_task_result_item:hover .task_result_option  {
    display: block;
}*/

#message_delivery_contact:hover .users_user_call  {
    display: block;
}


.users_user_call:hover   {
    background-color: #419641;
    cursor: pointer;
}

.filter_form_button {
    cursor: pointer;
}

.alert_disable {
    cursor: pointer;
    font-size: 72% !important;
    padding-left: 6px;
}

.filter_form_button:hover {
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.message_unviewed {
/*    padding-left: 4px;*/
    position: absolute;
    bottom: 1px;
    right: 3px;
    font-size: 72% !important;
}

.phone_type_name_select, .edit_contact_field_type_field, .add_contact_field_type_field, #contact_phone_phone_type_id_new {
    cursor: pointer;
    border: 0;
}

#edit_contact_name, #edit_lead_name {
    font-size: 20px;
}

.table_top {
    font-size: 20px;
}

.messages_phone label {
    cursor: pointer;
}

@media (min-width: 992px) {
    #edit_contact > .modal-dialog > .modal-content > .modal-body {
        min-height: 500px;
    }
}

#contact_note_text_add, .contact_note_text_edit, #contact_task_text_add, #lead_task_text_add, #lead_note_text_add, .contact_task_text_edit, .contact_task_result_text_edit {
    word-wrap: break-word; 
    resize: none;
    max-height: 120px;
    margin-bottom: 6px;
    padding-top: 5px;
    padding-left: 11px;
}

#contact_note_text_form {
    margin-bottom: 14px;
}


.contact_note_text, .contact_task_text, .contact_task_result_text, .contact_line_text {
/*  padding: 6px 12px;*/
  word-wrap: break-word;
/*  max-height: 100px;*/
/*  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;*/
/*  color: #555;*/


/*  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ccc;*/
}

.contact_task_result_text, .contact_task_result_text_edit {
    margin-top: 2px;
}

/*.contact_task_result_text {
    margin-left: 10px;
}*/

.contact_note, .contact_note_resume, .contact_task_resume {
  margin-bottom: 10px;
  padding-bottom: 14px;
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
}
#lead_note_list > .contact_note:hover, #contact_note_list > .contact_note:hover {
  background-color: #F8F8F8;
}

.contact_task_resume, .contact_note_resume {
    padding-bottom: 10px;
}
/*
.contact_note:last-child, .contact_note_resume:last-child, .contact_task_resume:last-child {
  border-bottom: 0px;
}*/

.contact_note.tab-content {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.contact_note_icon, .contact_task_icon {
    position: absolute;
    top: 23px;
    left: 12px;
}

.contact_task_icon, .contact_note_icon.fa-paperclip {
    cursor: pointer;
}

.contact_note_expander {
    text-decoration: underline;
}

.phone_name, .phone_name_icon {
    cursor: pointer;
}

.contact_table {
    margin-bottom: 0;
}

/*.contact_table > tfoot > tr > td {
    padding-bottom: 0;
}

.contact_table > thead > tr > th {
    padding-top: 0;
}*/


.group_field_name {
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
}

/*.form-horizontal .form-group {
    margin: 0px;
}
*/
.form-margin-0 > .form-group {
    margin: 0px;
    margin-bottom: 6px;
}


.contact_event_add {
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 4px;
}

.contact_event_add > li > a {
    padding: 4px 8px;
}

.contact_note > button {
/* margin-top: 5px; */
margin-bottom: 5px;
}

.contact_task_complete {
/*    text-decoration: line-through;*/
}


.select2-static > .select2-container > .select2-choice {
    position: static !important;
}

.datetimepicker-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.datetimepicker-group-btn:first-child > .btn {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.task_text {
    word-wrap: break-word;
    resize: vertical;
}

#contact_line_tablist {
    margin-bottom: 10px;
}

#DialogСontextMenu {
    z-index: 1045;
}

.mt0 {
    margin-top: 0px;
}

.mt15 {
    margin-top: 15px;
}

.mtb6 {
    margin-top: 6px;
    margin-bottom: 6px;
}
.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mtb20x4 {
    margin-top: 20px;
    margin-bottom: 4px;
}
.mb6 {
    margin-bottom: 6px;
}
.mb15 {
    margin-bottom: 15px;
}

.pd5 {
    padding: 5px;
}


.group_icon, .user_icon {
    cursor: pointer;
}

.pl5 {
    padding-right: 5px;
}

.ptb0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pt0 {
    padding-top: 0px;
}

#contact_card, #lead_card {
    overflow-y: scroll;
}

#main_window {
    padding-left: 0;
}

.lead_status_label {
    padding: 4px 6px;
    border-radius: 3px;
    background: #CCC;
    color: #555555;
}
.contact_task_expander {
    padding-right: 6px;
}

.select2-bootstrap-prepend > .select2-container > .select2-choice {
    height: 38px;
}

.select2-bootstrap-prepend > .select2-container > .select2-choice > .select2-chosen {
    padding: 8px 12px;
}

html {
    overflow-y: scroll;
}

.lead_possibility_link {
    padding: 3px 9px !important;
}
.lead_possibility_dropdown {
    min-width: 10px;
}

.filter_form_button { 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
}

.alert-standart{
    background-color: transparent;
    border-color: transparent;
    color: inherit;
}

.home_box_content {
    height: 440px;
    overflow-y: scroll;
}


.home_call_lost_item_delete {
    display: none;
}
.home_call_lost_item:hover .home_call_lost_item_delete {
    display: block;
}

a.dot {
 text-decoration: none; /* Убираем подчеркивание */
 border-bottom: 1px dashed #000080; /* Добавляем свою линию */ 
}

a.dot:hover {
 color: #f00000; /* Цвет ссылки при наведении на нее курсора */
}


.bootstrap-tagsinput {
    width: 100%;
}

.accordion {
    margin-bottom:-3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-cursor{
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

@font-face {
    font-family: 'phone-volume-control';
    src:  url('../fonts/phone-volume-control.eot?s5gwb1');
    src:  url('../fonts/phone-volume-control.eot?s5gwb1#iefix') format('embedded-opentype'),
    url('../fonts/phone-volume-control.ttf?s5gwb1') format('truetype'),
    url('../fonts/phone-volume-control.woff?s5gwb1') format('woff'),
    url('../fonts/phone-volume-control.svg?s5gwb1#phone-volume-control') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-pvc-"], [class*=" icon-pvc-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'phone-volume-control' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pvc-volume:before {
    content: "\e904";
}
.icon-pvc-volume-off:before {
    content: "\e905";
}
.icon-pvc-volume-down:before {
    content: "\e901";
}
.icon-pvc-volume-down-off:before {
    content: "\e900";
}
.icon-pvc-volume-up:before {
    content: "\e903";
}
.icon-pvc-volume-up-off:before {
    content: "\e902";
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: #c71c22;
}

/* call tracking styles */
/* add groups to ct providers */
#edit_ct_provider_groups_tabs li.active a {
    background: #428bca;
    color: white;
    font-weight: 600;
    padding: 4px 10px 0px 10px;
    border-color: #428bca;
    top: 15px;
}
	    		
#edit_ct_provider_groups_tabs li a {
    color: #428bca;
    padding: 4px 10px 0px 10px;
    top: 15px;
}
	    			    
#ct-provider-add-new-group {
    padding: 5px 9px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 10px;
}
	    					    
#edit_ct_provider_groups_tabs {
    border-bottom: 2px solid #428bca;
}
	    						
#ct_provider_show .edit-group-container.form-inline {
    background: #f8f8f8;
    padding: 10px;
}
	    							
#ct_provider_show table.table.table-bordered.table-striped.table-hover {
    border-bottom: 2px solid #428bca;
}
	    							    
.ct_provider_edit_group_active {
    color: #428bca !important;
}
    							        
#ct-provider-edit-group {
    color: lightgray;
}

#ct_provider_tab .ct-provider-map-marker {
    top: 12px;
}

#edit_ct_provider_groups_tab_panes .ct-provider-group-load-container label {
    margin-bottom: 0px;
}

#edit_ct_provider_groups_tab_panes .ct-provider-group-load-container .ct-provider-group-load {
    font-size: 14px;
    font-weight: bold;
    color: #bb1813;
}

/* user edit new styles for new lira widget */
@font-face {
  font-family: 'lira-widget';
  src: url('/callme/lirawidget/assets/icomoon/fonts//lira-widget.eot?qpqj67');
  src: url('/callme/lirawidget/assets/icomoon/fonts//lira-widget.eot?qpqj67#iefix') 
      format('embedded-opentype'), url('/callme/lirawidget/assets/icomoon/fonts//lira-widget.ttf?qpqj67') 
      format('truetype'), url('/callme/lirawidget/assets/icomoon/fonts//lira-widget.woff?qpqj67') 
      format('woff'), url('/callme/lirawidget/assets/icomoon/fonts//lira-widget.svg?qpqj67#lira-widget') 
      format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="lw-icon-"],
[class*=" lw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lira-widget' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lw-icon-timer:before {
  content: "\e426";
}
.lira-widget-panel {
  width: 245px;
  bottom: 0%;
  position: relative;
  box-sizing: border-box;
  z-index: 100910;
  font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  height: 60px;
/*  right: 101px;*/
}
.lira-widget-panel * {
  box-sizing: border-box;
  font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
.lira-widget-panel .lira-informer {
  position: absolute;
  width: 100%;
/*  left: 0;
  bottom: 0;
  transform: translate(0, 110%);
  transition: transform 0.3s ease-in-out;*/
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.lira-widget-panel .lira-informer {
  background-color: #0095eb;
  height: 60px;
  border-radius: 3px;
  color: #ffffff;
/*  transition: background-color 0.3s, color 0.3s, transform 0.3s ease-in-out;*/
  -webkit-font-smoothing: antialiased!important;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.lira-widget-panel .lira-informer > * {
  opacity: 0;
  z-index: 100915;
/*  transition: opacity .3s linear;*/
}
.lira-widget-panel .lira-informer-user {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  height: 100%;
  width: 100%;
}
.lira-widget-panel .lira-informer-user-pic {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -21px;
}
.lira-widget-panel .lira-informer-user-pic img {
  max-height: 100%;
/*  max-width: 100%;*/
}
.lira-widget-panel .lira-informer-user-name {
  margin-top: 4px;
  margin-left: 47px;
  font-size: 15px;
  line-height: 17px;
  width: 116px;
  white-space: nowrap; /* Отменяем перенос текста */
  overflow: hidden; /* Обрезаем содержимое */
  text-overflow: ellipsis; /* Многоточие */
}
.lira-widget-panel .lira-informer-user-status {
  margin-left: 47px;
  font-size: 12px;
  line-height: 17px;
}
.lira-widget-panel .lira-informer-timer {
  position: absolute;
  right: 5%;
  line-height: 60px;
  text-align: right;
  font-size: 30px;
}
.lira-widget-panel .lira-informer-timer .lw-icon-timer {
  font-size: 27px;
}
.lira-widget-panel .lira-informer-timer .lw-icon-timer + span {
  float: right;
}
.lira-widget-panel .lira-informer.lira-user-connected .lira-informer-connection {
  opacity: 0;
}
.lira-widget-panel .lira-informer.lira-user-connected .lira-informer-timer {
  opacity: 1;
}
.lira-widget-panel .lira-informer.lira-user-connected .lira-informer-user {
  opacity: 1;
/*  transition-delay: .3s;*/
  z-index: 100920;
}
.lira-widget-panel .lira-informer.lira-user-connected .lira-informer-user:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 100%;
}

.throbber {
    position: relative;
    
}

.throbber:after {
    content: "";
    position: absolute;
    background: url('/img/ajax-loader.gif') no-repeat 50% 50%;
    z-index: 1000000000;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;    
}

.is-blured {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    pointer-events: none;
}

/* styles for chat admin */
#edit_chat legend {
    border: 0;
    margin-top: 10px;
}

#chat_greeting_offline {
    margin-top: 5px;
}
#chat_header_open_offline {
    margin-top: 5px;
}
#chat_subheader_open_offline {
    margin-top: 5px;
}

#edit_chat .center-table-cell {
    text-align: center;
}

#list_web .chat-messages{
    color: black;
    height: 30px;
}

#list_web .chat-messages .chat-header-text {
    float: left;
}

#list_web .chat-messages .chat-header-icon {
    float: right;
    padding-top: 3px;
}

#list_web a.chat-header {
    /*padding: 5px 3px;*/
}

#list_web a.chat-header:hover,
#list_web a.chat-header:active,
#list_web a.chat-header:focus {
    box-shadow: none;
    background: none;
    outline: none;
}

#list_web .visitors {
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    padding: 0px 15px;
    height: 52px;
}

#list_web .visitors a {
    /*color:green;*/
}

#list_web .visitors .visitors_visitor_name {
    float: left;
}

#list_web .visitors .visitors_visitor_time {
    float: right;
    padding-top: 22px;
}

body .tooltip.top .tooltip-arrow {
    border-top-color: #1995dc;
    border-bottom-color: #1995dc;
}

body .tooltip.top .tooltip-inner {
    background-color: #1995dc;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body .tooltip.in{
    opacity:1!important;
}

#edit_chat_messanger {
    height: 92px;
    width: 230px;
    overflow-y: auto;
    word-wrap: break-word;
    cursor: text;
}


#chat_messages {
    position: relative;
    /*height:225px;*/
    /*overflow-y: scroll;*/
}

#client_info {
    word-break: break-all;
} 

#dialog_scroll_wrap {
    position: relative;
    overflow-y: hidden;
    height: 283px;
}

#list_web {
    position: relative;
}

#list_web .visitors_gone,
#list_web .visitors_managers_message_is_gone
{
    color: #a9a9a9;
}

#list_web .visitors_managers_message_is_online
{
    color: #2fa4e7;
}

#list_web .visitors_visitor.inactivity-client-status-green {
    color: #209023;
}

#list_web .visitors_current_message.inactivity-client-status-green {
    color: #0095eb;
}

#list_web .visitors_new_message.inactivity-client-status-green {
    color: #e60033;
}

#list_web .visitors_visitor.inactivity-client-status-orange {
    color: orange;
}

#list_web .visitors_current_message.inactivity-client-status-orange {
    color: orange;
}

#list_web .visitors_new_message.inactivity-client-status-orange {
    color: orange;
}

#list_web .owner_chat_manager {
    float: left;
    margin-left: -11px;
}

#list_web .visitors_visitor_new_message {
    /*padding-left: 45px;*/
    float: right;
}

#list_web .visitors_visitor_current_message {
    /*padding-left: 45px;*/
    float: right;
}

#form_chat .invite_user_to_dialog {
    color: #2fa4e7;
    float: left;
    width: 25px;
    padding-left: 5px;
    cursor: pointer;
}

#form_chat .dialog_users_invite {
    color: black;
    float: right;
}

#form_chat .dialog_users_invite span.dialog_user_invited {
    margin-left: 5px;
    color: #73a839;
}

.chat-popover {
    background-color: #73a839;
}

.chat-popover-main-manager {
    background-color: #73a839;
}

.chat-popover .popover-content {
    width: 48px;
    padding: 5px 0px;
    color: white;
}

.chat-popover-main-manager .popover-content {
    width: 72px;
    padding: 5px 0px;
    color: white;
}

.chat-popover > .arrow {
    border-bottom-color: #73a839 !important;
}

.chat-popover-main-manager > .arrow {
    border-bottom-color: #73a839 !important;
}

.chat-popover > .arrow::after {
    border-bottom-color: #73a839 !important;
}

.chat-popover-main-manager > .arrow::after {
    border-bottom-color: #73a839 !important;
}

.chat-popover .popover-content .invited_user_phone {
    padding: 2px 6px;
    /*float: left;*/
    border-right: 1px solid white;
    cursor: pointer;
}

.chat-popover .popover-content .invited_user_message {
    padding: 2px 0px 2px 5px;
    cursor: pointer;
}

.chat-popover-main-manager .popover-content .main_manager_user_phone {
    padding: 2px 6px;
    /*float: left;*/
    border-right: 1px solid white;
    cursor: pointer;
}

.chat-popover-main-manager .popover-content .main_manager_user_message {
    padding: 2px 5px 2px 5px;
    border-right: 1px solid white;
    cursor: pointer;
}

.chat-popover-main-manager .popover-content .main_manager_user_alert {
    padding: 2px 0px 2px 5px;
    cursor: pointer;
}

#form_chat .dialog_user_invited, #chat_change_manager {
    cursor: pointer;
}

#tab_webs_icon {
    position: relative;
}

#tab_webs_icon .badge {
    position: absolute;
    background-color: red;
    font-size: 10px;
    padding: 2px 3px;
    top: 8px;
    right: 6px;
}

.lead-change-main-contact {
    cursor: pointer;
}

.liracrm-badge {
  padding: 0px 5px 0px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  cursor: pointer;
}
.liracrm-badge-error {
  background-color: #b94a48;
}

.liracrm-badge-warning {
  background-color: #f89406;
}

.liracrm-badge-success {
  background-color: #468847;
}

.liracrm-badge-info {
  background-color: #3a87ad;
}

.liracrm-badge-inverse {
  background-color: #333333;
}


#change_chat_settings .form-group-change-chat-main-manager .input-group-btn .btn-show-invited-managers {
    padding: 6px 12px;
}

#change_chat_settings .form-group-change-chat-main-manager {
    margin-top: 25px;
}

#form_chat #chat_change_manager {
    color: #8a8585;
}

#ChatContextMenu {
    z-index: 9999;
}

#form_chat .net_status {
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

#chat_show_contact_card {
    color: #2fa4e7;
    cursor: pointer;
}

a[href="#tab_webs"] {
    cursor: pointer !important;
}

#edit_user_hold_file_play_div .checkbox-delete-hold-file {
    margin-bottom: 12px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
    [id^=edit_contact_new] .modal-header .add-new-concard-event {
        padding: 8px !important;
    }
}

[id^=edit_contact_new] {
    /*font-family: "Roboto-Regular";*/
    width: 100%;
    overflow-y: auto;
}

[id^=edit_contact_new] input {
    outline: none !important;
    outline-offset: unset !important;
    padding: 0px !important;
}

[id^=edit_contact_new] .contact_new_card_close {
   position: unset;
}

[id^=contact_card_new] {
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px; 
    background-color: #eeeeee;
    margin-top: -5px;
}

[id^=edit_contact_new] .new-card-dropdown-menu .icon-bar {
  margin-bottom:4px;
  display: block;
  width: 22px;
  height: 2px;
  color: white;
  background-color: white;
  border-radius: 1px;
}

[id^=edit_contact_new] .new-card-dropdown-menu {
   padding: 6px 7px 2px 8px; 
   background: transparent;
   border: none;
   margin-left: 4px;
}

[id^=edit_contact_new] .modal-header.new-contact-card-is-contact {
    background-color: #00a7f6;
}

[id^=edit_contact_new] .modal-header.new-contact-card-is-employee {
    background-color: #bcbcbc;
}

[id^=edit_contact_new] .modal-header.new-contact-card-is-company {
    background-color: #f6a91f;
}

[id^=edit_contact_new] .modal-header.new-contact-card-is-vip {
    background-color: #47b04b;
}

[id^=edit_contact_new] .modal-header {
    border-bottom: none;
}

[id^=edit_contact_new] .new-card-title-is-contact {
    color: #b0e4fc;
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-card-title-is-company {
    color: #9f6909;
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-card-title-is-employee {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-card-title-is-vip {
    color: #c5e7c6;
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-card-input-star-addon {
    width: 20px;
    height: 19px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 3px 12px 0px 12px;
    cursor: pointer;
}

[id^=myTabs] {
    border-bottom: none;
}

[id^=myTabDrop1_] {
    width: 138px;
    height: 30px;
    font-size: 14px;
    font-weight: noramal;
    /*font-family: "Roboto-Medium";*/
    text-transform: uppercase;
    padding: 5px 0px 5px 14px;
}

[id^=myTabs] li a.menu-item-is-contact {
    color: #75d3ff;
}

[id^=myTabs] li a.menu-item-is-company {
    color: #a56b08;
}

[id^=myTabs] li a.menu-item-is-employee {
    color: #878787;
}

[id^=myTabs] li a.menu-item-is-vip {
    color: #c5e7c6;
}

[id^=myTabs] li .dropdown-menu li a.menu-item-is-contact {
    color:  #00a7f6;
}

[id^=myTabs] li .dropdown-menu li a.menu-item-is-vip {
    color:  #47b04b;
}

[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-contact {
    color: #75d3ff;
    width: 230px;
}

[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-company {
    color: #a56b08;
    width: 230px;
}

[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-employee {
    color: #878787;
    width: 230px;
}

[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-contact {
    color:  #00a7f6;
    width: 230px;
}

[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-vip {
    color:  #47b04b;
    width: 230px;
}

[id^=myTabs] li .dropdown-menu li a.menu-item-is-contact:hover,
[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-contact:hover,
[id^=myTabs] li .dropdown-menu li.active a.menu-item-is-contact
{
    background-color: #00a7f6;
    color: #75d3ff;
}

[id^=myTabs] li .dropdown-menu li a.menu-item-is-company:hover,
[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-company:hover,
[id^=myTabs] li .dropdown-menu li.active a.menu-item-is-company{
    background-color: #f6a91f;
}

[id^=myTabs] li .dropdown-menu li a.menu-item-is-employee:hover,
[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-employee:hover,
[id^=myTabs] li .dropdown-menu li.active a.menu-item-is-employee{
    background-color: #bcbcbc;
}

[id^=myTabs] li .dropdown-menu li a.menu-item-is-vip:hover,
[id^=new_card_btn_menu_header] .dropdown-menu li a.menu-item-is-vip:hover,
[id^=myTabs] li .dropdown-menu li.active a.menu-item-is-vip{
    background-color:  #47b04b;
    color: #c5e7c6;
}

[id^=myTabs] li .dropdown-menu {
    z-index: 1000000000;
}

[id^=deals-tab] {
    width: 88px;
    height: 30px;
    font-size: 14px;
    /*font-family: "Roboto-Medium";*/
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 0px 5px 15px;
}

[id^=payments-tab] {
    width: 88px;
    height: 30px;
    font-size: 14px;
    /*font-family: "Roboto-Medium";*/
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 0px 5px 15px;
}

[id^=source-tab] {
    width: 100px;
    height: 30px;
    font-size: 14px;
    /*font-family: "Roboto-Medium";*/
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 0px 5px 15px;
}

[id^=myTabs] li.active a.menu-item{
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #eeeeee;
    color: white  !important;
}

[id^=myTabs] li a.menu-item:hover{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

[id^=myTabs] li.open a.menu-item{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    color: white !important;
}

[id^=edit_contact_name_new] {
    padding: 5px 0px 2px 0px;
    font-size: 24px;
    overflow: hidden;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

[id^=edit_contact_name_new_div] {
    /*font-family: "Roboto-Regular";*/
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 5px 0px 2px 0px;
    font-size: 22px;
    color: white;
}

[id^=edit_contact_new] .edit-contact-name-new-div-wrapper,
[id^=edit_contact_new] .edit-contact-name-new-input-wrapper,
[id^=edit_contact_new] .edit-contact-tag-new-div-wrapper {
    padding: 0px 15px 0px 0px;
}

[id^=edit_contact_name_new]::-webkit-input-placeholder { color: #b0e4fc; }
[id^=edit_contact_name_new]::-moz-placeholder {color: #b0e4fc; }
[id^=edit_contact_name_new]:-ms-input-placeholder { color: #b0e4fc; } 
[id^=edit_contact_name_new]:-o-input-placeholder { color: #b0e4fc; }
[id^=edit_contact_name_new]::placeholder { color: #b0e4fc; }

[id^=edit_contact_new] button.close {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 37px;
    font-weight: normal;
    color: #fffefe;
    text-shadow: none;
    width: 21px;
    height: 31px;
    opacity: 1.0;
    margin-top: 0px !important;
}

[id^=edit_contact_new] span.rollup {
    position: absolute;
    top: 1px;
    right: 45px;
    font-size: 35px;
    font-weight: bold;
    font-weight: normal;
    color: #fffefe;
    text-shadow: none;
    width: 21px;
    height: 31px;
    opacity: 1.0;
    cursor: pointer;
}

[id^=edit_contact_new] .bootstrap-tagsinput {
    background-color: transparent;
    border: none;
    box-shadow: none;
    min-height: 50px;
    max-height: 200px;
    overflow-y:auto;
}

[id^=edit_contact_new] .bootstrap-tagsinput input {
    padding-left: 0px;
}

[id^=edit_contact_new] .bootstrap-tagsinput span.label-info {
    /*font-family: Helvetica;*/
    font-size: 12px;
    font-weight: normal;
    opacity: 1.0;
}

[id^=edit_contact_new] .bootstrap-tagsinput span.label-info-is-contact,
[id^=edit_contact_name_new].label-info-is-contact{
    border: 1px solid #ace2fb;
    background-color: #30baf9;
    color: #ace2fb;
    border-radius: .25em;
}

[id^=edit_contact_new] .bootstrap-tagsinput span.label-info-is-company,
[id^=edit_contact_name_new].label-info-is-company{
    border: 1px solid #fbe6cb;
    background-color: #f8ba4b;
    color: #fbe6cb;
    border-radius: .25em;
}

[id^=edit_contact_new] .bootstrap-tagsinput span.label-info-is-employee,
[id^=edit_contact_name_new].label-info-is-employee{
    border: 1px solid #ebebeb;
    background-color: #cacaca;
    color: #ebebeb;
    border-radius: .25em;
}

[id^=edit_contact_new] .bootstrap-tagsinput span.label-info-is-vip,
[id^=edit_contact_name_new].label-info-is-vip{
    border: 1px solid #d0e5d2;
    background-color: #6bc06b;
    color: #d0e5d2;
    border-radius: .25em;
}

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

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

.icon-people{
    width:20px;
    display:block;
    height:12px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding: 0px 0px 0px 50px;
}
.icon-people:before{
    content: '';
    background:url('../img/people.png') no-repeat;
    position:absolute;
    width:20px;
    height:12px;
}

.icon-people-disable{
    width:20px;
    display:block;
    height:12px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding: 0px 0px 0px 10px;
}
.icon-people-disable:before{
    content: '';
    background:url('../img/people_dis.png') no-repeat;
    position:absolute;
    width:20px;
    height:12px;
}

.icon-call-made{
    width:15px;
    height:15px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding: 0px 18px 0px 0px;
}
.icon-call-made:before{
    content: '';
    background:url('../img/call-made.png') no-repeat;
    position:absolute;
    width:15px;
    height:15px;
    top: 8px;
}

.icon-play-circle-outline{
    width:25px;
    height:25px;
    background:transparent;
    color:white;
    text-decoration:none;
}
.icon-play-circle-outline:before{
    content: '';
    background:url('../img/play-circle-outline.png') no-repeat;
    position:absolute;
    width:25px;
    height:25px;
}

.icon-file-download{
    width:25px;
    height:25px;
    background:transparent;
    color:white;
    text-decoration:none;
}
.icon-file-download:before{
    content: '';
    background:url('../img/file-download.png') no-repeat;
    position:absolute;
    width:25px;
    height:25px;
    bottom: -2px;
}

.icon-incoming-sms{
    width:25px;
    height:25px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding: 0px 21px 0px 0px;
}
.icon-incoming-sms:before{
    content: '';
    background:url('../img/incoming-sms.png') no-repeat;
    position:absolute;
    width:25px;
    height:25px;
    top: 8px;
}

.icon-reply{
    width:25px;
    height:25px;
    background:transparent;
    color:white;
    text-decoration:none;
}
.icon-reply:before{
    content: '';
    background:url('../img/reply.png') no-repeat;
    position:absolute;
    width:25px;
    height:25px;
    bottom: -2px;
}

.icon-result-submit{
    width:25px;
    height:25px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding-left: 10px;
}
.icon-result-submit:before{
    content: '';
    background:url('../img/result-submit.png') no-repeat;
    position:absolute;
    width:25px;
    height:25px;
    top: 18px;
}

.icon-ellipse-callback{
    width:40px;
    height:40px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding-left: 10px;
}
.icon-ellipse-callback:before{
    content: '';
    background:url('../img/ellipse_callback_icon.png') no-repeat;
    position:absolute;
    width:40px;
    height:40px;
    top: 11px;
}

.icon-ellipse-form{
    width:40px;
    height:40px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding-left: 10px;
}
.icon-ellipse-form:before{
    content: '';
    background:url('../img/ellipse_form_icon.png') no-repeat;
    position:absolute;
    width:40px;
    height:40px;
    top: 11px;
}

.icon-ellipse-chat{
    width:40px;
    height:40px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding-left: 10px;
}
.icon-ellipse-chat:before{
    content: '';
    background:url('../img/ellipse_chat_icon.png') no-repeat;
    position:absolute;
    width:40px;
    height:40px;
    top: 11px;
}

.icon-ellipse-phone{
    width:40px;
    height:40px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding-left: 10px;
}
.icon-ellipse-phone:before{
    content: '';
    background:url('../img/ellipse_phone_icon.png') no-repeat;
    position:absolute;
    width:40px;
    height:40px;
    top: 11px;
}

.icon-history{
    width:40px;
    height:40px;
    background:transparent;
    color: #339ddc;
    text-decoration:none;
    padding-left: 15px;
    padding-top: 12px;
    font-size: 35px !important;
}

.icon-arrow-downward {
    position:relative;
    width:40px;
    height:40px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding-left: 10px;
}
.icon-arrow-downward:before{
    content: '';
    background:url('../img/arrow_downward.png') no-repeat;
    position:absolute;
    width:40px;
    height:40px;
    top: 5px;
}

[id^=edit_contact_new] .new-contact-left-sidebar {
    /*border-right: 4px solid #dddddd;*/
}

[id^=edit_contact_new] .new-contact-info .deals-value
{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager,
[id^=edit_contact_new] .new-contact-info .lead-manager-email,
[id^=edit_contact_new] .new-contact-info .lead-manager-field,
[id^=edit_contact_new] .new-contact-info .lead-manager-vip
{
    color: #443f3d;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 0px 6px 22px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager {
    padding: 0px 0px 15px 63px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-group-field-wrapper {
    padding: 0px 0px 0px 0px;
}

.lead-manager-group-field-wrapper, .lead-manager-tel {
    border-bottom: solid 1px lightblue;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-wrapper {
    margin-bottom: 15px;
    padding: 0px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-field-wrapper {
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 0px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel,
[id^=edit_contact_new] .new-contact-info .lead-manager-field {
    color: #443f3d;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 0px 0px 32px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel .lead-manager-tel-label,
[id^=edit_contact_new] .new-contact-info .lead-manager-field .lead-manager-field-label {
    padding: 0px 0px 0px 32px;
    margin-right: 18px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-field-image {
    padding-left: 0px;
    padding-right: 0px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-name,
[id^=edit_contact_new] .new-contact-info .lead-manager-tel-name,
[id^=edit_contact_new] .new-contact-info .lead-manager-email-name,
[id^=edit_contact_new] .new-contact-info .lead-manager-field-name,
[id^=edit_contact_new] .new-contact-info .lead-manager-vip-name
{
    font-weight: 600;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-vip-name {
    padding: 0px 0px 0px 19px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-vip-label {
    padding: 0px 0px 0px 32px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-plus,
[id^=edit_contact_new] .new-contact-info .lead-manager-tel-remove,
[id^=edit_contact_new] .new-contact-info .lead-manager-field-plus,
[id^=edit_contact_new] .new-contact-info .lead-manager-field-remove {
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 1px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-plus i, 
[id^=edit_contact_new] .new-contact-info .lead-manager-field-plus i {
    position: relative;
    top: -9px;
    font-size: 30px;
    color: #2fa4e7;
    left: -10px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-remove i,
[id^=edit_contact_new] .new-contact-info .lead-manager-field-remove i {
    position: relative;
    top: -9px;
    font-size: 30px;
    color: red;
    left: -10px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-phone i {
    /*position: relative;
    top: -9px;
    right: 20px;*/
    font-size: 30px;
    color: #2fa4e7;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-sms i {
    /*position: relative;
    top: -12px;
    right: 10px;*/
    font-size: 30px;
    color: #2fa4e7;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-phone {
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    position: absolute;
    right: 40px;
    top: -7px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-sms {
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    position: absolute;
    right: 10px;
    top: -10px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-name,
[id^=edit_contact_new] .new-contact-info .lead-manager-field-name {
    text-decoration: underline;
    padding: 0px 0px 0px 0px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-tel-name-input-wrapper,
[id^=edit_contact_new] .new-contact-info .lead-manager-field-name-input-wrapper {
    padding: 0px 5px 0px 0px;
}

[id^=edit_contact_new] .new-contact-info .lead-manager-vip-name input {
    margin: 1px 0px 0px -3px;
}

[id^=edit_contact_new] .new-contact-info .deals-done {
    background-color: #89c440;
    padding: 2px 0px;
    color: white;
    text-align: center;
}

[id^=edit_contact_new] .new-contact-info .deals-gone {
    background-color: #747474;
    padding: 2px 0px;
    color: white;
    text-align: center;
/*    margin-left: 5px;*/
}

[id^=edit_contact_new] .new-contact-info .deals-balance-positive {
    background-color: #30baf9;
}

[id^=edit_contact_new] .new-contact-info .deals-balance-negative {
    background-color: #fb9090;
}

[id^=edit_contact_new] .new-contact-info .deals-balance {
    padding: 2px 0px;
    color: white;
    text-align: center;
    margin-left: 0px;
}

[id^=edit_contact_new] .new-contact-info {
    background-color: #ffff;
    min-height: 1px;
}

[id^=edit_contact_new] .new-contact-company {
    background-color: #eeeeee;
    min-height: 1px;
    border-bottom-left-radius: 8px;
}

[id^=edit_contact_new] .new-contact-company .company-title >div {
    padding: 15px 0px 15px 22px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border-top: 2px solid #dddddd;
}

[id^=edit_contact_new] .new-contact-company .contact-company {
    
}

[id^=edit_contact_new] .new-contact-company .contact-company-title {
    padding: 10px 0px 10px 5px;
    height: 54px;
    display: flex;
    align-items: center;
}

[id^=edit_contact_new] .new-contact-company .contact-company .contact-company-name {
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    padding: 0px;
}

[id^=edit_contact_new] .new-contact-company .contact-company {
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-company .contact-company-title:hover {
    background-color: white;
}

[id^=edit_contact_new] .new-contact-company .contact-company-title.active {
    background-color: white;
}

[id^=edit_contact_new] .new-contact-company .contact-company:hover .icon-people-disable:before{
    background:url('../img/people.png') no-repeat;
}

[id^=edit_contact_new] .new-contact-company .contact-company-title.active .icon-people-disable:before{
    background:url('../img/people.png') no-repeat;
}

[id^=edit_contact_new] .new-contact-right-sidebar {
    background-color: #eeeeee;
    min-height: 1px;
    border-bottom-right-radius: 8px;
    padding: 38px 5px 10px 0px;
    border-left: none;
}

[id^=edit_contact_new] .contact-company-stuff {
    display: none;
    position: absolute;
    left: auto;
    right: 0px;
    z-index: 10000000;
    top: -178px;
    width: 230px;
    height: 527px;
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
    background-color: #eeeeee;
    cursor: default;
    padding: 20px 17px 0px 11px; 
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user {
    padding-bottom: 20px;
}

[id^=edit_contact_new] .contact-company-stuff a {
    outline: none;
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-header {
    text-decoration: none;
    cursor: pointer;
    
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-name-wrapper {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    float: left;
    
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-position-wrapper {
    color: #747474;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-top: 1px;
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-position {
    margin-left: 3px;
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-header-icon {
    color: #747474;
    font-size: 24px;
    font-weight: 400;
    float: right;
    margin-top: -35px;
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel {
    height: 35px;
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-name {
    margin-top: 5px;
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-phone i {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: -6px;
    font-size: 30px;
    color: #2fa4e7;
}

[id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-sms i {
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: 5px;
    font-size: 30px;
    color: #2fa4e7;
}

/*[id^=edit_contact_new] #myTabs { min-width: 600px; }
[id^=edit_contact_new] .nav-tabs-responsive { overflow-x: auto; overflow-y: hidden;}*/

[id^=edit_contact_new] .modal-header {
    display: inline-block;
    /*min-height: 136px;*/
    width: 100%;
    padding: 5px 5px 0px 5px;
    position: relative;
}

[id^=edit_contact_new] .bootstrap-tagsinput {
    padding-left: 12px;
}
[id^=edit_contact_new] .new-card-title {
    padding: 0px 0px 10px 12px;
}

[id^=edit_contact_new] .modal-header .add-new-concard-event {
    position: absolute;
    bottom: -20px;
    right: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-color: #ff4f4c;
    color: #fefefe;
    font-size: 24px;
    font-weight: 400;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 1000000;
    padding: 4px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event {
    position: relative;
    box-shadow: 0 0 0 1px #e3e4e8, 0 1px 0 #d7d8db;
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-source {
    position: relative;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    background-color: #ffffff;
    border-radius: 4px;
    margin-left: 0px;
    margin-right: 0px;
/*    margin-bottom: 10px;*/
    padding-left: 0px;
    width: 75%;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note {
    position: relative;
    box-shadow: 0 0 0 1px #e3e4e8, 0 1px 0 #d7d8db;
    background-color: #ebffec;
    padding: 5px 0px 5px 5px;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment {
    position: relative;
    box-shadow: 0 0 0 1px #e3e4e8, 0 1px 0 #d7d8db;
    background-color: #ebffec;
    padding: 5px 0px 5px 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .contact-event-new-task, 
[id^=edit_contact_new] .new-contact-right-sidebar .contact-event-new-note,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .new-contact-task-date,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .new-contact-task-time,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .new-contact-task-manager {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: underline;
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .new-contact-task-manager-input {
    padding-right: 10px;
    padding-left: 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .contact-event-new-cancel {
    font-size: 13px;
    color: #338e36;
    cursor: pointer;
    margin-left: 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task-cancel,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note-cancel,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .edit-event-note-cancel{
    font-size: 13px;
    color: #338e36;
    cursor: pointer;
    padding: 5px 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal-cancel,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment-cancel {
    font-size: 13px;
    color: #338e36;
    cursor: pointer;
    padding: 5px 0px;
    margin-left: 10px;
    width: 3%;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task-add,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note-add,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .edit-event-note-edit{
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 20px;
    background-color: #338e36;
    border-radius: 3px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .edit-event-note-delete{
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 20px;
    background-color: #e12b31;
    border-radius: 3px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal-add,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment-add {
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 3%;
    background-color: #338e36;
    border-radius: 3px;
    margin-left: 10px;
    text-align: center;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-title,
[id^=edit_contact_new] .new-contact-right-snew-contact-deal-failidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-title-input,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-text,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-text-input,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note .event-contact-note-row-2 .new-contact-note-text,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note .event-contact-note-row-2 .new-contact-note-text-input {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-title-input {
    width: 65px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-title {
    text-decoration: underline;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-text,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-text-input {
    width: 350px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note .event-contact-note-row-1 .new-contact-note-text,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note .event-contact-note-row-1 .new-contact-note-text-input{
    width: 350px;
    float: left;
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 .new-contact-task-icon {
    float: left;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-1 .glyphicon-fire {
    color: #bcbcbc;
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-1 input[type="checkbox"]:checked + label > .glyphicon-fire {
    color: #ec550f;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-1 input[type="checkbox"] {
    display: none;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-1,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-1,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-3 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note .event-contact-note-row-1 {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .event-contact-task-row-2 {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note .event-contact-note-row-2 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .edit-new-contact-card-task {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 4000;
    color: #747474;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .edit-new-contact-card-lead {
    position: absolute;
    top: 18px;
    left: 15px;
    cursor: pointer;
    z-index: 4000;
    color: black;
    font-size: 12px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .edit-new-contact-card-task:hover {
    color: green;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .edit-new-contact-card-lead:hover {
    color: green;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .event-outgoing-call-row-1,
[id^=edit_contact_new] .new-contact-right-sidebar .event-incoming-sms .event-incoming-sms-row-1,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .event-contact-task-row-1, 
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .event-contact-note-row-1 {
    padding: 5px 0px 5px 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .event-contact-task-row-1 {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .event-outgoing-call-row-2,
[id^=edit_contact_new] .new-contact-right-sidebar .event-incoming-sms .event-incoming-sms-row-2,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .event-contact-task-row-2, 
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .event-contact-note-row-2 {
    padding: 5px 0px 5px 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-incoming-sms .event-incoming-sms-row-3,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .event-contact-task-row-3 {
    padding: 5px 0px 5px 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-note .event-contact-note-row-1 .new-contact-note-file-add {
    color: #2fa4e7;
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 {
    padding: 5px 0px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-type,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-type,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-credit-days {
    padding: 0px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-sum,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-sum,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-sum-id {
    padding: 0px 0px 0px 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-sum .add_new_contact_field_value_extra_contact_lead,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-sum .add_new_contact_field_value_extra_contact_payment,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-sum-id .add_new_contact_field_value_extra_contact_payment_id {
    padding-bottom: 6px;
    height: 25px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-title,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-title,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-credit-title {
    padding: 0px 0px 0px 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-title .add_new_contact_field_value_contact_lead,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-title .add_new_contact_field_value_contact_payment,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-credit-title .add_new_contact_field_value_contact_credit {
    padding-bottom: 6px;
    height: 25px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-sum,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-title,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .add-new-event-deal-add,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .add-new-event-deal-cancel {
    
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-sum input,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-title input,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-sum input,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-sum-id input,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-title input,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-credit-title input {
    border-bottom: 1px solid #747474;
    background-color: #ebffec;
    width: 100%;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 15px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-sum input:focus,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-title input:focus,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-sum input:focus,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-sum-id input:focus,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-title input:focus,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-credit-title input:focus {
    border-bottom: 2px solid #338e36;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-type .lirax-custom-select-styled,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-type .lirax-custom-select-styled,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-credit-days .lirax-custom-select-styled {
    height: 30px;
    line-height: 12px;  
    border-bottom: 1px solid #747474;
    padding-right: 2px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-type .lirax-custom-select-styled.active,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-type .lirax-custom-select-styled.active,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-credit-days .lirax-custom-select-styled.active {
    border-bottom: 2px solid #338e36;
}

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal .event-contact-deal-row-1 .event-contact-deal-type .lirax-custom-select-options,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-payment-type .lirax-custom-select-options,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment .event-contact-payment-row-1 .event-contact-credit-days .lirax-custom-select-options {
    top: 136%;
}    

[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-deal-cancel, 
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-payment-cancel {
    color: #338e36;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .outgoing-call-title {
    color: #00a7f6;
    font-weight: 700;
    font-size: 14px;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-incoming-sms .incoming-sms-title {
    color: #89c440;
    font-weight: 700;
    font-size: 14px;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .outgoing-call-number,
[id^=edit_contact_new] .new-contact-right-sidebar .event-incoming-sms .incoming-sms-number {
    color: #747474;
    font-size: 15px;
    font-weight: 700;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .outgoing-call-duration,
[id^=edit_contact_new] .new-contact-right-sidebar .event-incoming-sms .incoming-sms-duration {
    color: #747474;
    font-size: 13px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .outgoing-call-date,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .outgoing-call-date,
[id^=edit_contact_new] .new-contact-right-sidebar .event-incoming-sms .incoming-sms-date,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .contact-note-date,
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-source .contact-source-date {
    color: #747474;
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .contact-task-date {
    color: #338e36;
    font-size: 14px;
    font-weight: 700;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .outgoing-call-time,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .outgoing-call-time,
[id^=edit_contact_new] .new-contact-right-sidebar .event-incoming-sms .incoming-sms-time,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .contact-note-time {
    color: #747474;
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .contact-task-time {
    color: #338e36;
    font-size: 14px;
    font-weight: 700;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .outgoing-call-manager,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .outgoing-call-manager,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .contact-task-manager,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .contact-note-manager,
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-source .contact-source-phone {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-source .contact-source-phone {
    color: #535050;
    font-size: 13px;
    font-weight: 700;
    padding-right: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-source .contact-source-type {
    color: #535050;
    font-size: 13px;
    font-weight: 700;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-source .contact-source-type-icon {
    width: 45px !important;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-source-wrapper .new-contact-arrow {
    padding: 0px 2px 5px 25px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .contact-task-manager {
    padding-left: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .fa-phone,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .fa-phone,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .fa-phone,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .fa-phone {
    color: #2fa4e7;
    font-size: 17px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task-row-2 .fa-clock-o {
/*    color: #338e36;*/
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note-row-1 .fa-file-text-o {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task .contact-task-title,
[id^=edit_contact_new] .new-contact-right-sidebar .add-new-event-task .new-contact-task-title{
/*    color: #338e36;*/
    font-size: 12px;
    font-weight: 600;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .event-contact-task-text-edit {
    padding-right: 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .fa-comment {
    color: #55a2cf;
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .contact-note-title {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .event-outgoing-call-actions {
    position: relative;
    padding-bottom: 7px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .event-outgoing-call-actions .icon-play-circle-outline {
    margin: 0px 30px 0px 10px;
}

[id^=edit_new_contact_card_result_contact_task] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    box-shadow: none;
    padding: 14px 0px 0px 0px;
    font-size: 14px;
    color: #555555;
}

[id^=edit_new_contact_card_result_contact_task]::-webkit-input-placeholder { color: #bcbcbc; }
[id^=edit_new_contact_card_result_contact_task]::-moz-placeholder {color: #bcbcbc; }
[id^=edit_new_contact_card_result_contact_task]:-ms-input-placeholder { color: #bcbcbc; } 
[id^=edit_new_contact_card_result_contact_task]:-o-input-placeholder { color: #bcbcbc; }
[id^=edit_new_contact_card_result_contact_task]::placeholder { color: #bcbcbc; }

[id^=deals],
[id^=payments] {
    padding-left: 18px;
    padding-right: 18px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal {
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal-success {
    color: #338f36;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal-fail {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal-other {
    color: #6ec0c0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-collapse-left {
    border-right: none;
    padding: 0px 15px 0px 25px;
    margin: 0px 0px 15px 0px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-collapse-right {
    padding: 0px 15px 0px 25px;
    margin: 15px 0px 15px 0px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount {
    margin-left: 0px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-header .new-contact-deal-title {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    padding: 15px 0px 15px 35px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-header .new-contact-deal-amount {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-header .new-contact-deal-header-icon-arrow {
    position: relative;
    color: #000000;
    padding-top: 15px;
} 



[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-lead-manager,
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount,
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-manager,
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-status {
    display: inline-flex;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-lead-manager,
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount {
    margin-bottom: 5px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-lead-manager .new-contact-deal-lead-manager-label,
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-status .new-contact-deal-status-label {
    margin-right: 10px;
    color: #747474;
    font-size: 13px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-lead-manager .new-contact-deal-lead-manager-name {
    margin-right: 10px;
    color: black;
    font-size: 14px;
    font-weight: 700;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-status .new-contact-deal-status-name {
    margin-right: 10px;
    color: #484444;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-lead-manager .new-contact-deal-lead-manager-phone {
    color: #2fa4e7;
    font-size: 17px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-lead-manager .new-contact-deal-lead-manager-phone i {
    position: absolute;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount .new-contact-deal-amount-inwork-label {
    margin-right: 10px;
    color: #747474;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount .new-contact-deal-amount-inwork {
    color: #0085d3;
    font-size: 16px;
    font-weight: 500;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount .new-contact-deal-amount-tasks-label {
    margin-left: 30px;
    margin-right: 10px;
    color: #747474;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount .new-contact-deal-amount-taks {
    color: #0085d3;
    font-size: 16px;
    font-weight: 500;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-manager .new-contact-deal-manager-date {
    margin-right: 10px;
    color: #747474;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-manager .new-contact-deal-manager-time {
    margin-right: 10px;
    color: #747474;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-manager .new-contact-deal-manager-name {
    margin-right: 10px;
    color: black;
    font-size: 14px;
    font-weight: 700;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-manager .new-contact-deal-manager-phone {
    color: #2fa4e7;
    font-size: 17px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-members .new-contact-deal-members-label {
    margin-right: 5px;
    color: #747474;
    font-size: 13px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-members .new-contact-deal-member-name {
    margin-left: 10px;
    color: black;
    font-size: 14px;
    font-weight: 700;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments-balance .new-contact-payments-balance-title {
    float: left;
    padding: 30px 0px 20px 20px;
    display: flex;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments-balance .new-contact-payments-refresh-balance-title {
    float: right;
    padding: 30px 20px 20px 20px;
    display: flex;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments-balance .new-contact-payments-refresh-balance-title button {
    padding: 0px 4px !important;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments-balance .new-contact-payments-balance-title .new-contact-payments-balance-title-label {
    font-size: 19px;
    font-weight: 700;
    color: #202020;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments-balance .new-contact-payments-balance-title .new-contact-payments-balance-title-amount.negative {
    font-size: 19px;
    font-weight: 700;
    color: #ff4f4c;
    margin-left: 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments-balance .new-contact-payments-balance-title .new-contact-payments-balance-title-amount.positive {
    font-size: 19px;
    font-weight: 700;
    color: #338e36;
    margin-left: 10px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments-balance .new-contact-payments-balance-title-options {
    float: right;
    padding: 30px 20px 20px 0px;
    color: #747474;
    font-size: 20px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments .new-contact-payments-balance-table table {
    margin-bottom: 0px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments .new-contact-payments-balance-table table thead tr th {
    color: #747474;
    font-size: 12px;
    font-weight: 500;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments .left-padding-20 {
    padding-left: 20px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments .new-contact-payments-balance-table tbody tr td {
    color: #202020;
    font-size: 12px;
    font-weight: 500;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments .new-contact-payments-balance-table tbody tr td .new-contact-payments-time {
    color: #747474;
    font-size: 12px;
    font-weight: 500;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments .new-contact-payments-balance-table tbody tr td .positive {
    color: #338e36;
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-payments .new-contact-payments-balance-table tbody tr td .negative {
    color: #ff4f4c;
    font-size: 14px;
    font-weight: 400;
}

[id^=edit_contact_new] .new-contact-right-sidebar .text-underline {
    text-decoration: underline;
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .is-main-contact {
    color: #89c440 !important;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites {
    position: absolute;
    left: -15px;
    top: 0px;
    display: block;
    width: 11px;
    height: 11px;
    background: white;
    border-radius: 100%;

    /*box-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites label {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000000;
    background: white;
    /*box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);*/
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites input[type=checkbox]:checked + label {
    background: red;
}
    
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper {
    padding-left: 18px;
    padding-right: 18px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-source-wrapper {
    padding-left: 25px;
    padding-right: 15px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new_contact_card_source {
    margin-bottom: 15px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new_contact_card_source_history {
    margin-bottom: 15px;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper input[type=checkbox],
[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-favorites-filter input[type=checkbox]{
    visibility: hidden;
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-favorites-filter {
    position: absolute;
    left: 3px;
    top: 14px;
    width: 11px;
    height: 11px;
    background: white;
    border-radius: 100%;

    /*box-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-favorites-filter label {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000000;
    background: white;
    /*box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);*/
}

[id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-favorites-filter input[type=checkbox]:checked + label {
    background: red;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task-text-collapsed {
    height: 100%;
    width: 100%;
    display: block;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .event-contact-note-row-1.note-is-text-or-file,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .event-contact-task-text-edit .edit-event-note-edit,
[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-note .event-contact-task-text-edit .edit-event-note-cancel {
    cursor: pointer;
}

[id^=edit_contact_new] .new-contact-right-sidebar .event-contact-task-text-collapsed div {
    float: left;
}

[id^=edit_contact_new] .contact_note_new_icon,
[id^=edit_contact_new] .event-task-result-submit{
    cursor: pointer;
}

[id^=edit_contact_new] .lirax-contact-form-control {
    border-bottom: 1px solid #2fa3e7;
    width: 100%;
    box-shadow: none;
    border-top: none;
    border-left: none;
    height: 15px;
}

[id^=edit_contact_new] .lirax-contact-company-form-control {
    border-bottom: 1px solid #2fa3e7;
    width: 90%;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 15px;
    background-color: #eeeeee;
}

[id^=edit_contact_new] .contact-company-delete {
    padding: 0px !important;
    margin-right: 5px !important;
}

[id^=edit_contact_new] .contact-company-delete i {
    font-size: 13px;
    color: #747474;
    padding-top: 8px;
}

[id^=edit_contact_new] .contact-company-delete i:hover {
    color: red;
}

[id^=edit_contact_new] ul.typeaheadOld.dropdown-menu {
   
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    min-width: 100px !important;
    /*height: 115px !important;*/
    box-shadow: 1.414px 1.414px 4px rgba(0,0,0,0.2) !important;
    background-color: #ffffff !important;
    word-break: break-all;
}

[id^=edit_contact_new] ul.typeaheadOld.dropdown-menu > li > a {
    white-space: normal !important;
    word-break: break-all !important;
    padding: 0px !important;
    transition: all 0.15s ease-in !important;
    color: #8e8e8e !important;
    font-size: 13px !important;
}

[id^=edit_contact_new] ul.typeaheadOld.dropdown-menu > .active > a,
[id^=edit_contact_new] ul.typeaheadOld.dropdown-menu > .active > a:hover,
[id^=edit_contact_new] ul.typeaheadOld.dropdown-menu > .active > a:focus {
    background-color: #97d1f3 !important;
    font-size: 13px !important;
    color: #202020 !important;
}

.lirax-custom-novalid{
    border-bottom: 2px solid red !important;
}

[id^=edit_contact_new] .new_contact_card_payments tr.credit-expire td,
[id^=edit_contact_new] .new_contact_card_payments tr.credit-expire td .new-contact-payments-time{
    color: #c0b8b8 !important;
}

/**************************/
/*slyles for custom select*/
/**************************/
.lirax-custom-select-hidden
{
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.lirax-custom-select {
  display: none;
  cursor: pointer;
  /*display: inline-block;*/
  position: relative;
  font-size: 13px;
/*  color: #fff;*/
/*  width: 78px;*/
  height: 22px;
  margin-top: -5px;
  /*width: 105px;*/
  width: 100%;
}

.lirax-custom-select-options li {
/*    text-indent: 8px;*/
}

.lirax-custom-select-styled-caret {
    position: absolute;
    top: 4px;
    right: 0px;
}

.lirax-custom-select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*  background-color: #c0392b;*/
  
/*  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;*/
  padding: 4px 0px 0px 0px;
  padding-left: 5px;
  /*text-align: center;*/
  border-bottom: 1px solid #2fa3e7;
}

.lirax-custom-select-styled:after
{
  /*content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 10px;
  transition: all 0.15s ease-in;
  right: 13px;*/
}

.lirax-custom-select-styled:hover
{
  /*background-color: #a9a9a9;*/
}
.lirax-custom-select-styled:active, .lirax-custom-select-styled.active {
  /*background-color: #a9a9a9;
  color: #fff;*/
}

.lirax-custom-select-styled:active:after, .lirax-custom-select-styled.active:after {
  top: 10px;
  border-color: #fff transparent transparent transparent;
  transition: all 0.15s ease-in;
}

.lirax-custom-select-options
{
  display: block;
  padding-left: 5px !important;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 4400;
  margin: 0;
  padding: 0;
  list-style: none;
  /*width: 105px;*/
  width: 100%;
  height: 250px; /* 115px; */
  box-shadow: 1.414px 1.414px 4px rgba(0,0,0,0.2);
  background-color: #ffffff;  
  overflow-y: scroll;
  border: solid 1px lightgray;
}

.lirax-custom-select ul::-webkit-scrollbar {
    width: 3px;
}

.lirax-custom-select-options li
{
  margin: 0;
  padding: 5px 0;
/*  text-indent: 15px;*/
/*  border-top: 1px solid #962d22;*/
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #8e8e8e;
}

.lirax-custom-select-options li:hover
{
  font-size: 13px;
  color: #202020;
  background: #97d1f3;
}
.lirax-custom-select-options li[rel="hide"]
{
  display: none;
}

.lirax-custom-select .lirax-custom-select-options .mCSB_dragger_bar {
    left: 7px;
}

.colorpicker {
    z-index: 5000 !important;
}

[id^=new-contact-card-loading] {
    position: absolute;
    top: 8px !important;
    right: 73px !important;
    font-size: 25px !important;
    font-weight: bold;
    font-weight: normal;
    color: #fffefe;
    text-shadow: none;
    width: 21px;
    height: 31px;
    opacity: 1.0;
}

[id^=edit_contact_new] .contact-source .new-contact-source-router-label {
    padding: 0px 0px 0px 10px !important;
}

@media screen and (min-width: 768px) {
    
    [id^=edit_contact_new] .edit-contact-name-new-div-wrapper,
    [id^=edit_contact_new] .edit-contact-name-new-input-wrapper,
    [id^=edit_contact_new] .edit-contact-tag-new-div-wrapper {
        padding: 0px 15px 0px 15px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites {
        position: absolute;
        left: -16px;
        top: -2px;
        display: none;
        width: 11px;
	height: 11px;
	background: white;
	border-radius: 100%;
	
	/*box-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/
    }

    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites label {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 100px;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000000;
	background: white;
	/*box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);*/
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites input[type=checkbox]:checked + label {
        background: red;
    }
    
    .nopadding-xs {
        padding: 0px 15px 0px 15px !important;
    }
    
    [id^=edit_contact_new] .new-contact-company {
        min-height: 1px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar {
        min-height: 400px;
        padding: 38px 1px 10px 0px;
        border-left: none;
        /*max-height: 500px;
        overflow-y: auto;*/
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper:hover .new-contact-event {
        border: 1px solid #47af4a;
        /*border-right: none;*/
        background-color: #ebffec;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper:hover .new-contact-event-favorites {
        display: block;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event {
        padding-left: 0px;
        border: 1px solid transparent;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
    
    [id^=edit_contact_new] .modal-lg-new-contact-card {
        width: auto;
        /*margin: 30px 30px 0px 30%;*/
        /*position: absolute;
        right: 30px;*/
        margin: 3px 3px 15px 15px;
    }
    
    [id^=edit_contact_new] .modal-header {
        /*display: block;
        min-height: 136px;
        padding: 15px;*/
    }
    
    /*[id^=edit_contact_new] button.close {
        top: 12px;
    }

    [id^=edit_contact_new] span.rollup {
        top: -33px;
    }*/
    
    [id^=edit_contact_new] .bootstrap-tagsinput {
        padding-left: 25px;
    }
    
    [id^=edit_contact_new] .new-card-title {
        padding: 0px 0px 0px 12px;
    }
    
    [id^=edit_contact_new] .new-contact-company .contact-company-title {
        padding: 10px 0px 10px 50px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager,
    [id^=edit_contact_new] .new-contact-info .lead-manager-email,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field,
    [id^=edit_contact_new] .new-contact-info .lead-manager-vip
    {
        padding: 0px 0px 0px 65px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field {
        padding: 0px 0px 0px 40px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-vip-name {
        padding: 0px 0px 0px 18px;
    }

    [id^=edit_contact_new] .new-contact-info .lead-manager-vip-label {
        padding: 0px 0px 0px 24px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager {
        padding: 0px 0px 15px 65px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel .lead-manager-tel-label,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field .lead-manager-field-label {
        padding: 0px 0px 0px 19px;
        margin-right: 16px;
    }
    
    [id^=edit_contact_new] .contact-company-stuff {
        display: none;
        position: absolute;
        left: auto;
        right: 0px;
        z-index: 10000000;
        top: -178px;
        width: 230px;
        height: 497px;
        box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
        background-color: #eeeeee;
        cursor: default;
        padding: 20px 17px 0px 11px; 
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-plus i,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field-plus i {
        position: relative;
        top: 0px;
        font-size: 13px;
        color: #97d1f3;
        left: 0px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-remove,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field-remove {
        display: none;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-label:hover .lead-manager-tel-remove,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field-label:hover .lead-manager-field-remove {
        display: block;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-label .lead-manager-tel-plus i:hover,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field-label .lead-manager-field-plus i:hover {
        color: #2fa4e7;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-remove i,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field-remove i {
        position: relative;
        top: 0px;
        font-size: 13px;
        color: red;
        left: 0px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-phone i {
        /*position: relative;
        top: -1px;
        left: 0px;*/
        font-size: 18px;
        color: #2fa4e7;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-sms i {
        /*position: relative;
        top: -3px;
        left: 0px;*/
        font-size: 18px;
        color: #2fa4e7;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-phone {
        cursor: pointer;
        padding: 0px 0px 0px 0px;
        position: absolute;
        right: 32px;
        top: 1px;
    }

    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-sms {
        cursor: pointer;
        padding: 0px 0px 0px 0px;
        position: absolute;
        right: 10px;
        top: 1px;
    }
    
    [id^=edit_contact_new] .new-contact-company .company-title {
        padding: 15px 0px 15px 49px;
    }
    
    [id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-phone i {
        cursor: pointer;
        position: relative;
        top: 0px;
        left: auto;
        font-size: 16px;
        color: #2fa4e7;
    }

    [id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-sms i {
        cursor: pointer;
        position: relative;
        top: 0px;
        font-size: 16px;
        color: #2fa4e7;
    }
    
    [id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel {
        height: 25px;
    }
    
    [id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-name {
        margin-top: 0px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .event-outgoing-call-actions {
        position: absolute;
        right: 40px;
        top: 20px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount {
        margin-left: 15px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-collapse-left {
        border-right: none;
    }
    
    [id^=edit_contact_new] .modal-header .add-new-concard-event {
        position: absolute;
        bottom: -20px;
        right: 25px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        background-color: #ff4f4c;
        color: #fefefe;
        font-size: 24px;
        font-weight: 400;
        width: 48px;
        height: 48px;
        border-radius: 24px;
        text-align: center;
        cursor: pointer;
        z-index: 1000000;
        padding: 4px;
    }
}

@media screen and (min-width: 992px) {
    
    [id^=edit_contact_new] {
        /*font-family: "Roboto-Regular";*/
        width: 75%;
        height: 102%;
        left:auto;
    }
    
    [id^=edit_contact_new] .edit-contact-name-new-div-wrapper,
    [id^=edit_contact_new] .edit-contact-name-new-input-wrapper,
    [id^=edit_contact_new] .edit-contact-tag-new-div-wrapper {
        padding: 28px 15px 0px 15px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites {
        position: absolute;
        left: -16px;
        top: 0px;
        display: none;
        width: 11px;
	height: 11px;
	background: white;
	border-radius: 100%;
	
	/*box-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/
    }

    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites label {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 100px;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000000;
	background: white;
	/*box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);*/
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper .new-contact-event-favorites input[type=checkbox]:checked + label {
        background: red;
    }
    
    .nopadding-xs {
        padding: 0px 15px 0px 15px !important;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar {
        min-height: 200px;
        padding: 38px 1px 10px 0px;
        border-left: 4px solid #dddddd;
        /*max-height: 400px;*/
        overflow-y: auto;
    }
    
    [id^=edit_contact_new] .new-contact-left-sidebar {
        min-height: 200px;
        /*max-height: 400px;*/
    }
    
    [id^=edit_contact_new] .new-contact-left-sidebar .new-contact-company-wrapper {
        overflow-y: auto;
        height: 100%;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper:hover .new-contact-event {
        border: 1px solid #47af4a;
        /*border-right: none;*/
        background-color: #ebffec;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event {
        padding-left: 0px;
        border: 1px solid transparent;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-event-wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
    
    [id^=edit_contact_new] .new-contact-company {
        min-height: 1px;
        position: inherit;
    }
    
    [id^=edit_contact_new] .modal-lg-new-contact-card {
        width: auto;
        /*margin: 30px 30px 0px 30%;*/
        /*position: absolute;
        right: 30px;*/
        margin: 3px 3px 15px 15px;
    }
    
    [id^=edit_contact_new] .modal-header {
        /*display: block;
        min-height: 106px;
        padding: 15px;*/
    }
    
    /*[id^=edit_contact_new] button.close {
        top: 12px;
        right: 20px;
        margin-top: -4px;
    }

    [id^=edit_contact_new] span.rollup {
        top: 5px;
        right: 42px;
    }*/
    
    [id^=edit_contact_new] .bootstrap-tagsinput {
        padding-left: 0px;
    }
    
    [id^=edit_contact_new] .new-card-title {
        padding: 0px 0px 0px 47px;
    }
    
    [id^=edit_contact_new] .new-contact-company .contact-company-title {
        padding: 10px 0px 10px 50px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager,
    [id^=edit_contact_new] .new-contact-info .lead-manager-email,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field,
    [id^=edit_contact_new] .new-contact-info .lead-manager-vip
    {
        padding: 0px 0px 0px 65px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field {
        padding: 0px 0px 0px 5px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-vip-name {
        padding: 0px 0px 0px 18px;
    }

    [id^=edit_contact_new] .new-contact-info .lead-manager-vip-label {
        padding: 0px 0px 0px 24px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager {
        padding: 0px 0px 15px 29px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel .lead-manager-tel-label,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field .lead-manager-field-label {
        padding: 0px 0px 0px 19px;
        margin-right: 16px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-plus i,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field-plus i {
        position: relative;
        top: 0px;
        font-size: 13px;
        color: #97d1f3;
        left: 0px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-remove i,
    [id^=edit_contact_new] .new-contact-info .lead-manager-field-remove i {
        position: relative;
        top: 0px;
        font-size: 13px;
        color: red;
        left: 0px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-phone i {
        position: relative;
        top: -1px;
        font-size: 18px;
        color: #2fa4e7;
        left: -5px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-sms i {
        position: relative;
        top: -3px;
        font-size: 18px;
        color: #2fa4e7;
        left: -5px;
    }
    
    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-phone {
        cursor: pointer;
        padding: 0px 0px 0px 0px;
        position: absolute;
        right: 20px;
        top: 1px;
    }

    [id^=edit_contact_new] .new-contact-info .lead-manager-tel-sms {
        cursor: pointer;
        padding: 0px 0px 0px 0px;
        position: absolute;
        right: 0px;
        top: 1px;
    }
    
    [id^=edit_contact_new] .contact-company-stuff {
        display: none;
        position: absolute;
        left: 101%;
        z-index: 10000000;
        top: 0px;
        width: 230px;
        height: 394px;
        box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
        background-color: #eeeeee;
        cursor: default;
        padding: 20px 17px 0px 11px; 
        overflow-y: auto;
    }
    
    [id^=edit_contact_new] .new-contact-company .company-title {
        padding: 15px 0px 15px 22px;
    }
    
    [id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-phone i {
        cursor: pointer;
        position: relative;
        top: 0px;
        left: auto;
        font-size: 16px;
        color: #2fa4e7;
    }

    [id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-sms i {
        cursor: pointer;
        position: relative;
        top: 0px;
        left: auto;
        font-size: 16px;
        color: #2fa4e7;
    }
    
    [id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel {
        height: 25px;
    }
    
    [id^=edit_contact_new] .contact-company-stuff .contact-company-user-tel-name {
        margin-top: 0px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .event-outgoing-call .event-outgoing-call-actions {
        position: absolute;
        right: 40px;
        top: 20px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-amount {
        margin-left: 0px;
    }
    
    [id^=edit_contact_new] .new-contact-right-sidebar .new-contact-deal .new-contact-deal-collapse-left {
        border-right: 1px solid #dddddd;
    }
    
    [id^=edit_contact_new] .modal-header .add-new-concard-event {
        position: absolute;
        bottom: -20px;
        right: 25px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        background-color: #ff4f4c;
        color: #fefefe;
        font-size: 24px;
        font-weight: 400;
        width: 48px;
        height: 48px;
        border-radius: 24px;
        text-align: center;
        cursor: pointer;
        z-index: 1000000;
        padding: 4px;
    }
}


.modal-shop-call-select-header {
    padding-left: 13px !important;
}

.modal-shop-call-select-body {
    padding: 5px;
}

.modal-shop-call-select-body div:hover {
    background-color: #01abf9;
    color: #fff;
}
.modal-shop-call-select-body div {
    cursor: pointer;
    padding: 1px 5px;
}
.modal-shop-call-block {
    width: 180px;
}
.new-contact-lead-shop {
    position: absolute;
    padding-left: 35px;
    padding-top: 7px;
    color: #31b3f1;
}

.no-viewed-message {
    position: absolute;
    left: 38px;
    top: -8px;
}

.transparent50 {
    opacity: 50%;
}

.lead-manager-field-label-text, .lead-manager-tel-label-text {
    cursor: pointer;
    padding-left: 5px;
}


/* ------------------ */

.message_text_body img:not(.emoji) {
    width: 100% !important;
}

.message_send_medium {
    width: 700px;
    height: 96%;
}
.message_send_modal_medium, .message_send_modal_content_medium {
    width: 95%;
    height: 95% !important;
}
.edit_provider_sms_medium,  .edit_chat_messanger_medium {
    width: 100% !important;
    max-width: 560px;
}
.message_text_medium {
    max-width: 95% !important;
}
.form_chat_medium .input-group {
    width: 100%;
}
.chat_messages_medium > .form-group {
    width: 100%;
    margin-top: 22px;
}

/* ----------------- */
.message_send_large {
    width: 100%;
    height: 96%;
}
.message_send_modal_large, .message_send_modal_content_large {
    width: 95%;
    height: 95% !important;
}
.edit_provider_sms_large,  .edit_chat_messanger_large {
    width: 100% !important;
}
.message_text_large {
    max-width: 95% !important;
}
.form_chat_large .input-group {
    width: 100%;
}
.chat_messages_large> .form-group {
    width: 100%;
    margin-top: 22px;
}

@media only screen and (max-width: 415px) {
    .message_text {
      max-width: 300px !important;
    }
}

.m-label-warning {
    background-color: #f0b104;
}

.constructor_form_row_col1 {
    width:30%;
    text-align: right;
    padding: 10px;
}

.constructor_form_row_col2 {
    
}

.help2call_schedule2user {
    width: 100%;
    padding: 5px;
    cursor: pointer;
    top: -7px;
    position: relative;
}
#help2call_schedule2user_close {
    cursor: pointer;
}
.popover-content_w100 {
    width: 140px !important;
}

.doupl_contact {
    border: solid 1px red;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 30px;
    cursor: pointer;
}
.doupl_contact:hover {
    border-width: 2px;
}

.row {
    padding: 5px;
}
.el-notification {
    z-index: 100001 !important;
}
.el-col {
    padding: 2px
}
.el-select {
    width: 100%;
}
.word-break, .word-break div, .word-break span {
    word-break: break-word !important;
}


.vertical_center {
    vertical-align: middle !important;
}
.center {
    text-align: center !important;
}
.el-table-filter {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 50%) !important
}

.background-color-blue {
    background-color: #a4ddf3 !important;
}


#edit_lead  .bootstrap-tagsinput {
    max-height: 60px;
    overflow-y: auto;
}
#edit_lead .twitter-typeahead {
    position: absolute !important;
}

@media screen and (max-width: 650px) {
    #message_send {
        width: 100%;
    }
    #edit_provider_sms {
        width: 100%;
    }
}

.el-message {
    z-index: 10000 !important;
}


.el-picker-panel, .el-select-dropdown {
    z-index: 99999 !important;
}