@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("/idp/fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("/idp/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("/idp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("/idp/fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
.btn {
  border-radius: 2px;
  font-family: "open sans", sans-serif;
  font-weight: 600;
  background-image: none;
}

.input-group .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-md {
  border-radius: 2px;
  font-size: 14px;
  height: 34px;
}

.btn-lg {
  border-radius: 2px;
  font-size: 16px;
  height: 46px;
}

.btn-sm {
  border-radius: 2px;
  font-size: 12px;
  height: 30px;
}

.btn-xs {
  border-radius: 2px;
  font-size: 12px;
  height: 22px;
}

.float-e-margins .btn {
  margin-bottom: 5px;
}

.btn-w-m {
  min-width: 120px;
}

.btn-primary.btn-outline {
  color: #0659E0;
}
.orange-gray .btn-primary.btn-outline {
  color: #F57F20;
}
.orange-red .btn-primary.btn-outline {
  color: #eb8c00;
}
.green-yellow-green .btn-primary.btn-outline {
  color: #b5bd00;
}
.navy-blue .btn-primary.btn-outline {
  color: red;
}
.chill-grey .btn-primary.btn-outline {
  color: #5B6E7F;
}
.gunmetal-blue .btn-primary.btn-outline {
  color: #1976D2;
}

.btn-success.btn-outline {
  color: #FFFFFF;
}
.orange-gray .btn-success.btn-outline {
  color: #EEEEEE;
}
.orange-red .btn-success.btn-outline {
  color: #EEEEEE;
}
.green-yellow-green .btn-success.btn-outline {
  color: #eeeeee;
}
.chill-grey .btn-success.btn-outline {
  color: #eeeeee;
}
.gunmetal-blue .btn-success.btn-outline {
  color: #eeeeee;
}

.btn-info.btn-outline {
  color: #FFFFFF;
}
.orange-gray .btn-info.btn-outline {
  color: #EEEEEE;
}
.orange-red .btn-info.btn-outline {
  color: #EEEEEE;
}
.green-yellow-green .btn-info.btn-outline {
  color: #eeeeee;
}
.chill-grey .btn-info.btn-outline {
  color: #eeeeee;
}
.gunmetal-blue .btn-info.btn-outline {
  color: #eeeeee;
}

.btn-warning.btn-outline {
  color: #F7DE7C;
}

.btn-danger.btn-outline {
  color: #DC564A;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #FFFFFF;
}

.btn-primary {
  background-color: #0659E0;
  border-color: #0659E0;
  color: #FFFFFF;
}
.orange-gray .btn-primary {
  background-color: #F57F20;
}
.orange-red .btn-primary {
  background-color: #eb8c00;
}
.green-yellow-green .btn-primary {
  background-color: #b5bd00;
}
.navy-blue .btn-primary {
  background-color: red;
}
.chill-grey .btn-primary {
  background-color: #5B6E7F;
}
.gunmetal-blue .btn-primary {
  background-color: #1976D2;
}
.orange-gray .btn-primary {
  border-color: #F57F20;
}
.orange-red .btn-primary {
  border-color: #eb8c00;
}
.green-yellow-green .btn-primary {
  border-color: #b5bd00;
}
.navy-blue .btn-primary {
  border-color: red;
}
.chill-grey .btn-primary {
  border-color: #5B6E7F;
}
.gunmetal-blue .btn-primary {
  border-color: #1976D2;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
  background-color: #0653d1;
  border-color: #0653d1;
  color: #FFFFFF;
}
.orange-gray .btn-primary:hover, .orange-gray .btn-primary:focus, .orange-gray .btn-primary:active, .orange-gray .btn-primary.active, .orange-gray .open .dropdown-toggle.btn-primary, .orange-gray .btn-primary:active:focus, .orange-gray .btn-primary:active:hover, .orange-gray .btn-primary.active:hover, .orange-gray .btn-primary.active:focus {
  background-color: #D35E0F;
}
.orange-red .btn-primary:hover, .orange-red .btn-primary:focus, .orange-red .btn-primary:active, .orange-red .btn-primary.active, .orange-red .open .dropdown-toggle.btn-primary, .orange-red .btn-primary:active:focus, .orange-red .btn-primary:active:hover, .orange-red .btn-primary.active:hover, .orange-red .btn-primary.active:focus {
  background-color: #cb7a00;
}
.green-yellow-green .btn-primary:hover, .green-yellow-green .btn-primary:focus, .green-yellow-green .btn-primary:active, .green-yellow-green .btn-primary.active, .green-yellow-green .open .dropdown-toggle.btn-primary, .green-yellow-green .btn-primary:active:focus, .green-yellow-green .btn-primary:active:hover, .green-yellow-green .btn-primary.active:hover, .green-yellow-green .btn-primary.active:focus {
  background-color: #6c7100;
}
.chill-grey .btn-primary:hover, .chill-grey .btn-primary:focus, .chill-grey .btn-primary:active, .chill-grey .btn-primary.active, .chill-grey .open .dropdown-toggle.btn-primary, .chill-grey .btn-primary:active:focus, .chill-grey .btn-primary:active:hover, .chill-grey .btn-primary.active:hover, .chill-grey .btn-primary.active:focus {
  background-color: #495866;
}
.gunmetal-blue .btn-primary:hover, .gunmetal-blue .btn-primary:focus, .gunmetal-blue .btn-primary:active, .gunmetal-blue .btn-primary.active, .gunmetal-blue .open .dropdown-toggle.btn-primary, .gunmetal-blue .btn-primary:active:focus, .gunmetal-blue .btn-primary:active:hover, .gunmetal-blue .btn-primary.active:hover, .gunmetal-blue .btn-primary.active:focus {
  background-color: #495866;
}
.orange-gray .btn-primary:hover, .orange-gray .btn-primary:focus, .orange-gray .btn-primary:active, .orange-gray .btn-primary.active, .orange-gray .open .dropdown-toggle.btn-primary, .orange-gray .btn-primary:active:focus, .orange-gray .btn-primary:active:hover, .orange-gray .btn-primary.active:hover, .orange-gray .btn-primary.active:focus {
  border-color: #D35E0F;
}
.orange-red .btn-primary:hover, .orange-red .btn-primary:focus, .orange-red .btn-primary:active, .orange-red .btn-primary.active, .orange-red .open .dropdown-toggle.btn-primary, .orange-red .btn-primary:active:focus, .orange-red .btn-primary:active:hover, .orange-red .btn-primary.active:hover, .orange-red .btn-primary.active:focus {
  border-color: #cb7a00;
}
.green-yellow-green .btn-primary:hover, .green-yellow-green .btn-primary:focus, .green-yellow-green .btn-primary:active, .green-yellow-green .btn-primary.active, .green-yellow-green .open .dropdown-toggle.btn-primary, .green-yellow-green .btn-primary:active:focus, .green-yellow-green .btn-primary:active:hover, .green-yellow-green .btn-primary.active:hover, .green-yellow-green .btn-primary.active:focus {
  border-color: #6c7100;
}
.chill-grey .btn-primary:hover, .chill-grey .btn-primary:focus, .chill-grey .btn-primary:active, .chill-grey .btn-primary.active, .chill-grey .open .dropdown-toggle.btn-primary, .chill-grey .btn-primary:active:focus, .chill-grey .btn-primary:active:hover, .chill-grey .btn-primary.active:hover, .chill-grey .btn-primary.active:focus {
  border-color: #495866;
}
.gunmetal-blue .btn-primary:hover, .gunmetal-blue .btn-primary:focus, .gunmetal-blue .btn-primary:active, .gunmetal-blue .btn-primary.active, .gunmetal-blue .open .dropdown-toggle.btn-primary, .gunmetal-blue .btn-primary:active:focus, .gunmetal-blue .btn-primary:active:hover, .gunmetal-blue .btn-primary.active:hover, .gunmetal-blue .btn-primary.active:focus {
  border-color: #495866;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0761f4;
  border-color: #0761f4;
}
.orange-gray .btn-primary.disabled, .orange-gray .btn-primary.disabled:hover, .orange-gray .btn-primary.disabled:focus, .orange-gray .btn-primary.disabled:active, .orange-gray .btn-primary.disabled.active, .orange-gray .btn-primary[disabled], .orange-gray .btn-primary[disabled]:hover, .orange-gray .btn-primary[disabled]:focus, .orange-gray .btn-primary[disabled]:active, .orange-gray .btn-primary.active[disabled], .orange-gray fieldset[disabled] .btn-primary, .orange-gray fieldset[disabled] .btn-primary:hover, .orange-gray fieldset[disabled] .btn-primary:focus, .orange-gray fieldset[disabled] .btn-primary:active, .orange-gray fieldset[disabled] .btn-primary.active {
  background-color: #F9A267;
}
.orange-red .btn-primary.disabled, .orange-red .btn-primary.disabled:hover, .orange-red .btn-primary.disabled:focus, .orange-red .btn-primary.disabled:active, .orange-red .btn-primary.disabled.active, .orange-red .btn-primary[disabled], .orange-red .btn-primary[disabled]:hover, .orange-red .btn-primary[disabled]:focus, .orange-red .btn-primary[disabled]:active, .orange-red .btn-primary.active[disabled], .orange-red fieldset[disabled] .btn-primary, .orange-red fieldset[disabled] .btn-primary:hover, .orange-red fieldset[disabled] .btn-primary:focus, .orange-red fieldset[disabled] .btn-primary:active, .orange-red fieldset[disabled] .btn-primary.active {
  background-color: #faa11c;
}
.green-yellow-green .btn-primary.disabled, .green-yellow-green .btn-primary.disabled:hover, .green-yellow-green .btn-primary.disabled:focus, .green-yellow-green .btn-primary.disabled:active, .green-yellow-green .btn-primary.disabled.active, .green-yellow-green .btn-primary[disabled], .green-yellow-green .btn-primary[disabled]:hover, .green-yellow-green .btn-primary[disabled]:focus, .green-yellow-green .btn-primary[disabled]:active, .green-yellow-green .btn-primary.active[disabled], .green-yellow-green fieldset[disabled] .btn-primary, .green-yellow-green fieldset[disabled] .btn-primary:hover, .green-yellow-green fieldset[disabled] .btn-primary:focus, .green-yellow-green fieldset[disabled] .btn-primary:active, .green-yellow-green fieldset[disabled] .btn-primary.active {
  background-color: #848a00;
}
.chill-grey .btn-primary.disabled, .chill-grey .btn-primary.disabled:hover, .chill-grey .btn-primary.disabled:focus, .chill-grey .btn-primary.disabled:active, .chill-grey .btn-primary.disabled.active, .chill-grey .btn-primary[disabled], .chill-grey .btn-primary[disabled]:hover, .chill-grey .btn-primary[disabled]:focus, .chill-grey .btn-primary[disabled]:active, .chill-grey .btn-primary.active[disabled], .chill-grey fieldset[disabled] .btn-primary, .chill-grey fieldset[disabled] .btn-primary:hover, .chill-grey fieldset[disabled] .btn-primary:focus, .chill-grey fieldset[disabled] .btn-primary:active, .chill-grey fieldset[disabled] .btn-primary.active {
  background-color: #B9C1C8;
}
.gunmetal-blue .btn-primary.disabled, .gunmetal-blue .btn-primary.disabled:hover, .gunmetal-blue .btn-primary.disabled:focus, .gunmetal-blue .btn-primary.disabled:active, .gunmetal-blue .btn-primary.disabled.active, .gunmetal-blue .btn-primary[disabled], .gunmetal-blue .btn-primary[disabled]:hover, .gunmetal-blue .btn-primary[disabled]:focus, .gunmetal-blue .btn-primary[disabled]:active, .gunmetal-blue .btn-primary.active[disabled], .gunmetal-blue fieldset[disabled] .btn-primary, .gunmetal-blue fieldset[disabled] .btn-primary:hover, .gunmetal-blue fieldset[disabled] .btn-primary:focus, .gunmetal-blue fieldset[disabled] .btn-primary:active, .gunmetal-blue fieldset[disabled] .btn-primary.active {
  background-color: #B9C1C8;
}
.orange-gray .btn-primary.disabled, .orange-gray .btn-primary.disabled:hover, .orange-gray .btn-primary.disabled:focus, .orange-gray .btn-primary.disabled:active, .orange-gray .btn-primary.disabled.active, .orange-gray .btn-primary[disabled], .orange-gray .btn-primary[disabled]:hover, .orange-gray .btn-primary[disabled]:focus, .orange-gray .btn-primary[disabled]:active, .orange-gray .btn-primary.active[disabled], .orange-gray fieldset[disabled] .btn-primary, .orange-gray fieldset[disabled] .btn-primary:hover, .orange-gray fieldset[disabled] .btn-primary:focus, .orange-gray fieldset[disabled] .btn-primary:active, .orange-gray fieldset[disabled] .btn-primary.active {
  border-color: #F9A267;
}
.orange-red .btn-primary.disabled, .orange-red .btn-primary.disabled:hover, .orange-red .btn-primary.disabled:focus, .orange-red .btn-primary.disabled:active, .orange-red .btn-primary.disabled.active, .orange-red .btn-primary[disabled], .orange-red .btn-primary[disabled]:hover, .orange-red .btn-primary[disabled]:focus, .orange-red .btn-primary[disabled]:active, .orange-red .btn-primary.active[disabled], .orange-red fieldset[disabled] .btn-primary, .orange-red fieldset[disabled] .btn-primary:hover, .orange-red fieldset[disabled] .btn-primary:focus, .orange-red fieldset[disabled] .btn-primary:active, .orange-red fieldset[disabled] .btn-primary.active {
  border-color: #faa11c;
}
.green-yellow-green .btn-primary.disabled, .green-yellow-green .btn-primary.disabled:hover, .green-yellow-green .btn-primary.disabled:focus, .green-yellow-green .btn-primary.disabled:active, .green-yellow-green .btn-primary.disabled.active, .green-yellow-green .btn-primary[disabled], .green-yellow-green .btn-primary[disabled]:hover, .green-yellow-green .btn-primary[disabled]:focus, .green-yellow-green .btn-primary[disabled]:active, .green-yellow-green .btn-primary.active[disabled], .green-yellow-green fieldset[disabled] .btn-primary, .green-yellow-green fieldset[disabled] .btn-primary:hover, .green-yellow-green fieldset[disabled] .btn-primary:focus, .green-yellow-green fieldset[disabled] .btn-primary:active, .green-yellow-green fieldset[disabled] .btn-primary.active {
  border-color: #848a00;
}
.chill-grey .btn-primary.disabled, .chill-grey .btn-primary.disabled:hover, .chill-grey .btn-primary.disabled:focus, .chill-grey .btn-primary.disabled:active, .chill-grey .btn-primary.disabled.active, .chill-grey .btn-primary[disabled], .chill-grey .btn-primary[disabled]:hover, .chill-grey .btn-primary[disabled]:focus, .chill-grey .btn-primary[disabled]:active, .chill-grey .btn-primary.active[disabled], .chill-grey fieldset[disabled] .btn-primary, .chill-grey fieldset[disabled] .btn-primary:hover, .chill-grey fieldset[disabled] .btn-primary:focus, .chill-grey fieldset[disabled] .btn-primary:active, .chill-grey fieldset[disabled] .btn-primary.active {
  border-color: #B9C1C8;
}
.gunmetal-blue .btn-primary.disabled, .gunmetal-blue .btn-primary.disabled:hover, .gunmetal-blue .btn-primary.disabled:focus, .gunmetal-blue .btn-primary.disabled:active, .gunmetal-blue .btn-primary.disabled.active, .gunmetal-blue .btn-primary[disabled], .gunmetal-blue .btn-primary[disabled]:hover, .gunmetal-blue .btn-primary[disabled]:focus, .gunmetal-blue .btn-primary[disabled]:active, .gunmetal-blue .btn-primary.active[disabled], .gunmetal-blue fieldset[disabled] .btn-primary, .gunmetal-blue fieldset[disabled] .btn-primary:hover, .gunmetal-blue fieldset[disabled] .btn-primary:focus, .gunmetal-blue fieldset[disabled] .btn-primary:active, .gunmetal-blue fieldset[disabled] .btn-primary.active {
  border-color: #B9C1C8;
}

.btn-success {
  border-style: solid;
  background-color: #7D5EC4;
  border-color: #7D5EC4;
  color: #FFFFFF;
}
.orange-gray .btn-success {
  background-color: #e0301e;
}
.orange-red .btn-success {
  background-color: #e1311e;
}
.green-yellow-green .btn-success {
  background-color: #008578;
}
.navy-blue .btn-success {
  background-color: #00324d;
}
.chill-grey .btn-success {
  background-color: #F0F2F3;
}
.gunmetal-blue .btn-success {
  background-color: #F0F2F3;
}
.orange-gray .btn-success {
  border-color: #e0301e;
}
.orange-red .btn-success {
  border-color: #e1311e;
}
.green-yellow-green .btn-success {
  border-color: #008578;
}
.navy-blue .btn-success {
  border-color: #00324d;
}
.chill-grey .btn-success {
  border-color: #F0F2F3;
}
.gunmetal-blue .btn-success {
  border-color: #F0F2F3;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
  background-color: #0064BF;
  border-color: #0064BF;
  color: #FFFFFF;
}
.orange-gray .btn-success:active, .orange-gray .btn-success.active, .orange-gray .open .dropdown-toggle.btn-success, .orange-gray .btn-success:active:focus, .orange-gray .btn-success:active:hover, .orange-gray .btn-success.active:hover, .orange-gray .btn-success.active:focus {
  background-color: #D35E0F;
}
.orange-red .btn-success:active, .orange-red .btn-success.active, .orange-red .open .dropdown-toggle.btn-success, .orange-red .btn-success:active:focus, .orange-red .btn-success:active:hover, .orange-red .btn-success.active:hover, .orange-red .btn-success.active:focus {
  background-color: #e1311e;
}
.green-yellow-green .btn-success:active, .green-yellow-green .btn-success.active, .green-yellow-green .open .dropdown-toggle.btn-success, .green-yellow-green .btn-success:active:focus, .green-yellow-green .btn-success:active:hover, .green-yellow-green .btn-success.active:hover, .green-yellow-green .btn-success.active:focus {
  background-color: #003933;
}
.chill-grey .btn-success:active, .chill-grey .btn-success.active, .chill-grey .open .dropdown-toggle.btn-success, .chill-grey .btn-success:active:focus, .chill-grey .btn-success:active:hover, .chill-grey .btn-success.active:hover, .chill-grey .btn-success.active:focus {
  background-color: #5B6E7F;
}
.gunmetal-blue .btn-success:active, .gunmetal-blue .btn-success.active, .gunmetal-blue .open .dropdown-toggle.btn-success, .gunmetal-blue .btn-success:active:focus, .gunmetal-blue .btn-success:active:hover, .gunmetal-blue .btn-success.active:hover, .gunmetal-blue .btn-success.active:focus {
  background-color: #5B6E7F;
}
.orange-gray .btn-success:active, .orange-gray .btn-success.active, .orange-gray .open .dropdown-toggle.btn-success, .orange-gray .btn-success:active:focus, .orange-gray .btn-success:active:hover, .orange-gray .btn-success.active:hover, .orange-gray .btn-success.active:focus {
  border-color: #D35E0F;
}
.orange-red .btn-success:active, .orange-red .btn-success.active, .orange-red .open .dropdown-toggle.btn-success, .orange-red .btn-success:active:focus, .orange-red .btn-success:active:hover, .orange-red .btn-success.active:hover, .orange-red .btn-success.active:focus {
  border-color: #e1311e;
}
.green-yellow-green .btn-success:active, .green-yellow-green .btn-success.active, .green-yellow-green .open .dropdown-toggle.btn-success, .green-yellow-green .btn-success:active:focus, .green-yellow-green .btn-success:active:hover, .green-yellow-green .btn-success.active:hover, .green-yellow-green .btn-success.active:focus {
  border-color: #003933;
}
.chill-grey .btn-success:active, .chill-grey .btn-success.active, .chill-grey .open .dropdown-toggle.btn-success, .chill-grey .btn-success:active:focus, .chill-grey .btn-success:active:hover, .chill-grey .btn-success.active:hover, .chill-grey .btn-success.active:focus {
  border-color: #5B6E7F;
}
.gunmetal-blue .btn-success:active, .gunmetal-blue .btn-success.active, .gunmetal-blue .open .dropdown-toggle.btn-success, .gunmetal-blue .btn-success:active:focus, .gunmetal-blue .btn-success:active:hover, .gunmetal-blue .btn-success.active:hover, .gunmetal-blue .btn-success.active:focus {
  border-color: #5B6E7F;
}

.btn-success:hover, .btn-success:focus {
  background-color: #927bd5;
  border-color: #927bd5;
  color: #FFFFFF;
}
.orange-gray .btn-success:hover, .orange-gray .btn-success:focus {
  background-color: #F9A267;
}
.orange-red .btn-success:hover, .orange-red .btn-success:focus {
  background-color: #df5647;
}
.green-yellow-green .btn-success:hover, .green-yellow-green .btn-success:focus {
  background-color: #00524a;
}
.chill-grey .btn-success:hover, .chill-grey .btn-success:focus {
  background-color: #B9C1C8;
}
.gunmetal-blue .btn-success:hover, .gunmetal-blue .btn-success:focus {
  background-color: #B9C1C8;
}
.orange-gray .btn-success:hover, .orange-gray .btn-success:focus {
  border-color: #F9A267;
}
.orange-red .btn-success:hover, .orange-red .btn-success:focus {
  border-color: #df5647;
}
.green-yellow-green .btn-success:hover, .green-yellow-green .btn-success:focus {
  border-color: #00524a;
}
.chill-grey .btn-success:hover, .chill-grey .btn-success:focus {
  border-color: #B9C1C8;
}
.gunmetal-blue .btn-success:hover, .gunmetal-blue .btn-success:focus {
  border-color: #B9C1C8;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.orange-gray .btn-success.disabled, .orange-gray .btn-success.disabled:hover, .orange-gray .btn-success.disabled:focus, .orange-gray .btn-success.disabled:active, .orange-gray .btn-success.disabled.active, .orange-gray .btn-success[disabled], .orange-gray .btn-success[disabled]:hover, .orange-gray .btn-success[disabled]:focus, .orange-gray .btn-success[disabled]:active, .orange-gray .btn-success.active[disabled], .orange-gray fieldset[disabled] .btn-success, .orange-gray fieldset[disabled] .btn-success:hover, .orange-gray fieldset[disabled] .btn-success:focus, .orange-gray fieldset[disabled] .btn-success:active, .orange-gray fieldset[disabled] .btn-success.active {
  background-color: #d8d8d8;
}
.orange-red .btn-success.disabled, .orange-red .btn-success.disabled:hover, .orange-red .btn-success.disabled:focus, .orange-red .btn-success.disabled:active, .orange-red .btn-success.disabled.active, .orange-red .btn-success[disabled], .orange-red .btn-success[disabled]:hover, .orange-red .btn-success[disabled]:focus, .orange-red .btn-success[disabled]:active, .orange-red .btn-success.active[disabled], .orange-red fieldset[disabled] .btn-success, .orange-red fieldset[disabled] .btn-success:hover, .orange-red fieldset[disabled] .btn-success:focus, .orange-red fieldset[disabled] .btn-success:active, .orange-red fieldset[disabled] .btn-success.active {
  background-color: #d8d8d8;
}
.green-yellow-green .btn-success.disabled, .green-yellow-green .btn-success.disabled:hover, .green-yellow-green .btn-success.disabled:focus, .green-yellow-green .btn-success.disabled:active, .green-yellow-green .btn-success.disabled.active, .green-yellow-green .btn-success[disabled], .green-yellow-green .btn-success[disabled]:hover, .green-yellow-green .btn-success[disabled]:focus, .green-yellow-green .btn-success[disabled]:active, .green-yellow-green .btn-success.active[disabled], .green-yellow-green fieldset[disabled] .btn-success, .green-yellow-green fieldset[disabled] .btn-success:hover, .green-yellow-green fieldset[disabled] .btn-success:focus, .green-yellow-green fieldset[disabled] .btn-success:active, .green-yellow-green fieldset[disabled] .btn-success.active {
  background-color: #d8d8d8;
}
.chill-grey .btn-success.disabled, .chill-grey .btn-success.disabled:hover, .chill-grey .btn-success.disabled:focus, .chill-grey .btn-success.disabled:active, .chill-grey .btn-success.disabled.active, .chill-grey .btn-success[disabled], .chill-grey .btn-success[disabled]:hover, .chill-grey .btn-success[disabled]:focus, .chill-grey .btn-success[disabled]:active, .chill-grey .btn-success.active[disabled], .chill-grey fieldset[disabled] .btn-success, .chill-grey fieldset[disabled] .btn-success:hover, .chill-grey fieldset[disabled] .btn-success:focus, .chill-grey fieldset[disabled] .btn-success:active, .chill-grey fieldset[disabled] .btn-success.active {
  background-color: #B9C1C8;
}
.gunmetal-blue .btn-success.disabled, .gunmetal-blue .btn-success.disabled:hover, .gunmetal-blue .btn-success.disabled:focus, .gunmetal-blue .btn-success.disabled:active, .gunmetal-blue .btn-success.disabled.active, .gunmetal-blue .btn-success[disabled], .gunmetal-blue .btn-success[disabled]:hover, .gunmetal-blue .btn-success[disabled]:focus, .gunmetal-blue .btn-success[disabled]:active, .gunmetal-blue .btn-success.active[disabled], .gunmetal-blue fieldset[disabled] .btn-success, .gunmetal-blue fieldset[disabled] .btn-success:hover, .gunmetal-blue fieldset[disabled] .btn-success:focus, .gunmetal-blue fieldset[disabled] .btn-success:active, .gunmetal-blue fieldset[disabled] .btn-success.active {
  background-color: #B9C1C8;
}
.orange-gray .btn-success.disabled, .orange-gray .btn-success.disabled:hover, .orange-gray .btn-success.disabled:focus, .orange-gray .btn-success.disabled:active, .orange-gray .btn-success.disabled.active, .orange-gray .btn-success[disabled], .orange-gray .btn-success[disabled]:hover, .orange-gray .btn-success[disabled]:focus, .orange-gray .btn-success[disabled]:active, .orange-gray .btn-success.active[disabled], .orange-gray fieldset[disabled] .btn-success, .orange-gray fieldset[disabled] .btn-success:hover, .orange-gray fieldset[disabled] .btn-success:focus, .orange-gray fieldset[disabled] .btn-success:active, .orange-gray fieldset[disabled] .btn-success.active {
  border-color: #d8d8d8;
}
.orange-red .btn-success.disabled, .orange-red .btn-success.disabled:hover, .orange-red .btn-success.disabled:focus, .orange-red .btn-success.disabled:active, .orange-red .btn-success.disabled.active, .orange-red .btn-success[disabled], .orange-red .btn-success[disabled]:hover, .orange-red .btn-success[disabled]:focus, .orange-red .btn-success[disabled]:active, .orange-red .btn-success.active[disabled], .orange-red fieldset[disabled] .btn-success, .orange-red fieldset[disabled] .btn-success:hover, .orange-red fieldset[disabled] .btn-success:focus, .orange-red fieldset[disabled] .btn-success:active, .orange-red fieldset[disabled] .btn-success.active {
  border-color: #d8d8d8;
}
.green-yellow-green .btn-success.disabled, .green-yellow-green .btn-success.disabled:hover, .green-yellow-green .btn-success.disabled:focus, .green-yellow-green .btn-success.disabled:active, .green-yellow-green .btn-success.disabled.active, .green-yellow-green .btn-success[disabled], .green-yellow-green .btn-success[disabled]:hover, .green-yellow-green .btn-success[disabled]:focus, .green-yellow-green .btn-success[disabled]:active, .green-yellow-green .btn-success.active[disabled], .green-yellow-green fieldset[disabled] .btn-success, .green-yellow-green fieldset[disabled] .btn-success:hover, .green-yellow-green fieldset[disabled] .btn-success:focus, .green-yellow-green fieldset[disabled] .btn-success:active, .green-yellow-green fieldset[disabled] .btn-success.active {
  border-color: #d8d8d8;
}
.chill-grey .btn-success.disabled, .chill-grey .btn-success.disabled:hover, .chill-grey .btn-success.disabled:focus, .chill-grey .btn-success.disabled:active, .chill-grey .btn-success.disabled.active, .chill-grey .btn-success[disabled], .chill-grey .btn-success[disabled]:hover, .chill-grey .btn-success[disabled]:focus, .chill-grey .btn-success[disabled]:active, .chill-grey .btn-success.active[disabled], .chill-grey fieldset[disabled] .btn-success, .chill-grey fieldset[disabled] .btn-success:hover, .chill-grey fieldset[disabled] .btn-success:focus, .chill-grey fieldset[disabled] .btn-success:active, .chill-grey fieldset[disabled] .btn-success.active {
  border-color: #B9C1C8;
}
.gunmetal-blue .btn-success.disabled, .gunmetal-blue .btn-success.disabled:hover, .gunmetal-blue .btn-success.disabled:focus, .gunmetal-blue .btn-success.disabled:active, .gunmetal-blue .btn-success.disabled.active, .gunmetal-blue .btn-success[disabled], .gunmetal-blue .btn-success[disabled]:hover, .gunmetal-blue .btn-success[disabled]:focus, .gunmetal-blue .btn-success[disabled]:active, .gunmetal-blue .btn-success.active[disabled], .gunmetal-blue fieldset[disabled] .btn-success, .gunmetal-blue fieldset[disabled] .btn-success:hover, .gunmetal-blue fieldset[disabled] .btn-success:focus, .gunmetal-blue fieldset[disabled] .btn-success:active, .gunmetal-blue fieldset[disabled] .btn-success.active {
  border-color: #B9C1C8;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus,
.btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #0064BF;
  border-color: #0064BF;
}
.orange-gray .btn-success.active.focus, .orange-gray .btn-success.active:focus, .orange-gray .btn-success.active:hover, .orange-gray .btn-success:active.focus, .orange-gray .btn-success:active:focus,
.orange-gray .btn-success:active:hover, .orange-gray .open > .dropdown-toggle.btn-success.focus,
.orange-gray .open > .dropdown-toggle.btn-success:focus, .orange-gray .open > .dropdown-toggle.btn-success:hover {
  background-color: #D35E0F;
}
.orange-red .btn-success.active.focus, .orange-red .btn-success.active:focus, .orange-red .btn-success.active:hover, .orange-red .btn-success:active.focus, .orange-red .btn-success:active:focus,
.orange-red .btn-success:active:hover, .orange-red .open > .dropdown-toggle.btn-success.focus,
.orange-red .open > .dropdown-toggle.btn-success:focus, .orange-red .open > .dropdown-toggle.btn-success:hover {
  background-color: #e1311e;
}
.green-yellow-green .btn-success.active.focus, .green-yellow-green .btn-success.active:focus, .green-yellow-green .btn-success.active:hover, .green-yellow-green .btn-success:active.focus, .green-yellow-green .btn-success:active:focus,
.green-yellow-green .btn-success:active:hover, .green-yellow-green .open > .dropdown-toggle.btn-success.focus,
.green-yellow-green .open > .dropdown-toggle.btn-success:focus, .green-yellow-green .open > .dropdown-toggle.btn-success:hover {
  background-color: #003933;
}
.chill-grey .btn-success.active.focus, .chill-grey .btn-success.active:focus, .chill-grey .btn-success.active:hover, .chill-grey .btn-success:active.focus, .chill-grey .btn-success:active:focus,
.chill-grey .btn-success:active:hover, .chill-grey .open > .dropdown-toggle.btn-success.focus,
.chill-grey .open > .dropdown-toggle.btn-success:focus, .chill-grey .open > .dropdown-toggle.btn-success:hover {
  background-color: #5B6E7F;
}
.gunmetal-blue .btn-success.active.focus, .gunmetal-blue .btn-success.active:focus, .gunmetal-blue .btn-success.active:hover, .gunmetal-blue .btn-success:active.focus, .gunmetal-blue .btn-success:active:focus,
.gunmetal-blue .btn-success:active:hover, .gunmetal-blue .open > .dropdown-toggle.btn-success.focus,
.gunmetal-blue .open > .dropdown-toggle.btn-success:focus, .gunmetal-blue .open > .dropdown-toggle.btn-success:hover {
  background-color: #5B6E7F;
}
.orange-gray .btn-success.active.focus, .orange-gray .btn-success.active:focus, .orange-gray .btn-success.active:hover, .orange-gray .btn-success:active.focus, .orange-gray .btn-success:active:focus,
.orange-gray .btn-success:active:hover, .orange-gray .open > .dropdown-toggle.btn-success.focus,
.orange-gray .open > .dropdown-toggle.btn-success:focus, .orange-gray .open > .dropdown-toggle.btn-success:hover {
  border-color: #D35E0F;
}
.orange-red .btn-success.active.focus, .orange-red .btn-success.active:focus, .orange-red .btn-success.active:hover, .orange-red .btn-success:active.focus, .orange-red .btn-success:active:focus,
.orange-red .btn-success:active:hover, .orange-red .open > .dropdown-toggle.btn-success.focus,
.orange-red .open > .dropdown-toggle.btn-success:focus, .orange-red .open > .dropdown-toggle.btn-success:hover {
  border-color: #e1311e;
}
.green-yellow-green .btn-success.active.focus, .green-yellow-green .btn-success.active:focus, .green-yellow-green .btn-success.active:hover, .green-yellow-green .btn-success:active.focus, .green-yellow-green .btn-success:active:focus,
.green-yellow-green .btn-success:active:hover, .green-yellow-green .open > .dropdown-toggle.btn-success.focus,
.green-yellow-green .open > .dropdown-toggle.btn-success:focus, .green-yellow-green .open > .dropdown-toggle.btn-success:hover {
  border-color: #003933;
}
.chill-grey .btn-success.active.focus, .chill-grey .btn-success.active:focus, .chill-grey .btn-success.active:hover, .chill-grey .btn-success:active.focus, .chill-grey .btn-success:active:focus,
.chill-grey .btn-success:active:hover, .chill-grey .open > .dropdown-toggle.btn-success.focus,
.chill-grey .open > .dropdown-toggle.btn-success:focus, .chill-grey .open > .dropdown-toggle.btn-success:hover {
  border-color: #5B6E7F;
}
.gunmetal-blue .btn-success.active.focus, .gunmetal-blue .btn-success.active:focus, .gunmetal-blue .btn-success.active:hover, .gunmetal-blue .btn-success:active.focus, .gunmetal-blue .btn-success:active:focus,
.gunmetal-blue .btn-success:active:hover, .gunmetal-blue .open > .dropdown-toggle.btn-success.focus,
.gunmetal-blue .open > .dropdown-toggle.btn-success:focus, .gunmetal-blue .open > .dropdown-toggle.btn-success:hover {
  border-color: #5B6E7F;
}

.btn-info {
  border-style: solid;
  background-color: #EEEEEE;
  border-color: #E0E0E0;
  color: #333333;
}
.btn-info img.icon-button {
  height: 1.2em;
}
.btn-info img.icon-button.fa-search {
  opacity: 0.5;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.open .dropdown-toggle.btn-info:focus,
.btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
  background-color: #DADADB;
  border-color: #E0E0E0;
  color: #333333;
}
.btn-info:hover, .btn-info:focus, .open .dropdown-toggle.btn-info:hover {
  background-color: #DADADB;
  border-color: #E0E0E0;
  color: #333333;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #d8d8d8;
  border-color: #E0E0E0;
  color: #9d9d9d;
}
.btn-options {
  background-color: #FFFFFF;
  border-color: #DFE0DF;
  color: #333333;
}
.btn-options:active,
.btn-options.active,
.open .dropdown-toggle.btn-options,
.open .dropdown-toggle.btn-options:focus,
.btn-options:active:focus, .btn-options:active:hover, .btn-options.active:hover, .btn-options.active:focus {
  background-color: #DADADB;
  border-color: #DFE0DF;
  color: #333333;
}
.btn-options:hover, .btn-options:focus, .open .dropdown-toggle.btn-options:hover {
  background-color: #f5f5f5;
  border-color: #DFE0DF;
  color: #333333;
}
.btn-options:active, .btn-options.active, .open .dropdown-toggle.btn-options {
  background-image: none;
}

.btn-options.disabled, .btn-options.disabled:hover, .btn-options.disabled:focus, .btn-options.disabled:active, .btn-options.disabled.active, .btn-options[disabled], .btn-options[disabled]:hover, .btn-options[disabled]:focus, .btn-options[disabled]:active, .btn-options.active[disabled], fieldset[disabled] .btn-options, fieldset[disabled] .btn-options:hover, fieldset[disabled] .btn-options:focus, fieldset[disabled] .btn-options:active, fieldset[disabled] .btn-options.active {
  background-color: #d8d8d8;
  border-color: #DFE0DF;
  color: #9d9d9d;
}
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #E0E0E0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  color: #cacaca;
}

.btn-warning {
  background-color: #F7DE7C;
  border-color: #F7DE7C;
  color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
  background-color: #f6da6e;
  border-color: #f6da6e;
  color: #FFFFFF;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f8e38f;
  border-color: #f8e38f;
}

.btn-danger {
  background-color: #DC564A;
  border-color: #DC564A;
  color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
  background-color: #da4a3d;
  border-color: #da4a3d;
  color: #FFFFFF;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #df665b;
  border-color: #df665b;
}

.btn-link {
  color: inherit;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  color: #44A59A;
  text-decoration: none;
}

.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  background-image: none;
}

.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
  color: #cacaca;
}

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #E0E0E0;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

.btn-white:active, .btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  color: #cacaca;
}

.btn-toggle {
  background-color: #EEEEEE;
  border-color: #E0E0E0;
  color: #333333;
}
.btn-toggle:active,
.btn-toggle.active,
.open .dropdown-toggle.btn-toggle,
.open .dropdown-toggle.btn-toggle:focus,
.btn-toggle:active:focus, .btn-toggle:active:hover, .btn-toggle.active:hover, .btn-toggle.active:focus {
  background-color: #7D5EC4;
  border-color: #E0E0E0;
  color: #FFFFFF;
}
.orange-gray .btn-toggle:active,
.orange-gray .btn-toggle.active,
.orange-gray .open .dropdown-toggle.btn-toggle,
.orange-gray .open .dropdown-toggle.btn-toggle:focus,
.orange-gray .btn-toggle:active:focus, .orange-gray .btn-toggle:active:hover, .orange-gray .btn-toggle.active:hover, .orange-gray .btn-toggle.active:focus {
  background-color: #F57F20;
}
.orange-red .btn-toggle:active,
.orange-red .btn-toggle.active,
.orange-red .open .dropdown-toggle.btn-toggle,
.orange-red .open .dropdown-toggle.btn-toggle:focus,
.orange-red .btn-toggle:active:focus, .orange-red .btn-toggle:active:hover, .orange-red .btn-toggle.active:hover, .orange-red .btn-toggle.active:focus {
  background-color: #b42717;
}
.green-yellow-green .btn-toggle:active,
.green-yellow-green .btn-toggle.active,
.green-yellow-green .open .dropdown-toggle.btn-toggle,
.green-yellow-green .open .dropdown-toggle.btn-toggle:focus,
.green-yellow-green .btn-toggle:active:focus, .green-yellow-green .btn-toggle:active:hover, .green-yellow-green .btn-toggle.active:hover, .green-yellow-green .btn-toggle.active:focus {
  background-color: #008578;
}
.chill-grey .btn-toggle:active,
.chill-grey .btn-toggle.active,
.chill-grey .open .dropdown-toggle.btn-toggle,
.chill-grey .open .dropdown-toggle.btn-toggle:focus,
.chill-grey .btn-toggle:active:focus, .chill-grey .btn-toggle:active:hover, .chill-grey .btn-toggle.active:hover, .chill-grey .btn-toggle.active:focus {
  background-color: #495866;
}
.gunmetal-blue .btn-toggle:active,
.gunmetal-blue .btn-toggle.active,
.gunmetal-blue .open .dropdown-toggle.btn-toggle,
.gunmetal-blue .open .dropdown-toggle.btn-toggle:focus,
.gunmetal-blue .btn-toggle:active:focus, .gunmetal-blue .btn-toggle:active:hover, .gunmetal-blue .btn-toggle.active:hover, .gunmetal-blue .btn-toggle.active:focus {
  background-color: #495866;
}
.btn-toggle:hover, .btn-toggle:focus, .open .dropdown-toggle.btn-toggle:hover {
  background-color: #f5f5f5;
  border-color: #E0E0E0;
  color: #333333;
}
.btn-toggle:active, .btn-toggle.active, .open .dropdown-toggle.btn-toggle {
  background-image: none;
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
  box-shadow: none;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}

button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

button.dim:active {
  top: 3px;
}

.btn-action {
  background-color: #0659E0;
  color: #FFFFFF;
  border-radius: 3px;
  width: 100%;
  height: 46px;
  float: right;
}
.orange-gray .btn-action {
  background-color: #e0301e;
}
.orange-red .btn-action {
  background-color: #e1311e;
}
.green-yellow-green .btn-action {
  background-color: #008578;
}
.navy-blue .btn-action {
  background-color: #00324d;
}
.chill-grey .btn-action {
  background-color: #F0F2F3;
}
.gunmetal-blue .btn-action {
  background-color: #F0F2F3;
}
.orange-gray .btn-action {
  color: #EEEEEE;
}
.orange-red .btn-action {
  color: #EEEEEE;
}
.green-yellow-green .btn-action {
  color: #eeeeee;
}
.chill-grey .btn-action {
  color: #eeeeee;
}
.gunmetal-blue .btn-action {
  color: #eeeeee;
}

.btn-action-left {
  background-color: #0659E0;
  color: #FFFFFF;
  border-radius: 3px;
  width: 240px;
  height: 50px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  float: left;
  font-weight: bold;
}
.orange-gray .btn-action-left {
  background-color: #e0301e;
}
.orange-red .btn-action-left {
  background-color: #e1311e;
}
.green-yellow-green .btn-action-left {
  background-color: #008578;
}
.navy-blue .btn-action-left {
  background-color: #00324d;
}
.chill-grey .btn-action-left {
  background-color: #5B6E7F;
}
.gunmetal-blue .btn-action-left {
  background-color: #1B70EE;
}
.orange-gray .btn-action-left {
  color: #EEEEEE;
}
.orange-red .btn-action-left {
  color: #EEEEEE;
}
.green-yellow-green .btn-action-left {
  color: #eeeeee;
}
.chill-grey .btn-action-left {
  color: #eeeeee;
}
.gunmetal-blue .btn-action-left {
  color: #eeeeee;
}

.btn-action-left:hover, .btn-action-left:focus {
  background-color: #2E73E2;
  color: #FFFFFF;
}
.orange-gray .btn-action-left:hover, .orange-gray .btn-action-left:focus {
  background-color: #F57F20;
}
.orange-red .btn-action-left:hover, .orange-red .btn-action-left:focus {
  background-color: #eb8c00;
}
.green-yellow-green .btn-action-left:hover, .green-yellow-green .btn-action-left:focus {
  background-color: #b5bd00;
}
.navy-blue .btn-action-left:hover, .navy-blue .btn-action-left:focus {
  background-color: red;
}
.chill-grey .btn-action-left:hover, .chill-grey .btn-action-left:focus {
  background-color: #5B6E7F;
}
.gunmetal-blue .btn-action-left:hover, .gunmetal-blue .btn-action-left:focus {
  background-color: #1976D2;
}

.btn-action:hover, .btn-action:focus, .open .dropdown-toggle.btn-action {
  background-color: #2E73E2;
  color: #FFFFFF;
}
.orange-gray .btn-action:hover, .orange-gray .btn-action:focus, .orange-gray .open .dropdown-toggle.btn-action {
  background-color: #7A7A7A;
}
.orange-red .btn-action:hover, .orange-red .btn-action:focus, .orange-red .open .dropdown-toggle.btn-action {
  background-color: #df5647;
}
.green-yellow-green .btn-action:hover, .green-yellow-green .btn-action:focus, .green-yellow-green .open .dropdown-toggle.btn-action {
  background-color: #00524a;
}
.navy-blue .btn-action:hover, .navy-blue .btn-action:focus, .navy-blue .open .dropdown-toggle.btn-action {
  background-color: #002134;
}
.chill-grey .btn-action:hover, .chill-grey .btn-action:focus, .chill-grey .open .dropdown-toggle.btn-action {
  background-color: #F0F2F3;
}
.gunmetal-blue .btn-action:hover, .gunmetal-blue .btn-action:focus, .gunmetal-blue .open .dropdown-toggle.btn-action {
  background-color: #F0F2F3;
}
.orange-gray .btn-action:hover, .orange-gray .btn-action:focus, .orange-gray .open .dropdown-toggle.btn-action {
  color: #EEEEEE;
}
.orange-red .btn-action:hover, .orange-red .btn-action:focus, .orange-red .open .dropdown-toggle.btn-action {
  color: #EEEEEE;
}
.green-yellow-green .btn-action:hover, .green-yellow-green .btn-action:focus, .green-yellow-green .open .dropdown-toggle.btn-action {
  color: #eeeeee;
}
.chill-grey .btn-action:hover, .chill-grey .btn-action:focus, .chill-grey .open .dropdown-toggle.btn-action {
  color: #eeeeee;
}
.gunmetal-blue .btn-action:hover, .gunmetal-blue .btn-action:focus, .gunmetal-blue .open .dropdown-toggle.btn-action {
  color: #eeeeee;
}

.pull-left {
  margin-top: 7px !important;
}

.btn-action:active, .btn-action.active {
  background-color: #0064BF;
  color: #FFFFFF;
}
.orange-gray .btn-action:active, .orange-gray .btn-action.active {
  background-color: #141414;
}
.orange-red .btn-action:active, .orange-red .btn-action.active {
  background-color: #b42717;
}
.green-yellow-green .btn-action:active, .green-yellow-green .btn-action.active {
  background-color: #003933;
}
.navy-blue .btn-action:active, .navy-blue .btn-action.active {
  background-color: #002134;
}
.chill-grey .btn-action:active, .chill-grey .btn-action.active {
  background-color: #F0F2F3;
}
.gunmetal-blue .btn-action:active, .gunmetal-blue .btn-action.active {
  background-color: #F0F2F3;
}
.orange-gray .btn-action:active, .orange-gray .btn-action.active {
  color: #EEEEEE;
}
.orange-red .btn-action:active, .orange-red .btn-action.active {
  color: #EEEEEE;
}
.green-yellow-green .btn-action:active, .green-yellow-green .btn-action.active {
  color: #eeeeee;
}
.chill-grey .btn-action:active, .chill-grey .btn-action.active {
  color: #eeeeee;
}
.gunmetal-blue .btn-action:active, .gunmetal-blue .btn-action.active {
  color: #eeeeee;
}

button.btn-primary.dim {
  box-shadow: inset 0 0 0 #054dc2, 0 5px 0 0 #054dc2, 0 10px 5px #999;
}

button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #054dc2, 0 2px 0 0 #054dc2, 0 5px 3px #999;
}

button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999;
}

button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999;
}

button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f5d75f, 0 5px 0 0 #f5d75f, 0 10px 5px #999;
}

button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f5d75f, 0 2px 0 0 #f5d75f, 0 5px 3px #999;
}

button.btn-info.dim {
  box-shadow: inset 0 0 0 #dfdfdf, 0 5px 0 0 #dfdfdf, 0 10px 5px #999;
}

button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #dfdfdf, 0 2px 0 0 #dfdfdf, 0 5px 3px #999;
}

button.btn-success.dim {
  box-shadow: inset 0 0 0 #483397, 0 5px 0 0 #483397, 0 10px 5px #999;
}

button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #483397, 0 2px 0 0 #483397, 0 5px 3px #999;
}

button.btn-danger.dim {
  box-shadow: inset 0 0 0 #d73e30, 0 5px 0 0 #d73e30, 0 10px 5px #999;
}

button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #d73e30, 0 2px 0 0 #d73e30, 0 5px 3px #999;
}

.btn:focus {
  outline: none !important;
}

.close {
  opacity: 1;
  font-weight: 900;
}

.custom-checkbox {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.custom-checkbox input[type=checkbox] {
  opacity: 0;
}

.custom-checkbox label::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #676a6c;
}

.custom-checkbox label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

.custom-checkbox label {
  position: relative;
  margin-right: 10px !important;
  color: #676a6c;
}

.custom-checkbox label::before,
.custom-checkbox label::after {
  position: absolute;
}

.custom-checkbox label:hover {
  color: #333;
}

/*Outer-box*/
.custom-checkbox label::before {
  top: 2px;
  left: 0px;
}

/*Checkmark*/
.custom-checkbox label::after {
  left: 4px;
  top: 7px;
}

/*Hide the checkmark by default*/
.custom-checkbox input[type=checkbox] + label::after {
  content: none;
}

/*Unhide the checkmark on the checked state*/
.custom-checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.custom-checkbox input[type=checkbox]:checked + label::before {
  background-color: #0070D3;
}

.custom-checkbox input[type=checkbox]:checked + label {
  color: #333;
}

.form-label-width-100 label {
  min-width: 100px;
}

.form-label-width-115 label {
  min-width: 115px;
}

.form-label-width-200 label {
  min-width: 200px;
}

.a-tag-to-button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: inherit;
  white-space: nowrap;
}

.a-tag-to-button:focus, .a-tag-to-button:hover {
  background-color: #e8e8e8;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  color: inherit;
  text-decoration: none;
}

.checkbox {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.checkbox.tenantCreationForm {
  margin-top: 13px !important;
  margin-bottom: 0px !important;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #676a6c;
}

.checkbox label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

.checkbox label {
  position: relative;
  margin-right: 10px !important;
  color: #676a6c;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
}

.checkbox label:hover {
  color: #333;
}

/*Outer-box*/
.checkbox label::before {
  top: 2px;
  left: 0px;
}

/*Checkmark*/
.checkbox label::after {
  left: 4px;
  top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type=checkbox] + label::after {
  content: none;
}

/*Unhide the checkmark on the checked state*/
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.checkbox input[type=checkbox]:checked + label::before {
  background-color: #0070D3;
}

.checkbox input[type=checkbox]:checked + label {
  color: #333;
}

.wrapper-background {
  background-color: #F3F5F8;
  content: "";
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  -o-background-size: cover;
  -moz-background-size: cover;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orange-gray .wrapper-background {
  background: #f2f2f2 !important;
}
.orange-red .wrapper-background {
  background: #f2f2f2 !important;
}
.green-yellow-green .wrapper-background {
  background: #f2f2f2 !important;
}
.navy-blue .wrapper-background {
  background: #f2f2f2 !important;
}
.chill-grey .wrapper-background {
  background: !important;
}
.gunmetal-blue .wrapper-background {
  background: !important;
}
.orange-gray .wrapper-background {
  background-image: none !important;
}
.orange-red .wrapper-background {
  background-image: none !important;
}
.green-yellow-green .wrapper-background {
  background-image: none !important;
}
.navy-blue .wrapper-background {
  background-image: none !important;
}
.chill-grey .wrapper-background {
  background-image: !important;
}
.gunmetal-blue .wrapper-background {
  background-image: !important;
}

.footer-basic {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #242A33;
  background-color: #F3F5F8;
}
.orange-gray .footer-basic {
  color: rgb(46, 136, 209) !important;
}
.orange-red .footer-basic {
  color: rgb(46, 136, 209) !important;
}
.green-yellow-green .footer-basic {
  color: rgb(46, 136, 209) !important;
}
.navy-blue .footer-basic {
  color: !important;
}
.chill-grey .footer-basic {
  color: !important;
}
.gunmetal-blue .footer-basic {
  color: !important;
}
.orange-gray .footer-basic {
  background: #f2f2f2 !important;
}
.orange-red .footer-basic {
  background: #f2f2f2 !important;
}
.green-yellow-green .footer-basic {
  background: #f2f2f2 !important;
}
.navy-blue .footer-basic {
  background: #f2f2f2 !important;
}
.chill-grey .footer-basic {
  background: !important;
}
.gunmetal-blue .footer-basic {
  background: !important;
}
.orange-gray .footer-basic {
  background-image: none !important;
}
.orange-red .footer-basic {
  background-image: none !important;
}
.green-yellow-green .footer-basic {
  background-image: none !important;
}
.navy-blue .footer-basic {
  background-image: none !important;
}
.chill-grey .footer-basic {
  background-image: !important;
}
.gunmetal-blue .footer-basic {
  background-image: !important;
}
.footer-basic a {
  color: #242A33;
  text-decoration: none;
}
.orange-gray .footer-basic a {
  color: rgb(46, 136, 209) !important;
}
.orange-red .footer-basic a {
  color: rgb(46, 136, 209) !important;
}
.green-yellow-green .footer-basic a {
  color: rgb(46, 136, 209) !important;
}
.navy-blue .footer-basic a {
  color: !important;
}
.chill-grey .footer-basic a {
  color: !important;
}
.gunmetal-blue .footer-basic a {
  color: !important;
}
.footer-basic ul {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer-basic.black {
  color: black;
  background: inherit;
}
.footer-basic.black a {
  color: black;
}

.footer-university {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #242A33;
  background-image: none;
}
.footer-university a {
  text-decoration: none;
}

.logo-login, .logo-signup {
  margin-bottom: 20px;
}
.logo-login img, .logo-signup img {
  width: 302px;
  max-width: 370px;
}
.orange-gray .logo-login img, .orange-gray .logo-signup img {
  width: 126px !important;
}
.orange-red .logo-login img, .orange-red .logo-signup img {
  width: 126px !important;
}
.green-yellow-green .logo-login img, .green-yellow-green .logo-signup img {
  width: !important;
}
.navy-blue .logo-login img, .navy-blue .logo-signup img {
  width: 200px !important;
}
.chill-grey .logo-login img, .chill-grey .logo-signup img {
  width: !important;
}
.gunmetal-blue .logo-login img, .gunmetal-blue .logo-signup img {
  width: !important;
}

.orange-gray .text-white, .orange-gray .terms-of-use {
  color: rgb(46, 136, 209) !important;
}
.orange-red .text-white, .orange-red .terms-of-use {
  color: rgb(46, 136, 209) !important;
}
.green-yellow-green .text-white, .green-yellow-green .terms-of-use {
  color: rgb(46, 136, 209) !important;
}
.navy-blue .text-white, .navy-blue .terms-of-use {
  color: !important;
}
.chill-grey .text-white, .chill-grey .terms-of-use {
  color: !important;
}
.gunmetal-blue .text-white, .gunmetal-blue .terms-of-use {
  color: !important;
}

.top-navigation #page-wrapper {
  margin-left: 0;
  margin-bottom: 110px !important;
}

.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #0659E0;
  font-weight: bold;
}

.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
  background: #fff;
}

.top-navigation .navbar {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #676a6c;
}

.top-navigation .nav-tabs > li > a {
  padding-left: 5px;
  padding-bottom: 8px;
  margin-right: 40px;
}

.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
  background: transparent;
  color: inherit;
}

.top-navigation .nav > li.active {
  background: transparent;
  border: none;
}

.top-navigation .nav > li.active > a {
  color: inherit;
}

.top-navigation .navbar-right {
  margin-right: 10px;
  display: flex;
}

.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec;
}

.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px;
}

.top-navigation .dropdown-menu > li > a.icon-option {
  margin: 0;
  padding: 3px 10px;
}

.navbar .dropdown-menu {
  margin-top: 5px;
}

.navbar-collaspe {
  display: flex !important;
}

.top-navigation .navbar-brand {
  background: #0659E0;
  color: #fff;
  padding: 8px 8px;
  height: inherit;
}
.orange-gray .top-navigation .navbar-brand {
  background-color: #F57F20;
}
.orange-red .top-navigation .navbar-brand {
  background-color: #ffffff;
}
.green-yellow-green .top-navigation .navbar-brand {
  background-color: #ffffff;
}
.navy-blue .top-navigation .navbar-brand {
  background-color: #ffffff;
}
.chill-grey .top-navigation .navbar-brand {
  background-color: #ffffff;
}
.gunmetal-blue .top-navigation .navbar-brand {
  background-color: #ffffff;
}

.navbar-brand > img {
  height: 40px;
}

.content-inline {
  display: inline-block;
}

.top-navigation .navbar-top-links {
  display: flex !important;
  min-width: 200px;
}

.top-navigation .navbar-top-links li {
  margin-right: 0;
  padding-top: 13px;
}

.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
  margin: 0;
}

.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation {
  margin-top: 50px;
}

.top-navigation .footer.fixed {
  margin-left: 0 !important;
}

.top-navigation .wrapper {
  padding: 20px 40px 20px 40px;
}

.top-navigation.body-small .wrapper.wrapper-content, .body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0;
}

.top-navigation .navbar-nav .open .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px;
}

@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}
#navbar {
  display: flex !important;
}

.gray-bg {
  background-color: #F5F5F5;
}

/*
	Copyright MindBridge Analytics Inc. all rights reserved.
 This material is confidential and may not be copied, distributed
 reversed engineered, decompiled or otherwise disseminated without
 the prior written consent of MindBridge Analytics Inc.
*/
body {
  background-color: #F3F5F8;
}

a {
  color: #1A73E8;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}

a:hover {
  color: #1A73E8;
  text-decoration: underline;
}

.btn:focus {
  outline: none !important;
}

.terms-of-use {
  color: white;
  text-decoration: none;
}

.terms-of-use:hover,
.terms-of-use:focus {
  color: #1A73E8;
  text-decoration: underline;
}

.box {
  margin-top: 30px;
  border: #000 solid 2px;
}

.outside-ibox-content {
  margin: 10px auto 100px auto;
  width: auto;
  text-align: center;
  min-width: 1400px;
  min-height: 640px auto;
  align-items: center;
  display: flex;
  justify-content: center;
}

.vertical {
  border-left: 2px sold black;
  height: 300px;
  position: absolute;
  left: 50%;
}

.text-input {
  border-radius: 3px;
  box-shadow: none;
  height: 50px;
  margin-bottom: 5px;
  border: 1px solid #1D2327;
  font-size: 17px;
  font-family: "DM Sans", sans-serif;
}

.text-gray {
  color: #676A6C;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 4px;
}

.box .ibox-content {
  background-color: #F3F5F8;
  border-radius: 4px;
  border-color: #fff;
  padding-left: 91.5px;
  padding-right: 91.5px;
  padding-top: 26px;
  width: 250px;
  left: 0;
  right: 0;
  top: -22px;
  bottom: 0;
  margin: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  float: left;
  align-content: center;
}

.text-white {
  color: white;
}

.text-white a {
  text-decoration: none;
}

.ibox {
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  min-width: auto;
  width: 500px;
}

.ibox-account {
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  background-color: #fff;
}

.rightbox {
  padding: 0;
}

.ibox-content-account {
  background-color: #fff;
  color: inherit;
  height: 90%;
  padding: 10px;
  border-radius: 4px;
  border-color: #E0E0E0;
  -o-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 0;
  width: 525px;
  margin-left: 35px;
  margin-right: 35px;
}

.ibox-content {
  background-color: #F3F5F8;
  color: inherit;
  height: 100%;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  border-color: #E0E0E0;
  -o-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 0;
  display: inline-flex;
  width: 525px;
  min-width: 525px;
  margin-left: 35px;
  margin-right: 35px;
}
.orange-gray .ibox-content {
  background-color: !important;
}
.orange-red .ibox-content {
  background-color: #f2f2f2 !important;
}
.green-yellow-green .ibox-content {
  background-color: #f2f2f2 !important;
}
.navy-blue .ibox-content {
  background-color: #ffffff !important;
}
.chill-grey .ibox-content {
  background-color: !important;
}
.gunmetal-blue .ibox-content {
  background-color: !important;
}

.ibox-content::after {
  content: "";
  background-color: #777066;
  position: absolute;
  width: 1px;
  height: 50%;
  top: 19%;
  left: 50%;
  display: block;
}

.ibox-title,
.ibox-content {
  border-style: none;
}

.ibox-title h5 {
  font-size: 16px;
  font-weight: 400;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: #E0E0E0;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 15px;
  min-height: 48px;
  border-radius: 4px 4px 0 0;
  width: 525px;
  margin-left: 35px;
  margin-right: 35px;
}

.half-width {
  width: 50%;
  float: left;
}

.bottom-margin {
  margin-bottom: 20px;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.btn-cancel {
  margin-right: 5px;
  width: 48%;
  height: 46px;
  font-weight: 600;
  padding-top: 12px;
}

.table > thead > tr > th {
  border-bottom: 0px;
}

.login-or-split {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #1D2327;
  color: #1D2327;
  line-height: 0.1em;
  margin: 25px 0 20px;
}

.login-or-split span {
  padding: 0 10px;
  background-color: #F3F5F8;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}
.orange-gray .login-or-split span {
  background-color: !important;
}
.orange-red .login-or-split span {
  background-color: #f2f2f2 !important;
}
.green-yellow-green .login-or-split span {
  background-color: #f2f2f2 !important;
}
.navy-blue .login-or-split span {
  background-color: #ffffff !important;
}
.chill-grey .login-or-split span {
  background-color: !important;
}
.gunmetal-blue .login-or-split span {
  background-color: !important;
}

.login-buttons {
  display: inline-block;
}

.oidc-client {
  min-width: 146px;
  min-height: 42px;
}

.oidc-client-image {
  width: 150px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  border-radius: 3px;
}

.oidc-iteration {
  width: 50%;
  margin-bottom: 8px;
}

.oidc-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.p-t-sm {
  padding-top: 10px;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b-md {
  padding-bottom: 20px;
}

.m-t-sm {
  margin-top: 10px;
}

.g-recaptcha {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.grecaptcha-badge {
  box-shadow: none !important;
  border: 1px solid #fff;
  border-bottom: 61px solid #fff;
}

th *.sorted {
  cursor: pointer;
}
th *.sorted::after {
  content: "▶";
  padding-left: 0.5em;
  display: inline-block;
  font-size: 0.75em;
}

.sorted.sorted-desc::after {
  content: "▼";
}

.sorted.sorted-asc::after {
  content: "▲";
}

#privacy-policy {
  padding-bottom: 20px;
}

#invite-submit-button {
  margin-bottom: 20px;
}

.td-icon div {
  width: fit-content;
  margin: 0 auto;
}

.comment .posted-by {
  color: dodgerblue;
}
.comment .details {
  font-family: Courier, sans-serif;
  padding: 10px;
  border-bottom: 1px solid #000;
}

.login-welcome {
  font-family: "DM Sans", sans-serif;
  color: #242A33;
  font-weight: bold;
  font-size: 36px;
}

.mindbridge-logo {
  height: 70px;
  width: 70px;
}

.modal-header {
  background-color: #0070D3;
  color: #ffffff;
}

.modal-title {
  float: left;
}

.modal button {
  float: right;
  color: #fff;
}
.modal .btn-action {
  padding-top: 10px;
}

.modal-footer {
  display: flex;
}

#comment-modal .modal-header {
  background-color: #0070D3;
  color: #ffffff;
}
#comment-modal #changeCommentModalBody {
  max-height: 320px;
  overflow-y: scroll;
}
#comment-modal textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
  max-height: 360px;
}
#comment-modal .btn-info {
  width: 50% !important;
}

.request-page {
  padding-left: 70px;
  padding-right: 70px;
}
.request-page #actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.request-alert {
  padding: 10px;
}
.request-alert .error-message {
  white-space: pre-line;
}

.request-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.request-status-search {
  margin-right: 15px;
  padding-top: 3px;
  color: #676a6c;
}
.request-status-search label {
  font-weight: normal;
}

#requestDetails {
  max-width: 450px;
}
#requestDetails span {
  margin-left: 5px;
}

.website-links {
  margin: 40px auto 10px auto;
  text-align: center;
  color: #1A73E8;
}
.website-links .not-a-customer {
  font-size: 16px;
  color: #1D2327;
  font-family: "DM Sans", sans-serif;
}
.website-links a {
  color: #1A73E8;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
.website-links a:hover {
  color: #1A73E8;
  text-decoration: underline;
  font-weight: bold;
}

.primary_message {
  font-size: 18px;
  color: #776672;
  font-family: "Open Sans", sans-serif;
}

hr.vertical {
  height: 100%;
  width: 0;
  border: 4px solid black;
}

.rightside-fill {
  width: 290px;
}

.rightside-box {
  width: 290px;
}

.edit-center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.signin-input {
  border: 1 solid #1A73E8;
  height: 50px;
  border-radius: 3px;
}

.signin-input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

@media (max-width: 1250px) {
  .hide-rightside {
    display: none !important;
  }
  .ibox-content::after {
    display: none !important;
  }
  .ibox-content {
    /* Width 360px fixes a display issue for login and invite pages on small screens*/
    width: 360px !important;
    min-width: 320px !important;
  }
}
.whitelabel-hide {
  display: none !important;
}

.whitelabel-hide-after::after {
  display: none !important;
}

.whitelabel-hide-after {
  box-shadow: 3px 0px 35px -5px rgba(77, 76, 76, 0.358);
}

.suggest-error {
  color: #C70000;
  font-size: 14px;
}

.suggest-error-link {
  text-decoration: underline !important;
  color: #C70000;
  font-size: 14px;
}

.signin-options-display {
  display: inline-flex;
}

.signin-options-padding {
  padding: 5px;
}

.orange-gray .link-text {
  color: #F57F20 !important;
}
.orange-red .link-text {
  color: #eb8c00 !important;
}
.green-yellow-green .link-text {
  color: #b5bd00 !important;
}
.navy-blue .link-text {
  color: red !important;
}
.chill-grey .link-text {
  color: #5B6E7F !important;
}
.gunmetal-blue .link-text {
  color: #1976D2 !important;
}

.width-reset {
  width: 575px !important;
}

.width-submit {
  width: 280px !important;
}

.right-align {
  margin-right: 175px !important;
}

@media print {
  nav.navbar-static-side {
    display: none;
  }
  body {
    overflow: visible !important;
  }
  #page-wrapper {
    margin: 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
