﻿/*

/** BOOTSTRAP CSS IMPORT **/
@import url("../bootstrap.css");
@import url("../bootstrap-theme.css");
/** ESTILOS TABLAS MINEDUC **/

body{
	color:#697680 !important;
}

.mineduc-header{
	padding: 10px 20px 0px 20px; 
}
.mineduc-header h1 {
	display:block;
	position:relative;
	z-index: 0;
	margin-top: -50px;
}

.container{
	padding:0 10px 10px;
	background: #f9f9f9;
	border-left: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.tab-content{
	padding: 10px;
	background: #efefef;
	height: auto;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/** AUXILIARES **/
.rounded-top {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-ms-border-radius-topleft: 7px;
	-ms-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}
.rounded-bottom {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-ms-border-radius-bottomleft: 7px;
	-ms-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

.mineduc-list{
	padding-left: 10px;
    list-style-image: url("../../img/vineta_gob.png");
}
address {
    color: #666666;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
}

#home_ini_top, #home_ini {
    font-size: 24px;
}
.btn-lg {
    font-size: 32px;
}
.form-control{
	height: 65px !important;
	font-size: 36px !important;
}
.form-control.input-verifica{
	height: 35px !important;
    font-size: 14px !important;
}

.errorValidatorTotem{
	color: #EF4143 !important;
	text-decoration: none;
}
input.errorValidatorTotem{
	border-color:#EF4143;
}
label.errorValidatorTotem{
	width: 100% ;
}

table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}

/**bootstrap overrides **/
.panel {
  background-color: #f9f9f9;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.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.428571429;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  font-weight:normal;
  vertical-align: bottom;
  /*border-bottom: 1px solid #dddddd;*/
  background-color: #006BB7;
  border-color: #006BB7;
  color: #FFFFFF;  
  background-image: linear-gradient(to bottom, #006BB7 0%, #005C9E 100%);
  background-repeat: repeat-x;    
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f9f9f9;
}

.modal {
  padding-top: 20%;
}

