/*
  Zoetis Clarifide Global Style Sheet
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/* @import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'); */

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
* {
  outline: none;
}

*:focus {
  outline: none !important;
}

body {
  background: #ececec;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

.main-wrapper {
  min-height: 100vh;
  position: relative;
  /* padding-bottom: 50px; */
}

.offline-css {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.form-title2 {
  display: none !important;
}

.cl-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background:rgba(255,255,255,0.8);
  z-index:9999;*/
}

.loader {
  left: 50%;
  top: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader #spinner {
  box-sizing: border-box;
  stroke: #FF6400;
  stroke-width: 3px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
  animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@-webkit-keyframes line {
  0% {
    stroke-dasharray: 2, 85.964;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    stroke-dasharray: 65.973, 21.9911;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 2, 85.964;
    stroke-dashoffset: -65.973;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes line {
  0% {
    stroke-dasharray: 2, 85.964;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    stroke-dasharray: 65.973, 21.9911;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 2, 85.964;
    stroke-dashoffset: -65.973;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

.top-10 {
  margin-top: 10px;
}

.top-20 {
  margin-top: 20px;
}

.bottom-20 {
  margin-bottom: 20px;
}

.orange {
  color: #F36324;
}

.bg-white {
  background: #fff;
}

.bluecomplete {
  color: #00a6c6;
}

.status-text .draft {
  color: #9A0A35;
  min-width: 77px;
}

.status-block .btn-default {
  background-color: #fff !important;
}

.cdate {
  margin-top: 3px;
}

/***********************************************************/

/* Login Box CSS */

/***********************************************************/

#signin-box {
  background: url("../images/loginbg.jpg") 0 0 no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding-top: 36px;
  height: 100% !important;
}

#signin-box:after, #signin-box:before {
  opacity: 0.22;
}

.wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-sigin-box {
  max-width: 450px;
  width: 450px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding-top: 30px;
  min-height: 465px;
}

.effect7 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.btn-block {
  display: block;
  margin: 0 auto;
  /* width: 62%; */
}

.form-title {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 32px;
}

.form-row.radiobtn {
  max-width: 75%;
  margin: 0 auto;
}

.siggin-box-container .form-basic label {
  margin-bottom: 20px;
  margin: 10px 0px;
  width: 100%;
}

.siggin-box-container .form-basic div.half-label {
  width: 49%;
  float: left;
}

.siggin-box-container .form-basic div.half-label:first-child {
  text-align: left;
}

.siggin-box-container .form-basic div.half-label:last-child {
  text-align: right;
}

textarea:focus, input:focus, button {
  outline: none;
}

.siggin-box-container .form-basic label.input input:not([type=checkbox]):not([type=radio]) {
  background: transparent;
  border: 1px solid #666;
  border-radius: 23px;
  color: #666;
  font-size: 17px;
  font-weight: 400;
  height: 43px;
  padding: 7px 45px;
  width: 75%;
}

.siggin-box-container .form-basic label.input input:focus {
  border: 1px solid #888;
}

.siggin-box-container .form-basic label.input span {
  position: absolute;
  font-size: 20px;
  color: #888;
  padding: 7px 20px;
}

.siggin-box-container .form-basic label.half-label span {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 10px;
}

.btn-rounded {
  border-radius: 25px;
  height: 43px;
  margin: 15px auto;
  width: 60%;
  font-size: 18px;
}

.btn-primary {
  border-color: transparent;
}

/** Custome Check-Box **/

.checkbox-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label {
  position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #666;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
  background: #0676B6;
  box-shadow: inset 0px 0px 0px 4px #fff;
  border-radius: 50%;
}

.checkbox-custom:focus+.checkbox-custom-label, .radio-custom:focus+.radio-custom-label {
  outline: 1px solid #ddd;
  /* focus style */
}

/***********************************************************/

/* Registration page css */

/***********************************************************/

.inner-rg-box {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding-top: 54px;
  padding-left: 5%;
  padding-right: 5%;
}

.inner-rg-box>.form-horizontal {
  margin-top: 30px;
}

.inner-rg-box>.form-horizontal .form-group {
  text-align: left;
  margin-bottom: 20px;
}

.inner-rg-box>.form-horizontal .form-control {
  text-align: left;
}

.inner-rg-box>.form-horizontal .form-group .icon {
  position: absolute;
  font-size: 20px;
  color: #888;
  padding: 11px 20px;
}

.rg-input {
  background: transparent;
  border: 1px solid #666;
  border-radius: 23px;
  color: #666;
  font-size: 17px;
  font-weight: 400;
  height: 43px;
  padding: 7px 45px;
  border-radius: 24px !important;
}

.btn-cancel {
  background-color: #01A6C6;
}

.inner-rg-box>.form-horizontal .btn-rounded {
  width: 50%;
}

/***********************************************************/

/* Dashboard CSS */

/***********************************************************/

.navbar.easy-sidebar {
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-color: #fff;
}

nav#user-top-nav {
  background: #fff;
  border-radius: 0px;
  border: none;
  padding-top: 2px;
}

.menu-icon {
  cursor: pointer;
  max-width: 35px;
  float: left;
  margin-right: 25px;
  padding: 21px 0px;
}

.menu-icon span {
  width: 32px;
  height: 2px;
  background-color: #F36324;
  margin: 8px 0;
  display: block;
}

#user-top-nav .navbar-brand {
  margin: 0px;
  padding: 5px 0px;
}

#user-top-nav .navbar-brand>img {
  max-width: 185px;
}

#user-top-nav .user-profile {
  border: 1px solid #F36324;
  color: #F36324;
  width: 170px;
  text-align: center;
  border-radius: 20px;
  padding: 9px 3px;
  height: 40px;
  margin: 20px 0px;
  font-size: 12px;
  font-weight: bold;
}

#user-top-nav .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: #F36324;
  color: #fff;
}

#user-top-nav .user-profile:hover {
  background: #F36324;
  color: #fff;
}

.login-detials h3 {
  margin: 0px;
}

.user-sidebar ul {
  margin: 0px;
  padding: 0px;
}

.user-sidebar ul li {
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  margin-bottom: 15px;
  list-style-type: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
}

.user-sidebar ul li a:hover {
  text-decoration: none;
}

.user-sidebar ul li h3 {
  font-size: 18px;
}

.user-sidebar ul li img {
  max-width: 30%;
}

.main-footer {
  /*background: #e8e8e8;*/
  /* padding: 20px 0px; */
  margin-top: 15px;
  position: relative;
  width: 100%;
  height: 50px;
  /* bottom: -36px; */
}

.view {
  min-height: 50vh
}

.main-footer p {
  margin: 10px 0px 0px 0px;
}

.user-main-content {
  min-height: 60vh;
}

.card .title {
  padding: 5px 20px;
  color: #D60A49;
  font-weight: bold;
}

.card {
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  background: #fff;
}

.shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 1px;
  background: #fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px 20px;
}

.no-report td>h1 {
  text-align: center;
  color: #ccc;
  padding: 177px 0px;
}

/***********************************************************/

/* Create Report Page CSS */

/***********************************************************/

.breadcrumb {
  padding: 8px 0px;
  background: transparent;
  margin-bottom: 0px;
}

.form-control {
  border-radius: 18px;
  text-align: center;
}

select.form-control {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}

select.form-control option {
  text-align: center;
  /* reset to left*/
}

.wizard-form .control-label {
  color: #949599;
}

.title-form .form-group {
  margin-bottom: 0px;
  padding: 30px 0px;
}

.client-name {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  width: 135px;
  float: right;
  margin: 0 !important;
  padding: 0 !important;
  color: black;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: #949599;
  position: relative;
  top: 0 !important;
  left: -11px;
  background-color: #fff;
}

.client-name span:nth-of-type(2) {
  color: #d6104c !important;
  font-weight: bold !important;
}

.name-outter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ccc;
}

.bg-white .glyphicon {
  color: #949599 !important;
}

.plan-a {
  background: #00a6c6;
  padding: 10px 30px;
  color: #fff;
}

.report-action-btn {
  width: auto !important
}

.plan-a>h4 {
  font-weight: 600;
}

.create-report-tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 15px;
  background: #ececec;
}

.create-report-tab li {
  width: 33.33%;
}

.create-report-tab li>a {
  display: block;
  margin: 0px 15px 0px 0px;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 23px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: #949599;
  color: #fff;
  border: none;
  box-shadow: inset 0 0 0 0 #F36324;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.create-report-tab li.active>a, .create-report-tab li.active>a:focus, .create-report-tab li>a:focus, .create-report-tab li.active a:hover, .create-report-tab li a:hover {
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: #F36324;
  /* box-shadow: inset 400px 0 0 0 #F36324; */
}

.report-tab-content fieldset {
  padding: 20px;
}

.report-tab-content fieldset .control-label, .accordion-heading label, .form-group label {
  color: #949599;
  font-size: 14px !important;
  font-weight: 600;
}

.report-tab-content .action {
  padding: 20px;
  text-align: right;
  background: #ececec;
}

.report-tab-content .action button {
  background: #2184be;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  width: 100px;
  text-align: center;
  margin-left: 5px;
  border: none;
}

.step1.active+.step2+.step3+.action button#btnPrevious {
  background: #ccc;
  pointer-events: none;
  cursor: default;
}

.step3.active+.action button#btnNext {
  background: #ccc;
  pointer-events: none;
  cursor: default;
}

/***********************************************************/

/* Reprt List Page CSS */

/***********************************************************/

#reprt-list-accordion .accordion-heading {
  background: #fff;
}

#reprt-list-accordion .report-arrow {
  cursor: pointer;
  padding: 6px;
  border: 2px solid #00a6c6;
  border-radius: 50%;
  color: #00a6c6;
  width: 30px;
  height: 30px;
}

#reprt-list-accordion .scenario-arrow {
  cursor: pointer;
  padding: 6px;
  border: 2px solid #00a6c6;
  border-radius: 50%;
  color: #00a6c6;
  width: 30px;
  height: 30px;
}

#reprt-list-accordion .accordion-heading input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.help-block.with-errors {
  position: absolute;
  left: 10px;
}

/* Setting Model css */

.setting-model .modal-dialog {
  margin-top: 100px;
}

.setting-model .modal-content {
  border-radius: 0px;
  border: none;
}

.setting-model .modal-header {
  background: #00a6c6;
  color: #fff;
  border: none;
  text-align: center;
}

.setting-model .form-group .form-control {
  height: 34px!important;
}

.navbar {
  border: none;
}

/***********************************************************/

/* Search customer Page CSS */

/***********************************************************/

.close {
  color: #fff !important;
  opacity: 1;
}

.btn-sm-rounded {
  border-radius: 15px;
  padding: 3px 12px;
  font-size: 12px;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.btn-sm-rounded:hover {
  /* opacity: 1;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); */
}

.btn-lg-rounded {
  border-radius: 25px;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background-color: #0676B6;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-lg-rounded:hover {
  /* opacity: 1;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); */
}

.btn-blue {
  background-color: #0676B6;
}

.btn-sky {
  background-color: #2AC0CF;
}

.btn-sky-cancel {
  background-color: #2AC0CF;
  border-radius: 17px;
  width: 320px;
  margin-left: -8px;
}

.btn-red {
  background-color: #0676B6;
}

.btn-white {
  top: 7px;
  position: relative;
  background: #fff;
  color: #222 !important;
  font-weight: bold;
}

#advance-search {
  padding: 20px;
}

#advance-search label {
  color: #58595B;
  font-size: 14px !important;
  padding-left: 0px;
}

#advance-search .form-control {
  text-align: left;
}

@media (min-width:1366px) {
  #signin-box {
    height: 100vh;
  }
}

@media (min-width: 1250px) {
  .container {
    width: 1250px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
  .client-name {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .breadcrumb a {
    font-size: 13px;
  }
  .inner-rg-box>.form-horizontal .form-group {
    text-align: left;
    margin-bottom: 0px;
  }
  .form-group .btn-area {
    text-align: center !important;
  }
  .inner-rg-box>.form-horizontal .form-group .rg-input {
    margin-bottom: 10px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }
  #user-top-nav .navbar-brand {
    padding: 18px 0;
  }
  #user-top-nav .navbar-brand>img {
    max-width: 100px;
  }
  #user-top-nav .user-profile {
    border: 1px solid #f36324;
    border-radius: 20px;
    color: #f36324;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    margin: 14px 0;
    padding: 7px 3px;
    text-align: center;
    width: 150px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    margin-top: 0;
    position: absolute;
    top: 100%;
  }
  .wizard-form .form-control {
    margin: 10px 0;
  }
}

@media (max-width: 450px) {
  .inner-sigin-box {
    max-width: 450px;
    width: 350px;
  }
}

.help-block {
  color: #f00;
}

.profile-setting .form-group {
  margin-bottom: 0px;
}

.profile-setting input.form-control {
  margin-bottom: 15px;
}

/** logout UMM  **/

#reset-widget-container button.btn.btn-orange.ng-binding {
  margin-right: 10px;
  margin-top: -2px !important;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  height: 35px;
  font-size: 16px;
  width: 48%;
  border: 1px solid transparent;
  float: left;
  display: block;
  font-size: 16px;
  outline: none;
}

button.btn.btn-orange.ng-binding {
  margin-right: 10px;
  margin-top: -2px !important;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  height: 35px;
  font-size: 16px;
  width: 48%;
  border: 1px solid transparent;
  float: left;
  display: block;
  font-size: 16px;
}

button.btn.btn-default.ng-binding {
  margin-right: 0px;
  margin-top: -2px !important;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  height: 35px;
  font-size: 16px;
  width: 48%;
  border: 1px solid transparent;
  float: left;
  display: block;
  font-size: 16px;
}

.fa-pencil-square-o {
  font-size: 26px !important;
  color: #ff6400 !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-variant-ligatures: normal !important;
  font-variant-caps: normal !important;
  font-variant-numeric: normal !important;
  font-variant-east-asian: normal !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  cursor: pointer;
}

#reset-widget-container {
  height: 456px;
}

#reset-widget-container iframe {
  height: 348px !important;
}

#input-email {
  width: 90%;
  background: transparent;
  border: 1px solid #666;
  border-radius: 23px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  padding: 7px 10px;
}

/** logout UMM  **/

/** Login UMM  **/

label {
  font-size: 16px !important;
}

body.body-nested {
  background-color: transparent !important;
  font-size: 14px;
  color: #000;
}

.well.login-us-info.login-info {
  background-color: transparent !important;
  width: 100%;
  float: left !important;
  clear: both;
  padding: 10px 0px !important;
  border-bottom: 1px solid #fff;
  margin-top: 10px !important;
  max-width: 380px;
  display: none;
}

.white-container fieldset {
  width: 100%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.easy-sidebar .container-fluid {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}

.form-title2 {
  display: none !important;
}

.login-us-header {
  display: none !important;
}

div#ng-app {
  background-color: transparent !important;
  max-width: 380px;
}

label.control-label.customLabel {
  float: left !important;
  margin: 0 auto !important;
  color: #000;
  text-align: left !important;
  font-size: 14px !important;
}

input#input-username {
  background: transparent;
  border: 1px solid #666;
  border-radius: 23px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  padding: 7px 10px;
}

input#input-password {
  background: transparent;
  border: 1px solid #666;
  border-radius: 23px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  padding: 7px 10px;
}

.ng-binding {
  /*color: #fff !important;*/
}

input#input-rememberMe {
  margin-top: 10px !important;
}

.custom-controls.controls {
  float: left !important;
  margin-left: 0px !important;
  width: 100%;
}

.field-rememberMe div div {
  margin-top: 10px !important;
  color: #000;
  font-size: 14px !important;
  text-align: left !important;
}

button.btn.btn-orange.login-login.ng-binding {
  margin-right: 10px;
  margin-top: -2px !important;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  height: 35px;
  font-size: 16px;
  width: 48%;
  border: 1px solid transparent;
  float: left;
  display: block;
  font-size: 16px;
  outline: none;
}

.form-horizontal .controls:first-child {
  margin-top: 25px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ccc;
  width: 100% !important;
}

a.link.login-cancel.ng-binding {
  background: #0676B6 !important;
  margin-top: -2px !important;
  padding: 9px 20px;
  color: #fff;
  border-radius: 25px;
  height: 35px;
  text-decoration: blink !important;
  text-transform: uppercase !important;
  width: 48%;
  display: block;
  float: right;
  text-align: center;
  font-size: 16px;
  outline: none;
}

p {
  font-size: 14px !important;
  font-weight: 500 !important;
  /**width: 315px !important;**/
}

span.btn.btn-orange.login-register.ng-binding {
  border: 0px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fe6923 !important;
  font-weight: 600 !important;
  padding: 0 2px;
}

span.link.ng-binding {
  color: #fe6923 !important;
  font-weight: bold !important;
  margin-left: 2px !important;
  font-size: 14px;
}

span.help-inline.inline-error.ng-isolate-scope.ng-scope.ng-pristine.ng-valid.ng-binding {
  font-size: 14px !important;
  margin-top: 10px;
  color: #fe6923 !important;
}

span.help-inline.inline-error.ng-scope.ng-binding {
  color: #fe6923 !important;
  margin-top: 10px !important;
  font-size: 14px !important;
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  border-color: #ff671f !important;
  color: #ff671f !important;
}

.register-controls-us {
  display: none;
}

.white-container {
  padding: 0px;
}

.calinput input {
  width: 88%;
  padding-left: 14px;
}

.ui-inputtext {
  margin: 0;
  outline: medium none;
  padding: .25em;
  font-weight: normal;
  width: 88%;
  height: 36px;
  border-radius: 18px 0 0 18px !important;
}

.ui-calendar {
  width: 100%
}

.toggled .modal {
  left: -17%
}

.login-detials, .login-time {
  margin-bottom: 20px
}

.btn.focus, .btn:focus, .btn:hover {
  text-decoration: none;
}

.navbar.easy-sidebar .nav.navbar-nav>li>a {
  padding: 21px 15px;
  font-size: 18px;
  color: #949599 !important;
  text-align: left;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
}

.table {
  margin-bottom: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
}

.ngx-datepicker-container .ngx-datepicker-input {
  padding: 6px 10px;
  font-size: 14px;
  width: 100% !important;
  outline: none;
  border: 1px solid #ccc !important;
  border-radius: 28px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ngx-datepicker-container .ngx-datepicker-calendar-container {
  width: 242px !important;
}

.rounded-num {
  margin-bottom: 2px;
}

.report-plan-a td {
  padding: 6px 22px !important;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
}

.collapsed .report-plan-arrow {
  border-color: #00a6c6;
  color: #00a6c6;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.report-plan-arrow {
  border-color: #00a6c6;
  color: #00a6c6;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.flexdisplay {
  display: flex;
  align-items: center;
}

.gifloader {
  height: 30px;
}

@media all and (-ms-high-contrast:none) {
  .table-responsive {
    overflow-x: visible
  }
}

/* styles for '...' */

.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: center;
  /* */
  margin-right: -1em;
  padding-right: 1em;
}

.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #909;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #909;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #909;
}

.mr_left {
  margin-left: -40px;
}

/*Media*/

.register-controls-us span.btn.btn-blue.ng-binding {
  background-color: #ff6400!important;
  background-image: none !important;
  border: 0px;
  /*border-radius: 5px;*/
}

@media (max-width:1024px) and (min-width:768px) {
  button#generateoutput {
    width: 21% !important;
  }
  .step5 .col-sm-12[_ngcontent-c6] {
    min-height: 72px !important;
    padding-left: 0;
  }
  #mySetting .modal-dialog {
    width: 710px;
    margin: 30px auto;
  }
  .title-form .form-group {
    margin-bottom: 0px;
    padding: 12px 0px;
  }
  .name-outter {
    margin-left: 0px;
  }
  .client-name {
    width: 135px !important;
    float: right;
    text-align: left;
  }
  .btn-circle {
    margin-right: 15px;
  }
  .mr_left {
    margin-left: 0px;
  }
  .create-report-tab li a {
    font-size: 13px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .bus-name .btn-primary {
    left: 25px !important;
  }
  #generateReportModal .modal-body {
    height: 402px;
    overflow: scroll;
  }
}

@media only screen and (max-device-width: 1024px) {
  .name-outter {
    height: 70px;
    float: left;
    border-right: 1px solid #ccc;
    margin-top: 26px;
  }
  .scheck {}
  .client-name {
    font-size: 12px;
    text-align: center;
    margin: 2px 0 0 0;
    padding: 0;
    border: none;
  }
  .top0 {
    padding-top: 0
  }
  .left0 {
    padding-left: 0
  }
  .space-left {
    margin-left: 44px;
  }
  .space-left1 {
    margin-left: 66px;
  }
  .space-right {
    margin-right: 18px;
  }
  .planhead1 {
    float: none !important;
  }
  .planhead {
    float: left;
    background: #00a6c6;
    padding: 10px 30px;
    color: #fff;
    margin: 0 -14px;
    width: 103.4%;
  }
  .rdesc {
    padding-top: 0;
    margin-top: 8px;
  }
  .create-report-tab li>a {
    display: block;
    height: 68px;
  }
  .rdesc {
    margin-top: 10px;
  }
  .no-left {
    padding-left: 0
  }
  .bus-name .btn-primary {
    /* left: inherit !important;
  top: inherit !important; */
  }
  .rdesc {
    margin-top: 9px !important;
  }
  .threeline label {
    min-height: 72px !important;
  }
  .step5 .form-group .col-sm-2 label {
    min-height: 62px !important;
  }
}

@media (min-width: 481px) {
  .form-horizontal .controls {
    margin-left: 0px !important;
    float: left !important;
    clear: both !important;
    width: 100% !important;
    text-align: center;
    font-size: 14px !important;
    text-transform: capitalize !important;
  }
}

@media (max-width: 481px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  form.form-horizontal {
    float: left;
    width: 100%;
  }
  label.control-label.customLabel {
    float: left;
    width: 100%
  }
  input#input-username, input#input-password {
    width: 100% !important;
  }
  input#input-rememberMe {
    margin-top: 0px !important;
  }
  .form-horizontal .controls:first-child, {
    max-width: inherit;
  }
  p {
    width: 100% !important;
  }
}

.gj-datepicker {
  margin-bottom: 10px !important;
}

.adminfrom .gj-datepicker {
  width: 66%;
}

.settingsPopup {
  float: right;
  color: red;
}

.btn-continue:hover {
  color: black;
}

.form-control::placeholder {
  color: #c5c5c5;
}

.settingsPlaceholder::placeholder {
  opacity: 0.6;
}

.col-sm-3::placeholder {
  color: #555;
}

.form-control1::placeholder {
  opacity: 0.6;
}