﻿.text-primary {
  color: #E5322C;
}
a.text-primary:hover {
  color: black;
}
.bg-primary {
  color: #fff;
  background-color: #E5322C;
}
a.bg-primary:hover {
  background-color: black;
}
.btn-primary {
  color: #ffffff;
  background-color: #E5322C;
  border-color: black;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #E5322C;
  border-color: black;
}
.btn-primary .badge {
  color: #E5322C;
  background-color: #ffffff;
}
.label-primary {
  background-color: #E5322C;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: black;
}
.panel-primary
{
    border-color: #f5f5f5;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #E5322C;
  border-color: transparent;
}

a {
  color: #E5322C;
  text-decoration: none;
}a:hover,
a:focus {
  color: #E5322C;
  text-decoration: underline;
}

.form-control:focus {
  border-color: #E5322C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(229, 50, 44, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(229, 50, 44, 0.6);
}

.form-control-variable {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-variable:focus {
  border-color: #E5322C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(229, 50, 44, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(229, 50, 44, 0.6);
}
.form-control-variable::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-variable:-ms-input-placeholder {
  color: #999;
}
.form-control-variable::-webkit-input-placeholder {
  color: #999;
}
.form-control-variable[disabled],
.form-control-variable[readonly],
fieldset[disabled] .form-control-variable {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control-variable {
  height: auto;
}



/* IE10 on WP8 */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }




.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}

.table-news > thead > tr > th,
.table-news > tbody > tr > th,
.table-news > tfoot > tr > th,
.table-news > thead > tr > td,
.table-news > tbody > tr > td,
.table-news > tfoot > tr > td {  
{
    border-style: none; border-width: medium; border-color: inherit; padding: 0px; }


