@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI.eot");
  src: url("../fonts/SegoeUI.eot") format("embedded-opentype"),
    url("../fonts/SegoeUI.woff2") format("woff2"),
    url("../fonts/SegoeUI.woff") format("woff"),
    url("../fonts/SegoeUI.ttf") format("truetype"),
    url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
}
@font-face {
  font-family: "SegoeUISemibold";
  src: url("../fonts/SegoeUISemibold.eot");
  src: url("../fonts/SegoeUISemibold.eot") format("embedded-opentype"),
    url("../fonts/SegoeUISemibold.woff2") format("woff2"),
    url("../fonts/SegoeUISemibold.woff") format("woff"),
    url("../fonts/SegoeUISemibold.ttf") format("truetype"),
    url("../fonts/SegoeUISemibold.svg#SegoeUISemibold") format("svg");
}
@font-face {
  font-family: "SegoeUIBold";
  src: url("../fonts/segoeuibold.eot");
  src: url("../fonts/segoeuibold.eot") format("embedded-opentype"),
    url("../fonts/segoeuibold.woff2") format("woff2"),
    url("../fonts/segoeuibold.woff") format("woff"),
    url("../fonts/segoeuibold.ttf") format("truetype"),
    url("../fonts/segoeuibold.svg#segoeuibold") format("svg");
}

@font-face {
  font-family: "bebas_kairegular";
  src: url("../fonts/bebaskai-webfont.woff2") format("woff2"),
    url("../fonts/bebaskai-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url("../fonts/bebasneue-regular-webfont.woff2") format("woff2"),
    url("../fonts/bebasneue-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueeTextW01-Bold";
  src: url("../fonts/HelveticaNeueeTextW01-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueeTextW01-Bold.woff") format("woff"),
    url("../fonts/HelveticaNeueeTextW01-Bold.ttf") format("truetype"),
    url("../fonts/HelveticaNeueeTextW01-Bold.svg#HelveticaNeueeTextW01-Bold")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueeTextW01Light";
  src: url("../fonts/HelveticaNeueeTextW01Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueeTextW01Light.woff") format("woff"),
    url("../fonts/HelveticaNeueeTextW01Light.ttf") format("truetype"),
    url("../fonts/HelveticaNeueeTextW01Light.svg#HelveticaNeueeTextW01Light")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueeTextW01Medium";
  src: url("../fonts/HelveticaNeueeTextW01Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueeTextW01Medium.woff") format("woff"),
    url("../fonts/HelveticaNeueeTextW01Medium.ttf") format("truetype"),
    url("../fonts/HelveticaNeueeTextW01Medium.svg#HelveticaNeueeTextW01Medium")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top40 {
  margin-top: 40px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top100 {
  margin-top: 100px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.full {
  float: left;
  width: 100%;
}
.display-inline {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
a,
button,
a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none !important;
  text-decoration: none;
}
label {
  font-weight: normal;
}
input {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
body {
  font-family: "SegoeUI";
  font-size: 16px;
  line-height: 22px;
  color: #2d2d2d;
  background-color: #f2f2f2;
  overflow-x: hidden;
}
p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.padding-0 {
  padding: 0;
}
.theme-btn {
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 12px 12px;
  font-family: "SegoeUISemibold";
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background: #00a06a;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.theme-btn.black-btn {
  background: #2b2b2b;
}
.theme-btn.gray-btn {
  background: #7a7a7a;
}
.theme-btn.blue-btn {
  background: #0078d7;
}
.theme-btn.red-btn {
  background: #ff0000;
}
.theme-btn.yello-btn {
  background: #ffcc33;
  color: #000;
}
.theme-btn:hover {
  opacity: 0.7;
  color: #fff;
}
.theme-btn.yello-btn:hover {
  color: #000;
}
.theme-btn.add:before {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-image: url(../../../img/front/inner-page/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: "";
  margin-right: 12px;
}
.theme-btn.width100 {
  width: 100%;
}
.browse-btn {
  position: relative;
}
.browse-btn input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.form-control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 40px;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px 4px;
  outline: 0px !important;
}
.form-control:focus {
  outline: 0px !important;
  box-shadow: none !important;
  border-color: #e6e6e6;
}
textarea.form-control {
  height: 200px;
  resize: none;
  padding: 10px;
}
textarea.form-control.small {
  height: 78px;
}
textarea.form-control.extra-large {
  height: calc(100vh - 433px);
}
/*header css start here*/
header {
  width: 100%;
  background: #2b2b2b;
  float: left;
  width: 100%;
}
.container {
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
header .header-top {
  float: left;
  width: 100%;
  background: #000;
  padding: 3px 0;
  position: relative;
  z-index: 2;
}
header .header-top .head-title {
  float: left;
  width: auto;
  font-size: 18px;
  line-height: 30px;
}
header .header-top ul {
  float: right;
  width: auto;
  margin-top: 1px;
}
header .header-top ul li {
  float: left;
  width: auto;
  margin-left: 50px;
}
header .header-top ul li a {
  display: block;
  width: auto;
  padding: 5px;
}
header .header-top ul li a img {
  display: block;
  width: 16px;
  height: auto;
}
header .header-top ul li a:hover {
  opacity: 0.5;
}
header .header-top ul li.nav-toggle {
  display: none;
}
header .main-navigation,
header .main-navigation ul {
  float: left;
  width: 100%;
}
header .main-navigation ul li {
  float: left;
  width: 20%;
  border-left: 2px solid #000;
  position: relative;
}
header .main-navigation ul li:first-child {
  border-left: none;
}
header .main-navigation ul li a {
  display: block;
  text-align: center;
  padding: 10px 15px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  font-family: "HelveticaNeueeTextW01Medium";
  position: relative;
}
header .main-navigation ul li a.active:after,
header .main-navigation ul li a:hover:after {
  width: 8px;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
  background: #ffcc33;
  content: "";
  position: absolute;
}
header .main-navigation ul li a span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
header .main-navigation ul li a:before {
  display: inline-block;
  width: 70px;
  height: 64px;
  vertical-align: top;
  margin-bottom: 0px;
  background-image: url("../../../img/front/inner-page/navigation-icon.png");
  background-repeat: no-repeat;
  background-position: 1px 5px;
  background-size: 440px auto;
  content: "";
}
header .main-navigation ul li.active a {
  background: #1e1f1e;
}
header .main-navigation ul li a:hover {
  color: #ffcc33;
  background: #1e1f1e;
}
header .main-navigation ul li.templates a:before {
  background-position: -65px 3px;
  width: 50px;
}
header .main-navigation ul li.planner a:before {
  background-position: -115px 3px;
  width: 54px;
}
header .main-navigation ul li.stats a:before {
  background-position: -168px 2px;
  width: 110px;
}
header .main-navigation ul li.profile a:before {
  background-position: -274px 3px;
  width: 48px;
}
.disable {
  opacity: 0.4;
  pointer-events: none;
}
.footer-btn-section {
  background: #cccccc;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.footer-btn-section .btn-left {
  float: left;
}
.footer-btn-section .btn-left a.reporting-image-count {
  float: left;
  width: auto;
  margin: 10px 0 0 15px;
  color: #000;
  font-size: 14px;
}
.footer-btn-section .theme-btn {
  float: left;
  min-width: 180px;
  padding: 10px 10px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid transparent;
}
.footer-btn-section .theme-btn + .theme-btn {
  border-left: 1px solid #fff;
}
.footer-btn-section .btn-right {
  float: right;
}
.top-heading-bar {
  background: #00a06a;
  padding: 5px 0;
  border-bottom: 1px solid #2b2b2b;
}
.top-heading-bar .top-heading {
  float: left;
  width: calc(100% - 320px);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 4px 0 6px;
  font-family: "SegoeUISemibold";
}
.top-heading-bar .top-heading strong {
  font-family: "SegoeUIBold";
  font-weight: normal;
}
.top-heading-bar .top-search {
  float: right;
  width: 300px;
}
.top-heading-bar .top-search .input-text {
  float: left;
  width: 100%;
  height: 32px;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 12px;
}
.top-status-bar {
  background: #e6e6e6;
  border-bottom: 1px solid #ddd;
  color: #1e1f1e;
  padding: 12px 0;
  font-size: 16px;
  line-height: 22px;
}
.top-status-bar a.cancel {
  float: left;
  width: auto;
  padding-left: 20px;
  position: relative;
  color: #1e1f1e;
}
.top-status-bar a.cancel:hover {
  opacity: 0.7;
}
.top-status-bar a.cancel:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 24px;
  background-image: url("../../../img/front/inner-page/left-arrow-new.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  content: "";
}
.main-container {
  float: left;
  width: 100%;
  height: calc(100vh - 312px);
  overflow-x: hidden;
  overflow-y: auto;
}
.main-content-min-height {
  min-height: calc(100vh - 334px);
}
.form-block-section .border-left {
  border-left: 1px solid #e6e6e6 !important;
}
.form-block-section .border-bottom {
  border-bottom: 1px solid #e6e6e6 !important;
}
.form-block-section .form-inner {
  padding: 25px 15px 0;
}
.form-block-section .form-inner.padding-left30 {
  padding-left: 30px;
}
.form-block-section .form-inner.padding-right30 {
  padding-right: 30px;
}
.form-block-section h2 {
  font-size: 16px;
  line-height: 20px;
  color: #2d2d2d;
  padding: 0 0 6px 5px;
  margin: 0;
  font-family: "SegoeUISemibold";
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.form-block-section h2.padding-bottom25 {
  padding-bottom: 25px;
}
.form-block-section h2.padding-bottom15 {
  padding-bottom: 15px;
}
.form-block-section .form-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
.form-block-section .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #2d2d2d;
  padding: 0 0 6px 5px;
  margin: 0;
  font-family: "SegoeUISemibold";
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
}
.form-block-section .form-group label span {
  font-size: 13px;
  line-height: 16px;
}
.form-block-section .padding0 {
  padding: 0;
}
/*custom selectbox css start here*/
.custom-selectbox .sbHolder {
  float: left;
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
  position: relative;
  background: #fff;
}
.custom-selectbox .sbHolder .sbSelector {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #555;
  font-style: normal;
  padding: 8px 10px 10px;
  opacity: 0.6;
  white-space: nowrap;
  overflow: hidden;
}
.custom-selectbox .sbHolder .sbToggle {
  position: relative;
  width: 40px;
  height: 40px;
  float: right;
  background-image: url(../../../img/front/inner-page/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
}
.custom-selectbox .sbHolder .sbOptions {
  max-height: 150px !important;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 42px !important;
  background: #ccc;
  border: 1px solid #e6e6e6;
  z-index: 11;
  overflow-y: auto !important;
}
.custom-selectbox.up .sbHolder .sbOptions {
  top: auto !important;
  bottom: 42px !important;
}
.custom-selectbox.number-days .sbHolder .sbOptions {
  top: auto !important;
  bottom: 42px !important;
}
.custom-selectbox .sbHolder .sbOptions li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.custom-selectbox .sbHolder .sbOptions li a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.custom-selectbox .sbHolder .sbOptions li a:hover {
  background: #999;
  color: #fff;
}
.custom-selectbox .sbHolder .sbOptions li:last-child {
  border: none;
}
/*custom selectbox css end here*/
/*custom radio btn css start here*/
.custom-radio {
  display: inline-block;
  width: auto;
}
.custom-radio input[type="radio"] {
  display: none;
}
.custom-radio label {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  font-family: "SegoeUI";
  padding-right: 42px;
  position: relative;
  cursor: pointer;
}
.custom-radio label:after {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  content: "";
}
.custom-radio label:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;
  content: "";
  background-color: #00a06a;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ase-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.custom-radio input[type="radio"]:checked + label:before {
  opacity: 1;
}
/*custom radio btn css end here*/
/*custom checkbox btn css start here*/
.custom-checkbox {
  display: inline-block;
  width: auto;
  position: relative;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
}
.custom-checkbox label {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: "SegoeUI";
  padding-left: 42px;
  cursor: pointer;
}
.custom-checkbox label:after {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
.custom-checkbox label.error-term:after {
  border-color: #ff0d0d;
}
.custom-checkbox label:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
  content: "";
  background-color: #00a06a;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ase-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
  opacity: 1;
}
/*custom checkbox btn css end here*/
.form-block-section .form-group .custom-radio label {
  padding-right: 42px;
  line-height: 28px;
}
.form-block-section .form-group .custom-radio-outer {
  margin-top: 10px;
}
.form-block-section
  .form-group
  .custom-radio-outer
  .custom-radio
  + .custom-radio {
  margin-left: 25px;
}
.form-block-section .main-content-min-height.border-left {
  border-left: none !important;
  position: relative;
}
.form-block-section .main-content-min-height.border-left:after {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #e6e6e6;
  left: 50%;
  top: 0;
  content: "";
}
.witness-list-section {
  height: calc(100vh - 433px);
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.witness-list-section ul {
  float: left;
  width: 100%;
}
.witness-list-section ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 60px 10px 10px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  position: relative;
}
.witness-list-section ul li .cancel-btn {
  position: absolute;
  right: 5px;
  width: 24px;
  height: 100%;
  top: 0;
  background-image: url(../../../img/front/inner-page/cross-black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
.witness-list-section ul li .cancel-btn.edit-btn {
  background-image: url(../../../img/front/inner-page/edit-black-icon.png);
  background-size: 18px auto;
  right: 30px;
}
.witness-list-section ul li .cancel-btn:hover {
  opacity: 0.5;
}
.message-box {
  display: flex;
  align-items: center;
  padding: 15px 0 15px 15px;
  height: 100%;
  overflow-y: auto;
}
.message-box .message-box-cnt {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.message-box .message-box-cnt h2 {
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "SegoeUIBold";
  padding-bottom: 25px;
}
.message-box .message-box-cnt p {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "SegoeUISemibold";
  padding: 0 30px;
  margin-bottom: 0;
}
.message-box .message-box-cnt p + p {
  padding-top: 15px;
}
.message-box .message-box-cnt img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 140px;
  margin-bottom: 40px;
}

.form-block-section .list-block-section {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 1;
  width: calc(100% - 15px);
  padding-right: 30px;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.form-block-section .list-block-section.incident-option-list {
  width: 100%;
  left: 0;
  padding-right: 0;
}
.form-block-section .list-block-section ul {
  float: left;
  width: 100%;
}
.form-block-section .list-block-section ul li {
  float: left;
  width: 100%;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  font-family: "SegoeUISemibold";
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}
.form-block-section .list-block-section ul li.selected {
  background-color: #00a06a;
  color: #fff;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  padding: 20px 0;
}
.vertical-alignment-helper .modal-dialog {
  display: table-cell;
  vertical-align: middle;
}
.vertical-alignment-helper .modal-dialog .modal-content {
  width: 98%;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.vertical-alignment-helper .modal-dialog .modal-content.medium {
  max-width: 600px;
}
.small .vertical-alignment-helper .modal-dialog .modal-content.medium {
  max-width: 450px;
}
.lg .vertical-alignment-helper .modal-dialog .modal-content.medium {
  max-width: 750px;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.modal-content .modal-header {
  background: #0078d7;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px 15px;
  border: none;
  display: block;
  float: left;
  width: 100%;
}
.modal-content .modal-header .close {
  text-indent: -9999px;
  font-size: 0px;
  height: 40px;
  width: 40px;
  background-image: url(../../../img/front/inner-page/cross.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  opacity: 1;
  outline: none;
  margin: -7px -7px -7px 0px;
  padding: 0;
  cursor: pointer;
  float: right;
}
.modal-content .modal-body {
  padding: 15px 15px;
  float: left;
  width: 100%;
}
.modal-content .modal-body p {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.modal-content .modal-body .incident-photos-understand {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0 0;
}
.incident-photos-understand input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 0 0;
  width: 13px;
  height: 13px;
}
.modal-content .modal-footer {
  padding: 15px 15px 20px;
  border: none;
  float: left;
  width: 100%;
}
.modal-content .modal-footer .theme-btn {
  min-width: 140px;
  padding: 7px 10px;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  outline: none !important;
  background-color: #0078d7;
  color: #fff;
  opacity: 1;
}
.modal-content .modal-footer .theme-btn:hover,
.modal-content .modal-footer .theme-btn:focus {
  color: #fff;
}
.modal-content .modal-footer .theme-btn + .theme-btn {
  margin-left: 15px;
}
.iframe-section {
  width: calc(100% - 60px);
  margin: 30px auto;
  overflow: hidden;
  min-height: calc(100vh - 410px);
  background: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SegoeUISemibold";
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.modal-content .modal-header h2 {
  float: left;
  width: calc(100% - 90px);
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
.modal-body .form-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
}
#acc_witness_edit_form .modal-body .form-group {
  margin-bottom: 15px;
}
.modal-body .form-group + .form-group {
  margin-top: 20px;
}
.modal-body .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #2d2d2d;
  padding: 0 0 6px 5px;
  margin: 0;
  font-family: "SegoeUISemibold";
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
}
.footer-btn-section .btn-left .theme-btn {
  margin: 0;
}

header .header-top .head-logo a.main-logo {
  width: 55px;
  float: left;
}

header .header-top .head-logo .logo-text {
  float: left;
  width: auto;
  font-family: "HelveticaNeueeTextW01-Bold";
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin: 8px 0 0 7px;
}
header .header-top .head-logo .logo-text span {
  font-size: 10px;
  line-height: 16px;
  font-family: "HelveticaNeueeTextW01Light";
  color: #ffd400;
  display: block;
}
header .header-top .header-top-right {
  float: right;
  width: auto;
}
.header-top-right .topbar-new {
  float: left;
  margin: 14px 0 0 0;
  color: #fff;
}
.topbar-new .welcome-txt {
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 20px;
  font-family: "SegoeUI";
  margin: 6px 15px 0 0;
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-top .inner-action > a {
  color: #2c2c2c;
  background-color: #fc3;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding-top: 6px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.header-top .inner-action > a.support-head i.fa-support:before {
  display: none;
}
.header-top .inner-action > a.support-head i.fa-support {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../../img/front/inner-page/support.png");
  background-size: 17px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.header-top .inner-action > a i.rr-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../img/front/inner-page/glasses-new.png);
  background-size: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.header-top .inner-action > a i.tutorial {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../../img/front/inner-page/tutorial.png");
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.header-top .inner-action a span.req-rev-counter,
.header-top .inner-action a span.cart-counter {
  position: absolute;
  right: 0;
  top: 0;
  margin: -12px -10px 0 0;
  background-color: #1c79d7;
  color: #fff;
  text-align: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 26px;
  display: block;
}
.header-top-right .inner-action {
  float: left;
  width: auto;
  margin-top: 12px;
  position: relative;
}
header .header-top .nav-toggle {
  display: none;
}

.mini-cart-outer {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  margin-top: 18px;
  height: auto;
  width: 300px;
  max-height: 440px;
  padding: 10px 10px;
}
.mini-cart-outer::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 100%;
  right: 50px;
  content: "";
}
.mini-cart-top {
  border-bottom: 1px solid #dcdcdc;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.cart-icon-box {
  width: 150px;
  float: left;
}
.cart-text {
  width: calc(100% - 150px);
  float: left;
}
.cart-border-bottom {
  border-bottom: 1px solid #dcdcdc;
}
.cart-text {
  float: right;
  text-align: right;
  font-size: 13px;
  font-family: "SegoeUI";
  color: #999;
  font-weight: 600;
  margin-top: 4px;
}
.cart-text > span {
  color: #1b79d7;
}
.cart-icon-box i {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.6);
}
.mini-cart-counter {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #1b79d7;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -6px;
  line-height: 24px;
}
.cart-mini-toggle .slider.round {
  border: 1px solid #1b79d7;
}
.cart-mini-toggle .slider {
  background-color: #1b79d7;
}
.cart-item-bar-image img {
  max-width: 100%;
  margin-top: 4px;
}
.cart-item-info {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 15px 5px 0;
}
.cart-item-bar-image {
  width: 70px;
  float: left;
}
.cart-item-bar-text {
  width: calc(100% - 70px);
  float: left;
  padding-left: 15px;
}
.cart-mini-detail {
  font-size: 14px;
  color: #1b1b1b;
  font-family: "SegoeUI";
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.cart-mini-detail span {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.cart-created-date {
  font-size: 12px;
  color: #b2b2b2;
  font-family: "SegoeUI";
  line-height: 16px;
}
.cart-created-qty {
  color: #1b1b1b;
}
.cart-mini-toggle .switch {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 5px;
  width: 35px;
  height: 18px;
  margin-bottom: 0;
  margin-right: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.cart-mini-toggle .slider.round:before {
  background: #fff;
}
.cart-mini-toggle .slider:before {
  top: 1px;
  right: 5px;
}
.cart-mini-toggle input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background: #fff;
}
.mini-cart-row-outer {
  height: auto;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-height: 330px;
  overflow-y: auto;
}
.proc-checkout {
  display: inline-block;
  padding: 7px 5px 3px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  background-color: #0078d7;
  font-family: "SegoeUI";
  height: 36px;
  font-weight: 400px;
  border-radius: 4px;
  width: 100%;
  margin-top: 15px;
  border: none !important;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 1px;
  bottom: 1px;
  top: 1px;
  right: 5px;
  background-color: #808180;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #0078d7;
}
input:focus + .slider {
  box-shadow: 0 0 1px #0078d7;
}
input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  background: #fff;
}
.slider.round {
  border-radius: 45px;
  border: 2px solid #808180;
}
.slider.round:before {
  border-radius: 60%;
  background: #808180;
}

.rr-list-outer {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  margin-top: 20px;
  height: auto;
  width: 360px;
  max-height: 440px;
}
.rr-list-top-header {
  background-color: #1c79d7;
  float: left;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-family: "SegoeUI";
  text-transform: capitalize;
}
.rr-list-outer .cart-item-info {
  padding: 5px 15px;
}
.rr-list-outer .cart-item-bar-image {
  width: 50px;
}
.rr-list-outer .cart-item-bar-text {
  width: calc(100% - 50px);
  padding-top: 10px;
}
.rr-list-outer .row-bg-color {
  background-color: #e5e5e5;
}
.rr-list-outer::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1c79d7;
  position: absolute;
  bottom: 100%;
  right: 141px;
  content: "";
}
.effect-box {
  -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.6);
}
.rr-list-row-outer {
  height: auto;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-height: 303px;
  overflow-y: auto;
}
.rr-list-row-outer a.review-ra {
  float: left;
  width: 100%;
}
.rr-list-info {
  float: left;
  display: flex;
  width: 100%;
  padding: 5px 15px;
}
.rr-list-bar-image {
  width: 50px;
  float: left;
}
.rr-list-bar-text {
  width: calc(100% - 50px);
  float: left;
  padding-left: 15px;
  vertical-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.rr-list-bar-text-detail {
  font-size: 14px;
  color: #1b1b1b;
  font-family: "SegoeUI";
  display: table-row;
}
.rr-list-bar-text div span {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rr-list-bar-text-date {
  font-size: 12px;
  color: #b2b2b2;
  font-family: "SegoeUI";
}
.rr-list-bar-text div span:empty {
  display: none;
}
.rr-list-bar-image img {
  width: 100%;
}
/* stats css start here */
.stats-main-container {
  height: calc(100vh - 182px);
  display: flex;
  background-color: #ffffff;
}
.stats-main-container .stats-left-content {
  height: 100%;
  overflow-y: auto;
  background-color: #f8f8f8;
  width: 80%;
  overflow-x: hidden;
  position: relative;
}
.stats-main-container .stats-left-content .stats-outer {
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  height: calc(100% - 46px);
  background-color: #f2f2f2;
  overflow-y: auto;
  z-index: 1;
}

.stats-main-container .stats-right-content {
  height: 100%;
  overflow-y: auto;
  background-color: #2a2a2a;
  width: 20%;
}
.stats-right-content .stats-right-heading {
  float: left;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "SegoeUISemibold";
  background-color: #777777;
}
.stats-right-content .folder-name-list {
  float: left;
  width: 100%;
  max-height: calc(100% - 46px);
  overflow-y: auto;
}
.stats-right-content .folder-name-list li {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  color: #fff;
  background-color: #9d9d9d;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.stats-right-content .folder-name-list li:hover,
.stats-right-content .folder-name-list li.active {
  background-color: #666;
}
.stats-right-content .folder-name-list li:last-child {
  border-bottom: none;
}
.stats-left-content .stats-top-bar {
  height: 46px;
  float: left;
  width: 100%;
  background-color: #21be9f;
  border-bottom: 2px solid #188d7f;
}
.stats-top-bar .data-show-block {
  float: left;
  width: auto;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.stats-top-bar .data-show-block a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0 12px;
  position: relative;
}
.stats-top-bar .data-show-block a + a:before {
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 18px;
  left: 0;
  top: 3px;
  content: "";
}
.stats-top-bar .data-show-block a.active {
  font-family: "SegoeUISemibold";
}
.stats-top-bar .print-top-block {
  float: right;
  width: auto;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.stats-top-bar .print-top-block a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0 12px;
  position: relative;
}
.stats-top-bar .print-top-block a:last-child {
  padding-right: 0;
}
.stats-top-bar .print-top-block a + a:before {
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 18px;
  left: 0;
  top: 3px;
  content: "";
}
.stats-top-bar .print-top-block a.active {
  font-family: "SegoeUISemibold";
}
.stats-left-content .stats-data-section {
  float: left;
  width: 100%;
  max-height: calc(100% - 46px);
  overflow-y: auto;
}
.stats-main-block {
  background-color: #fff;
  overflow-y: hidden;
}
.stats-main-block .stats-main-heading {
  background-color: #f8f8f8;
  padding: 30px 0 45px;
  font-family: "bebas_kairegular";
  color: #a0a0a0;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}
.stats-main-block .stats-main-heading span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  font-family: "SegoeUI";
  margin: 15px 0 0 5px;
}
.stats-main-block .incident-data-info-block {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}
.stats-main-block .incident-graph {
  float: right;
  width: 450px;
  padding: 0 100px 30px 20px;
  position: relative;
}
.stats-main-block .incident-graph:after {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  height: calc(100% + 40px);
  background-color: #f8f8f8;
  z-index: 1;
  content: "";
  margin: -80px -20px 0 0;
  border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  -webkit-border-radius: 50% 0 0 50%;
}
.stats-main-block .incident-graph .graph {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: -130px 0 -40px 0;
  position: relative;
  z-index: 2;
}
.stats-main-block .data-block {
  float: left;
  width: calc(100% - 450px);
  text-align: center;
  padding: 20px 0 0 0;
}
.stats-main-block .data-block span.cont {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "bebas_kairegular";
  color: #188d7f;
  font-size: 90px;
  line-height: 100px;
}
.stats-main-block .data-block span.incident-name {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "bebas_neueregular";
  color: #606060;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.stats-main-block .data-block .further-info-btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-family: "bebas_neueregular";
  color: #fff;
  background-color: #575757;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 3px 15px;
  border-radius: 20px;
  letter-spacing: 2px;
  margin-top: 12px;
}
.stats-main-block .data-block a.full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.stats-main-block .data-block .col-4 + .col-4:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #606060;
  width: 2px;
  height: calc(100% - 30px);
}
.stats-main-block .incident-bottom-blank-block {
  height: 110px;
  background-color: #f8f8f8;
  margin-top: -95px;
}
.incident-heading {
  float: left;
  width: 100%;
  background-color: #d6d6d6;
  padding: 11px 0 9px;
}
.incident-heading h2 {
  font-family: "SegoeUISemibold";
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.top-folder-section .incident-heading h2 {
  float: left;
  width: calc(100% - 250px);
}
.top-folder-section .view-options {
  float: right;
  width: auto;
}
.top-folder-section .view-options a {
  font-size: 14px;
  line-height: 20px;
  font-family: "SegoeUI";
  color: #fff;
  margin: 0 0 0 40px;
  float: left;
  width: auto;
  position: relative;
}
.top-folder-section .view-options a:first-child {
  margin-left: 0;
}
.top-folder-section .view-options a + a:before {
  position: absolute;
  left: -19px;
  top: 2px;
  width: 1px;
  height: 20px;
  background-color: #fff;
  content: "";
}
.top-folder-section .view-options a.current {
  color: #188d7f;
  font-family: "SegoeUISemibold";
}
.top-folder-block {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #fff;
}
.top-folder-block .top-folder-name {
  width: 20%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  padding: 0 20px;
  font-family: "SegoeUI";
}
.top-folder-block .top-folder-name a {
  color: #333;
  text-decoration: none;
}
.top-folder-block .top-folder-name a:hover {
  color: #1969ad;
}
.top-folder-block .folders {
  width: 80%;
  display: flex;
}
.top-folder-block .folders .folders-inner {
  width: calc(100% - 200px);
  display: flex;
}
.top-folder-block .folders div.incident {
  width: 200px;
}
.top-folder-block .folders div.incident,
.top-folder-block .folders .folders-inner div {
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "bebas_neueregular";
  letter-spacing: 2px;
  font-stretch: expanded;
  min-height: 100px;
  min-width: 110px;
}
.top-folder-block .folders div span {
  font-family: "SegoeUISemibold";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
}
.top-folder-block .folders div.incident {
  text-align: center;
  background-color: #555555;
}
.top-folder-block .folders div.misses {
  background-color: #188d7f;
}
.top-folder-block .folders div.in-juries {
  background-color: #21be9f;
}
.top-folder-block .folders div.health {
  background-color: #16e3b4;
}
.top-folder-block .folders div.incident span {
  font-size: 30px;
  line-height: 34px;
}
.involvement-section {
  display: flex;
  position: relative;
}
.involvement-section:after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: calc(100% - 65px);
  background-color: #000;
  width: 2px;
  content: "";
  margin-left: -1px;
}
.involvement-section .involvement-block {
  width: 50%;
}
.involvement-section .involvement-heading {
  float: left;
  width: 100%;
  background-color: #d6d6d6;
  padding: 11px 0 9px;
}
.involvement-section .involvement-heading.involvement-heading2 {
  background-color: #b7b7b7;
}
.involvement-section .involvement-heading h2 {
  font-family: "SegoeUISemibold";
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.involvement-section .involvement-block .involvement-block-cnt {
  margin: 0 0;
  float: left;
  width: 100%;
  position: relative;
}
.involvement-block-cnt .involvement-graph {
  margin: 0 auto;
  display: block;
  width: 60%;
}
.involvement-block-cnt .involvement-graph img {
  margin: 40px 0;
}
.involvement-block-cnt .within-organisation {
  position: absolute;
  left: 20px;
  top: 40px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  font-family: "SegoeUISemibold";
  padding-left: 18px;
}
.involvement-block-cnt .within-organisation:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: calc(100% - 8px);
  background-color: #47636f;
  content: "";
}
.involvement-block-cnt .outside-organisation {
  position: absolute;
  right: 40px;
  bottom: 80px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  font-family: "SegoeUISemibold";
  padding-left: 18px;
}
.involvement-block-cnt .outside-organisation:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: calc(100% - 8px);
  background-color: #ffb100;
  content: "";
}
.involvement-block .involvement-profile-block {
  margin: 30px 0;
  float: left;
  width: 100%;
}
.involvement-block .involvement-profile-block ul {
  padding: 0 10px;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.involvement-block .involvement-profile-block ul li {
  float: left;
  width: 100%;
  display: flex;
  background-color: #fff;
  height: 44px;
  margin: 10px 0 0 0;
}
.involvement-block .involvement-profile-block ul li span.profile {
  width: 40%;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.involvement-block .involvement-profile-block ul li span.profile-pecentage {
  width: 60%;
  background: #ccc;
  padding: 6px 10px;
  font-family: "bebas_kairegular";
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  position: relative;
  z-index: 1;
}
.involvement-block
  .involvement-profile-block
  ul
  li
  span.profile-pecentage
  .pecentage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #ff9300;
  min-width: 30px;
}
.involvement-block
  .involvement-profile-block
  ul
  li
  span.profile-pecentage
  .pecentage.zero-fill {
  min-width: 0px;
}
.aid-section {
  margin: 20px 0 0 0;
  background-color: #e5e5e5;
  padding: 15px 0;
}
.aid-section .aid-block {
  float: left;
  width: 100%;
}
.aid-section .aid-block .aid-inner {
  float: left;
  width: 40%;
  max-width: 360px;
  padding: 15px 15px;
}
.aid-section .aid-block .aid-inner + .aid-inner {
  border-left: 1px solid #000;
}
.aid-section .aid-block .aid-inner .aid-text {
  width: 185px;
  text-align: right;
  font-family: "bebas_kairegular";
  font-size: 34px;
  line-height: 40px;
  color: #717171;
  float: left;
  margin-top: 10px;
}
.aid-section .aid-block .aid-inner .count {
  float: left;
  font-family: "bebas_kairegular";
  font-size: 100px;
  line-height: 100px;
  color: #21be9f;
  position: relative;
  margin-left: 10px;
}
.aid-section .aid-block .aid-inner .count .time {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  font-family: "SegoeUI";
  text-transform: uppercase;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  top: 13px;
  right: -17px;
}
.next-section .next-block-blank {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  height: 100px;
}
.next-section .next-block {
  display: flex;
  width: 100%;
  float: left;
  padding: 30px 0;
  background-color: #fff;
}
.next-section .next-block .next-block-profile {
  float: left;
  width: calc(100% - 500px);
}
.next-section .next-block .next-block-profile ul {
  padding: 0 10px 0 50px;
  float: left;
  width: 100%;
  max-width: 700px;
}
.next-section .next-block .next-block-profile ul li {
  float: left;
  width: 100%;
  display: flex;
  background-color: #fff;
  height: 44px;
  margin: 10px 0 0 0;
  text-align: left;
}
.next-section .next-block .next-block-profile ul li span.profile {
  width: 40%;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.next-section .next-block .next-block-profile ul li span.profile-pecentage {
  width: 60%;
  padding: 6px 10px;
  font-family: "bebas_kairegular";
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  position: relative;
  z-index: 1;
  background-color: #cccccc;
}
.next-section
  .next-block
  .next-block-profile
  ul
  li
  span.profile-pecentage
  .pecentage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #21d8d8;
  min-width: 30px;
}
.next-section
  .next-block
  .next-block-profile
  ul
  li
  span.profile-pecentage
  .pecentage.zero-fill {
  min-width: 0px;
}
.next-section .next-block .next-block-graph {
  float: right;
  width: 500px;
  padding: 0 100px 30px 20px;
  position: relative;
}
.next-section .next-block .next-block-graph:after {
  position: absolute;
  right: -20px;
  top: 0;
  background-color: #f8f8f8;
  height: calc(100% + 100px);
  content: "";
  margin: -50px 0 0;
  border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  -webkit-border-radius: 50% 0 0 50%;
  width: calc(100% - 20px);
}
.next-block-graph .highcharts-container {
  z-index: 2 !important;
}
.next-section .next-block .next-block-graph #people-off-graph {
  margin: -87px 0 -120px;
}
.next-section .next-block .next-block-graph .graph {
  width: 60%;
  margin: -60px auto;
  position: relative;
  z-index: 1;
}
.next-section .next-block .more-block {
  position: absolute;
  left: 150px;
  top: -80px;
  width: 120px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}
.next-section .next-block .more-block span {
  display: block;
  width: 100%;
  font-family: "SegoeUISemibold";
  color: #18608d;
}
.next-section .next-block .more-block.more3 {
  left: auto;
  right: 120px;
  top: auto;
  bottom: -80px;
}
.next-section .next-block .more-block.more3 span {
  color: #21a6be;
}
.next-section .next-block .more-block.less {
  left: auto;
  right: 120px;
}
.next-section .next-block .more-block.less span {
  color: #21d8d8;
}
body .overlay-div {
  opacity: 0.5;
  filter: alpha(opacity = 50);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #5a5757;
  color: White;
  position: fixed;
  z-index: 99999;
}
body .ra-loader {
  left: 50%;
  top: 50%;
  width: 60px;
  margin: -30px 0 0 -30px;
  position: fixed;
  z-index: 99999;
  text-align: center;
}
body .ra-loader img {
  width: 100%;
}
.highcharts-title .incident-count-1 {
  font-size: 110px;
  line-height: 110px;
}
.incident-count-2 {
  font-size: 44px;
  font-family: "bebas_kairegular";
  color: #242424;
}
.highcharts-subtitle .incident-count-3 {
  font-size: 13px;
  line-height: 18px;
  font-family: "SegoeUI";
}
.incident-stats {
  float: left;
  width: 100%;
}
.incident-stats .n_tesco_folder {
  float: left;
  width: 100%;
  padding: 0 0 7px 0;
  color: #fff;
}
.incident-stats .n_tesco_folder .folder-filter {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  max-width: calc(100% - 18px);
  float: left;
}
.incident-stats .n_tesco_folder .folder-filter.active,
.incident-stats .n_tesco_folder .folder-filter:hover {
  color: #fc3;
}
.incident-stats .n_tesco_folder .right-arr-img {
  width: 18px;
  height: 18px;
  float: left;
}
.incident-stats .n_tesco_folder .right-arr-img a {
  width: 100%;
}
.incident-stats .n_tesco_folder .right-arr-img a img {
  width: 12px;
  vertical-align: top;
  margin: 5px 0 0 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.incident-stats .n_tesco_folder .right-arr-img a img.rotate-img {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.incident-stats .n_tesco_folder .stext-right-click {
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px 0 0 15px;
}
.incident-stats .n_tesco_folder .stext-right-click .n_stats_rtext {
  float: left;
  width: 100%;
  padding: 0;
}
#editModes .header-title {
  font-family: "SegoeUI";
  color: #fff;
  font-size: 20px;
}
.vertical-alignment-helper .modal-dialog.modal-sm .modal-content {
  max-width: 380px;
  border: 1px solid #fc3;
  background-color: #000;
  padding: 15px;
}
#editModes .form-group {
  font-size: 12px;
  line-height: 18px;
  font-family: sans-serif;
  margin-bottom: 15px;
}
#editModes .header-title {
  margin: 0 0 10px 0;
  width: 100%;
  position: inherit;
  padding: 0;
}
#editModes .row {
  float: left;
  width: 100%;
  margin: 0;
  display: block;
}
#editModes .header-name-bg .cancel-btn-div-new {
  padding: 0;
  margin: 0;
  width: calc(50% - 5px);
}
#editModes .header-name-bg .update-btn-div-new {
  padding: 0;
  margin: 0;
  width: calc(50% - 5px);
  float: right;
}
#editModes .header-name-bg .cancel-btn-div-new a.header-cancel-btn,
#editModes .header-name-bg .update-btn-div-new a.header-update-btn {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  height: 34px;
  line-height: 32px;
  padding: 0 10px !important;
  background-color: #323232;
  color: #fff;
  margin: 0 0 5px 0 !important;
  text-align: center;
}
#editModes .header-name-bg .update-btn-div-new a.header-update-btn {
  background-color: #fc3;
  color: #000;
}
#editModes .header-title .closeOverWritePopup {
  position: absolute;
  right: 15px;
  top: 7px;
}
#editModes .header-title .closeOverWritePopup img {
  width: 15px;
}
.main-container.main-con-pdf {
  height: calc(100vh - 265px);
}
.main-container.main-con-pdf .iframe {
  height: 100%;
  margin: 0;
}
#iframe-div .main-container.main-con-pdf {
  overflow: hidden;
}
.main-container.main-con-pdf .iframe #pdfIframe {
  height: 100%;
}
.stats-main-block .data-block.no-data-found {
  width: 100%;
  padding: 0;
  font-family: "bebas_kairegular";
  color: #242424;
  font-size: 30px;
}
.no-incident-in-folder {
  background-color: #ccc;
}
.incident-image-modal-box .image-div {
  border: 2px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  position: relative;
  width: 100%;
}
.incident-image-modal-box .image-div:after {
  padding-top: 75%;
  width: 100%;
  content: "";
  display: block;
}
.incident-image-modal-box .image-div a {
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}
.incident-image-modal-box .image-div a img {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}
.incident-image-modal-box .image-div a.audit-image-remove {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  background-color: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: -12px -12px 0 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  z-index: 1;
}
.incident-image-modal-box .image-div:hover a.audit-image-remove {
  opacity: 1;
  visibility: visible;
}
.incident-image-modal-box .image-div a.audit-image-remove img {
  width: 15px;
  margin: auto;
  height: 15px;
  right: 0;
  bottom: 1px;
  display: block;
  object-fit: cover;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.incident-image-modal-box .col-md-6 {
  margin-top: 30px;
}
.incident-image-modal-box .col-md-6:first-child,
.incident-image-modal-box .col-md-6:nth-child(2) {
  margin-top: 0;
}
.header-top-right .company-dropdown {
  float: left;
  width: 220px;
  margin: 0 15px 0 0;
}
.header-top-right .company-dropdown .n_dropdown_top {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow-y: visible;
  padding: 0;
}
.header-top-right .company-dropdown .n_dropdown_top a.init_key_staff {
  float: left;
  width: 100%;
  background-color: #2a2a2a;
  padding: 4px 30px 5px 15px;
  font-weight: 400;
  background-image: url("../../../img/front/inner-page/win-dd-small.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  border-bottom: 1px solid #181818;
  cursor: pointer;
  text-align: left;
  font-family: "SegoeUI";
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-top-right .company-dropdown .n_dropdown_top .n_dropdown {
  float: left;
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  background-image: none !important;
  display: none;
  border: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 11;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
}
.header-top-right .company-dropdown ul.n_dropdown li:not(.init) {
  float: left;
  width: 100%;
  background-color: #2a2a2a;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #181818;
  line-height: 18px;
  font-size: 16px;
  font-family: "SegoeUI", sans-serif;
  list-style: none;
  margin: 0;
  padding: 3px 15px 5px;
}
.header-top-right .company-dropdown ul.n_dropdown li.selected:not(.init) {
  background: #e8ba31;
  z-index: -9999;
  color: #000;
}
.upgrade-section {
  float: left;
  width: auto;
  position: relative;
  margin: 0 15px 0 0;
  z-index: 9999;
}
.header-top-right .upgrade-section a.upgrade-btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 4px 20px;
  background: #1c79d7;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: "SegoeUI";
}
.upgrade-section .upgrade-block {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 15px;
  width: 260px;
  background: #1c79d7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 140px;
  padding: 10px;
  font-family: "SegoeUI";
}
.upgrade-section .upgrade-block h2 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 4px 0;
  font-weight: 600;
  color: #fff;
}
.upgrade-section .upgrade-block p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 10px 0;
  color: #fff;
}
.upgrade-section .upgrade-block a.all-btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 4px 15px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.upgrade-section .upgrade-block a.all-btn:hover {
  background: #ffcc33;
  color: #000;
  border-color: #ffcc33;
}
.upgrade-section .upgrade-block::after {
  content: "";
  position: absolute;
  right: 40px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #1c79d7;
  clear: both;
}
.upgrade-section .upgrade-block a.close-upgrade {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  z-index: 1;
  background-image: url(../../../img/front/taskmanager/modal-close1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
}

.stats-main-block .incident-data-info-detail {
  padding-bottom: 100px;
  background-color: #f8f8f8;
}
.stats-main-block .incident-data-info-detail .container {
  float: none;
  max-width: 1170px;
}
.incident-data-info-detail .back-btn {
  float: left;
  width: 30px;
}
.incident-data-info-detail .back-btn a {
  float: right;
  width: 100%;
  height: 44px;
  margin-top: 10px;
  background-color: #dedede;
  text-decoration: none;
  color: #dedede;
  text-align: center;
}
.incident-data-info-detail .back-btn a i {
  color: #000;
  line-height: 44px;
  font-size: 22px;
  opacity: 0.4;
}
.incident-data-info-detail .back-btn a:hover i {
  opacity: 1;
}
.incident-data-info-detail .count-block {
  width: 200px;
  float: left;
  text-align: center;
}
.incident-data-info-detail .count-block span.cont {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "bebas_kairegular";
  color: #188d7f;
  font-size: 140px;
  line-height: 140px;
}
.incident-data-info-detail .count-block span.incident-name {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "bebas_neueregular";
  color: #606060;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.incident-data-info-detail .incident-profile-block {
  margin: 20px 0;
  margin-top: 36px;
  float: left;
  width: calc(100% - 230px);
  padding-left: 20px;
}
.incident-data-info-detail .incident-profile-block ul {
  padding: 0 10px;
  float: left;
  width: 100%;
}
.incident-data-info-detail .incident-profile-block ul li {
  float: left;
  width: 100%;
  display: flex;
  background-color: #fff;
  height: 44px;
  margin: 10px 0 0 0;
}
.incident-data-info-detail .incident-profile-block ul li span.profile {
  width: 50%;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.incident-data-info-detail
  .incident-profile-block
  ul
  li
  span.profile-pecentage {
  width: 50%;
  background: #ccc;
  padding: 6px 10px;
  font-family: "bebas_kairegular";
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  position: relative;
  z-index: 1;
}
.incident-data-info-detail
  .incident-profile-block
  ul
  li
  span.profile-pecentage
  .pecentage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #ff9300;
  min-width: 30px;
}
.incident-data-info-detail
  .incident-profile-block
  ul
  li
  span.profile-pecentage
  .pecentage.zero-fill {
  min-width: 0px;
}
.bootstrap-timepicker-widget table td input {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.bootstrap-timepicker-widget table td {
  height: auto;
}
.bootstrap-timepicker-widget table td a {
  padding: 0;
  border: none;
  background: none;
  opacity: 0.5;
}
.bootstrap-timepicker-widget table td a:hover {
  opacity: 1;
  background: none;
}
.bootstrap-timepicker-widget table td a span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 20px;
  background-image: url("../../../img/front/inner-page/add-user-dd-icon.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
}
.bootstrap-timepicker-widget table td a span.glyphicon-chevron-up {
  transform: rotate(180deg);
}

/*new right section css*/
.stats-right-tab-nav {
  float: left;
  width: 100%;
}
.stats-right-tab-nav ul {
  float: left;
  width: 100%;
  display: flex;
  background-color: #000100;
  border-bottom: none;
}
.stats-right-tab-nav ul li {
  width: 33.33%;
  border-left: 2px solid #2a2a2a;
  display: flex;
}
.stats-right-tab-nav ul li:first-child {
  border-left: none;
}
.stats-right-tab-nav ul li a {
  min-height: 46px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
}
.stats-right-tab-nav ul li a:hover,
.stats-right-tab-nav ul li a.active {
  background-color: #ffce34;
  color: #000;
}
.stats-right-sub-heading {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 5px;
  border-bottom: 1px solid #000;
  position: relative;
}
.email-edit-cnt .stats-right-sub-heading {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.stats-right-sub-heading2 {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 46px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 5px 10px;
  border-bottom: 1px solid #000;
  background-color: #181818;
}
.stats-right-tab-cnt .search-box .form-group {
  float: left;
  width: 100%;
  margin: 0;
}
.stats-right-tab-cnt .search-box .form-group .input-group {
  float: left;
  width: 100%;
  display: flex;
}
.stats-right-tab-cnt .search-box .form-group .input-group .form-control {
  width: calc(100% - 40px);
  background: #fff;
  border: none;
  padding: 5px 10px 9px;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}
.stats-right-tab-cnt .search-box .form-group .input-group .search-stats-folder {
  width: 40px;
  background: #fff;
  text-decoration: none;
  outline: none;
  background-image: url("../../../img/front/inner-page/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}
.stats-right-tab-cnt .advance-filter-btn a.theme-btn,
.stats-right-tab-cnt .submit-advance-filter a.theme-btn {
  width: 100%;
  background: #0078d7;
  color: #fff;
  height: 34px;
  font-size: 14px;
  line-height: 20px;
  font-family: "SegoeUI";
  padding: 6px 6px;
}
.stats-right-tab-cnt .folder-cnt-block {
  height: calc(100vh - 348px);
  overflow-y: auto;
  position: relative;
  padding: 8px 15px;
}
.folder-cnt-block .advance-filter-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 2;
  background-color: #2a2a2a;
  padding-top: 15px;
  overflow-x: hidden;
}
.folder-cnt-block .folder-tree {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
  overflow-x: hidden;
  padding: 8px 15px;
}
.folder-cnt-block .advance-filter-block a.advance-filter-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  z-index: 9;
  background-image: url("../../../img/front/inner-page/cross.png");
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.folder-cnt-block .advance-filter-block .advance-filter-box {
  float: left;
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 15px 20px;
  color: #fff;
}
.advance-filter-box label {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.advance-filter-box .form-group {
  float: left;
  width: 100%;
  margin: 0;
}
.advance-filter-box .form-group .n_dropdown_top {
  float: left;
  width: 100%;
  position: relative;
}
.advance-filter-box .form-group .n_dropdown_top a.init_key_staff {
  border: 2px solid #000;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 3px 30px 4px 15px;
  background-image: url("../../../img/front/inner-page/win-dd-small.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  cursor: pointer;
}
.n_dropdown_top .n_dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #2a2a2a;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.n_dropdown_top .n_dropdown li {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 15px 5px 15px;
  border-bottom: 1px solid #181818;
  cursor: pointer;
  word-break: break-all;
}
.n_dropdown_top .n_dropdown li.selected {
  background-color: #e8ba31;
  color: #000;
}
.advance-filter-box input.form-control {
  border: 2px solid #181818;
  background-color: #2a2a2a;
  color: #fff;
  font-family: "SegoeUI";
  font-size: 14px;
  line-height: 20px;
  padding: 2px 15px 5px 15px;
  height: 32px;
}
.advance-filter-box.date-box input.form-control {
  padding: 0 25px 2px 5px;
  font-size: 12px;
  line-height: 16px;
  height: 26px;
  background-image: url("../../../img/front/inner-page/calender_vsmall.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  background-size: auto 12px;
}
.advance-filter-box.date-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.advance-filter-box.date-box .row .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.stats-right-tab-cnt .stats-cnt {
  float: left;
  width: 100%;
  height: calc(100vh - 274px);
  overflow-y: auto;
}
.stats-cnt .stats-view-block {
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: relative;
}
.stats-cnt .stats-view-block .stats-tempalte-view {
  float: left;
  width: 100%;
  display: flex;
  padding: 12px 10px;
}
.stats-cnt .stats-view-block .stats-tempalte-view .stats-name {
  width: calc(100% - 54px);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.stats-cnt .stats-view-block .stats-tempalte-view .stats-name a {
  color: #fff;
  text-decoration: none;
}
.stats-cnt .stats-view-block .stats-tempalte-view .stats-name a:hover,
.stats-cnt .stats-view-block .stats-tempalte-view .stats-name a.active {
  color: #ffce34;
}
.stats-cnt .stats-view-block .stats-action {
  width: 54px;
  text-align: center;
}
.stats-cnt .stats-view-block .stats-action a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.stats-cnt .stats-view-block .stats-action a img {
  max-width: 100%;
  width: 20px;
  vertical-align: middle;
}
.stats-cnt .stats-view-block .stats-tempalte-edit .stats-input {
  width: calc(100% - 54px);
}
.stats-cnt .stats-view-block .stats-tempalte-edit {
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background-color: #2a2a2a;
  padding: 12px 10px;
}
.stats-cnt .stats-view-block .stats-tempalte-edit .stats-input input {
  display: block;
  width: 100%;
  background: no-repeat;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  color: #fff;
  padding: 0 0 2px 0;
  font-size: 14px;
  line-height: 20px;
  height: auto;
}
.stats-top-bar .stats-top-action {
  float: right;
  width: auto;
  display: flex;
  margin-right: -20px;
}
.stats-top-bar .stats-top-action a {
  width: 44px;
  height: 44px;
  background-color: #21be9f;
  position: relative;
  border-left: 1px solid #188d7f;
}
.stats-top-bar .stats-top-action a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
}
.advance-filter-block .filter {
  float: left;
  width: calc(100% - 10px);
  height: 2px;
  border: none !important;
  background-color: #1c79d7;
  margin-top: 44px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.advance-filter-block .ui-slider-horizontal .ui-slider-handle {
  width: 44px;
  height: 16px;
  background: none;
  margin-left: -4px;
  top: -32px;
  color: #fff;
  font-family: "SegoeUISemibold";
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: center;
  border: none;
}
.advance-filter-block .ui-slider-horizontal .ui-slider-handle span {
  margin-left: -40px;
}
.advance-filter-block .ui-slider-horizontal .ui-slider-handle:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #ffcc33;
  border: 2px solid #fff !important;
  top: 24px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin-left: -4px;
}
.advance-filter-box .form-group.ntouch-left-padding {
  padding: 0;
}
.folder-cnt-block #right-search-results {
  float: left;
  width: 100%;
}
#right-search-results .n_tesco_folder {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#right-search-results .n_tesco_folder .n_stats_rtext {
  float: left;
  width: 100%;
}
#right-search-results .n_tesco_folder .n_stats_rtext .right-arr-img {
  display: none;
}
#right-search-results .n_tesco_folder .n_stats_rtext .folder-filter {
  float: left;
  width: 100%;
  padding-left: 14px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
#right-search-results .n_tesco_folder .n_stats_rtext .folder-filter:hover {
  color: #ffce34;
}
/*20-08-19*/
.stats-right-tab-cnt .email-bottom-btn a.theme-btn {
  width: 100%;
  background: #0078d7;
  color: #fff;
  height: 34px;
  font-size: 14px;
  line-height: 20px;
  font-family: "SegoeUI";
  padding: 6px 6px;
}
.stats-right-content .relative {
  position: relative;
}
.stats-right-tab-cnt .stats-cnt.email-cnt {
  height: auto !important;
}
.stats-right-tab-cnt .email-inner-cnt {
  height: calc(100vh - 308px);
  overflow-y: auto;
  overflow-x: hidden;
}
.stats-right-tab-cnt .email-edit-cnt {
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
  background-color: #2a2a2a;
}
.stats-right-tab-cnt .email-edit-cnt .email-edit-box {
  float: left;
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 15px 20px;
  color: #fff;
}
.stats-right-tab-cnt .email-edit-cnt .email-edit-box:last-child {
  border-bottom: none;
}
.email-edit-box label {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.email-edit-box .form-group {
  float: left;
  width: 100%;
  margin: 0;
}
.email-edit-box .form-group input.form-control {
  border: 1px solid #808080;
  background-color: #e6e6e6;
  color: #000;
  font-family: "SegoeUI";
  font-size: 14px;
  line-height: 20px;
  padding: 2px 15px 5px 15px;
  height: 32px;
}
.email-edit-box .form-group input[type="text"].form-control {
  border: none;
  background-color: #fff;
  color: #333;
}
.email-edit-box .form-group .n_dropdown_top {
  float: left;
  width: 100%;
  position: relative;
}
.email-edit-box .form-group .n_dropdown_top a.init_key_staff {
  border: 1px solid #181818;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 3px 30px 4px 15px;
  background-image: url("../../../img/front/inner-page/win-dd-small.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  cursor: pointer;
  background-color: #2a2a2a;
}
.email-edit-box .form-group .n_dropdown_top .n_dropdown {
  position: relative;
}
.email-edit-box .form-group.email {
  position: relative;
  display: flex;
}
.email-edit-box .form-group.email .form-control {
  width: calc(100% - 32px);
}
.email-edit-box .form-group.email .form-control::placeholder {
  color: #000;
  opacity: 0.4;
}
.email-edit-box .form-group.email .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.email-edit-box .form-group.email .form-control::-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.email-edit-box .form-group.email .add-stat-email-btn {
  width: 32px;
  height: 32px;
}
.email-edit-box .email-border {
  float: left;
  width: 100%;
  border: 1px solid #808080;
  margin-top: -1px;
  min-height: 40px;
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
}
.email-edit-box .email-border .st_email_detail {
  color: #fff;
  font-family: "SegoeUI";
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  border-bottom: 1px solid #808080;
}
.email-edit-box .email-border .st_email_detail:last-child {
  border-bottom: none;
}
.email-edit-box .email-border .st_email_detail .stat-tempalte-email {
  display: inline-block;
  width: calc(100% - 30px);
  word-break: break-all;
}
.stats-right-sub-heading span.cancel-email-report {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-size: 0px;
  line-height: 0px;
  background-image: url("../../../img/front/inner-page/back-arrow-white.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  cursor: pointer;
}
.injury-type-section .incident-heading h2 {
  color: #fff;
  font-family: "SegoeUI";
}
.injury-type-section .risk-types {
  display: flex;
  width: 100%;
}
.injury-type-section .risk-type {
  width: 20%;
  padding: 7px 20px;
  min-height: 80px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.injury-type-section .risk-type span {
  font-family: "SegoeUISemibold";
  font-size: 18px;
  line-height: 24px;
}
.stats-right-tab-cnt #stat-email-form .email-edit-cnt {
  position: absolute;
  z-index: 1;
  height: 100% !important;
}
.stats-right-tab-cnt #stat-email-form .email-edit-cnt .email-inner-cnt {
  position: absolute;
  left: 0;
  top: 46px;
  height: calc(100% - 80px) !important;
  z-index: 2;
  background-color: #4d4d4d;
}
.stats-right-tab-cnt #stat-email-form .email-edit-cnt .email-bottom-btn {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
}
.bs-example-modal-sm-report-filter .modal-content .modal-footer,
.bs-example-modal-sm-report-email .modal-content .modal-footer {
  padding-top: 0;
}
.stats_hover_right {
  width: 12px;
}

.incident-heading a.show-parent-data {
  float: left;
  width: 18px;
  height: auto;
  padding: 0 10px 0 0;
}
#AccidentReportStartDate[readonly],
#AccidentReportStartTime[readonly] {
  background-color: #fff;
  border: 1px solid #e6e6e6 !important;
  color: #999;
}

.form-block-section .form-group label span#injury-what-happen {
  position: relative;
  z-index: 11;
}
.whatHappenModal {
  position: absolute;
  left: 100%;
  top: 0;
  width: 320px;
  height: auto;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #00a06a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 2;
  transform: translate(10px, -26px);
  -moz-transform: translate(10px, -26px);
  -webkit-transform: translate(10px, -26px);
}
.whatHappenModal:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #00a06a;
  position: absolute;
  right: 100%;
  top: 25px;
  content: "";
}
.whatHappenModal ul {
  float: left;
  width: 100%;
  margin: 0;
}
.whatHappenModal ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  font-family: "SegoeUI";
  position: relative;
  list-style: none !important;
  padding: 0 0 0 10px;
}
.whatHappenModal ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
}
.whatHappenModal ul li:last-child {
  margin-bottom: 0;
}

.modal-content .modal-body .consent-sub-heading {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
}

.whatHappenModalIcon {
  font-size: 15px;
  cursor: pointer;
}

.theme-btn.browse-btn {
  padding: 0;
}
.form-block-section .form-group .theme-btn label {
  padding: 12px 12px;
  margin: 0;
  color: #fff;
  cursor: pointer;
}

.form-block-section .list-block-section .witness_form {
  width: 100%;
}
#ui-datepicker-div {
  width: 260px !important;
}
.form-block-section .message-box-outer {
  position: absolute;
  left: 15px;
  right: 0;
  width: calc(1005 - 15px);
  height: 100%;
  overflow-y: auto;
  z-index: 1;
}
.form-block-section .message-box-outer .message-box-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.form-block-section .message-box-outer .message-box-inner .message-box {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 0;
}
.form-block-section .form-inner-outer {
  position: absolute;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  height: 100%;
  overflow-y: auto;
  z-index: 1;
}
.form-block-section .form-group label font {
  font-family: "SegoeUISemibold";
}
.form-block-section .form-group label span {
  font-family: "SegoeUI";
}

#myCanvas {
  width: 100% !important;
  position: static !important;
}
#myCanvas .image-canvas {
  position: absolute;
  top: 0;
  width: 46px !important;
  left: 0;
  padding: 5px;
  background: none !important;
  height: calc(100% - 50px);
  min-height: 404px;
}
#image-annotate
  .vertical-alignment-helper
  .modal-dialog
  .modal-content
  .modal-body
  .que-body-top {
  padding: 0 15px;
}
#image-annotate
  .vertical-alignment-helper
  .modal-dialog
  .modal-content
  .modal-body
  .que-body-top
  .col-xs-12.col-sm-12 {
  padding: 0 0 0 50px;
  overflow: hidden;
  min-height: 404px;
}
#image-annotate
.vertical-alignment-helper
.modal-dialog
.modal-content
.modal-body
.que-body-top
.saveCanvas{
    right: 14px;
    bottom: 16px;
    position: absolute;
    padding: 7px 20px;
}

#myCanvas .image-canvas .radio-check-icon {
  float: left;
}
#myCanvas .image-canvas .radio-check-icon .form-item {
  width: auto;
  float: left;
}
#myCanvas .image-canvas .radio-check-icon .form-item label {
  float: left;
  width: 36px;
  height: 32px;
  margin: 0 0 4px 0;
  position: relative;
}
#myCanvas .image-canvas .radio-check-icon .form-item label input[type="radio"] {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
#myCanvas .image-canvas .radio-check-icon .form-item label span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 32px;
  text-align: center;
  color: #000;
  background-color: none;
  padding: 0 !important;
}
#myCanvas
  .image-canvas
  .radio-check-icon
  .form-item
  label
  input[type="radio"]:checked
  + span {
  background-color: #ffcc33;
}
#myCanvas .image-canvas .annotate-undo,
#myCanvas .image-canvas .annotate-redo {
  width: 100%;
  height: 32px;
  border: none;
  background: none;
  color: #000;
  text-align: center;
  line-height: 32px;
}
#myCanvas .image-canvas .annotate-redo {
  margin-top: 4px;
  margin-bottom: 4px;
}
#myCanvas .deptBlueBtn2 {
  float: right;
  height: 34px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: "SegoeUI";
  padding: 0 10px;
  cursor: pointer;
  background-color: #0078d7;
  border: none;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100px;
}
#myCanvas.annotate-container > [id^="baseLayer"],
#myCanvas.annotate-container > [id^="drawingLayer"] {
  left: 50px;
  max-height: calc(100% - 50px);
}
#image-annotate .modal-content .modal-body {
  padding: 0 15px 15px;
}
.no-data-folder {
  display: none !important;
}
.bootstrap-timepicker-widget table td input {
  pointer-events: none;
}
#imgModal .modal-content-img {
  max-width: 100%;
}
#image-annotate .theme-btn.blue-btn {
  height: 34px;
  font-size: 14px;
  line-height: 20px;
  font-family: "SegoeUI";
  padding: 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 100px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
}
#image-annotate .theme-btn.blue-btn:hover {
  opacity: 1;
}
.edit-skecth-btn .width50 {
  width: calc(50% - 5px);
}
#image-annotate .vertical-alignment-helper .modal-dialog .modal-content {
  max-width: 360px;
}
#imgModal .close-img {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
}
.witness-form-element {
  min-height: calc(100vh - 467px);
}
.incident-pdf-outer {
  height: calc(100vh - 110px);
  display: flex;
  width: 100%;
}
.incident-pdf-left {
  float: left;
  width: calc(100% - 400px);
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.incident-pdf-right {
  float: right;
  width: 400px;
  background-color: #f4f4f4;
  height: 100%;
  position: relative;
}
.incident-pdf-right .right-heading {
  float: left;
  width: 100%;
  height: auto;
  background-color: #2b2b2b;
}
.incident-pdf-right .right-heading h2 {
  width: 100%;
  height: 70px;
  padding: 16px 15px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}
.incident-pdf-right .btn-section {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 10px 15px;
  z-index: 1;
}
.incident-pdf-right .btn-section .theme-btn {
  width: 100%;
  color: #fff;
}
.incident-pdf-right .right-content {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: calc(100% - 124px);
  overflow-y: auto;
  z-index: 1;
  padding: 10px 15px;
}
.incident-pdf-right .right-content .sub-heading {
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #2b2b2b;
  margin-bottom: 15px;
}
.incident-pdf-left .iframe {
  float: left;
  width: 100%;
}
.incident-pdf-left .iframe #pdfIframe {
  float: left;
  width: 100%;
}
.incident-pdf-left .iframe #pdfIframe embed {
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}
.password-form-group {
  position: relative;
}
.password-show {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-image: url(../../../img/front/home/password-show.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  text-decoration: none !important;
}
.password-hide {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-image: url(../../../img/front/home/password-hide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  text-decoration: none !important;
}
.password-form-group input[type="password"] {
  padding-right: 30px !important;
}
#terms-conditions-plan p {
  padding-left: 0;
  padding-bottom: 15px;
  margin: 0;
}
#terms-conditions-plan .modal-header.custom-header h4 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
#terms-conditions-plan .modal-content .modal-header {
  border-radius: 0.3rem 0.3rem 0 0;
  -moz-border-radius: 0.3rem 0.3rem 0 0;
  -webkit-border-radius: 0.3rem 0.3rem 0 0;
  margin-top: -1px;
}
#terms-conditions-plan .modal-content .modal-body {
  max-height: calc(100vh - 115px);
  overflow-y: auto;
}

.single-image-popup .vertical-alignment-helper .modal-dialog .modal-content {
  max-width: 450px;
}
.form-block-section .witness-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 0;
  background-color: #fff;
  margin: 0;
  width: 100%;
  height: 44px;
}
.form-block-section .list-block-section.witness-box-btn-outer {
  height: calc(100% - 44px);
}
.form-block-section .witness-btn .disabled {
  display: none;
}
.form-inner-outer .body-parts-custom-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  height: auto;
  padding: 8px 40px 10px 10px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "SegoeUI";
  cursor: pointer;
  background-image: url(../../../img/front/inner-page/arrow-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 10px;
  background-size: 22px auto;
}
#body-parts-custom-list-popup
  .vertical-alignment-helper
  .modal-dialog
  .modal-content {
  max-width: 740px;
}
#body-parts-custom-list-popup .modal-body {
  padding: 0;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
#body-parts-custom-list-popup .modal-body .row {
  margin: 0;
}
ul.body-part-option-list {
  float: left;
  width: 100%;
}
ul.body-part-option-list li {
  float: left;
  width: 100%;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  font-family: "SegoeUISemibold";
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}
ul.body-part-option-list li.selected {
  background-color: #00a06a;
  color: #fff;
}
.modal-content .modal-header .add-body-parts-right {
  text-indent: -9999px;
  font-size: 0px;
  height: 40px;
  width: 40px;
  background-image: url(../../../img/front/inner-page/folder-submit-icon-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  opacity: 1;
  outline: none;
  margin: -7px -7px -7px 0px;
  padding: 0;
  cursor: pointer;
  float: right;
  background-color: transparent;
  border: none;
}

.col-2-section {
  display: flex;
  width: 100%;
}
.col-2-section .left-section {
  width: 80%;
  position: relative;
}
.col-2-section .left-section .footer-btn-section {
  bottom: auto;
  position: relative;
}
.col-2-section .right-section {
  width: 20%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  border-left: 1px solid #ccc;
  background-color: #e2e2e2;
}
.col-2-section .right-section .bottom-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.col-2-section .right-section .bottom-button .theme-btn {
  width: 100%;
  padding: 10px 10px;
}
.col-2-section .right-section .bottom-button .theme-btn + .theme-btn {
  margin-top: 1px;
}
#select-procore-folder-list-popup ul li span.dropdown-arrow {
  float: right;
  width: 30px;
  rotate: -90deg;
  height: 20px;
  background-image: url(../../../img/front/taskmanager/temp-down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  cursor: pointer;
  margin: 0 13px 0 0;
}
#select-procore-folder-list-popup ul {
  width: 100%;
}
#select-procore-folder-list-popup ul li {
  float: left;
  width: 100%;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  font-family: SegoeUISemibold;
}
#select-procore-folder-list-popup .modal-content .modal-body {
  padding: 0 15px !important;
}
.procore-folder-options {
  cursor: pointer;
}
