body {
  font-weight: 300;
  letter-spacing: 0;
}

/**************************************************************
**********************     Layout       ***********************
**************************************************************/
.content {
  padding: 40px 15px;
  text-align: left;
}

.modal-header {
  text-align: center;
  padding: 10px;
}

.modal-header h4 {
  font-weight: normal;
  color: #666672;
  font-size: 16px;
}

.modal-content {
  text-align: left;
  border-radius: 0px;
  box-shadow: none;
  border: 0;
}

/**************************************************************
**********************     Label       ************************
**************************************************************/
.label-default {
  background-color: #fafafa;
  color: #8e8e94;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 13px;
  font-weight: 300;
  border-radius: 2em;
  display: inline-block;
  margin-bottom: 5px;
}

.label-default[href]:hover,
.label-default[href]:focus {
  color: #838388;
  background-color: #dddde7;
}

.label-as-badge {
  border-radius: 1em;
}

.label-default.active {
  background-color: #c3c3d2;
  color: #72727b;
}

/**************************************************************
**********************     Table       ************************
**************************************************************/
.table {
  text-align: left;
}

.table > tbody + tbody {
  border-top: 2px solid #eee;
}

.table-bordered {
  border: 1px solid #eee;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eee;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #eee;
}

table:first-child > tbody > tr:first-child > td {
  border-top: 0;
}

th {
  font-weight: 500;
}

/* Modifications to bootstrap-table.css*/
.panel .fixed-table-container {
  border: 0;
}

.panel .fixed-table-body {
  overflow-x: inherit;
  overflow-y: inherit;
}

.panel .table {
  border-bottom: 0;
}

.pagination-detail {
  margin-left: 20px;
}

.panel .clearfix {
  border-top: 2px solid #eee;
  background-color: #f6f7f8;
}

.panel .fixed-table-pagination .pagination {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-right: 10px;
  font-size: 12px;
}

.panel {
  box-shadow: 0;
}

/**************************************************************
***********************      Text       ***********************
**************************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #656d74;
}

h2 {
  font-style: normal;
  font-weight: 300;
}

h3 {
  font-style: normal;
  font-weight: 300;
}

h4 {
  font-style: normal;
  font-weight: 300;
}

p,
li {
  font-style: normal;
  font-weight: 300;
  color: #79838b;
}

.smaller {
  font-size: 90%;
}

.huge {
  font-size: 40px;
}

a {
  color: #3e92cc;
}

.red,
a.red {
  color: #d44950;
}

.blue {
  color: #4480b4;
}

.gray {
  color: #79838b;
}

a.gray {
  color: #79838b;
}

a.gray:hover {
  color: #79838b;
}

.green {
  color: #5cb85c;
}

.light-gray {
  color: #8e8e8e;
}

a.light-gray:hover,
a.light-gray:focus {
  color: #8e8e8e;
  text-decoration: none;
}

b,
strong {
  font-weight: 500;
}

/**************************************************************
*********************      Buttons       **********************
**************************************************************/
.btn {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 15px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 4px 6px;
  font-size: 12px;
}

.dropdown .btn {
  /* text-transform: inherit;
    font-weight: 500; */
  letter-spacing: inherit;
  /* background-color: #E8E8E8;
    color: #8C8C8C;
    border: 0; */
}

.btn-primary {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:hover {
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #3071a9;
  border-color: #285e8e;
}

.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary .badge {
  color: #285e8e;
}

.badge {
  border-radius:5px;
}
.badge-new {
  background-color:#f3783c;
  font-size: 10px;
  border-radius:3px;
}

.input-group-addon {
  background-color: inherit;
  border-color: #eaeaea;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 0;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success[disabled],
.btn-success[disabled]:hover {
  background-color: #bfd786;
  border-color: #8fbb2a;
}

.btn-default {
  border-color: #e4e4e4;
  color: #999da6;
}

.btn:hover a {
  text-decoration: none;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  border: 1px solid #dad6d6;
  background-color: #e6e6e6;
}

.btn-default:hover {
  background-color: #f7f7f7;
}

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

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

/**************************************************************
**********************      Input        **********************
**************************************************************/
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #eaeaea;
  box-shadow: none;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}

.form-horizontal .control-label {
  text-align: left;
  color: #79838b;
  font-weight: 300;
}

.controle-label {
  color: #79838b;
  font-weight: normal;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.form-control.smaller {
  height: 28px;
}

hr.dashed {
  border-style: dashed;
  margin: 10px 0;
}

.form-control::-moz-placeholder {
  color: #999da6;
  font-style: italic;
  opacity: 1;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  color: #999da6;
  font-style: italic;
  font-weight: 300;
}

.form-control::-webkit-input-placeholder {
  color: #999da6;
  font-style: italic;
  font-weight: 300;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  box-shadow: none;
}

.dropdown-menu .divider {
  height: 2px;
  margin: 0;
}

/**************************************************************
**********************      Error        **********************
**************************************************************/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #c85e6f;
}

.form-inline .has-error {
  margin-top: -20px;
}

/**************************************************************
**********************     Alert     *************************
**************************************************************/
.alert {
  border-radius: 0;
}

/**************************************************************
**********************      Other        **********************
**************************************************************/
.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

img.round {
  border: 5px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/**************************************************************
******************      Progress Bar        *******************
**************************************************************/
.progress {
  background-color: #f4f4f4;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 5px;
}

.progress-bar-success {
  background-color: #d2e17a;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}

.progress-value {
  color: #999da6;
  font-size: 12px;
  font-style: italic;
  padding-top: 2px;
  padding-left: 5px;
}

/**************************************************************
******************      Custom Columns        *****************
**************************************************************/

@media (min-width: 992px) {
  .col-md-0-5,
  .col-md-11-5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md-11-5 {
    width: 93.66666667%;
  }

  .col-md-0-5 {
    width: 6.33333333%;
  }

  .col-md-offset-0-5 {
    margin-left: 6.33333333%;
  }
}

/**************************************************************
******************      Mobile        *****************
**************************************************************/
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

/**************************************************************
*****************      Radio & Checkbox        ****************
**************************************************************/

/* Hide Original Radio Button */
input[type="radio"] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* Remove standard blue selection outline */
input[type="radio"]:focus {
  outline: none;
}

/* Display new radio button */
input[type="radio"]:before,
input[type="radio"]:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #d2e17a;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:after {
  position: relative;
  top: -3px;
  border: 1px solid #e0e0e0;
}

/* New radio checked */
input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

input[type="radio"]:disabled:checked:before {
  background-color: #f1f1f1;
}

input[type="radio"]:checked:after {
  border-color: #e0e0e0;
}

/* New Radio Disabled */
input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after {
  border-color: #f1f1f1;
}

/* Hide Original Checkbox  */
input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* Display New Checkox */
input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}

input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
  border-color: #e0e0e0;
}

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 1px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

/* Checkbox Checked  */
input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  display: table;
  width: 5px;
  height: 9px;
  border: 3px solid #d2e17a;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked:after {
  background-color: #ffffff;
  border-color: #e0e0e0;
}

/* Checkbox Disabled  */
input[type="checkbox"]:disabled:after {
  border-color: #f1f1f1;
}

input[type="checkbox"]:disabled:checked:after {
  background-color: #f1f1f1;
  border-color: transparent;
}
