a, .btn, .btn-default {
  color: #9f2121;
  outline: 0;
}
a:hover, a:focus, .btn:hover, .btn:focus, .btn-default:hover, .btn-default:focus {
  color: rgb(215,25,25);
  text-decoration: none;
}

.subtitulo {
  color: rgb(116,116,116);
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.tabla_subtitulo {
  color: white;
  background-color: rgb(204,204,204);
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.table .tabla_subtitulo:hover,
.tabla_subtitulo:focus {
  background-color: #777777;
  background-position: 0 -15px;
}
.tabla_subtitulo a {
  color: rgba(255, 255, 255, 0.8);
}
.nav-underscore {
  color: #0033ff;
  text-decoration: underline;
  font-style: oblique;
}
.btn-primary {
  background-color: rgb(112,16,25);
  border-color:  rgb(112,16,25);
  outline: 0;
  color: #fff;
}
.btn-primary:hover {
  background-color: rgb(112,16,25) !important;
  border-color:  rgb(112,16,25);
  outline: 0;
  color: #fff;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255,255,255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #7F7F7F;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #d51919;
  outline: 0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.quick-select.btn-primary {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #fff !important;
}

.quick-select.btn-primary:hover {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #fff !important;
}

/* signin */
/*body {*/
    /*background-color: #eee;*/
    /*padding-bottom: 40px;*/
    /*padding-top: 40px;*/
/*}*/
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}

/* Sticky footer styles */
html {
  position: relative;
  min-height: 100%;
}


/* Margin bottom by footer height */
body {
  margin-bottom: 200px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 160px;
  /*background-color: #f5f5f5;*/
  background-color: rgb(56,29,20);
  color: #f37644;
  /*background-color: blue;*/
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
}

body > .container {
  padding: 10px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}
.footer, .container {
  padding-right: 15px;
  padding-left: 15px;
}
code {
  font-size: 80%;
}

.field_with_errors_help {
  color: red;
}
.field_with_errors input[type="text"] {
  border: 2px solid rgb(220, 53, 69);
}

/* from Sikkhona */
div#wsp-central-panel-labels {
  margin: 10px;
}

div.current-credits {
  background-color: #661A1D;
  border: 1px solid #4D1315;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  clear: none;
  display: inline-block;
  white-space: nowrap;
  height: 35px;
  margin-right: 5px;
  margin-bottom: 3px;
  margin-top: 10px;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 1.1em;
  color: white;
}
div.wsp-central-panel {
  background: white none repeat scroll 0 0;
  border: 1px solid rgb(248, 245, 243);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 1px 1px 5px -1px rgb(56, 35, 12);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}


.messages{
  z-index: 1000 !important;
}

.info {
  padding: 5px;
  border: 1px solid #DEDEDE;
  margin: 5px 0;
  background: #EFEFEF;
  color: #222222;
  text-align: center;
}

.warning {
  padding: 5px;
  border: 1px solid #DEDEDE;
  margin: 5px 0;
  background: #FFFFCC;
  color: #222222;
  text-align: center;
}

.success {
  padding: 5px;
  border: 1px solid #349534;
  margin: 5px 0;
  background: #C9FFCA;
  color: #008000;
  font-weight: bold;
  text-align: center;
}

.error {
  padding: 5px;
  border: 1px solid #CC0000;
  margin: 5px 0;
  background: #F7CBCA;
  color: #CC0000;
  font-weight: bold;
  text-align: center;
}
.fa-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

div.delete-entity-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll -105px -70px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 44px;
}
div.delete-entity-button:hover {
    background-position: -155px -70px;
}

div.edit-entity-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll 0 -70px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 44px;
}
div.edit-entity-button:hover {
    background-position: -55px -70px;
}

div.answered-entity-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll -105px -255px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 44px;
}

div.generate-group-report-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll 0 -175px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 44px;
}
div.generate-group-report-button:hover {
    background-position: -55px -175px;
}

div.phases-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll 0 -325px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 44px;
}
div.phases-button:hover {
    background-position: -55px -325px;
}

div.view-answers-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll 0 -140px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 44px;
}
div.view-answers-button:hover {
    background-position: -55px -140px;
}

div.resend-entity-data-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll 0 -105px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 44px;
}
div.resend-entity-data-button:hover {
    background-position: -55px -105px;
}

div.warning-icon-button {
  background: rgba(0, 0, 0, 0) url(/images/warning-icon.png) repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 34px;
}

div.view-pdf-team-report-button {
  background: rgba(0, 0, 0, 0) url(/images/pdf-icons.png) repeat scroll -50px 0;
  background-repeat: no-repeat;
  border-width: 0;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  padding-right: 0;
  width: 40px;
}
.view-pdf-team-report-button {
  background: rgba(0, 0, 0, 0) url(/images/pdf-icons.png) repeat scroll -50px 0;
  background-repeat: no-repeat;
  border-width: 0;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  padding-right: 0;
  width: 40px;
}

div.view-pdf-participant-report-button {
  background: rgba(0, 0, 0, 0) url(/images/pdf-icons.png) repeat scroll 0 0;
  background-repeat: no-repeat;
  border-width: 0;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  padding-right: 0;
  width: 40px;
}

div.view-pdf-team-report-button-disabled {
  background: rgba(0, 0, 0, 0) url(/images/pdf-icons-disabled.png) repeat scroll -50px 0;
  background-repeat: no-repeat;
  border-width: 0;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  padding-right: 0;
  width: 40px;
}
div.view-pdf-participant-report-button-disabled {
  background: rgba(0, 0, 0, 0) url(/images/pdf-icons-disabled.png) repeat scroll 0 0;
  background-repeat: no-repeat;
  border-width: 0;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  padding-right: 0;
  width: 40px;
}

div.view-pdf-current-report-button {
  background-image: url(/images/pdf-icon.png);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-width: 0;
  display: inline-block;
  height: 34px;
  padding-right: 0;
  width: 30px;
}

.btn-default {
  background-color: rgb(255,255,255) !important;
  border-width: 0;
  outline: 0;
}
.btn-default:hover {
  outline: 0;
}
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(232,232,232, 0.5);
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #d51919;
  outline: 0;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

div.view-groups-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll -105px -35px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: middle;
  width: 44px;
}

div.resend-entity-data-button {
  background: rgba(0, 0, 0, 0) url(/images/wsp-buttons.png) repeat scroll 0 -105px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  vertical-align: baseline;
  width: 44px;
}

.form-control-plaintext {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #333;
    border-image: none;
    border-style: solid;
    border-width: 2px 0;
    border-top: none;
    border-bottom: 2px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.375rem;
    width: 100%;
}


.navbar {
  background-color: rgba(230, 230, 230, 0.8) !important;
}

/* Buy credits */
.card-text-header{
  font-family: 'Anton', sans-serif;
  color: white;
}
.pricing-basic {
  /* background-color: rgb(140,94,46); */
  /* background-color: rgb(164,164,163); */
  /* background-color: rgb(169,41,98); */
  background-color: rgb(141, 68, 72);
}
.pricing-proffesional {
  font-family: 'Anton', sans-serif;
  color: white;
  /* background-color: rgb(177,145,23); */
  /* background-color: rgb(0,104,88); */
  /* background-color: rgb(141, 68, 72); */
  background-color: rgb(141,68,72);
}
.pricing-enterprise {
  font-family: 'Anton', sans-serif;
  color: white;
  /* background-color: rgb(176,204,35); */
  /* background-color: rgb(169,41,48); */
  /* background-color: rgb(197,160,163); */
  background-color: rgb(141, 68, 72);
}
span.math-symbol {
  color: #cacaca;
  font-size: 3em;
  margin: 0 10px 0 0;
  vertical-align: sub;
}
span.overlay {
  color: #3b3b3b;
  opacity: 0.8;
}
.price-disclaimer{
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #202020;
}


.table th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
.table th .asc {
  background-image: url(/images/up_arrow.png);
}

.table th .desc {
  background-image: url(/images/down_arrow.png);
}

.bg-primary {
  background-color: rgb(112,16,25) !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  position: relative;
  width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgb(112,16,25);
}

.current-phase-higlight {
  display: inline-block;
  vertical-align: bottom;
  border: 2px solid #777777;
  width: 100%;
  line-height: 2;
  position: relative;
  bottom: 0;
}

input.form-submit {
  background: #9f222e none repeat scroll 0 0;
}
.header-logo {
  transition: all 0.5s ease 0s;
  vertical-align: text-bottom;
  border: 0 none;
}
.header-logo:hover {
  transform: scale(1.1);
}
.lang {
  font-size: 0.8em;
  padding: 0.5em;
  color: #6c757d;
}
.lang-selected {
  font-size: 0.8em;
  padding: 0.5em;
}
.header-top-wrapper {
  padding-top: 1.8em;
}
.header-bottom-wrapper {
  border-color: lightgray;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 40px auto 0;
  width: 50%;
  padding-bottom: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
  color: rgba(60, 60, 60, 0.8);
}
.btn:focus, .btn.focus {
  box-shadow: none;
  outline: 0 none;
}

.page-link {
  background-color: #fff;
  border: 1px solid rgb(112,16,25);
  color: rgb(112,16,25);
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-item.active .page-link {
  background-color: rgb(112,16,25);
  border-color: rgb(112,16,25);
  color: #fff;
  z-index: 1;
  outline: 0;
}
.page-link:hover {
  z-index: 2;
  color: rgb(215,25,25);
  text-decoration: none;
  background-color: #fff;
  border-color:rgb(112,16,25);
}

pre {
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
	/* overflow-x: auto; */                /* Firefox 2 only */
	/* width: 99%; */		       /* only if needed */
  padding-right: 2em;
}

.turbolinks-progress-bar {
  height: 10px;
  background-color: #9f2121;
}
