﻿/****************************************************
Tool Tips
****************************************************/


.tooltip-inner {
  text-align: left !important;
  min-width: 150px !important;

}
.error-tooltip + .tooltip {

    text-align: left !important;
    opacity: 1 !important;

}

.error-tooltip + .tooltip.right > .tooltip-arrow {border-right-color: #f44336;}
.error-tooltip + .tooltip > .tooltip-inner {background-color: #f44336;}

.success-tooltip + .tooltip {


    text-align: left !important;
    opacity:1 !important
}

.success-tooltip + .tooltip.right > .tooltip-arrow {border-right-color: #1ab394;}
.success-tooltip + .tooltip > .tooltip-inner {background-color: #1ab394;}

/****************************************************
Datepicker adapt to look *mostly* like the styleguide
****************************************************/
.input-group-datepicker .uib-datepicker {
    padding: 12px 20px;
    font-size: 12px;
}

.input-group-datepicker .uib-datepicker .btn-sm {
    font-size: 12px;
    padding: 3px 0;
    width: 30px;
    height: 24px;
    border: none;
    color: #333;
}

.input-group-datepicker .uib-datepicker .btn-sm:hover {
    outline: 1px dotted;
}

.input-group-datepicker .uib-datepicker .uib-title {
    width: 100%;
    font-size: 14px;
    cursor: default;
    text-align: center;
}

.input-group-datepicker strong {
    font-weight: normal;
}

.today {
    padding-left: 6.5px;
    padding-right: 6.5px;
    color: #333;
    background-color: inherit;
    padding: 6.5px 0;
    border-radius: 4px;
    border: 1px solid #1ab394;
}

.input-group-datepicker .uib-daypicker:focus,
.input-group-datepicker .uib-daypicker .btn:focus {
    outline: none; /*Fix weird focus outline*/
}

.input-group-datepicker .uib-datepicker .btn-info.active, .input-group-datepicker .uib-datepicker .btn-info {
    background-color: #5f5b5b;
    color: white;
}

.uib-datepicker table tr td.today, .drp-dropdown .drp-calendar-container table tr td.today {
    color: #333;
    background: none;
    border: 1px solid #1ab394;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.uib-month button, .uib-year button {
    border: none;
}

.uib-month button:hover, .uib-year button:hover {
    border: none;
}

.uib-month .text-info, .uib-year .text-info {
    color: #1ab394;
}

/****************************************************
Selectize dropdown arrow change
****************************************************/
.selectize-control.single .selectize-input:after {
    content: "\f0d7" !important;
    font-size: 16px !important;
    font-family: 'Font Awesome 5 Free' !important;
    margin-right: 2px !important;
    margin-top: -9px !important;
    border: none !important;
    font-weight: 900;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    content: "\f0d8" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.selectize-control:focus, .selectize-control:active {
    border: none !important;
}

.selectize-input {
    height: 32px;
}

/****************************************************
Fix for form hover on feedback
****************************************************/
.control-label + .col-xs-12 {
    padding: 0 !important;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input,
.right-inner-addon textarea {
    padding-right: 30px;
}
.right-inner-addon i:not(.caret) {
    position: absolute;
    right: 0px;
    z-index: 999;
    padding: 8px 12px;
    pointer-events: initial;
}

.right-inner-addon i.radio-tooltip-rtl,
.right-inner-addon i.checkbox-tooltip-rtl {
    padding: 4px 0px;
}

.right-inner-addon i.select:not(.right-to-left) {
    right: 20px !important;
}

/*.right-inner-addon .selectize-control .selectize-input > .item {
    margin-right: 20px;
}*/

.required {
    color: #e3094c;
}

.right-inner-addon-calendar {
    position: relative;
}

.right-inner-addon-calendar input {
    padding-right: 30px;
}
.right-inner-addon-calendar .i-calendar:not(.caret) {
    position: absolute;
    right: 30px;
    padding: 8px 12px;
    pointer-events: initial;
    z-index: 20;
}

.right-inner-addon .i-calendar {
    right: 20px !important;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 4px !important;
}

/*******************************************************************
    Rtl - Culture dropdown
*******************************************************************/
div[dir="rtl"] .dropdown-menu > li > a {
    text-align: right;
}

/*******************************************************************
    Form styling to support Right to Left languages
*******************************************************************/

/* Left aligned Validation Icons */
.right-inner-addon.rtl input,
.right-inner-addon.rtl textarea {
    padding-left: 30px;
    padding-right: 12px;
}

.right-inner-addon.rtl i:not(.addon-icon-normalize) {
    left: 0px;
    right: auto !important;
}

.right-inner-addon.rtl i.select {
    left: 20px !important;
    right: auto !important;
}

.right-inner-addon.rtl i.help {
    left: -30px !important;
    right: auto !important;
}

.right-inner-addon-calendar.rtl input {
    padding-left: 30px;
    padding-right: 12px;
}

.right-inner-addon-calendar.rtl .i-calendar:not(.caret) {
    left: 30px;
    right: auto !important;
    padding: 8px 5px;
}

.right-inner-addon.rtl .i-calendar {
    left: 15px !important;
    right: auto;
}

/* Right to left Dropdown Control */
.rtl + .selectize-control .selectize-input:after {
    left: 22px !important;
    right: auto;
}

.rtl + .selectize-control .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}

/* Right to left Calendar */
.rtl .calendar-control,
.rtl .input-group-addon:first-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-right: 1px solid #b2afaf !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.rtl .calendar-control,
.rtl .input-group-addon:first-child {
    border-left: 0;
}

.rtl .input-group-addon:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-left: 1px solid #b2afaf !important;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.rtl .input-group-addon:last-child {
    border-right: 0;
}

.rtl .uib-datepicker-popup {
    right: 0;
    left: inherit !important;
}

/* Right to left Radio and Checkbox buttons */
.radio-rtl input[type="radio"],
.checkbox-rtl input[type="checkbox"] {
    margin-right: -20px
}

.radio-rtl, .checkbox-rtl {
    padding-right: 20px;
}

.radio-rtl label,
.checkbox-rtl label {
    padding-right: 5px;
}

.radio-rtl label::before,
.checkbox-rtl label::before {
    right: 0;
    margin-right: -20px;
}

.radio-rtl label::after,
.checkbox-rtl label::after {
    right: 2px;
    top: 4px;
    margin-right: -20px;
}

.checkbox-rtl label::after {
    top: 0;
}

.rtl.list-unstyled {
    padding-right: 0;
}

.page-top-header-user,
.page-top-header-dropdown-icon {
    margin-right: 10px;
    margin-left: 10px;
}

/*******************************************************************
    Section Styles
*******************************************************************/

#Section-Container {
    /*border-left: 1px solid #bababa;*/
    padding-top: 50px;
    padding-bottom: 0px;
    height: 90%;
    float: left;
}

#Sections {
    position: relative;
    border-top: 1px solid #d5d6d5;
}

.Section {
    /*min-height: 50px;*/
    height: auto;
    width: 100%;
    /*border-top: 1px solid #ffffff;*/
    /*border-bottom: 1px solid #bababa;*/
    position: relative;
    display: block;
    float: left;
    padding-top: 10px;
    color: white;
}

.Section-Highlighted {
    /*background-color:#EBEAEA;*/
    /*background-color: #d7d7d7;
    background-image: -moz-linear-gradient(top, #d7d7d7, #f8f8f8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d7d7), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #d7d7d7, #f8f8f8);
    background-image: -o-linear-gradient(top, #d7d7d7, #f8f8f8);
    background-image: linear-gradient(to bottom, #d7d7d7, #f8f8f8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#f8f8f8', GradientType=0);*/
}

.Section-Active {
    height: 100%;
    width: 7px;
    background-color: #f67e20;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

.Section-Not-Active {
    /*height: 100%;
    width: 7px;
    background-color: #EAEAEA;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;*/
}

.Section-Title-Container {
    overflow: auto;
}

.Section-Title {
    /*height: 50px;*/
    vertical-align: middle;
    position: relative;
    padding-right: 50px;
}

.Section-Complete {
    position: absolute;
    width: 20px;
    top: 25%;
    bottom: 20%;
    right: 20px;
}

.page-body-content .questionnaire-wrapper {
    margin: auto;
    padding: 0px 30px 30px 30px;
    float: left;
}

.page-body-content .questionnaire-wrapper hr{
    border-top-color: black;
}

.dx-fileuploader-button {
    margin-right: 5px;
}

.dx-dropdowneditor-icon:before {
    content: "\f0d7" !important;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.dx-fileuploader-dragover .dx-fileuploader-input-container {
  display: block !important;
  border: 3px dashed #d3d3d3 !important;
  width: 95% !important;}

.dx-fileuploader-input-container {
    margin: 10px !important;
    background: #fff !important;
    color: #fff !important;
    font-weight: bold !important;
    line-height: 1em !important;
    border: 2px dashed #9c9090 !important;
    border-radius: 5px !important;
    font-weight: normal !important;
    padding: 0px 0 !important;
}

.delete-section {
    border: 1px solid #ebccd1;
    border-radius: 4px;
    background: #f2dede;
    transition: .5s ease;
}

.repeatable-group {
    padding: 10px;
    border: 1px solid #f5f5f5;
}

.has-error select {
  border-color: #333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
select:active,  select:focus {
border-color: #1a1a1a !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666; }
.ui-select-placeholder, .ui-select-match-text, .ui-select-choices-row-inner {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;}
.ui-select-toggle {
    border: 1px solid #ddd;
    border-radius: 4px;}

/*******************************************************************
    Fix for checkbox click location
*******************************************************************/
.checkbox label {
    top: -8px;
}
.checkbox-list .checkbox label {
    top: inherit;
}

/*******************************************************************
    Fix for slow hide and show
*******************************************************************/
.ng-animate.no-animate {
    -webkit-transition: 0s none;
    -moz-transition: 0s none;
    -ms-transition: 0s none;
    -o-transition: 0s none;
    transition: 0s none;
    -webkit-animation: 0s none;
    -moz-animation: 0s none;
    -ms-animation: 0s none;
    -o-animation: 0s none;
    animation: 0s none;
}

/*******************************************************************
    Checkbox list element
*******************************************************************/
.checkbox-list .well {
    padding: 17px 10px;
    max-height: 225px;
    overflow-y: auto;
}
.checkbox-list-wrapper.right-inner-addon > i.fa {
    right: -35px;
}
.checkbox-list ul,
.checkbox-list ul li:last-child .form-group,
.checkbox-list ul li:last-child .checkbox {
    margin-bottom: 1px;
}
.checkbox-list .select-all {
    border-bottom: 1px dotted #ccc;
}

/*******************************************************************
    Radio list element
*******************************************************************/
.radio:last-child {
    margin-bottom: 20px;
}

.radio, .checkbox {
    margin-top: 0;
}

/*******************************************************************
    IE font fix
*******************************************************************/
@font-face {
  font-family: "open_sansbold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
}

@font-face {
  font-family: "open_sanssemibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
}

@font-face {
  font-family: "open_sansregular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
}

.print-display-label {
    font-weight: bold;
    padding-left: 10px !important;
    font-size: 14px;
}

.print-display-answer {
    margin: 5px 0 0 20px !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.print-display-header {
    font-weight: bold;
    font-size:24px;
}

.signature-line {
    width: 400px;
    border-bottom: 1px solid #696969;
    height: 40px;
    margin-bottom: 20px;
}

/*******************************************************************
    Fix for panel showing on uploader 
*******************************************************************/
.dx-progressbar-animating-container {
    background-image: none!important;
}

/*******************************************************************
    Border radius for jquery date boxes
*******************************************************************/
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px 0 0 4px /*!important*/;
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 48px;
  height: 48px; }

.loader {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 10px;
  text-indent: -9999em;
  background: transparent;
  border-top: 8px solid #ddd;
  border-right: 8px solid #ddd;
  border-bottom: 8px solid #ddd;
  border-left: 8px solid #1ab394;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load1 1.1s infinite linear;
  animation: load1 1.1s infinite linear; }

.loading-panel {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background: rgba(51, 51, 51, 0.68);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1;
  z-index: 5000; }

@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

  .loading-panel-devextreme > .loader {
    position: inherit; }

    .dx-loadindicator {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  border: none;
  background-color: transparent; }

.dx-loadindicator-wrapper {
  width: 100%;
  height: 100%;
  font-size: 32px;
  margin: auto; }

.dx-loadindicator-image {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-position: 50%;
  background-repeat: no-repeat; }

.dx-loadindicator-icon {
  direction: ltr; }

.dx-loadindicator-icon-custom {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
  -moz-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
  -o-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
  animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear; }

@-webkit-keyframes dx-loadindicator-icon-custom-rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes dx-loadindicator-icon-custom-rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes dx-loadindicator-icon-custom-rotate {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

@-o-keyframes dx-loadindicator-icon-custom-rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }

@keyframes dx-loadindicator-icon-custom-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.dx-loadindicator-container > .dx-loadindicator {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -16px;
  margin-left: -16px; }

.dx-loadindicator-container > .dx-loadindicator.dx-loadindicator {
  margin-top: -16px;
  margin-left: -16px; }

.dx-loadindicator-content {
  width: 100%;
  height: 100%;
position: inherit !important;}

.dx-loadpanel-content {
  padding: 10px;
  border: none !important;
  background: #fefefe;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.dx-loadpanel-content:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle; }

.dx-loadpanel-content-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.dx-loadpanel-message {
  text-align: center; }

.dx-loadpanel-content.dx-loadpanel-pane-hidden {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none; }

  @-webkit-keyframes dx-loadpanel-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes dx-loadpanel-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

    .dx-datagrid-bottom-load-panel {
  text-align: center;
  padding: 10px; }

  .dx-loadindicator {
  background-color: transparent; }

.dx-loadindicator-image {
  background-image: url(data:image/gif;base64,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); }

.dx-loadindicator-icon {
  position: relative;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%; }

.dx-loadindicator-icon .dx-loadindicator-segment {
  position: absolute;
  width: 19%;
  height: 30%;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  background: #606060;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-top-left-radius: 10%;
  -moz-border-top-left-radius: 10%;
  border-top-left-radius: 10%;
  -webkit-border-top-right-radius: 10%;
  -moz-border-top-right-radius: 10%;
  border-top-right-radius: 10%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-animation: dx-generic-loadindicator-opacity 1s linear infinite;
  -moz-animation: dx-generic-loadindicator-opacity 1s linear infinite;
  -o-animation: dx-generic-loadindicator-opacity 1s linear infinite;
  animation: dx-generic-loadindicator-opacity 1s linear infinite; }

@-webkit-keyframes dx-generic-loadindicator-opacity {
  from {
    opacity: 1; }
  to {
    opacity: .55; } }

@-moz-keyframes dx-generic-loadindicator-opacity {
  from {
    opacity: 1; }
  to {
    opacity: .55; } }

@-ms-keyframes dx-generic-loadindicator-opacity {
  from {
    opacity: 1; }
  to {
    opacity: .85; } }

@-o-keyframes dx-generic-loadindicator-opacity {
  from {
    opacity: 1; }
  to {
    opacity: .55; } }

@keyframes dx-generic-loadindicator-opacity {
  from {
    opacity: 1; }
  to {
    opacity: .55; } }

.dx-loadindicator-icon .dx-loadindicator-segment0 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -moz-transform: rotate(0deg) translate(0, -142%);
  -ms-transform: rotate(0deg) translate(0, -142%);
  -o-transform: rotate(0deg) translate(0, -142%);
  transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.dx-loadindicator-icon .dx-loadindicator-segment1 {
  -webkit-transform: rotate(45deg) translate(0, -142%);
  -moz-transform: rotate(45deg) translate(0, -142%);
  -ms-transform: rotate(45deg) translate(0, -142%);
  -o-transform: rotate(45deg) translate(0, -142%);
  transform: rotate(45deg) translate(0, -142%);
  -webkit-animation-delay: -.875s;
  -moz-animation-delay: -.875s;
  -o-animation-delay: -.875s;
  animation-delay: -.875s; }

.dx-loadindicator-icon .dx-loadindicator-segment2 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -moz-transform: rotate(90deg) translate(0, -142%);
  -ms-transform: rotate(90deg) translate(0, -142%);
  -o-transform: rotate(90deg) translate(0, -142%);
  transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -.75s;
  -moz-animation-delay: -.75s;
  -o-animation-delay: -.75s;
  animation-delay: -.75s; }

.dx-loadindicator-icon .dx-loadindicator-segment3 {
  -webkit-transform: rotate(135deg) translate(0, -142%);
  -moz-transform: rotate(135deg) translate(0, -142%);
  -ms-transform: rotate(135deg) translate(0, -142%);
  -o-transform: rotate(135deg) translate(0, -142%);
  transform: rotate(135deg) translate(0, -142%);
  -webkit-animation-delay: -.625s;
  -moz-animation-delay: -.625s;
  -o-animation-delay: -.625s;
  animation-delay: -.625s; }

.dx-loadindicator-icon .dx-loadindicator-segment4 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -moz-transform: rotate(180deg) translate(0, -142%);
  -ms-transform: rotate(180deg) translate(0, -142%);
  -o-transform: rotate(180deg) translate(0, -142%);
  transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -.5s;
  -moz-animation-delay: -.5s;
  -o-animation-delay: -.5s;
  animation-delay: -.5s; }

.dx-loadindicator-icon .dx-loadindicator-segment5 {
  -webkit-transform: rotate(225deg) translate(0, -142%);
  -moz-transform: rotate(225deg) translate(0, -142%);
  -ms-transform: rotate(225deg) translate(0, -142%);
  -o-transform: rotate(225deg) translate(0, -142%);
  transform: rotate(225deg) translate(0, -142%);
  -webkit-animation-delay: -.375s;
  -moz-animation-delay: -.375s;
  -o-animation-delay: -.375s;
  animation-delay: -.375s; }

.dx-loadindicator-icon .dx-loadindicator-segment6 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -moz-transform: rotate(270deg) translate(0, -142%);
  -ms-transform: rotate(270deg) translate(0, -142%);
  -o-transform: rotate(270deg) translate(0, -142%);
  transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -.25s;
  -moz-animation-delay: -.25s;
  -o-animation-delay: -.25s;
  animation-delay: -.25s; }

.dx-loadindicator-icon .dx-loadindicator-segment7 {
  -webkit-transform: rotate(315deg) translate(0, -142%);
  -moz-transform: rotate(315deg) translate(0, -142%);
  -ms-transform: rotate(315deg) translate(0, -142%);
  -o-transform: rotate(315deg) translate(0, -142%);
  transform: rotate(315deg) translate(0, -142%);
  -webkit-animation-delay: -.125s;
  -moz-animation-delay: -.125s;
  -o-animation-delay: -.125s;
  animation-delay: -.125s; }

.dx-loadindicator-icon .dx-loadindicator-segment8, .dx-loadindicator-icon .dx-loadindicator-segment9, .dx-loadindicator-icon .dx-loadindicator-segment10, .dx-loadindicator-icon .dx-loadindicator-segment11, .dx-loadindicator-icon .dx-loadindicator-segment12, .dx-loadindicator-icon .dx-loadindicator-segment13, .dx-loadindicator-icon .dx-loadindicator-segment14, .dx-loadindicator-icon .dx-loadindicator-segment15 {
  display: none; }

.dx-rtl .dx-loadindicator-icon {
  right: 15%;
  left: 0; }

.dx-loadpanel-content {
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25); }
.page-top-header-config {
    width: auto;
    float: right;
    text-align: left;
    right: 0;
    background-color: transparent;
}
.page-top-header-culture-nav {
    width: auto;
    float: right;
    line-height: 1;
    font-size: 14px;
    padding: 30px 10px 0px 10px;
    text-align: left;
    right: 0;
}
.login .page-top-header-culture-nav .page-top-header-dropdown {
    top: 92px;    
}
.page-top-header-culture-nav .page-top-header-dropdown {
    top: 139px;
    right: 0;
    border: 1px solid #ddd;
    left: auto;
    min-width: 180px;
    font-size: 14px;
    padding-right: 10px;
    z-index: 1502;
}
.client-top-header {
    z-index: 1501;
}
.page-top-header-culture-nav a {
    margin: auto;
    text-decoration: none;
    color: #5f5b5b;
}
li a .Section-Complete i {
    width: 14px !important;
}
.dx-checkbox-checked .dx-checkbox-icon:before {
    top: 80% !important;
}

.activeBadge,
.newBadge,
.requiredBadge,
.statusBadge,
.scoringBadge,
.conditionalBadge,
.infoBadge {
    border: #000000 1px solid;
    background-color: #ffffff;
    color: #000000;
    margin-top: -3px;
}

.activeBadge, .newBadge {
    border-color: #1ab394;
}

.requiredBadge {
    border-color: #e3094c;
}

.statusBadge {
    border-color: #475a8f;
}

.conditionalBadge {
    border-color: #00bcd4;
    transition: 0.5s ease;
}

.scoringBadge {
    border-color: #f67e20;
}

.infoBadge {
    border-color: #000000;
}

.textBlue {
    color: #3265d7 !important;
}

.card {
    margin-bottom: 18px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ddd;
    border-radius: 0.333rem;
}

.card-header:first-child {
    border-radius: calc(0.333rem - 1px) calc(0.333rem - 1px) 0 0;
}

.card-header {
    height: 37px;
}

.card-header {
    padding: 0.812rem 1.333rem;
    margin-bottom: 0;
    background-color: #edecec;
    border-bottom: 1px solid #ddd;
}

.card-title {
    font-size: 16px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-body {    
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.333rem;
}

.card-body-buttons-container-height {
    height: 60px;
}

.left-page-top-header-nav-icon {
    float: left;
    height: 100%;
    padding: 13px 16px;
    background: #ddd;
    width: 50px;
}

.new-page-top-header-product {
    background: #ddd;
    padding: 0;
    float: left;
    height: 100%;
    width: 220px;
}

.new-riskrate-logo {
    width: 150px;
    height: 47px;
}

.page-inner-wrap {
    float: left;
    height: 100%;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding-left: 270px;
    background: #FFFFFF;
}

.margin-sidebar-wrapper {
    margin-left: 16px;
    margin-bottom: 16px;
}

.page-inner-wrap.toggled {
    padding-left: 0;
    min-width: 100%;
}

.sidebar-text {
    margin-left: 6px;
}

.activeListItem {
    border-left: solid 4px #b2afaf;
}

.sidebar-nav > li.active > a, .popover.sidebar-popout .popover-content ul.sidebar-popout-submenu > li.active > a,
.sidebar-nav .sidebar-submenu > li.active > a, .popover.sidebar-popout .popover-content ul.sidebar-popout-submenu .sidebar-submenu > li.active > a {
    border-left: solid 5px #b2afaf !important;
}

.ui-select-match-text span {
    color: #333;
}

.ui-select-toggle .caret {
    color: #333;
    padding: 0 !important;
    /* replicate the font awesome caret 16px size */
    border-top: 0.34375em dashed;
    border-right: 0.34375em solid transparent;
    border-left: 0.34375em solid transparent;
}

.ui-select-toggle:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #bebebe;
}

/** Messages page*/
.chatPanel {
    height: 500px;
}

.threads {
    overflow-y: auto;
    max-height: 82%;
    height: 500px;
}

.thread {
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
}

    .thread:hover {
        background-color: #edecec;
    }

    .thread.active {
        /*background-color: lightgrey;*/
        border-color: #3265d7;
        border-width: 2px;
        border-style: solid;
    }

/*.thread.active a {
    color: #80a0e6;
}*/

.threadFilter {
    margin-bottom: 0;
}

.messageTitle {
    vertical-align: middle;
}

.message-recipients {
    display: inline;
    white-space: nowrap;
}

    .message-recipients a {
        text-decoration: none;
        color: black;
    }

    .message-recipients.active {
        white-space: normal;
    }

        .message-recipients.active a {
            margin-bottom: 5px;
        }

.message-recipients-container {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

    .message-recipients-container.active {
        margin-top: 0;
        margin-bottom: 8.5px;
    }

.messages {
    overflow-y: auto;
    height: 330px;
    width: 100%;
}

.input.message-input {
    position: relative;
    width: 100%;
}

.message {
    padding: 5px;
    border-radius: 4px;
    margin: 5px;
    padding-right: 15px;
}

    .message.active {
        background-color: #edecec;
    }

.messages .unread {
    font-weight: bold;
}

.message-content {
    padding-left: 15px;
}

    .message-content.unread {
        font-weight: bold;
    }

.message-conversation-instruction {
    padding-bottom: 1px;
}

.fromMessage {
    text-align: right;
}

.markRead {
    color: white;
}

.markImportant {
    color: white;
}

.message-action {
    margin-left: 15px;
}

.sentDate {
    color: grey;
}

.attachment {
    color: grey;
}

.messagesTab {
    height: 100%;
}

.threadList {
    height: 500px;
}

.unread-message {
    color: rgb(110, 200, 193);
    font-size: 12px;
}

.thirdPartyTitle {
    margin-top: 10px;
}

.chatPanel .messagesTab .double-icon-input {
    border-radius: 0 !important;
}

.double-icon-input.ng-invalid {
    border-color: #e3094c;
}

.active-attachment {
    color: blue;
}

.unreadFilter:hover {
    cursor: pointer;
}

.attachment-button:hover {
    cursor: pointer;
}

.sendMessage:hover {
    cursor: pointer;
}

.sending {
    color: grey;
}

.create-message {
    padding-right: 10px
}

.message-header {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.active-unread-filter {
    color: blue;
}

.messages-tab-header {
    padding-bottom: 15px;
}

.message-file-label {
    margin-top: 0;
}

.message-modal-file-form {
    padding-right: 30px;
}

.message-modal-file-label {
    margin-top: 20px;
}

#reply-text-area {
    resize: none;
}

.panel-warning .panel-title {
    color: white;
}