body {
  background-color: #f9fafc;
}

/*
.content:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  background-image: url('http://666a658c624a3c03a6b2-25cda059d975d2f318c03e90bcf17c40.r92.cf1.rackcdn.com/unsplash_527bf56961712_1.JPG');
  width: 1200px;
  height: 800px;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.content {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 0;
  margin-left: 20px;
  margin-right: 20px;
}
*/

.viewbody {
  /*background: url('img/viewbg.jpg');no-repeat center center fixed;*/
  background-repeat: repeat-y;
  background-position: top;
  background-origin: content-box;
  height: 100vh;
}

.big-Number {
  color: #494949;
  font: bold 18pt helvetica, arial, sans-serif;
  line-height: 20px;
}

.checkinbody {
  /*    background: url('img/checkinbg.jpg'); //no-repeat center center fixed;
    background-repeat: repeat-y;
    background-position: top;
    background-origin: content-box;*/
  height: 100vh;
}

.form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.img {
  margin: 5px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.taskbtn {
  text-align: left !important;
}

.card-img {
  margin-left: auto;
  margin-right: auto;

  /* position: inherit; */
}

.cardThumb {
  width: 95%;
  height: 95%;
  vertical-align: middle;
  left: 50%;
}

.inner-img {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.carousel-caption {
  top: 50px;
  bottom: 0;
  color: black;
}

.carousel-caption .jumbotron {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: none;
  text-align: left;
}

.carousel-caption .jumbotron H1 {
  font-weight: 500;
}

.container {
  width: 100%;
  margin: 0;
}

.aside .aside-dialog .aside-header {
  background: #31373c;
}

.breadcrumback {
  color: #428bca;
}

breadcrumback:hover {
  text-decoration: underline;
}

.updateImage {
  background: #31373d;
  color: white;
  opacity: 0.9;
  position: relative;
  top: 140px;
  left: 0px;
  height: 33px;
  width: 151px;
  padding-top: 8px;
  padding-left: 13px;
}
.updateImage a {
  position: relative;
  top: -185px;
  left: 0px;
  color: white;
}

.cardImges {
  max-width: 180px;
  max-height: 180px;
  margin-left: auto;
  margin-right: auto;
}

.cardBox {
  position: relative;
  /* width:200px; */
  /* height:160px;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

div.panel-body.cardBox {
  padding-bottom: 0px;
  border-top: sold grey;
}

div.panel.panel-default.group-panel {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div.panel.panel-default.group-panel img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

div.panel-footer.group-footer {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding-top: 0px;
}

@media all and (min-width: 500px) {
  /* .cardBox { */
    /* height:200px; */
  /* } */
}

.cctableheading th {
  text-align: center;
}

.cc-red {
  color: #c0392b;
}

.cc-orange {
  color: #f39c12;
}

.cc-green {
  color: #27ae60;
}

.calendar_default_corner {
  display: none;
}

/* this is for the events data on the task report */
.label-important {
  background-color: #e43c1e;
}

/* .label-important::before { 
   content: "M or R"; 
   color: #ffffff; Set the text color 
} */

.label-inverse {
  background-color: #8b38cb;
}

/* .label-inverse::before { 
   content: "W W"; 
   color: #ffffff; Set the text color 
   Optional: Add padding for better styling
} */

.wrapper-footer {
  margin-left: 200px;
}

@media (max-width: 991px) {
  .wrapper-footer {
    margin-left: 0px;
  }
}

.total-panel {
  background-color: #458cc8; /*#31373D;*/
  border-radius: 5px;
  margin: 5px;
  margin-right: 20px;
  color: white;
  min-width: 220px;
}
.total-panel td {
  padding: 1px 10px 1px 10px;
  text-align: center;
  color: #f8f8f8;
  font-size: small;
}
.total-panel td.total {
  border-top: 1px dotted #ccc;
  font-size: large;
  color: white;
  font-weight: bold;
}
.total-panel td.left {
  border-right: 1px dotted #ccc;
}
canvas.jSignature.signatureField {
  border: solid rgba(0, 0, 0, 0.18) !important;
}
.selectactivitytype {
  position: fixed;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #2ecc71;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  border: none;
}

.fa.fa-big {
  font-size: 25px;
  font-weight: 300;
  color: white;
}

.fa.fa-plus {
  font-size: 25px;
  font-weight: 300;
  color: white;
}

.fa.fa-camera {
  font-size: 25px;
  font-weight: 300;
  color: white;
  background-color: #337ab7;
}

.roundDelete {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #d9534f;
  bottom: 5%;
  margin-bottom: 0 !important;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  border: none;
}
.fa.fa-trash-o {
  font-size: 25px;
  font-weight: 300;
  color: white;
}
#selectpipelineactivitytype {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #d9534f;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  border: none;
}
button#selectpipelineactivitytype.fa.fa-plue {
  font-size: 25px;
  font-weight: 300;
  color: white;
}
.companyPricelist0 {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #ef6c00;
  bottom: 160px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  border: none;
}

.type {
  font-size: 25px;
  font-weight: 300;
  color: white;
}

.companyPricelist1 {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #4285f4;
  bottom: 235px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  border: none;
}

.companyPricelist2 {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  /*background-color: #2ecc71;*/
  bottom: 310px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  border: none;
}

.companyPricelist3 {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  /*background-color: #2ecc71;*/
  bottom: 385px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  border: none;
}

.item768less {
  border: thin solid #e7e7e7 !important;
  /*border-color: #e7e7e7;
    border-width: thin;*/
}

.imageBorder768less {
  /*position: relative;*/
  width: 100px;
  height: 100px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 5px;
  border: thin solid #e7e7e7;
  background-color: white;
  vertical-align: middle;
  /*margin-right: auto*/
  margin-left: 20px !important;
  padding-left: 10px !important;
}

.imageBorder619less {
  /*position: relative;*/
  width: 70px;
  height: 70px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 5px;
  border: thin solid #e7e7e7;
  background-color: white;
  vertical-align: middle;
}
button.GPS {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  float: right;
}

.caboodleIframe iframe {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  height: 100%;
}
.rotate {
  /* Safari */
  text-transform: rotate(-90deg);

  /* Firefox */
  text-transform: rotate(-90deg);

  /* IE */
  text-transform: rotate(-90deg);

  /* Opera */
  text-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  white-space: nowrap;
  writing-mode: lr-tb;
  width: 2px;
}
td.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}
td.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 2px 2px;
}

/** Allows us to show and hide the menu without affecting any of it existing logic **/
.hideMenu {
  display: none;
}

.growWrapper {
  padding: 0 !important;
}

.infScrollHelper {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  width: 100%;
  margin: 0px;
  top: 15px;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

@media all and (orientation: portrait) {
  .infScrollMyTerritory {
    height: 84vh;
  }

  .infScrollHistory {
    height: 77vh;
  }

  .infScrollActivityForm {
    height: 85vh;
  }

  .infScrollCompany {
    height: 74vh;
  }
}
@media all and (orientation: landscape) {
  .infScrollMyTerritory {
    height: 78vh;
  }

  .infScrollHistory {
    height: 69vh;
    padding-bottom: 60px;
  }

  .infScrollActivityForm {
    height: 81vh;
  }

  .infScrollCompany {
    height: 70vh;
  }
}

/* iPhone 6, 7 and 8 */
@media (max-width: 375px) and (max-height: 647px) and (orientation: portrait) {
  .infScrollCompany {
    height: 73vh;
  }
}

/* iPhone 6, 7 and 8 */
@media (max-width: 667px) and (max-height: 375px) and (orientation: landscape) {
  .infScrollCompany {
    height: 53vh;
  }
}

/* iPad */
@media (min-width: 380px) and (max-width: 748px) and (min-height: 650px) and (max-height: 1024px) and (orientation: portrait) {
  .infScrollCompany {
    height: 74vh;
  }
}

/* iPad */
@media (min-width: 670px) and (max-width: 1024px) and (min-height: 380px) and (max-height: 748px) and (orientation: landscape) {
  .infScrollCompany {
    height: 70vh;
  }
}
