/* Modal Quick View  */
.w-100 {
	width: 100%;
}

.w-50 {
	width: 50%;
}

.modal {
	z-index: 3 !important;
	display: none;
	padding: 0 !important;
	position: fixed;
	left: 0;
	top: 50px;
	max-width: 858px;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.4) !important;
	background: #fff !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	overflow: initial;
}

.modalContent {
	float: left;
	margin: 10px;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 838px;
	height: 100%;
}

.modalContainer {
	float: left;
	width: 100%;
	height: 100%;
}

.quick-display-topright {
	position: absolute;
	right: 0;
	top: 0;
}

.quick-button {
	border: none;
	display: inline-block;
	padding: 16px 10px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	font-size: 30px;
}

.quick-button:hover {
	color: #000 !important;
	background-color: #ccc !important;
}

/* End of Modal Quick View */

/* Modal Add Policys */
.modal.addPolicys,
.modal.addNotes,
.modal.addTerminations {
	padding: 150px 0;
	height: calc(100% - 300px);
}

.modal.addPolicys .quick-button,
.modal.addNotes .quick-button,
.modal.addTerminations .quick-button {
	padding: 8px 10px;
}

.modalContainer .title {
	float: left;
	height: 45px;
	border-bottom: 1px solid #f8f8f8;
	text-align: left;
	margin: 0;
	color: #363636;
	font-size: 24px;
}

.modalContainer .title p {
	margin: 5px 0;
}

.modalContainer .dropzone {
	height: 220px;
	border-color: #7F8FA4 !important;
	color: #7F8FA4;
	margin: 10px 0px;
}

.modalContainer input[type="text"],
textarea {
	width: 100%;
	height: 40px;
	border: 0;
	text-align: center;    /* border-bottom: 1px solid #000; */
	outline: none;
	background: #f8f8f8;
	margin: 10px 0;
	text-align: center;
}

.modalContainer textarea {
	width: 97%;
	height: 60px;
	resize: none;
	margin: 0 !important;
	text-align: left;
}

button.ms-choice {
	height: 40px;
	margin: 10px 0;
	border: 0;
	line-height: 60px;
	color: #444;
	text-align: center;
	background-color: #f8f8f8;
	outline: none;
}

.ms-choice > div {
	top: 17px !important;
}

.modalContainer .save {
	width: 200px;
	height: 40px !important;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 10px 0;
	float: left;
	font-size: 16px;
}

.modal a img {
	width: 24px;
	height: auto;
}

.modal a.close-modal {
	background-image: url("../images/icons/close.svg") !important;
	top: 12px !important;
	right: 12px !important;
}

.modal-right {
	float: right;
}

.modal-left {
	float: left;
	margin: 10px 0px;
	padding: 0;
	height: auto;
	text-align: center;
}

.modal-left .modalData {
	float: left;
	width: 48%;
	min-height: 45px;
	height: auto;
	margin-right: 2%;    /* border-bottom: 1px solid #f8f8f8; */
}

.modalData.text {
	float: left;
	width: 100%;
	margin: 0;
}

.modalData p.dataType {
	float: left;	/*width: 35%;*/
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 12px; 	/*font-size: 14px;*/
	color: #363636;
}

.modalData p.dataInfo {
	float: left;
	width: 100%;    /* margin: 12px 10px; */
	text-align: left;
}

.modalData select {

	/*float: left;*/
	margin: 10px 0;
	border: 0;
	width: 100%;
	height: 40px;
	text-align-last: center;
	background-position-x: 100%;
	font-size: 16px;
	color: #7F8FA4;
	background-color: #F8F8F8;
	line-height: 40px;
	background-position-y: 7px;
}

/*
.policyData input#pol_nr_id {
    width: 78%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #000;
    outline: none;
}
*/
.modal-left a.save,
.modal-left a.save,
.modal-left a.save {
	float: left;
	width: 200px;
	height: 40px !important;
	color: #fff;
	margin: 15px 25%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

/* End of Modal Add Policys */

/* Modal Add Notes */

.priority_buttons {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.image-checkbox {
	float: left;	/* background: url(../images/icons/unchecked.svg) no-repeat; */
	width: 49px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	margin-right: 1px;
}

.image-checkbox-priority-r {
	background-color: #FF3C43;
}

.image-checkbox-priority-o {
	background-color: #FF903D;
}

.image-checkbox-priority-y {
	background-color: #fed330;
}

.image-checkbox-priority-g {
	background-color: #28C96D;
}

.image-checkbox-unchecked {
	background-color: #F8F8F8;
}

#checkbox4_img {
	margin-right: 0;
}

.checkbox-image {
	background: url("../images/icons/minus.svg") no-repeat;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.checkbox-image.checked {
	background: url("../images/icons/note_check_hover.svg") no-repeat;
}

/* End of Modal Add Notes */

/* Modal Add Price Categories */
.addPriceCategoryContent {
	display: flex;    /*justify-content: center;*/
	width: 100%;
	height: 450px;    /* margin: 85px 0px 20px 20px; */
}

.insuranceCategories,
.newPriceCategoryDetails {

	/* width: 100% !important; */
}

.newPriceCategoryDetails {
	padding-left: 10px;
	margin-top: -30px;
	width: 90%;
}

.insuranceCategories {
	background-color: #f8f8f8;
	overflow-y: auto;
	overflow-x: hidden;    /* padding: 0px 4px; */
	height: 410px;
	width: 100%;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgb(79, 172, 254);
	background: #4facfe;
}

.pricingServices ul {
	float: left;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 5px 5px;
}

.pricingServices ul li {
	width: 200px;
	text-align: center;
	height: 55px;
	background: #4facfe;
	display: inline-block;
	color: #ffff;
	margin: 3px;
}

.pricingServices ul li:active {
	background: #ffff;
	border: 2px solid #4facfe;
	-moz-box-shadow: 0 0 16px -4px #4facfe;
	-webkit-box-shadow: 0 0 16px -4px #4facfe;
	box-shadow: 0 0 16px -4px #4facfe;
	margin: 1px;
}

.pricingServices ul li:active p {
	color: #4facfe;
}

.inlinePriceItems {
	display: inline-flex;
	width: 100%;
}

.inlinePriceItems>div {
	width: 50%;
	margin: 10px;
}

.inlinePriceItems>div,
.priceCategorySubtitle {
	width: 45%;
	margin: 21px 5px;
}

.newPriceCategoryDetails input[type="text"],
textarea {
	margin: -8px 0;
	text-align: center;
}

.priceCategoryType select {
	float: left;
	margin: -8px 0;
	border: 0;
	width: 100%;
	height: 40px;
	text-align-last: center;
	background-position-x: 100%;
	font-size: 16px;
	color: #7F8FA4;
	background-color: #F8F8F8;
	line-height: 40px;
	background-position-y: 7px;
}

.newPrice {
	margin: 10px;
	height: 185px;
	margin-top: 20px;
}

.newPrice ul.allCompaniesForPrices {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

ul.allCompaniesForPrices li {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	height: 40px;
	border-bottom: 2px solid #ffffff;
}

ul.allCompaniesForPrices li a {
	float: left;
	width: 100%;
	height: 60px;
	color: #474747;
	padding: 0 !important;
}

ul.allCompaniesForPrices li .companyName {
	float: left;
	width: 46%;
	height: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.allCompaniesForPrices li .allCompanyPriceOne,
ul.allCompaniesForPrices li .allCompanyPriceTwo {
	float: left;
	width: 20%;
	height: 35px;
	margin: 0;
	padding: 0;
	border: none;
}

ul.allCompaniesForPrices li .allCompanyEmptySpace {
	float: left;
	width: 20%;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.allCompaniesForPrices li input {
	text-align: center;
	font-size: 14px;
	color: #7F8FA4;
}

#generalRow {
	background-color: #ffffff;
}

#generalRow .allCompanyPriceTwo,
#generalRow .allCompanyPriceOne {
	background-color: #4facfe;
	margin: 3px;
	font-size: 14px;
	color: #ffffff;
}

.newPrice .save {
	width: 180px;
	height: 40px !important;
	color: #7F8FA4;
	text-align: center;
	text-align: center;
	margin: 10px 0;
	background-color: transparent;
	font-size: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.newPrice .cancel {
	width: 180px;
	height: 40px !important;
	color: #ffffff;
	text-align: center;
	text-align: center;
	margin: 10px 0;
	background: linear-gradient(135deg, #4facfe 0%, #4facfe 100%);
	font-size: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	border: none;
	-webkit-box-shadow: 0px 0px 2px 3px #4facfe !important;
	-moz-box-shadow: 0px 0px 13px 3px rgba(112, 112, 112, 1) !important;
	box-shadow: 0px 0px 6px 3px #4fscfe !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

/* End of Modal Add Price Categories */

/* Modal Add Terminations */
.companyName p {
	text-align: left;
	color: #4facfe;
	padding-left: 10px;
	margin: 0px !important;
	vertical-align: middle;
	line-height: 40px;
	font-size: 14px;
}

.companyPriceOne,
.companyPriceTwo {
	border: none;
	margin: 4px;
	width: 20%;
	height: 32px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.modal a.close-modal {
	background-image: url(../images/icons/close.svg) !important;
	top: 12px !important;
	right: 12px !important;
}

.select-chosen .chosen-container {
	float: left;
	margin: 10px 0;
	height: 40px;
	text-align-last: center;
	background-position-x: 100%;
	font-size: 16px;
	line-height: 40px;
	background-position-y: 7px;
}

.select-chosen .chosen-container ul.chosen-choices {
	border: 0;
	background-color: #F8F8F8 !important;
	background-image: none;
	color: #7F8FA4;
	text-align: center;
	height: 40px;
	overflow-y: auto;
}

.select-chosen .chosen-container ul.chosen-choices li.search-field {
	width: 100%;
	color: #7F8FA4;
}

.select-chosen .chosen-container ul.chosen-choices li.search-field input.chosen-search-input {
	color: #7F8FA4 !important;
	font-size: 16px;
	font-family: 'GT-Walsheim-Pro-Regular';
}

.noteData.whole-width {
	width: 100%;
}

.noteData.half {
	width: 23%;
}

.data-termination {
	float: left;
	width: 24%;
	margin-left: 1%;
}

/* End of Modal Add Terminations */

/* Add new Customer */
#addCustomer .mainInfo,
#addPotencialCustomer .mainInfo {
	height: 170px;
	margin: 5% 0;
}

#addCustomer .mainInfo .photo,
#addPotencialCustomer .mainInfo .photo {
	display: block;
}

#addCustomer .mainInfo .photo img,
#addPotencialCustomer .mainInfo .photo img {
	object-fit: cover;
}

#addCustomer .mainInfo input#myfile,
#addPotencialCustomer .mainInfo input#myfile {
	float: left;
	width: 100%;
	height: auto;
}

#addCustomer .otherInfo,
#addPotencialCustomer .otherInfo {
	height: 65%;
}

#addCustomer input#name,
#addPotencialCustomer input#name {
	float: left;
	width: 100%;
	border: 0;
	outline: none;
	font-size: 23px;
	color: #909090;
	margin-top: 3px;
}

#addCustomer input#email,
#addPotencialCustomer input#email {
	float: left;
	width: 100%;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #909090;
	margin: 15px 0;
}

#addCustomer input#mobile,
#addPotencialCustomer input#mobile {
	float: left;
	width: 100%;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #909090;
}

#addCustomer .additionalData,
#addPotencialCustomer .additionalData {
	text-align: left;
}

#addCustomer .additionalData .data,
#addPotencialCustomer .additionalData .data {
	height: auto;
}

#addCustomer input.light,
#addPotencialCustomer input.light {
	border: 0;
	border-bottom: 2px solid #f8f8f8;
	width: 90%;
	outline: none;
}

#addCustomer .additionalData a.save,
#addPotencialCustomer .additionalData a.save {
	float: left;
	width: 200px;
	height: 40px !important;
	line-height: 40px;
}

#addCustomer .customerType,
#addCustomer .gender {
	float: left;
	width: 100%;
	height: 180px;
	text-align: left;
	display: flex;
	align-items: center;
}

#addCustomer .customerType select,
#addCustomer .gender select {
	width: 50%;
	background: url(../images/icons/dropDown_black.png) no-repeat 96% 0;
	border: 0;
	background-size: 24px;
}

#addCustomer .customerType select option {
	color: #006FFF;
	border-color: #707070;
	font-size: 18px;
	-webkit-box-shadow: 0px 0px 13px 3px rgba(112, 112, 112, 1) !important;
	-moz-box-shadow: 0px 0px 13px 3px rgba(112, 112, 112, 1) !important;
	box-shadow: 0px 0px 13px 3px rgba(112, 112, 112, 1) !important;
}

#addCustomer .notesTextarea {
	float: left;
	width: calc(100% - 13px);
	height: 180px;
	text-align: left;
	margin: 10px;
}

#addCustomer .notesTextarea p {
	margin: 10px;
	color: #363636;
	font-size: 16px;
}

#addCustomer .notesTextarea textarea {
	float: left;
	margin: 10px;
	width: calc(100% - 26px);
	height: 100%;
}

/* End of Add new Customer */

/* Add new Potencial Customer */
#addPotencialCustomer .quick-button {
	padding: 5px 10px;
}

#addPotencialCustomer .notesTextarea,
#addPotencialCustomer .policysTextarea,
#addPotencialCustomer .terminsTextarea {
	float: left;
	width: calc(100% - 13px);
	height: 180px;
	text-align: left;
	margin: 10px;
}

#addPotencialCustomer .notesTextarea p,
#addPotencialCustomer .policysTextarea p,
#addPotencialCustomer .terminsTextarea p {
	margin: 10px;
	color: #363636;
	font-size: 16px;
}

#addPotencialCustomer .notesTextarea textarea,
#addPotencialCustomer .policysTextarea textarea,
#addPotencialCustomer .terminsTextarea textarea {
	float: left;
	margin: 10px;
	width: calc(100% - 26px);
	height: 70%;
}

/* End of Add new Potencial Customer */

/* Date Picker */
table.ui-datepicker-calendar {
	float: none;
}

table.ui-datepicker-calendar tbody tr {
	border: 0;
}

table.ui-datepicker-calendar tbody tr:hover {
	background: none;
}

/* End of Date Picker */

/* POLICY VIEW */
.dropzone.dropzone-policy-file {
	float: left;
	width: 100% !important;
}

table.policy-view tbody tr td {
	padding: 0 10px !important;
	border-right: 0 !important;
	background-color: #F8F8F8;
}

.text-center {
	text-align: center;
}

/* End of Policy View */

/* Add new button, Customer FullView */
.modal #addNew {
	max-width: 330px !important;
}

.modal-dialog {
	max-width: 300px !important;
}

#addNewModalContent {
	padding: 25px;
	text-align: center;
	display: flex;
}

#addNew .modalContainer .title {
	float: left;
	width: 98%;
	height: 36px;
	border-bottom: 1px solid #7F8FA4;
	text-align: left;    /* margin: 1%; */
	color: #363636;
	font-size: 16px;
}

#addNewModalContent a img {
	width: 64px;
	height: 64px;
}

#addNewModalContent a p {
	font-size: 10px;
	color: #363636;
	text-align: center;
}

#addNew .modal {
	width: 16% !important;
}

#addNew .modalContent {

	/* margin: 10px; */
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 300px;
	height: 100%;
}

#addNewModalContent table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#addNewModalContent table tbody td {
	height: 79px;
	text-align: center;
}

#addNewModalContent table tr:first-child td {
	border-bottom: 1px solid #7F8FA4;
}

#addNewModalContent table td:nth-child(1) {
	border-right: 1px solid #7F8FA4;
}

.addNewModalButton:active {

	/* transform: scale(1.2);*/
}

.toggler {
	width: 500px;
	height: 200px;
	position: relative;
}

#new_policy_img,
#potencial_customers_img,
#notes_img,
#termination_img {
	padding: 0.4em;
	position: relative;
}

/* End of add new */