body {
  font-family: 'Open Sans';
}
.form-group {
  position: relative;
}
.form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating:not(.grand-parent) label.control-label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.form-group.label-floating label.control-label {
  will-change: left, top, contents;
}
.form-group.label-placeholder:not(.is-empty) label.control-label {
  display: none;
}
.form-group .help-block {
  position: absolute;
  display: none;
}
/*.webform-readonly .form-control,
.webform-readonly.form-group .form-control,
.webform-readonly.form-group.is-focused .form-control{
background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
background-size: 0 2px, 100% 1px;
background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
}*/

.form-control,
.form-group .form-control,
.webform-readonly .form-control,
.webform-readonly.form-group .form-control,
.webform-readonly.form-group.is-focused .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d6d6d6, #d6d6d6);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d6d6d6, #d6d6d6);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d6d6d6, #d6d6d6);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  transition-duration: .3s;
  transition: all .3s ease;
}
.form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
  background-image: -webkit-linear-gradient(#a2da35, #a2da35), -webkit-linear-gradient(#d6d6d6, #d6d6d6);
  background-image: -o-linear-gradient(#a2da35, #a2da35), -o-linear-gradient(#d6d6d6, #d6d6d6);
  background-image: linear-gradient(#a2da35, #a2da35), linear-gradient(#d6d6d6, #d6d6d6);
  -webkit-background-size: 100% 1px, 100% 1px;
  background-size: 100% 1px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: .6s;
  border-color: #00ade4;
}
.webform-submission-form input[type='number'] {
  padding-bottom: 0;
  padding-left: 10px;
}
.form-group label.control-label.fl-label {
  font-weight: 400;
  color: #a5a5a5;
  margin: 16px 0 0 0;
  font-style: italic;
}
.form-control {
  height: 38px;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1.42857143;
}
.form-group {
  padding-bottom: 7px;
  margin: 20px 0 0 0!important;
}
.form-group .form-control {
  margin-bottom: 7px;
}
.form-group .form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group .checkbox label,
.form-group .radio label,
.form-group label {
  font-size: 13px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400;
  line-height: 16px;
}
.form-group .help-block {
  margin-top: 0;
  font-size: 12px;
}
.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: -12px;
  font-size: 13px;
  line-height: 1.42857143;
  left: 10px;
}
.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -32px;
  left: 0;
  font-size: 12px;
  line-height: 1.07142857;
}
.form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
  /*top: -30px;*/
  top: -24px;
  left: 0;
  font-size: 12px;
  line-height: 1.07142857;
}
.form-group.form-group-sm {
  padding-bottom: 3px;
  margin: 21px 0 0 0;
}
.form-group.form-group-sm .form-control {
  margin-bottom: 3px;
}
.form-group.form-group-sm .form-control::-moz-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-sm .form-control:-ms-input-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400;
}
.form-group.form-group-sm .form-control::-webkit-input-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400;
}
.label-floating.is-focused label.control-label.fl-label {
  color: #009688;
}
.label-floating.form-group .form-control {
  /*border: 1px solid #d2d2d2;*/
  /*background: none !important;*/
  /*border-radius: 5px;*/
  padding-left: 10px;
}
.label-floating.form-group .form-control:not(textarea) {
  height: 45px;
  padding-left: 0;
}
.label-floating.form-group {
  /*margin-top: 15px;*/
  padding: 0;
}
.fl-wrapper {
  margin-top: 28px;
}
.input-floating-wrap {
  position: relative;
  margin-top: 9px;
}
.form-type-textarea .form-textarea {
  border: 1px solid #d2d2d2!important;
  background: transparent!important;
}
/*.grandParentWrap .js-form-required.form-required{
   position: relative;
   padding-right: 15px;
   float: left;
}
.grandParentWrap .js-form-required.form-required:after{
  position: absolute;
  right: 0;
  top: 0;
}*/

.region.region-footer-top {
  float: left;
  width: 100%;
  background: #263e58;
  padding-bottom: 30px;
  padding: 15px 100px 60px 100px;
  padding-top: 0px;
}
.region-footer-top h2#block-ifc-menu {
  color: #fff;
  margin-bottom: 15px;
}
.footer .menu--ifc li a {
  color: #00ade4;
  font-size: 12px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 5px;
}
.footer .menu--quick-links li a {
  font-size: 15px;
  color: #fff;
  padding-top: 2px;
  font-weight: 700;
  padding-bottom: 2px;
}
.footer .menu--accountability li a {
  font-size: 15px;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
}
.footer h2 {
  margin-bottom: 12px;
}
.menu--social-media {
  width: calc(100% - 135px);
  flex-wrap: wrap;
  margin-top: 13px;
  padding-left: 20px;
}
body #block-footertopright {
  width: 440px;
}
body .region-footer-top .block-blockgroup {
  width: calc(100% - 440px);
}
nav#block-quicklinks {
  padding-left: 40px;
}
nav#block-accountability {
  padding-left: 40px;
}
nav#block-socialmedia {
  float: left;
  width: 100%;
}
h2#block-socialmedia-menu {
  float: left;
  width: 135px;
}
.menu--social-media li a {
  background: url('../img/social-media-sprite.png') no-repeat center center transparent;
  width: 29px;
  height: 29px;
}
.menu--social-media li a.fb {
  background-position: -10px -10px;
}
.menu--social-media li a.fb:hover {
  background-position: -10px -43px;
}
.menu--social-media li a.tw {
  background-position: -42px -10px;
}
.menu--social-media li a.tw:hover {
  background-position: -42px -43px;
}
.menu--social-media li a.yt {
  background-position: -74px -10px;
  width: 30px;
  height: 29px;
}
.menu--social-media li a.yt:hover {
  background-position: -74px -43px;
}
.menu--social-media li a.ln {
  background-position: -107px -10px;
  width: 30px;
  height: 29px;
}
.menu--social-media li a.ln:hover {
  background-position: -107px -43px;
}
.menu--social-media li a.in {
  background-position: -139px -10px;
}
.menu--social-media li a.in:hover {
  background-position: -139px -43px;
}
.menu--social-media li a.fr {
  background-position: -172px -10px;
}
.menu--social-media li a.fr:hover {
  background-position: -172px -43px;
}
.menu--social-media li a.me {
  background-position: -204px -10px;
}
.menu--social-media li a {
  font-size: 0;
}
.menu--social-media li a.me:hover {
  background-position: -204px -43px;
}
.footer-bottom .region-footer {
  padding: 8px 100px 8px 65px;
  background: #f2f2f2;
}
.menu--footer li a {
  color: #00ade4;
  font-size: 12px;
  font-weight: 700;
}
/*.footer{
  padding-bottom:0;
    position: fixed;
    bottom: -237px;
    width: 100%;
    left:0;
 -webkit-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;
  padding-top:0;
  margin-top:0;
    height: 290px;

    z-index: 9;
}
*/

.ft-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  top: -20px;
  /*right: 68px;*/
  right: 12px;
  cursor: pointer;
  background: url('../img/icn_footer_up.png') no-repeat center center;
}
.footer.act {
  bottom: 0;
  height: auto;
}
.footer.act .ft-btn {
  background: url('../img/icn_footer_down.png') no-repeat center center;
}
/*.footer:hover{
    bottom: 0;
    -webkit-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
}*/

ul.menu.menu--social-media.nav li {
  padding: 2px;
  padding-top: 0;
}
.footer .menu--quick-links li a:hover {
  color: #00ADE4;
}
.footer .menu--accountability li a:hover {
  color: #00ADE4;
}
.footer .nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.menu.menu--footer.nav a:hover {
  color: #23527c;
}
.menu--footer {
  padding-top: 2px;
  list-style-type: none;
}
.user-logged-in .nav > li {
  list-style-type: none;
}
.region-footer .nav > li > a {
  padding: 10px 10px;
}
.footer-bottom {
  background-color: #fff;
}
.footer {
  border-top: 0;
  border-top: 0 solid #dddbdb;
}
.webform-progress-tracker.progress-tracker {
  position: relative;
  height: 100%;
}
.webform-survey-form .toggle-btn {
  position: absolute;
  top: calc(50% - 15px);
  right: -8px;
  background-image: url(../img/Left-arrow.png);
  width: 8px;
  height: 35px;
  font-size: 0;
  cursor: pointer;
}
.webform-survey-form .left-in .toggle-btn {
  background-image: url(../img/tooglright-arrow.png);
}
.webform-survey-form .grand-parent {
  margin-top: 0!important;
}
.collapsed .toggle-btn {
  background-image: url(../img/right-arrow.png);
}
.webform-survey-form .progress-title {
  font-size: 14px;
  color: #233c69;
  font-weight: 400!important;
  font-family: 'Open Sans';
  line-height: 18px;
}
.path-surveys .region-content .btn {
  background-color: #002345;
  color: #fff;
  height: 20px;
  box-sizing: content-box;
  outline: 0;
  border: none;
}
.re-str-table thead th:first-child {
  /*width: 45px;*/
}
.re-str-table td:first-child {
  white-space: normal;
  /*max-width: 190px;
  padding-right: 10px;*/
}
/*.str-table-wrap .form-item .option input.form-radio{
  width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 4px;
}
.form-item .option input.form-radio + .circle{
  z-index: -100;
}*/

.ext-links {
  display: none;
}
.collapsed .webform-progress .mCSB_scrollTools {
  display: none !important;
}
.collapsed .webform-progress .mCSB_inside > .mCSB_container {
  margin: 0;
}
/*************loggedin*************/

.block-welcomeuser-block {
  float: right;
  margin-top: -36px;
}
.main-container > .row {
  /* height: calc(100vh - 1px); */
}
/*
.main-container .region-content {
    height: calc(100vh - 81px);
}
*/

.webform-confirmation {
  text-align: center;
  margin-top: 30px;
}
.role-manager .main-container > .row,
.role-administrator .main-container > .row {}
.role-manager .main-container .region-content,
.role-administrator .main-container .region-content {}
/******************* survey form ******************/

.progressFixed .container-progress {
  position: fixed;
  left: 50px;
  top: 113px;
}
.user-logged-in.progressFixed .container-progress {
  top: 141px;
}
.btnDisable {
  display: none!important;
}
footer {
  position: relative;
  z-index: 10;
}
.label-floating:not(.is-empty) .input-floating-wrap > .fl-label,
.label-floating.is-focused .input-floating-wrap > .fl-label {
  opacity: 0 !important;
}
.webform-survey-form .main-container .webform-submission-form {
  padding-bottom: 67px;
}
.emp-button-wrapper span.btn {
  background-color: #fff;
  color: #00ade4;
  border: 1px solid #00ade4;
  height: 38px;
  line-height: 38px;
}
/**********alert msg ***********/

.alertMsg .alert {
  margin-top: 20px;
}
.alertMsg .alert .errorLists {
  max-height: 100%;
}
.error-survey-message .errorLists {
  max-height: 100%;
}
.alertMsg .alert .errorLists .mCustomScrollBox {
  clear: none;
}
.popupWrapper {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  top: 0%;
  padding: 0;
  /* transform: translateY(-50%); */
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
}
/*.error-survey-message .popupWrapper {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}*/

.alertMsg .popUpInner {
  height: 400px;
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 19;
  padding: 20px;
  border-radius: 10px;
}
.error-survey-message .popUpInner {
  max-height: 443px;
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 19;
  padding: 20px;
  border-radius: 10px;
  padding-top: 10px;
  overflow: hidden;
  height: 100%;
}
.error-survey-message .errorLists {
  max-height: calc(100% - 76px)!important;
}
.popupClose .error-survey-message {
  display: none !important;
}
.webform-submission-ashesi-self-assessment-form .error-survey-message .back-to-survey {
  left: auto;
  right: 0;
  right: 56px !important;
}
.custom-error-message-warning:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/dashboard/alert_icon_small.png)no-repeat center transparent;
  top: 15px;
  left: 18px;
}
/* .messages__wrapper.error-survey-message {
    border-bottom: 10px solid  #f2f2f2;
    position: static!important;
    width:100%;
    overflow: hidden;
    width: 100% ! important;
}
.error-survey-message .popUpInner {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
}
.error-survey-message .popUpInner .close {
    right: -33px;
    top: -32px;
}
.error-survey-message .custom-error-message-warning {
    padding-left: 62px;
    padding-top: 16px;
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: 22px;
    position: relative;
}
.error-survey-message .custom-error-message-warning:after {
    content: "";
    width: 20px;
    height: 17px;
    position: absolute;
    left: 30px;
    top: 18px;
    background: url(../img/dashboard/alert_icon.png)no-repeat center ;
}*/

.popUpInner p {
  cursor: pointer;
}
/*.lan-es .error-survey-message .popUpInner .close {
    top: 80px!important;
}*/

.view-all {
  float: right;
  position: absolute;
  right: 122px;
  left: auto;
  bottom: 0;
  background-color: #fff;
  color: #00ade4;
  border: 1px solid #00ade4;
  height: auto;
  padding: 0 10px;
  cursor: pointer;
}
.view-all:hover {
  background-color: #00ade4;
  color: #fff;
}
/*.error-survey-message.viewall-text ul.item-list.item-list--messages{
    max-height: 100%;
}*/

.popUpInner .close {
  position: absolute;
  top: 3px;
  right: 1px;
  opacity: 1;
  outline: 0!important;
  color: #000;
}
ul.item-list.item-list--messages {
  transition: all 0.5s ease 0s;
}
/*.error-survey-message ul.item-list.item-list--messages {
    overflow: hidden;
    position: relative;

}
.error-survey-message .popUpInner .errorLists {
    height: 100px;
    padding: 10px;
}*/

.popupOverLay {
  position: fixed;
  background: rgba(19, 15, 15, 0.4);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  float: left;
  z-index: 15;
}
/* .error-survey-message .popupOverLay {
    position: static;
    background: transparent;
    width: auto;
}*/

.page-loaded .messages__wrapper {
  display: block;
}
.webform-survey-form .region-content {
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.webform-survey-form .region-content {
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.webform-survey-form .container-progress {
  position: relative;
  margin-left: 0;
  margin-top: 10px;
  top: 0;
}
.user-logged-in.webform-survey-form .container-progress {
  margin-top: 0;
}
.webform-survey-form .survey-form-wrapper {
  width: calc( 100% - 344px);
  /* margin-left: 30px; */
  margin-left: 20px;
  /*background: #fff;*/
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.user-logged-in .main-wrap-content {
  margin-top: 20px;
}
.webform-survey-form .main-wrap-content {
  margin-top: 0;
}
.webform-survey-form .main-container .webform-submission-form {
  padding-left: 0!important;
  height: 100%;
  width: 100%;
}
.isIntroduction .survey-form-wrapper {
  width: calc( 100% - 20px);
}
.container-progress.left-in + .survey-form-wrapper {
  width: calc( 100% - 70px);
}
.panelsWrap .panel-danger {
  border: 0;
}
.panelsWrap .has-error .control-label {
  color: #464646;
}
.panelsWrap .webform-checkboxes-other.panel-danger > .panel-heading,
.panelsWrap .webform-radios-other.panel-danger > .panel-heading {
  background: transparent;
  border-bottom: 0;
}
.panelsWrap .webform-checkboxes-other.panel-danger > .alert-danger,
.panelsWrap .webform-radios-other.panel-danger > .alert-danger {
  display: none;
}
.panel-body .captcha {
  margin-top: 40px;
}
.g-recaptcha .control-label.fl-label {
  display: none;
}
.webform-radios-other[required='required'] .panel-title:after {
  content: "*";
  color: red;
}
.role-administrator.isIntroduction .survey-form-wrapper {
  width: 100%;
  flex: 1 100%;
}
.role-administrator .main-container .region-content {
  flex-wrap: wrap;
}
.role-manager .main-container .region-content {
  flex-wrap: wrap;
}
.webform-checkboxes-other-input input[type=text] {
  width: auto;
}
.webform-radios-other-input input[type=text] {
  width: auto;
}
.webform-checkboxes-other-input label {
  min-width: 100px;
}
.role-administrator .tabs {
  width: 100%;
  clear: both;
  margin-top: 40px;
}
.role-manager .tabs {
  width: 100%;
  clear: both;
  margin-top: 40px;
}
.role-administrator.user-logged-in .container-progress {
  margin-top: 10px;
}
.user-logged-in.path-surveys .view-filters .form-group .form-control {
  padding-top: 19px;
  padding-left: 8px;
}
.user-logged-in .password-strength__meter {
  max-width: 150px;
}
.user-logged-in .user-form .data .form-control {
  padding: 0;
}
.user-logged-in .user-form .js-form-type-password {
  float: left;
  width: 50%;
}
.user-logged-in .user-form .input-group {
  padding-right: 15px;
}
.user-logged-in .user-form .input-group-addon {
  padding: 0 9px;
  background-color: transparent;
  border: none;
}
/**7/3/2019***/

.user-logged-in .user-form .form-composite legend.form-required:before {
  position: absolute;
  content: "";
  background-image: url(/themes/contrib/bootstrap/css/images/required.svg);
  top: 22px;
  left: 66px;
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 10px 7px;
}
.user-logged-in .user-form .form-composite legend.form-required:after {
  display: none;
}
.user-logged-in .user-form .form-composite legend.form-required {
  position: relative;
  margin: 0;
}
.user-logged-in .user-form .form-item-current-pass {
  width: 50%;
  float: left;
}
.user-logged-in .user-form .field--name-field-email {
  float: left;
}
.user-logged-in .user-form .form-inline .control-label {
  display: block;
}
.user-logged-in .user-form .js-form-type-email {
  width: calc(50% - 20px);
  float: left;
  padding-left: 20px;
}
.user-logged-in .user-form .form-item-current-pass .form-text {
  width: 100%;
  padding-top: 15px;
}
.user-logged-in .user-form .form-item-pass-pass2 {
  padding-left: 20px;
}
.user-logged-in .user-form .form-type-password-confirm .form-text {
  width: 100%;
}
.user-logged-in .user-form .form-type-password-confirm .form-text:focus {
  outline: none;
}
.user-logged-in .user-form input,
select:focus {
  outline: none;
}
.user-logged-in .user-form .js-form-type-password .glyphicon {
  top: -25px;
}
.user-logged-in .user-form .form-group .form-control {
  margin-bottom: 0;
  width: 100%;
}
.user-logged-in .user-form .field--type-telephone {
  overflow: hidden;
}
.user-logged-in .user-form .field--name-field-email {
  overflow: hidden;
}
.user-logged-in .user-form .field--widget-email-default .form-type-email {
  width: auto!important;
  padding-left: 0;
  margin-top: 7px;
}
.user-logged-in .user-form .form-wrapper .form-wrapper {
  padding-left: 0;
  padding-top: 0;
}
.user-logged-in .user-form .panel-title {
  padding: 0 0;
}
.user-logged-in .user-form .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.user-logged-in .user-form .panel {
  box-shadow: unset;
}
.user-logged-in .user-form input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.user-logged-in .user-form .password-confirm.js-password-confirm.form-text {
  width: 100%;
  margin-top: 0;
}
.user-logged-in .user-form .password-confirm.js-password-confirm {
  margin-top: 15px;
}
.user-logged-in .user-form .form-wrapper {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.user-logged-in .user-register-form #edit-status--wrapper.form-wrapper {
  overflow: visible;
}
.user-logged-in .user-form .password-strength {
  margin-top: 70px;
}
.user-logged-in .user-form .password-suggestions.description {
  width: 100%;
  float: left;
}
.user-logged-in .user-form span.error:after {
  background-image: url(../img/closeuserform.png);
  width: 17px;
  height: 17px;
  position: absolute;
  content: "";
  left: auto;
  right: -23px;
  top: 0;
}
.password-suggestions.description ul {
  padding-top: 15px;
}
.user-logged-in .user-form span.ok:after {
  background-image: url(../img/tick-userform.png);
  width: 17px;
  height: 17px;
  position: absolute;
  content: "";
  left: auto;
  right: -23px;
  top: 0;
}
.user-logged-in .user-form span.ok {
  position: relative;
  text-transform: capitalize;
}
.user-logged-in .user-form .js-form-item-user-picture-0 .control-label {
  font-size: 0;
}
.user-logged-in .user-form .form-group {
  margin: 12px 0 20px 0;
}
.user-logged-in .user-form .preview {
  width: 80px;
}
.user-logged-in .user-form .data {
  width: calc(100% - 628px);
  float: left;
  padding-left: 0;
}
.user-logged-in .user-form #edit-actions {
  margin-bottom: 10px;
}
.user-logged-in .user-form span.error {
  position: relative;
  text-transform: capitalize;
}
.user-login-form .form-text.required {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.user-logged-in .user-form .form-item-user-picture-0 .description.help-block {
  padding-left: 0;
}
.user-login-form .form-text.required:focus {
  outline: none;
}
.user-logged-in .user-form {
  border: 1px solid #ddd;
}
.user-logged-in .user-form .input-group {
  padding-right: 0;
}
.user-logged-in .user-form .form-group .help-block {
  display: block;
}
.user-logged-in .user-form .js-form-item-user-picture-0.form-group.is-empty.is-fileinput {
  margin-top: 0;
}
.user-logged-in .user-form .field--name-user-picture .form-group {
  margin-top: 0;
}
.user-logged-in .user-form .pass-instruction.item-list {
  position: absolute;
  top: 185px;
  width: 300px;
  left: 0;
}
.user-logged-in .pass-reset-token-form .js-form-type-password {
  float: left;
  width: calc(50% - 20px);
  /*margin-top: 0!important;*/
  padding-left: 20px;
}
.user-logged-in .pass-reset-token-form .password-strength {
  margin-top: 15px;
}
.user-logged-in .pass-reset-token-form .pass-instruction.item-list {
  top: 76px;
}
.user-logged-in .user-form .select-wrapper:after {
  z-index: 0;
}
.user-logged-in .pass-reset-token-form .select-wrapper:after {
  z-index: 0;
}
.page-node-type-page article.page {
  padding: 15px 60px;
  background: #fff;
}
/***user-edit***/

.user-form .form-wrapper {
  padding: 12px;
  margin: 10px;
}
.user-form .form-wrapper .form-wrapper {
  border: 0px;
  margin: 0;
}
.user-form .form-actions {
  border: 0;
  padding: 0 0 20px;
}
.user-logged-in.path-manage .custom-form .manage-survey-form .container {
  padding-left: 0;
  margin-left: 0;
}
.user-pass {
  border: 1px solid #d6d6d6!important;
  max-width: 504px;
  padding: 14px 36px;
  border-radius: 4px;
}
.user-logged-in .pass-reset-token-form .js-form-type-email {
  padding-left: 0;
}
.user-logged-in .pass-reset-token-form .confirm-parent {
  padding-left: 0;
}
.path-webform .block-help {
  width: 100%;
}
.institution-survey-reports-wrapper > .view-filters {
  float: left;
  overflow: hidden;
  width: 100%;
}
/***pasword-edit***/

.user-form.pass-reset-token-form.user-edit-profile .username.form-text {
  width: 50% !important;
  float: left;
  margin-left: 20px;
}
.user-logged-in .user-form.pass-reset-token-form.user-edit-profile .form-group {
  margin: 0;
  padding-left: 0;
  margin-top: 20px;
}
.user-form.pass-reset-token-form.user-edit-profile .form-wrapper .form-wrapper {
  border: 0px;
  margin: 0;
  width: 100%;
}
.user-form.pass-reset-token-form.user-edit-profile #edit-submit {
  margin-right: 0 !important;
}
.user-logged-in .user-form.pass-reset-token-form.user-edit-profile .form-wrapper .form-wrapper {
  padding-left: 0;
  padding-top: 10px;
}
.user-logged-in .user-form.user-edit-profile .panel-title {
  padding: 0 0;
  background: #fff;
  padding-bottom: 0px;
}
.user-logged-in .user-form.user-edit-profile form-group {
  margin: 17px 0 20px 0;
  padding-left: 0;
}
.user-logged-in .user-form.user-edit-profile #edit-status--wrapper {
  width: 100%!important;
}
.user-logged-in .user-form.user-edit-profile .form-group .form-control.username {
  /*width: calc(50% - 20px);*/
  float: none;
}
.user-logged-in .user-form.user-edit-profile .js-form-type-password {
  width: calc(50% - 20px);
}
.user-logged-in .user-form.user-edit-profile #edit-submit {
  /*margin-right: 10px!important;*/
}
.user-logged-in .user-form.user-edit-profile .password-strength {
  margin-top: 85px;
}
.user-logged-in .user-form.user-edit-profile .pass-instruction.item-list {
  position: absolute;
  top: 90px;
  width: 300px;
  left: 196px;
}
.user-logged-in .user-form.user-edit-profile .form-composite .form-required:after {
  position: absolute;
  bottom: 223px;
  left: 64px;
}
.user-logged-in .user-form.user-edit-profile .data {
  width: 100%;
  float: left;
  padding-left: 50px;
}
.user-logged-in .user-form.user-edit-profile .js-form-type-password {
  margin-right: 20px!important;
}
.user-logged-in .user-form.user-edit-profile .js-form-type-email {
  margin-right: 20px!important;
  padding-left: 0;
}
.user-logged-in .user-form.user-form.user-edit-profile .password-suggestions.description {
  width: 100%;
  float: left;
  padding-top: 0;
}
.user-logged-in .user-form.user-edit-profile .pass-instruction.item-list {
  position: absolute;
  top: 90px;
  width: 300px;
  left: 0;
}
.user-logged-in .user-form.user-edit-profile .form-item-pass-pass2 {
  padding-left: 0;
}
/***indtitution***/

.webform-institution-analysis-report-analysis-form .webform-analysis-component {
  width: calc(50% - 20px);
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
}
.webform-institution-analysis-report-analysis-form .panel-default > .panel-heading {
  background-color: #fff;
  margin-top: 25px;
}
.webform-institution-analysis-report-analysis-form .form-group {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.webform-institution-analysis-report-analysis-form .form-item.js-form-item.form-type-select.js-form-type-select.form-item-institutions.js-form-item-institutions.form-group {
  background: #fff;
}
.webform-institution-analysis-report-analysis-form span.webform-compo-detail-icon {
  position: absolute;
  background-image: url(/themes/custom/emp_tool/img/dashboard/Info_Iconsss.png);
  width: 25px;
  height: 25px;
  right: 5px;
  top: 75px;
  opacity: 1;
  cursor: pointer;
}
.webform-institution-analysis-report-analysis-form .webform-analysis-component-inner {
  position: relative;
}
.webform-institution-analysis-report-analysis-form .composite-detail-data {
  position: fixed;
  left: 0;
  z-index: 11;
  margin: 0 auto;
  background: #fff;
  top: 37%;
  padding: 28px;
  background: rgba;
  background-color: rgba(0, 0, 0, 0.44);
  width: 100%;
  top: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.webform-institution-analysis-report-analysis-form .custom-comp-detail-wrapper {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  padding: 15px;
  height: 400px;
  position: relative;
  padding-top: 25px;
}
.webform-institution-analysis-report-analysis-form .composite-detail-data.expanded {
  display: flex!important;
  align-items: center;
}
.webform-institution-analysis-report-analysis-form .js-form-type-select select option {
  padding-left: 20px;
  padding-top: 10px;
}
.webform-institution-analysis-report-analysis-form .js-form-item-institutions label {
  color: #464646;
  padding-left: 15px;
}
.webform-institution-analysis-report-analysis-form #edit-components-settings a:after {
  position: absolute;
  content: "";
  background-image: url(/themes/custom/emp_tool/img/dashboard/Drop_Down-icon.png);
  width: 13px;
  height: 8px;
  right: 74px;
  top: 18px;
}
.webform-institution-analysis-report-analysis-form .panel-default .panel-title {
  font-weight: 600;
  padding-right: 27px;
  width: 24%;
}
.webform-institution-analysis-report-analysis-form .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.webform-institution-analysis-report-analysis-form .close {
  position: absolute;
  background-image: url(/themes/custom/emp_tool/img/dashboard/close-new.png);
  width: 16px;
  height: 16px;
  right: 12px;
  top: 9px;
  opacity: 1;
  right: 5px;
  top: 9px;
  top: 3px;
  z-index: 2;
}
.webform-institution-analysis-report-analysis-form .webform-analysis-component .custom-comp-detail-wrapper table td {
  white-space: normal;
  padding: 10px 0;
  border-bottom: 0 solid #dbdbdb;
}
/*.webform-institution-analysis-report-analysis-form  .composite-detail-data:after {
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.44);
    height: 100%;
    width: 100%;
    z-index: 10;
    display:none!important;
        z-index:10;
}*/

.webform-institution-analysis-report-analysis-form .composite-detail-data.expanded:after {
  display: block!important;
}
.webform-institution-analysis-report-analysis-form #edit-select-institutions {
  width: 100%!important;
}
.webform-institution-analysis-report-analysis-form .custom-comp-detail-wrapper th {
  background: #ccc;
  padding: 15px;
}
.webform-institution-analysis-report-analysis-form {
  padding-top: 40px;
}
.webform-institution-analysis-report-analysis-form .webform-analysis-component-inner > div > div > div {
  /*height: auto!important;*/
}
.webform-analysis-survey-compo-results,
.webform-institution-analysis-report-analysis-form .webform-analysis-survey-compo-results {
  min-height: 450px;
}
.webform-institution-analysis-report-analysis-form .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.navbar-right {
  list-style-type: none;
}
.user-logged-in .user-form .js-form-item-user-picture-0.form-group.is-empty.is-fileinput .image-widget .form-control {
  background: none;
  margin-bottom: 0;
  max-width: 188px;
}
.user-logged-in .user-form .js-form-item-user-picture-0.form-group.is-empty.is-fileinput .data {
  border-bottom: 1px solid #dbdbdb;
}
/*
.webform-survey-form .messages__wrapper, .path-user .field--type-image .messages__wrapper {
    display: none;
}
*/

.webform-submission-form .alertMsg .messages__wrapper {
  display: block;
}
.webform-analysis-component-inner h3 {
  font-size: 14px;
  font-weight: 400;
  min-height: 38px;
  line-height: 18px;
}
.removedownloadpage-icon .chart-type {
  display: none;
}
#default-institution-id {
  display: none;
}
.lan-es .es {
  display: none;
}
.lan-en .en {
  display: none;
}
.tabledrag-toggle-weight,
#edit-reset-alphabetical {
  display: none;
}
/***29/07/19 - employer survey page***/

.build-webform-page .webform-ui-elements-table a.button,
.build-webform-page .webform-ui-elements-table ~ div.form-actions #edit-submit,
.build-webform-page .webform-ui-elements-table ~ div.form-actions #edit-reset {
  display: inline-block;
  position: relative;
  padding: 2px 13px;
  font-size: 13px;
  margin-right: 0;
  margin-left: 0;
  background-color: #0071b8;
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  border: 1px solid #1e5c90;
  border-radius: 30px;
  text-decoration: none;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.webform-edit-form .webform-ui-elements-table a.button:before {
  content: '+';
  margin-left: -3px;
  padding-right: 3px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
}
.build-webform-page .webform-ui-elements-table .webform-dropbutton {
  width: 102px;
  /*height: 25px;
  border: 1px solid #a6a6a6;
  border-radius: 30px;
  background: #f2f1eb;*/
}
.build-webform-page .webform-ui-elements-table .webform-dropbutton button[type="submit"] {
  height: 23px;
  background: #f2f1eb;
  color: #000;
  padding: 2px 19px;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px 0 0 30px;
}
.build-webform-page .webform-ui-elements-table .webform-dropbutton button[type="submit"] {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #002345;
  border: 0;
  color: #fff;
  height: 32px;
  width: 60px;
}
.build-webform-page .webform-ui-elements-table .webform-dropbutton button[value="Customize"] {
  width: 80px;
}
/*.build-webform-page .webform-ui-elements-table .webform-dropbutton .icon {
  display: none;
}*/

.build-webform-page .webform-ui-elements-table button.dropdown-toggle {
  /*background: #f2f1eb;
  height: 23px;
  border: 0;
  border-left: 1px solid #a6a6a6;
  padding: 0 9px 0px;
  border-radius: 0 30px 30px 0;
  z-index: 2;
  width: 39px;*/
}
.build-webform-page .webform-ui-elements-table button.dropdown-toggle {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding-right: 8px;
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 32px;
}
.build-webform-page .webform-ui-elements-table .dropdown-menu {
  min-width: auto;
  margin: 0;
  padding: 2px;
  width: 87px;
}
.build-webform-page .webform-ui-elements-table .dropdown-menu li a {
  padding: 3px 10px;
}
.build-webform-page .webform-ui-elements-table ~ div.form-actions #edit-submit,
.build-webform-page .webform-ui-elements-table ~ div.form-actions #edit-reset {
  margin-left: 15px;
  padding: 0 25px;
  line-height: 14px;
  height: 30px;
}
.build-webform-page .webform-ui-elements-table ~ div.form-actions #edit-submit .icon,
.build-webform-page .webform-ui-elements-table ~ div.form-actions #edit-reset .icon {
  display: none;
}
.ui-dialog .ui-resizable-w {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
  background-color: #bfbfba;
  border: 1px solid #6b6b6b;
  border-width: 1px 2px;
}
.build-webform-page .ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
  background: #6b6b6b;
  padding: 15px 49px 15px 15px;
  border-radius: 0;
}
.build-webform-page .ui-dialog.ui-dialog-off-canvas .ui-dialog-title:before {
  display: none;
}
.build-webform-page .ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar-close {
  /*background-image: url(core/misc/icons/ffffff/ex.svg);*/
}
.build-webform-page .ui-dialog-off-canvas #drupal-off-canvas {
  padding: 0 15px 20px 10px;
  background: #fff;
}
.build-webform-page .ui-dialog .ui-dialog-title {
  max-width: none;
  width: 100%;
  padding-left: 0;
  float: none;
  font-weight: 600;
  white-space: normal;
}
.build-webform-page #drupal-off-canvas form {
  background: #fff;
}
.build-webform-page #drupal-off-canvas form > .grand-parent.webform-tabs {
  border: 0;
  background: #fff;
}
.build-webform-page #drupal-off-canvas form .ui-tabs-nav {
  background: #fff;
  padding: 5px 10px 4px;
  margin: 0;
  line-height: 20px;
  border-bottom: solid 1px #ccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.build-webform-page #drupal-off-canvas form .ui-tabs-nav li a {
  display: inline-block;
  padding: 12px 13px 8px;
  background: #fff;
  border: 1px solid #fff;
  color: #0074bd!important;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.build-webform-page #drupal-off-canvas form .ui-tabs-nav li.ui-state-active a {
  background: #fe6;
  border: 1px solid #ed5;
  cursor: text;
  text-decoration: none;
}
.build-webform-page #drupal-off-canvas form > .grand-parent.webform-tabs {
  border: 0;
  background: #fff;
}
.build-webform-page #drupal-off-canvas form > .grand-parent.webform-tabs {
  border: 0;
  background: #fff;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab {
  padding: 0;
  background: #fff;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel {
  background: #fcfcfa;
  border: 1px solid #c0c0c0;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-title {
  background-color: #fcfcfc !important;
  /*border-bottom: 1px solid #ccc;*/
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab a.panel-title {
  color: #0074bd !important;
  position: relative;
  padding-left: 13px;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab a.panel-title:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(../img/dashboard/menu-expanded.png) 0 100% no-repeat;
  background-position: 25% 35%;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 0px;
  top: 4px;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab a.panel-title[aria-expanded="true"]:before {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 6px;
  left: -3px;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-heading {
  background-color: #fcfcfc !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body {
  background-color: #fcfcfc !important;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .form-group,
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .form-type-managed-file,
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .form-item,
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .form-managed-file {
  background: #fcfcfc;
  color: #333;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .form-managed-file {}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .control-label:not(.option) {
  display: block;
  background: #fcfcfc;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 13px;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .control-label.option {
  background: #fcfcfc;
  color: #333;
}
.build-webform-page .panel-body input.form-checkbox {
  outline: none;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body a.button,
.build-webform-page #drupal-off-canvas form > .form-actions button,
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .file + button,
.build-webform-page #drupal-off-canvas .panel-body button {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 20px;
  border: 1px solid #a6a6a6;
  border-radius: 30px;
  background-color: #f2f1eb;
  color: #333!important;
  text-decoration: none;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
  font-weight: 700;
  font-size: 13px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-font-smoothing: antialiased;
  margin-right: 15px;
  height: auto;
}
.build-webform-page #drupal-off-canvas .panel-body .button:hover,
.build-webform-page #drupal-off-canvas .panel-body .button:focus {
  background-color: #f9f8f6;
  background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
  background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
  color: #1a1a1a;
  text-decoration: none!important;
  outline: none;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body a.button[data-dialog-type="modal"],
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .file + button[data-drupal-selector="edit-container-icon-remove-button"] {
  margin-left: 15px;
  margin-right: 0;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .form-item .form-checkbox {
  background: url(../img/check-box.png) no-repeat center center transparent;
  width: 15px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body input.form-text,
.build-webform-page #drupal-off-canvas form > .form-item input.form-text {
  box-sizing: border-box;
  padding: 0.3em 0.4em 0.3em 0.5em;
  max-width: 100%;
  border: 1px solid #b8b8b8;
  border-top-color: #999;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  font-size: 1em;
  color: #595959;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.build-webform-page #drupal-off-canvas .ui-widget .ui-widget-content.webform-tab .panel-body .form-disabled input.form-text {
  border-color: #d4d4d4;
  background-color: hsla(0, 0%, 0%, 0.08);
  box-shadow: none;
  cursor: default;
}
.build-webform-page #drupal-off-canvas form > .form-item {
  margin-top: 0!important;
  background: #fff;
}
.build-webform-page #drupal-off-canvas form > .form-item .control-label:not(.option) {
  display: block;
  background: #fff;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 13px;
}
.build-webform-page #drupal-off-canvas form > .form-item input.form-text:focus {
  border-color: #40b6ff;
  outline: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
  background-color: #fff;
}
.build-webform-page #drupal-off-canvas form > .form-actions,
.build-webform-page #drupal-off-canvas form > .form-group {
  margin-top: 10px!important;
  background: #fff;
  text-align: left;
}
.build-webform-page #drupal-off-canvas form > .form-group a {
  background: #fff;
  color: #0074bd;
  text-decoration: none;
}
.build-webform-page #drupal-off-canvas form > .form-group a:hover {
  text-decoration: underline!important;
}
.build-webform-page #drupal-off-canvas form > .form-actions button .icon,
.build-webform-page #drupal-off-canvas form button .icon {
  display: none;
}
.build-webform-page #drupal-off-canvas form > .form-actions button {
  height: auto;
  padding: 7px 20px;
}
.build-webform-page #drupal-off-canvas form > .form-actions button.button--primary {
  background-color: #0071b8;
  color: #fff!important;
  border: 1px solid #1e5c90;
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
}
.build-webform-page #drupal-off-canvas form > .form-actions button.button--primary:hover {
  background-image: linear-gradient(to bottom, #08639b, #0071b8);
  border-color: #144b78;
  box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2);
  background-color: #2369a6;
}
.build-webform-page #drupal-off-canvas .button--danger,
.build-webform-page #drupal-off-canvas form > .form-actions button.button--danger,
.build-webform-page #drupal-off-canvas .button--danger:hover,
.build-webform-page #drupal-off-canvas .button--danger:focus,
.build-webform-page #drupal-off-canvas .button--danger:active {
  color: #ff2a00!important;
  text-decoration: underline!important;
  text-shadow: none!important;
  padding: 0!important;
  border: 0!important;
  box-shadow: none!important;
  background: none!important;
}
.build-webform-page #drupal-off-canvas .panel-body .file,
.build-webform-page #drupal-off-canvas .panel-body .file span {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  background: #fcfcfc;
  color: #333;
}
.build-webform-page #drupal-off-canvas .panel-body .file-icon {
  padding-right: 5px;
}
.build-webform-page #drupal-off-canvas .ajax-throbber.glyphicon-spin.glyphicon-refresh {
  background: #fff!important;
}
.build-webform-page #drupal-off-canvas .ajax-throbber.glyphicon-spin.glyphicon-refresh:before {
  background: url(../img/dashboard/throbber-active.gif)no-repeat center;
  content: '';
  padding: 15px;
}
.build-webform-page #drupal-off-canvas .panel-body .file-icon .icon:before {
  background: url(../img/dashboard/image-x-generic.png)no-repeat center;
  content: '';
  padding: 15px;
}
.build-webform-page #drupal-off-canvas .panel-body .file-link {
  padding-right: 15px;
}
.build-webform-page #drupal-off-canvas .panel-body .file-link a {
  color: #0074bd;
}
.build-webform-page #drupal-off-canvas table {
  background: #fff;
}
.build-webform-page #drupal-off-canvas tr:hover td,
.build-webform-page #drupal-off-canvas tr.drag-previous td {
  background: #fcfcfc;
}
.build-webform-page #drupal-off-canvas table select {
  width: 100%;
  max-width: 100%;
}
.build-webform-page #drupal-off-canvas .custom_element_wrapper {
  width: 100%!important;
  /*Bug #252398*/
}
.build-webform-page #drupal-off-canvas table .select-wrapper,
.build-webform-page #drupal-off-canvas .select-wrapper {
  width: auto;
  background: #fff;
}
.build-webform-page #drupal-off-canvas table .select-wrapper:after,
.build-webform-page #drupal-off-canvas .select-wrapper:after {
  display: none;
}
.build-webform-page #drupal-off-canvas table button {
  margin: 0!important;
}
.build-webform-page #drupal-off-canvas .CodeMirror-scroll,
.build-webform-page #drupal-off-canvas .CodeMirror-scroll * {
  background: #fff!important;
  color: #333!important;
}
.build-webform-page #drupal-off-canvas .CodeMirror-placeholder {
  height: auto !important;
}
.build-webform-page #drupal-off-canvas span.select2-selection.select2-selection--multiple {
  background: #fff;
  border: 1px solid #333;
  border-radius: 0;
}
.build-webform-page #drupal-off-canvas span.select2-selection.select2-selection--multiple ul {
  background: #fff;
}
.build-webform-page #drupal-off-canvas span.select2-selection.select2-selection--multiple ul li {
  padding: 0px 5px;
  background: #e4e4e4;
  color: #333;
  border-radius: 4px;
  margin: 1px;
  border: 1px solid #aaa;
}
.build-webform-page #drupal-off-canvas span.select2-selection.select2-selection--multiple ul li span {
  background: #e4e4e4;
  color: #333;
}
.build-webform-page #drupal-off-canvas ul li.select2-search.select2-search--inline {
  background: #fff!important;
  border-color: #fff!important;
}
.build-webform-page #drupal-off-canvas ul li.select2-search.select2-search--inline input,
#title-machine-name-suffix,
#title-machine-name-suffix * {
  background: #fff!important;
  color: #333!important;
}
.build-webform-page #drupal-off-canvas .form-checkboxes,
.build-webform-page #drupal-off-canvas .input-group,
.build-webform-page #drupal-off-canvas .input-group-addon {
  background: #fcfcfc;
}
.build-webform-page #drupal-off-canvas .form-wrapper {
  background: #fcfcfc;
}
.build-webform-page #drupal-off-canvas .input-group-addon {
  display: none;
}
.build-webform-page #drupal-off-canvas .filter-wrapper.form-group {
  margin-top: 0;
}
.build-webform-page #drupal-off-canvas .filter-wrapper .form-group {
  margin-top: 0!important;
  padding-bottom: 0;
}
.build-webform-page #drupal-off-canvas .messages__wrapper,
.build-webform-page #drupal-off-canvas .messages__wrapper *,
.build-webform-page #drupal-off-canvas em {
  background: #fcfcfc!important;
  color: #333!important;
}
.build-webform-page #drupal-off-canvas .messages__wrapper > div {
  border: 1px solid #b8b8b8;
}
.build-webform-page #drupal-off-canvas button.close {
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  color: #333;
}
.build-webform-page #drupal-off-canvas table button.image-button {
  background: url(../img/dashboard/plus.svg)no-repeat center 100%;
  padding: 0!important;
  background-color: #fcfcfc!important;
  font-size: 0;
  width: 16px;
  height: 16px;
  background-size: 16px;
  border: 0;
  margin: 0 2px!important;
  opacity: 0.4;
}
.build-webform-page #drupal-off-canvas button.tabledrag-toggle-weight {
  display: none;
}
.build-webform-page #drupal-off-canvas table button.image-button:hover {
  opacity: 1;
}
.build-webform-page #drupal-off-canvas table button.image-button[title="Remove"] {
  background: url(../img/dashboard/ex.svg)no-repeat center 100%;
}
.build-webform-page #drupal-off-canvas table .glyphicon-move:before {
  background: url(../img/dashboard/move.svg)no-repeat center 100%;
  background-color: #fcfcfc;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
}
.build-webform-page #drupal-off-canvas table td {
  padding: 6px 8px!important;
}
.build-webform-page #drupal-off-canvas table.webform-states-table th:first-child {
  width: 25%;
}
.build-webform-page #drupal-off-canvas table.webform-states-table th:first-child + th {
  width: 35%;
}
.build-webform-page #drupal-off-canvas table.webform-states-table th:first-child + th + th {
  width: 25%;
}
.build-webform-page #drupal-off-canvas table th:first-child,
.build-webform-page #drupal-off-canvas table td:first-child {
  width: auto!important;
}
.build-webform-page #drupal-off-canvas .webform-multiple-table.webform-multiple-table-responsive {
  margin-bottom: 20px;
}
.build-webform-page #drupal-off-canvas .webform-multiple-add {
  background: #fff;
}
.build-webform-page #drupal-off-canvas .webform-multiple-add > button {
  margin-bottom: 0;
}
.build-webform-page #drupal-off-canvas .webform-multiple-add input[type="number"] {
  display: inline-block;
  margin-top: 0;
}
.build-webform-page #drupal-off-canvas textarea {
  background: #fff!important;
}
.build-webform-page #drupal-off-canvas .webform-multiple-table td.webform-multiple-table--handle {
  width: 26px!important;
  vertical-align: middle;
  text-align: center;
  padding-left: 8px;
  padding-right: 0;
  max-width: 26px;
}
.build-webform-page #drupal-off-canvas .webform-multiple-table td.webform-multiple-table--operations {
  width: 30px;
  vertical-align: middle;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.build-webform-page.user-logged-in .btn-group.dropdown,
.build-webform-page-translate.user-logged-in .btn-group.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.build-webform-page.user-logged-in .btn-group.dropdown > button:first-child,
.build-webform-page-translate.user-logged-in .btn-group.dropdown > button:first-child {
  padding-left: 12px;
  padding-right: 12px;
}
a.add-institution {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
/******/

/***Manage survey page - 01/08/2019***/

.webform-listing-page .webform-filter-form .form-item.form-group {
  margin-right: 30px!important;
  position: relative;
}
.webform-listing-page .webform-filter-form .form-item.form-group select {
  padding-left: 5px;
}
/*.webform-listing-page .webform-filter-form .form-type-search input {
  padding-right: 15px;
}*/

.webform-listing-page .webform-filter-form .form-type-search .input-group-addon {
  position: absolute;
  top: 15px;
  right: 0;
  background: transparent;
  border: 0;
  padding: 0;
  display: none;
  /*Done on 06/08/2019 as per developer suggestion*/
}
.webform-listing-page .webform-dropbutton .btn-default.btn-xs.btn.dropdown-toggle {
  height: 32px;
}
.webform-listing-page .webform-dropbutton .btn-group .button.form-submit {
  height: 32px;
  width: 60px;
}
.user-logged-in a#edit-delete,
#taxonomy-term-institutions-form #edit-delete {
  /*Bug 252452*/
  display: inline-block;
  margin: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #00ADE4;
  border: 0;
  color: #fff;
  height: 32px;
  margin-left: 6px;
  width: auto;
}
.user-logged-in a#edit-delete:before,
#taxonomy-term-institutions-form #edit-delete:before,
.views-dashboard-listing .views-field-edit-user a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/dashboard/icn_trash.png)no-repeat center top 0px;
  margin-left: -3.5px;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.user-logged-in a#edit-delete:hover,
#taxonomy-term-institutions-form #edit-delete:hover,
.views-dashboard-listing .views-field-edit-user a:hover {
  background-color: #00ADE4;
  border: 0;
  color: #fff;
}
/*.role-manager.webform-listing-page .webform-dropbutton .btn-default.btn-xs.btn.dropdown-toggle,*/

.role-manager.build-webform-page #webform-ui-add-page,
.role-manager.build-webform-page #webform-ui-add-layout {
  display: none;
}
.role-manager.webform-listing-page .ui-autocomplete {
  display: none!important;
}
.button.form-submit,
#taxonomy-overview-terms .btn-group .button.form-submit,
#taxonomy-overview-terms .btn-default.btn-xs.btn.dropdown-toggle {
  height: 32px;
}
.button.form-submit,
#taxonomy-overview-terms .btn-group .button.form-submit {
  min-width: 60px;
  /*Bug #252474*/
}
.list-people .links.dropdown .button {
  width: auto;
  padding: 6px 12px;
}
.build-webform-page.user-logged-in button[data-drupal-selector="edit-preview"] {
  display: none;
}
/******/

/***Manage Institution User page - 07/08/2019 ***/

.views-dashboard-listing .views-field-edit-user a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 3px;
  background-color: #002345;
  border: 0;
  color: #fff;
  height: 32px;
  width: auto;
  text-transform: capitalize;
  min-width: 60px;
  text-align: center;
}
.views-dashboard-listing .views-field-edit-user a:before {
  background: url(../img/dashboard/icn_edit.png)no-repeat center;
}
.add-institution-user-btn-wrapper {
  margin-bottom: 10px;
}
.add-institution-user-btn-wrapper .add-institution-btn {
  color: #fff;
  background-color: #5cb85c!important;
  border-color: #4cae4c;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
/******/

/***Bug #252474***/

.build-webform-page-translate .layout-column--half {
  width: 50%;
  display: block;
  float: left;
  padding-left: 5px;
}
.build-webform-page-translate .layout-column--half label {
  display: table;
  margin: 0 0 2px;
  padding: 0;
  font-weight: bold;
}
.build-webform-page-translate .webform-translation-source .form-item {
  margin: 0!important;
}
.build-webform-page-translate .page-header em {
  padding-left: 5px;
}
/******/

.role-manager .token-dialog.use-ajax {
  display: none;
}
/***Add institution users - 30/07/2019***/

/*put on hold for now*/

/*.user-logged-in .user-register-form.user-form #edit-field-show-reports-wrapper {
  float: none;
  width: 100%;
  padding-left: 35px;
  padding-top: 0;
}*/

.webform-listing-page .webform-forms td:nth-child(4) a,
.webform-listing-page .webform-forms td:nth-child(5) a,
.webform-listing-page .webform-forms td:nth-child(6) a {
  pointer-events: none;
  color: #333;
}
.type-institution:not(.edit-survey-page) #edit-submit {
  display: none;
}
.popup-wrapper-in-all .popup-description {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans';
  line-height: 22px;
  margin-bottom: 7px;
  padding-left: 41px;
  position: relative;
  margin-top: 31px;
  padding-right: 29px;
}
.popup-wrapper-in-all .popup-description:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/dashboard/alert_icon_small.png)no-repeat center transparent;
  top: 5px;
  left: 15px;
}
.popup-wrapper-in-all {
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 21;
  padding: 20px;
  border-radius: 10px;
  padding-top: 10px;
  overflow: hidden;
  height: 100%;
  position: fixed;
  top: 31%;
  left: calc(50% - 204px);
  display: none;
  max-height: 257px!important;
  max-width: 457px!important;
  padding: 14px!important;
}
a.submission-in {
  padding-right: 8px!important;
}
.popup-active .popup-wrapper-in-all {
  display: block;
}
.btn-wrapper-in {
  position: absolute;
  right: 186px;
  background-color: #fff;
  color: #00ade4;
  width: 318px;
  bottom: 30px;
  border-radius: 4px;
  left: auto;
  right: 0;
  right: 9px !important;
}
.popup-overlay-in.webform-survey-form:after {
  position: fixed;
  background: rgba(19, 15, 15, 0.4);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  float: left;
  z-index: 20;
}
.popup-content a {
  background-color: #fff;
  color: #00ade4;
  border: 1px solid #00ade4;
  height: 38px;
  width: 100px;
  min-width: 125px;
  margin-right: 2px;
  font-size: 13px;
  padding: 10px;
  border-radius: 0;
  margin-left: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 7px;
}
.popup-wrapper-in-all .submission-in:hover {
  background-color: #00ade4;
  color: #fff;
}
.popup-wrapper-in-all .submission-off:hover {
  background-color: #00ade4;
  color: #fff;
}
.popup-wrapper-in-all .popup-content a {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans';
  line-height: 22px;
  margin-bottom: 7px;
  padding-left: 12px;
  padding-right: 16px;
  cursor: pointer;
}
/***new-popup***/

.self-assessment-scores-compare .modal-backdrop {
  z-index: 20;
}
.compare-self-assessement-scores-form .close-self {
  display: block;
  width: 19px;
  font-size: 0;
  background: url(../img/close_popup.png) no-repeat center center transparent;
  position: a;
  top: 9px;
  right: 0;
  position: absolute;
  z-index: 194;
  height: 20px;
  cursor: pointer;
}
.popup-selfoverlay.path-compare:after {
  display: none;
}
.popup-n-self.display-one.path-compare:after {
  display: none;
}
.popup-selfoverlay.path-compare .self-compare-chart-wrapper {
  display: none;
}
.popup-n-self.path-compare:after {
  display: block;
}
.self-assessment-scores-compare:after {
  position: fixed;
  top: 0;
  display: none;
  right: 0;
  content: "";
  bottom: 0;
  display: none;
  left: 0;
  z-index: 20;
  opacity: 0.7;
  background-color: #000;
}
.compare-self-assessement-scores-form .self-compare-chart-wrapper {
  position: fixed;
  z-index: 21;
  left: 0;
  top: calc(50% - 202px);
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
}
.compare-self-assessement-scores-form .self-compare-chart-wrapper .mCustomScrollBox {
  margin-right: 16px;
}
.compare-self-assessement-scores-form #self-score-chart-id {
  padding-top: 20px;
}
.compare-self-assessement-scores-form .self-values-chart-copy-wrapper .sa-chart-copy {
  right: unset;
  left: 17px;
  width: 100%;
}
.compare-self-assessement-scores-form .sa-chart-copy {
  top: 14px;
  left: 17px;
  z-index: 1;
}
.compare-self-assessement-scores-form .self-compare-chart-wrapper {
  display: none;
  float: left;
  width: calc(100% - 152px);
  background: #fff;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-n-self .compare-self-assessement-scores-form .self-compare-chart-wrapper {
  display: block;
}
.compare-self-assessement-scores-form .compare-chart-wrapper {
  float: left;
  width: 100%;
  padding: 0 40px;
}
/***new-popup***/

/******Task #315505****/

.compare-self-assessement-scores-form #self-values-chart-id,
.compare-self-assessement-scores-form .self-values-chart-copy-wrapper,
.compare-self-assessement-scores-form .self-score-chart-copy-wrapper {
  height: auto;
}
.chart-table-component {
  display: flex;
  width: 100%;
}
.chart-table-component .chart-wrapper-section {
  width: calc( 100% - 450px);
  padding-right: 30px;
}
.chart-table-component .chart-wrapper-section .highcharts-container {
  width: 100%!important;
  overflow: visible !important;
}
.chart-table-component .table-wrapper-section {
  width: 450px;
  position: relative;
}
.chart-table-component .chart-wrapper-section .cmp-report-charts {
  width: 100% !important;
  overflow: visible !important;
}
.compare-table-component {
  width: 100% !important;
  border: 1px solid #e6e6e6;
  padding: 10px;
  float: left;
}
.compare-table-component caption {
  display: none;
}
.compare-table-component table {
  min-width: 100%;
}
.compare-table-component tbody tr {
  background-color: transparent !important;
}
.compare-table-component tbody th {
  font-weight: 400;
}
.compare-table-component tbody .text {
  text-align: left;
}
/*** download & copy ****/

.compare-self-assessement-scores-form .self-compare-chart-wrapper {
  padding: 30px 0;
}
.compare-self-assessement-scores-form .sa-chart-right-list {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.compare-self-assessement-scores-form .sa-chart-right-list > li {
  position: relative !important;
  margin-right: 20px;
  top: 0;
  left: 0 !important;
  right: auto;
  min-height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sa-chart-right-list li > .item-label {
  text-transform: uppercase;
}
.chart-download-option:hover > .chart-download-options {
  display: block;
}
.compare-chart-wrapper .chart-download-option > .item-label:after {
  background-image: url(../img/download_v1.png);
}
@media only screen and (max-width: 767px) {
  .role-manager.user-logged-in .user-form .form-wrapper .form-wrapper {
    display: block;
    width: 100%;
  }
  .role-manager .user-form.user-edit-profile #edit-pass > .form-item {
    width: 100% !important;
    display: block;
  }
  .user-logged-in .user-form.user-edit-profile .pass-instruction.item-list {
    display: block;
    width: 100%;
  }
  .role-manager .user-form .panel-body > div.js-form-wrapper:not(.field--type-string) > .form-item:not(fieldset) {
    width: 100%;
  }
  .form-group.label-floating.is-focused label.control-label,
  .form-group.label-floating:not(.is-empty) label.control-label {
    top: -10px !important;
  }
  .floating-wrapper .form-group.label-floating label.control-label,
  .form-group.label-placeholder label.control-label {
    top: -10px !important;
    font-size: 13px;
  }
  .user-logged-in .user-form #edit-actions {
    width: 100%;
    display: flex;
    justify-content: left;
    padding-left: 22px;
  }
  .js-form-submit {
    margin: 6px auto!important;
  }
  .floating-wrapper .button {
    float: none;
  }
  .modal-content {
    padding: 20px 20px 22px 20px;
  }
  .user-logged-in .user-form .form-wrapper .form-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*.container-progress.left-in+.survey-form-wrapper {
        width: 100%;
    }*/
}

/* changes done on 17-10-23 / style breaking on manager role  */

.role-manager.manager-role-self-assessment .main-container .region-content {
  flex-wrap: wrap !important;
}

.modify-color-palette-form .component-container .color-options-wrap {
  display: flex;
  flex-wrap: wrap;
}

.modify-color-palette-form .component-container .color-options-wrap .select-inline {
  flex: 1;
}
.modify-color-palette-form .component-container .color-options-wrap .select-inline:not(:last-child) {
  margin-right: 15px;
}
.modify-color-palette-form .modify-color-palette-action-wrap {
  display:flex;
}
.modify-color-palette-form .submit-button-update-valid {
  margin-top: 25px;
  margin-bottom: 25px;
}
.modify-color-palette-form .action-button-wrapper button#edit-submit {
  margin-right: 15px !important;
}
