﻿/* Tables */
.table tbody tr td {
  padding-top: 8px;
  padding-bottom: 6px;
}
.table-bordered thead tr {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
  background-image: -o-linear-gradient(top, #eeeeee, #dadada);
  background-image: linear-gradient(to bottom, #eeeeee, #dadada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}
.table-bordered thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead tr th:first-child {
  border-left-color: #CCC;
}
.table-bordered thead tr th:last-child {
  border-right: none;
}
.table-bordered tbody tr:first-child td {
  border-top-color: #CCC;
}
.table-bordered tbody tr td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
  border-right: none;
}
.table-bordered thead tr {
  background: #EEE;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* W3C */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}
.table-bordered thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead th:first-child {
  border-left-color: #CCC;
}
.table-bordered thead th:last-child {
  border-right: none;
}
.table-bordered tbody td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
  border-right: none;
}

.table-highlight.table-bordered thead tr {
  background-color: #254463;
  background-image: -moz-linear-gradient(top, #2b4e72, #1d354d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b4e72), to(#1d354d));
  background-image: -webkit-linear-gradient(top, #2b4e72, #1d354d);
  background-image: -o-linear-gradient(top, #2b4e72, #1d354d);
  background-image: linear-gradient(to bottom, #2b4e72, #1d354d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b4e72', endColorstr='#ff1d354d', GradientType=0);
}


.table-highlight.table-bordered thead th {
  color: #FFF;
  border-right: 1px solid #16283a;
  border-left: 1px solid #396797;
  -webkit-box-shadow: inset 0 1px 0 #4981ba;
  -moz-box-shadow: inset 0 1px 0 #4981ba;
  box-shadow: inset 0 1px 0 #4981ba;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.table-highlight.table-bordered tbody tr:nth-child(odd) td,
.table-highlight.table-bordered tbody tr:nth-child(odd) th {
  background-color: #F0F3F7;
}
.table-highlight.table-bordered {
  border-top: 1px solid #1C2B37;
}



.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}

.tab-pane {
	padding: 0;
	margin: 0;
	}

.tabs-up > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
	border-width: 1px 1px 1px 1px;
	}

.tabs-up > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:hover {
	border-width: 1px 1px 1px 1px;
	}
	
.tabs-up > .nav-tabs { margin: 0; border-width: 0; }	
	


/* Modal */
.modal-backdrop, .modal-backdrop.fade.in 
{
    opacity: 0.5;
}

.content
{
    border-color: #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 20px;
}

.accordion-heading 
{
    background-color: #FBFBFB;
    position: relative;
    /*line-height: 37px;*/
}

.accordion-heading .label.obrigatorio
{
    position: absolute;
    top: 5px;
    left: 10px;
}

.accordion-heading .alert
{
    line-height: 12px;
    padding: 8px 14px;
    margin: 0;
}

.accordion-heading .btn
{
    margin-left: 5px;
}

.accordion-heading .accordion-toggle.meus-treinamentos {
    line-height: 22px;
    padding: 25px 10px 5px 10px;
}

.lead {
    font-size: 18px;
}


.alert-validacao {
    padding: 4px 10px 4px 10px;
}




/** Bootstrap Dark Modal Styles 
.modal-open .modal, .btn:focus {
    outline: none !important;
}
 
.modal.dark { background-color: #2d3032; }
.modal.dark .modal-body {
  background: #40464b;
}
 
.modal.dark .modal-header {
  background: #2d3032;
  border-bottom: 1px solid #2a2c2e;
}
.modal.dark .modal-header h1, .modal.dark .modal-header h2, .modal.dark .modal-header h3, .modal.dark .modal-header h4 {
  color: #ccc;
}
 
.modal.dark .modal-footer {
  background: #2d3032;
  border-top: 1px solid #2a2c2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}**/

.modal-header {
    background-color: #F5F5F5;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 1px 0px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: center;
}

.form-actions {
    background-color: #fff;
    border-top: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px;
}

.modal-header {
    background: url("../img/modal-header.png") no-repeat scroll center center transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    margin: 5px;
    padding: 10px 10px;
    color: #fff;
}

.close {
    color: #FFFFFF;
    opacity: 0.7;
}
