/************* Common Components *************/
body {
  background-color:#ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

input {
  font-size: 16px !important;
}

.navlinks {
  font-size:0.75em;
  display:inline-block;
  padding:10px;
}

.mobileoptimise {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.hideIntitially {
  display: none;
}

.widen_modal {
  padding: 10px;
  width: 100%;
}

.modal_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

.copyright {
  font-size: 14px;
}

/************* Common Components *************/

/************* Specific Components *************/

.logo_div {
	text-align: center;
	display: block;
}

#logo {
  height: 50px;
  padding-bottom: 5px;
}

.title {
	text-align: center;
	display: block;
	font-size: 20px;
}

#login_btn {
  font-size: 16px;
  width: 140px;
}

#loginresponse {
  display: none;
  font-size: 16px;
  margin-bottom: 16px;
}

#home_summarydiv {
  font-size: 15px;
}

#home_subtitle {
  margin-top:30px;
  margin-bottom:10px;
}

.home_category_blue {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 10px;
  background-color: #428bca;
  margin-bottom: 15px;
  color: #428bca;
  font-weight: 400;
}

.home_category_green {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 10px;
  background-color: #5cb85c;
  margin-bottom: 15px;
  color: #428bca;
  font-weight: 400;
}

.contacts_card {
  padding: 10px;
  border-radius: 10px;
  color: #428bca;
  font-weight: 400;
  margin-bottom: 15px;
}

.contacts_subtitle {
  margin-bottom: 10px;
}

.numberpadarea {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 350px) {
  .caller_numkey {
    font-size: 28px !important;
    line-height: 65px !important;
    height: 70px !important;
    width: 70px !important;
    border-radius: 35px !important;
  }

  .call_icon {
    font-size:35px !important;
  }

  #caller_phonenumber {
    margin-top: 30px;
  }
}

.call_icon {
  font-size:26px;
  margin-top:16px;
}

.caller_numkey {
  color: #000000;
  background-color: rgb(240, 240, 240);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 56px;
  text-align: center;
  height: 60px;
  width: 60px;
  border: 1px solid #f9f9f9;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

#caller_phonenumber {
  font-size: 28px;
}

#caller_furtherdetails {
  color: #007aff;
  font-size: 14px;
  height: 20px;
  margin-bottom: 10px;
}

#search_usertextfield, #search_companytextfield {
  height: 45px;
}

#companysearchdisplaydiv, #search_droppeddiv {
  display: none;
}

#search_droppeddiv {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: left;
}

#moresearchoptionToggle, #lesssearchoptionToggle {
  color: grey;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right;
}

input#searchDroppedToggle {
  vertical-align: middle;
}

.search_resultPlaceholder {
  font-size: 0.8em;
  color: grey;
}

.search_subtitles {
  margin-top: 30px;
  margin-bottom: 10px;
}

.search_resultNumber {
  font-size: 0.9em;
  color:grey;
}

.search_resultName {
  font-size: 0.9em;
  font-weight: 500;
  color: black;
}

.search_resultPosition {
  font-size: 0.9em;
  color: grey;
}

.search_resultCompany {
  font-size: 0.9em;
  color: green;
}

.search_resultStatus {
  font-size: 0.9em;
  color: black;
}

.search_customlistgrouppadding {
  padding-bottom: 20px;
}

/************* Specific Components *************/
