div.error {
  color: red;
}
.form_upload_pic {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-left: 8px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 54px;
  text-decoration: none;
  display: block;
  background: #337ab7;
}
.dropdown-content a:hover {
  background-color: #337ab7;
}
.dropdown:hover .dropdown-content {
  display: block;
  list-style-type: none;
}
.role_table {
  width: 60%;
  margin: auto;
}
.funkyradio div {
  clear: both;
  /*margin: 0 50px;*/

  overflow: hidden;
}
.funkyradio label {
  /*min-width: 400px;*/

  width: 100%;
  border-radius: 3px;
  border: 1px solid #d1d3d4;
  font-weight: normal;
}
.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}
.disabled {
  cursor: not-allowed !important;
}
.enabled {
  cursor: pointer;
}
.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #d1d3d4;
  border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #c2c2c2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #333;
  background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}
.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

tags-input {
  display: block;
}
tags-input *,
tags-input:after,
tags-input:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: 0;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 100%;
  border-radius: 4px;
}
tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(
    top,
    #f0f9ff 0,
    #cbebff 47%,
    #a1dbff 100%
  );
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(
    top,
    #febbbb 0,
    #fe9090 45%,
    #ff5c5c 100%
  );
  background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
  color: red;
}
tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: 0;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(
    top,
    #f0f9ff 0,
    rgba(203, 235, 255, 0.75) 47%,
    rgba(161, 219, 255, 0.62) 100%
  );
  background: linear-gradient(
    to bottom,
    #f0f9ff 0,
    rgba(203, 235, 255, 0.75) 47%,
    rgba(161, 219, 255, 0.62) 100%
  );
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

ng\:form {
  display: block;
}

.ng-animate-block-transitions {
  transition: 0s all !important;
  -webkit-transition: 0s all !important;
}

/* show the element during a show/hide animation when the
 * animation is ongoing, but the .ng-hide class is active */
.ng-hide-add-active,
.ng-hide-remove {
  display: block !important;
}

.ui-notification {
  position: fixed;
  z-index: 9999;

  width: 550px;

  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;

  color: #fff;
  border-radius: 0;
  background: #337ab7;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.ui-notification.killed {
  -webkit-transition: opacity ease 1s;
  -o-transition: opacity ease 1s;
  transition: opacity ease 1s;

  opacity: 0;
}
.ui-notification > h3 {
  font-size: 14px;
  font-weight: bold;

  display: block;

  margin: 10px 10px 0 10px;
  padding: 0 0 5px 0;

  text-align: left;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ui-notification a {
  color: #fff;
}
.ui-notification a:hover {
  text-decoration: underline;
}
.ui-notification > .message {
  margin: 10px 10px 10px 10px;
}
.ui-notification.warning {
  color: #fff;
  background: #f0ad4e;
}
.ui-notification.error {
  color: #fff;
  background: #d9534f;
}
.ui-notification.success {
  color: #fff;
  background: #5cb85c;
}
.ui-notification.info {
  color: #fff;
  background: #5bc0de;
}
.ui-notification:hover {
  opacity: 0.7;
}
.editprofile_section .list_blk.right {
  width: 100%;
}

.editprofile_section .ipfield .usrlabel {
  text-transform: capitalize;
  font-weight: bold;
}
.usrlist_section .filer {
  display: none;
}

.usrlist_section .filer + .brwbtn {
  font-family: "Roboto-Regular";
  font-size: 13px;
  background: #0395fa;
  padding: 6px 20px;
  color: #fff;
  margin: 0px;
  cursor: pointer;
  /*//display: none;*/
}

.accnt_phone_num {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  width: 80% !important;
  float: left !important;
}
.accnt_country_code {
  border-top-right-radius: 0px !important;
  width: 20% !important;
  float: left !important;
  border-bottom-right-radius: 0px !important;
}
section.left_menu .logo {
  background: none !important;
}
section.login_section .logo {
  background: none !important;
}
input.error {
  border: 1px solid red !important;
}
select.error {
  border: 1px solid red !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 30px;
}
.two_way_label {
  width: 60%;
  float: left;
}
.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 25px;
  left: 0px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.prflresend {
  float: right;
  font-size: 12px;
  font-family: "Roboto-Regular";
  margin: 3% 0%;
}

.action_badges {
  width: 120px;
}
.example3 {
  min-height: 160px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.example3 div {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  /* Starting position */
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Apply animation to this element */
  -moz-animation: example3 18s linear infinite;
  -webkit-animation: example3 18s linear infinite;
  animation: example3 18s linear infinite;
}

/* On mouse over stop the scroll */
.example3 div:hover {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  /* Starting position */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
/* On mouse over stop the scroll */

/* Move it (define the animation) */
@-moz-keyframes example3 {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(100%);
  }
}
@-webkit-keyframes example3 {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
@keyframes example3 {
  100% {
    -moz-transform: translateY(-100%); /* Firefox bug fix */
    -webkit-transform: translateY(-100%); /* Firefox bug fix */
    transform: translateY(-100%);
  }
  0% {
    -moz-transform: translateY(100%); /* Firefox bug fix */
    -webkit-transform: translateY(100%); /* Firefox bug fix */
    transform: translateY(100%);
  }
}

article.filact_blk .action {
  position: absolute !important;
}
article.filact_blk .action .actico.editrole {
  background-image: url(../images/editicon_off.png);
  right: 25px;
}
.pagination {
  float: right !important;
  margin-right: 26px !important;
}

.roles_section article.filact_blk .action .actico.editrole {
  background-image: url(../images/editicon_off.png);
  right: 25px;
}

.profile_section .info_blk .block.right {
  border-left: 2px solid #e0e0e0 !important;
}

.profile_section .info_blk .block.left {
  border-right: none !important;
}

.profile_section .profile_content .btn_change_pwd {
  font-size: 14px;
  color: #f26422;
  margin: 6px 0px 0px 10px;
  display: inline-block;
  border: 1px solid #f26422;
  border-radius: 4px;
  padding: 8px 15px;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.profile_section .profile_content .btn_change_pwd:hover {
  background: #f26422;
  color: #fff;
}

.groupModal .modal-header:after {
  background: #fff !important;
}

.groupname_prfl {
  font-size: 18px;
  font-weight: 600;
  display: block;
  font-family: "Roboto-Regular";
  text-transform: uppercase;
  margin: 0px 0px 5px;
}
.groupsample {
  width: 50%;
  float: left;
  /* border-bottom: none !important; */
}
.btn_common {
  border: 1px solid #f26422;
  border-radius: 4px;
  color: #f26422;
  display: inline-block;
  font-family: "ProximaNova-Bold";
  font-size: 12px;
  margin: 6px 0 0 10px;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.resetedit {
  text-align: right;
  text-decoration: none;
}

.alertloadicon {
  text-align: center;
  font-size: 14px;
}
.profile_otp {
  float: right;
}

.scroll_file_logs {
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
}

.heading_config {
  border-bottom: 1px solid #e5e5e5;
}

.first_ipfield {
  margin: 30px 0px 0px !important;
}
.configuration .account_settings .heading_config .editrole {
  background-image: url(../images/editicon_off.png);
  right: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto 0px;
  width: 13px;
  height: 14px;
}
.four_module_config {
  padding-bottom: 20px;
}
.configuration .account_settings .heading_config .save_config {
  display: inline-block;
  font-family: "Roboto-Bold";
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: auto;
  padding: 4px 12px;
  margin: 5px 0px 0px 5px;
  text-transform: uppercase;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.configuration .account_settings .heading_config .editrole {
  background-image: url(../images/editicon_off.png);
  right: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto 0px;
  width: 13px;
  height: 14px;
}

button.close_config {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close_config {
  float: right;
  font-size: 25px;
  font-weight: 700;
  /* line-height: 1; */
  color: #cd2121;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  /* opacity: .2; */
}
.close_config {
  padding-right: 0;
}

.sms_config_one {
  padding: 0px;
}
.switch_sms_conf {
  position: relative !important;
  display: inline-block !important;
  width: 48px !important;
  height: 22px !important;
  margin-left: 8px !important;
  float: right;
}

.switch_sms_conf input:checked + .slider {
  background-color: #00a651;
}

.switch_sms_conf .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switch_sms_conf .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 25px;
}

#captchadiv svg {
  background: white;
}

section.login_section .login_blk .generate_captcha {
  font-family: "Roboto-Light";
  font-size: 14px;
  color: #fff;
  margin: 0px;
  display: inline-block;
  margin: 10px 0px 0px;
}
.reload_cap .fa-refresh {
  color: #333 !important;
  font-size: 18px !important;
}
.reload_cap {
  float: left;
  margin-left: -18px;
  position: absolute;
}
span.mandat {
  color: red;
  top: -5px;
  position: relative;
}
.doc_work {
  width: 50%;
  float: left;
}

.doc_work .chklabel {
  background-image: url(../images/tbcheck_off.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.doc_work .chkbtn:checked + .chklabel {
  background-image: url(../images/tbcheck_on.png);
}

.doc_work .chkbtn {
  display: none;
}
.btn_view {
  border: 1px solid #f26422;
  border-radius: 4px;
  color: #f26422;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 12px;
  margin: 6px 0 0 10px;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.approve_div {
  float: left;
  padding: 0 15px 15px 30px;
  width: 100%;
}
#myFrame {
  width: 100%;
  height: 900px;
}

.page404 .logo {
  background: none !important;
}

#pause_up,
#cancel_up,
#start_up {
  display: none;
}

.field_icon {
  float: right;
  margin-right: 8px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.field_icon_login {
  float: right;
  margin-right: 8px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #ccc;
}
.hint_txt_conf {
  margin-top: 10px;
  font-family: "Roboto-light";
  font-size: 13px;
}
#sidebarContent1 {
  top: 32px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 200px;
  background-color: hsla(0, 0%, 0%, 0.1);
}

.spot_page_num {
  text-align: center;
  color: #003a80;
  font-size: 16px;

  margin-top: 1rem;
}

#hotspotlink2 .hotspotlink {
  text-transform: uppercase;
}
#hoverframe img {
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 100%;
  /* width : 100%; */
}
.icon-prev,
.icon-next {
  cursor: pointer;
}
#draggable3 {
  z-index: 3;
}

.text_edit_select {
  z-index: 1;
  /* cursor: pointer; */
}
.secondtypehotspot {
  cursor: pointer !important;
}
.not-allowed {
  cursor: not-allowed;
}
.report_table {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.report_filter {
  width: 50%;
  float: left;
}
.shrink_pdf {
  padding-right: "0%";
  width: "95%";
}
.diabled-class {
  background: #70717352 url(../images/select_arr.png) no-repeat scroll 98%
    center !important;
}
.cover_img_btn {
  font-family: "Roboto-Regular";
  font-size: 9px;
  background: #4c4c4c;
  padding: 5px 10px;
  color: #fff;
  margin: 25px;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.inspection_pg_img {
  height: 207px;
}
.inspection_detail .pad-left {
  padding-left: 0;
  padding-right: 0;
}
section.adddoc_section .liblist .hovertxt:hover {
  color: #3f96e5;
}

.inspection_detail_sec .pad-left {
  padding-left: 0;
  padding-right: 0;
}
.diabled-textarea {
  border: none;
  background: #dfe0e447 !important;
}

/* Demo Video popup */

#closer_videopopup {
  position: absolute;
  display: table-cell;
  right: 2%;
  top: 2%;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  padding: auto;
  cursor: default;
  background: none;
  border: none;
  color: #ffffff;

  z-index: 100004;
}
#opct {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#videCont {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: auto;
  max-width: 720px;
  height: 0;
  height: auto !important;
}

#video1 {
  cursor: pointer;
  cursor: hand;
}
.modal_inspection .filer {
  display: none;
}
.hide_labels {
  display: none !important;
}
.unshare_btn {
  margin: 5px !important;
}
.ind-ins {
  border-radius: 5px;
}

.ind-ins .container {
  max-width: 900px;
  margin: 0 auto;
}

.ind-ins .row {
}

.ind-ins .rowline {
  margin-bottom: 20px;
  /* border-bottom: 1px solid #cccccc; */
}

.ind-ins .fquestion {
  font-family: "RalewayBold";
  font-size: 16px;
}

/* .ind-ins .fquestion a.fqlink {
    background: url(inc/images/faq-icon-plus.png) no-repeat 7px 5px;
    padding: 0px 0px 0px 30px;
    display: inline-block;
    color: #000;
  }

  .ind-ins .fquestion a.fqlink:focus {
    background: url(inc/images/faq-icon-minus.png) no-repeat 7px 10px;
  } */

.ind-ins .fanswer {
  color: #666;
  font-size: 15px;
  font-family: "Open Sans";
  padding: 10px 0px 0px 30px;
}

.ind-ins .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 10px 0px;
  background: #fff;
}
.inspection_sec .upllist_section .filact_blk .headblk .head1 {
  color: #333333;
  font-family: Roboto-Bold;
  font-size: 18px;
}
.small_textarea {
  height: 60px !important;
}
.individual_inspections select#status {
  font-family: "Roboto-Regular";
  font-size: 13px;
  display: block;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 7px 15px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.head1_follow {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  background: #5ebd3e;
  color: #fff;
  padding: 16px 10px 16px 18px;
  border-radius: 7px;
}
.container123 {
  background: #0097cf;
}
.colorselectP {
  background-color: orange;
  font-weight: bold;
  color: white;
}
.colorselectO {
  background-color: #0195f9;
  font-weight: bold;
  color: white;
}
.colorselectC {
  background-color: green;
  font-weight: bold;
  color: white;
}
.colorselectR {
  background-color: red;
  font-weight: bold;
  color: white;
}
.thumbnail_Ins_img {
  max-width: 70px;
  max-height: 55px;
  min-width: 70px;
  min-height: 65px;
  border: 2px solid #b9b9b9;
}
.inspection_sec .window_inspections .icon_pending {
  padding: 0px 25px 0px 10px;
  color: red;
  display: inline-block;
}
/* summary-page-start */
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Roboto-Bold";
  src: url(../fonts/Roboto-Bold.ttf);
}

.location {
  height: 390px;
  color: #fff;
  background: rgb(0, 124, 176);
  background: -moz-linear-gradient(
    left,
    rgba(0, 124, 244, 1) 0%,
    rgba(0, 124, 176, 1) 34%,
    rgba(0, 124, 176, 1) 55%,
    rgba(0, 100, 176, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(0, 124, 244, 1) 0%),
    color-stop(34%, rgba(0, 124, 176, 1)),
    color-stop(55%, rgba(0, 124, 176, 1)),
    color-stop(100%, rgba(0, 124, 176, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 124, 224, 1) 0%,
    rgba(0, 124, 176, 1) 34%,
    rgba(0, 124, 176, 1) 55%,
    rgba(0, 100, 176, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 124, 224, 1) 0%,
    rgba(0, 124, 176, 1) 34%,
    rgba(0, 124, 176, 1) 55%,
    rgba(0, 100, 176, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 124, 224, 1) 0%,
    rgba(0, 124, 176, 1) 34%,
    rgba(0, 124, 176, 1) 55%,
    rgba(0, 100, 176, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 124, 224, 1) 0%,
    rgba(0, 124, 176, 1) 34%,
    rgba(0, 124, 176, 1) 55%,
    rgba(0, 100, 176, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cb0', endColorstr='#007cb0', GradientType=1);
  position: relative;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  width: 1400px;
}

.client,
.Architect {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding-left: 10px;
  margin: 0;
}

.client li,
.Architect li {
  float: left;
  padding: 10px;
  font-family: Roboto-bold;
  font-size: 16px;
}

.client li:first-child,
.Architect li:first-child {
  font-family: Roboto-Regular;
  font-size: 15px;
  width: 80px;
}

.construction img {
  height: 435px;
  width: 95%;
}

.location span {
  color: #666666;
  font-size: 14px;
  font-family: Roboto-Regular;
}

.location h3 {
  font-size: 32px;
  font-family: Roboto-Bold;
  margin-bottom: 0;
}

.location p {
  font-size: 20px;
  font-family: Roboto-Regular;
  margin-top: 0;
  margin-top: 14px;
}

.inspection h3 {
  color: #224aa0;
  font-size: 22px;
  font-family: Roboto-Bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

.inspection h3 img {
  margin-right: 5px;
  height: 17px;
  height: 19px;
  margin-bottom: 4px;
}

.inspection {
  margin-top: 40px;
  margin-left: 10px;
}
.inspection_title {
  margin-left: 10px;
}
.inspection_title a {
  font-weight: bold;
}
.inspection_title a:hover {
  text-decoration: none;
}
section.left_menu .nav > li ul li.inspection_title a:before {
  content: "\f0da";
  position: relative;
  left: -10px;
  font-family: "FontAwesome";
  color: #0395fa;
  font-size: 20px;
}
.inspection p {
  color: #333333;
  font-size: 15px;
  font-family: Roboto-Regular;
  line-height: 20px;
}

.elements-list {
  margin: 30px 0 20px 10px;
}

.elements-list h4 {
  color: white;
  font-size: 18px;
  font-family: Roboto-bold;
}

.elements-list li {
  color: #333333;
  font-size: 15px;
  font-family: Roboto-Regular;
  line-height: 22px;
  line-height: 30px;
  padding-left: 6px;
}

.elements-list ol {
  padding-left: 18px;
}

.loct-text {
  position: absolute;
  top: 80px;
  left: 104px;
}

.loct-text p {
  margin-bottom: 48px;
}

.loct-text hr {
  margin: 0;
  border: 1px solid #ffffff42;
}

.report-ban .col-sm-6 {
  padding: 0;
}
.report-page {
  background: #fff;
}
.pop-modal .modal-dialog {
  width: 80% !important;
}

.pop-modal .modal-body {
  min-height: 670px;
}
.gen-top .btn_generate {
  background: url(../images/icon-generate.png) no-repeat 17px 8px #0395fa;
  padding: 8px 25px 8px 40px;
  color: #fff;
  border-radius: 25px;
}
.gen-top .view_report {
  background: url(../images/icon-pdf.png) no-repeat 17px 8px;
  padding: 8px 25px 8px 40px;
  color: #0395fa;
  border-radius: 25px;
  border: 1px solid #0395fa;
}
.content-column .view-pagebg .col2 {
  width: 95%;
  float: right;
  padding-right: 2% !important;
}
.new-edit span {
  color: #646363;
  font-size: 22px;
  text-decoration: none;
  margin-right: 10px;
}
.new-edit {
  margin-top: 20px !important;
  padding: 4px 0 5px 15px;
  border: 1px solid #ddd;
  width: 260px;
  border-radius: 5px;
}
.new-edit p {
  color: #333333;
  cursor: pointer;
  font-family: Roboto-medium;
  font-size: 14px;
}
.new-edit:hover {
  background: #0395fa;
  color: #fff;
  border: 1px solid #0395fa;
}
.new-edit:hover p,
.new-edit:hover span {
  color: #fff;
}
.media-bg .checkmark {
  background: transparent;
}
.new-inspection .fa-camera {
  display: none;
  position: absolute;
  top: 4px;
  left: 5px;
  color: #b9b9b9;
  cursor: pointer;
}
.data-img:hover .fa-camera {
  display: block;
}
.inspection-title h1 {
  float: left;
  max-width: 70%;
}
.inspection-title a {
  margin: 3px 0 0 20px;
}
.addplus .edit_icon {
  margin-right: 14px;
}
.edit-accord {
  margin-right: 66px;
  margin-top: -53px;
  float: right;
}
.inspection-summary .form-control {
  width: 300px;
}
.inspection-summary {
  margin-top: 20px;
}
.ins-search {
  width: 40%;
  margin-top: 20px;
}
#editInspection .form-control,
#editAspectmodal .form-control {
  margin-bottom: 15px;
}
.ins-tabbg td {
  word-wrap: break-word;
}
.ins-tabbg .ins-table {
  table-layout: fixed;
}
.client-insp h3 {
  margin-bottom: 4px;
}
.client-insp p {
  margin-top: 20px;
}
.client-insp span {
  font-weight: bold;
}
.title-date {
  float: right;
  padding: 13px 6px 0 0;
  color: #999999;
  width: 20%;
  text-align: right;
}
.inspection-tab {
  border-top: 4px solid #5ebd3e;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .new-inspection .col-lg-1 {
    width: 10.333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .new-inspection .col-lg-1 {
    width: 13.333333%;
  }
}

@media only screen and (max-width: 991px) {
  .loct-text {
    left: 34px;
  }
}

@media only screen and (max-width: 340px) {
  .loct-text hr {
    width: 86%;
  }
}
/* summary-page-end */

.side_thubnail_view {
  border: solid 2px #133d99ad;
  padding: 1px;
}

.down-icon {
  color: #007bff;
  text-align: right;
  margin: 20px 20px 10px 0;
  font-size: 22px;
  cursor: pointer;
  height: 30px;
}
.down-icon .fa-download {
  margin-top: 6px;
}
#prevcmnt_hide {
  display: none;
}
.down-prev {
  float: right;
  margin: 0px 0 0 18px;
}
.md-textarea textarea {
  width: 100%;
  resize: none;
}
.modal-desc span {
  float: right;
  margin-top: 10px;
}
.modal-desc {
  margin-top: 14px;
  margin-bottom: 40px;
}
.modal-desc span .fa-times {
  margin-left: 10px;
  font-size: 16px;
  margin-top: 3px;
  color: #a0a0a0;
}
.publish + a .icon-close {
  float: right;
  margin: -20px -165px 0 0px !important;
}
.tool-down {
  float: left;
}
.margin-bot .fa-trash-o {
  color: #999;
}
.comments_sec .single_comment_prev {
  background: #e1e4e8;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  font-family: "Roboto-Regular";
  font-size: 12px;
  cursor: pointer;
  width: 90%;
}
.user-check {
  margin-top: 20px;
}

/* The customcheck */
.user-check .customcheck {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

/* Hide the browser's default checkbox */
.user-check .customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.user-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.user-check .customcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.user-check .customcheck input:checked ~ .checkmark {
  background-color: #66cc33;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.user-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.user-check .customcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.user-check .customcheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filedrag_cond {
  border: none !important;
}
.textarea_resize {
  resize: none;
}
.label_ins_cover {
  display: block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 700;
}
.cursor_class {
  cursor: pointer;
}
.media-bg .align_video {
  margin-left: 25px;
}
.hide_editor {
  display: none;
}

.show_editor {
  display: block;
}

.divchange {
  height: 124px;
  overflow: auto;
  padding: 9px;
  overflow-wrap: break-word;
  border: solid 1px #c2c2c2;
}

.inspections-title:hover {
  color: #0395fa;
}

/* Build changes */
.textLayer .secondtypehotspot {
  border: 1px solid blue !important;
  display: inline-block !important;
  position: absolute !important;
  height: 6px;
  z-index: 9999;
  opacity: 0;
}

/* Style for inspection summary on the page {baseURL}/inspections */
.inspections-summary {
  clear: both;
  padding: 32px 16px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px #ccc;
  background: linear-gradient(to right, #1580e0, #2e65c2);
  color: #fff;
}

.inspections-summary__title {
  padding: 0;
  margin: 0;
}

.inpsections-summary__stat {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}

.inpsections-summary__stat-item p {
  color: #ffba00;
  font-size: 150%;
  font-weight: 600;
}
@keyframes eye-blink {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.1);
  }
  100% {
    transform: scaleY(1);
  }
}

.animated-eye-icon {
  font-size: 46px;
  animation: eye-blink 3s infinite;
}
.media-container {
  position: relative;
  display: inline-block;
  perspective: 1000px; /* This enables 3D space for children elements */
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(0deg);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  white-space: nowrap;
  transition: transform 0.5s;
  font-size: 12px;
}

.media-container:hover .overlay-text {
  transform: translate(-50%, -50%) rotateX(70deg);
}
.flex-container {
  display: flex; /* This will make its children (cntname and tabs_wrap divs) sit side by side */
  align-items: center; /* Vertically aligns items in the middle */
}
