body {
    font-family: Calibri;
    font-size: 13px;
    color: #333;
}

.table th {
    font-size: 13px;
}
  
h3 {
    color: #333;
    text-transform: capitalize;
}

.footer {
    font-size: 13px;
}

#esq-root-container {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}
  #esq-root-container .fs-small {
    font-size: .85rem; }
  #esq-root-container .fs-large {
    font-size: 1.3rem; }
  #esq-root-container .mt-15 {
    margin-top: 15px; }
  #esq-root-container .mb-10 {
    margin-bottom: 10px; }
  #esq-root-container .mb-15 {
    margin-bottom: 15px; }
  #esq-root-container .inline-block {
    display: inline-block !important; }
  #esq-root-container .width-150px {
    width: 150px; }
  #esq-root-container .width-200px {
    width: 200px; }
  #esq-root-container .table thead {
    background-color: #CCCCCC; }

#new-product-item-block .form-group {
  margin-bottom: 15px; }

/*# sourceMappingURL=styles.css.map */
.label-fit {
    display: flex;
    font-weight: normal;
    align-items: center;
}
.label-fit span {
    margin-right: 8px;
    white-space: nowrap;
}
.label-fit input {
    width: 100%;
}
.btnDelete {
    display: inline-block;
    border: 1px solid red;
    border-radius: 100%;
    color: red;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 18px;
}
.btnDelete:hover {
    background-color: red;
    color: #fff;
    text-decoration: none;
}

/**New Saved Quotes*/

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-header h5 {
	color: #000;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_wrap .saved_message h4 {
	float: left;
	width: 100%;
	color: #000;
	cursor: pointer;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_wrap .saved_message textarea.use_in_notes {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff !important;
	cursor: pointer !important;
}

/* .modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up {
	float: left;
	width: 100%;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top {
	float: left;
	width: 100%;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_wrap {
	float: left;
	width: 100%;
} */

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_wrap .saved_message_operation {
	float: left;
	width: 100%;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_wrap .saved_message_operation .edit_saved_msg, .modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_edit_wrap .saved_message .form-field .cancel-editing {
	float: left;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_wrap .saved_message_operation .delete_saved_msg, .modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_edit_wrap .saved_message .form-field .update-editing {
	float: left;
	margin-left: 10px;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_edit_wrap .saved_message .form-field {
	float: left;
	width: 100%;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_messages_in_pop_up .message_content_wrap_top .message_content_edit_wrap .saved_message .form-field #message_content {
	margin-bottom: 10px;
}

.modal.show .modal-dialog.modal-dialog-centered .modal-content .modal-body .saved_message .error-msg {
	color: red;
	font-size: 12px;
}

.wrapper .content .esq-root-container a.selected {
	text-decoration: underline;
}