@CHARSET "ISO-8859-1";

@media (max-width: 768px){
	.inner-body{
		overflow: auto;
	}
}

.clear {
	clear: both;
}

.date-label {
	padding-top: 2px;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

body {
	max-width: 90%;
	min-width: 1000px;
	margin: 0 auto;
	background: #999999;
}

header {
	background-color: #333333;
	min-height: 100px;
}

header .header-bottom {
	height: 30px;
	background-color: #ccc;
}

header .header-bottom b {
	padding: 6px 0px 0px 10px;
	display: block;
}

header .btn.btn-logout {
	background-color: #FF9900;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-radius: 0px;
	margin-right: -1px;
}

.inner-body {
	background-color: #fff;
	padding-bottom: 30px;
	display: grid;
}

#login-form {
	padding-top: 100px;
}

#login-form label {
	text-align: right;
}

.multiselect-native-select .btn-group, .multiselect-native-select .btn-group .multiselect {
	width: 100%;
}

.alert {
	margin-bottom: 0px;
}

/****************************************** TABLE ***********************************************************/
.table thead th {
	background-color: #FFCC00;
	text-align: center;
	border: 1px solid #333 !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #333;
    vertical-align: middle;
    text-align: center;
}

.table > tbody > tr > td.not-center {
	/*vertical-align: top;*/
}

.table.table-form input, .table.table-form select, .table.table-form textarea {
	width: 100%;
} 

.table.table-form input[type=checkbox]{
	width: auto;
}

.large-table {
	width: 100%;
}

/*****************************************************************************************************/

.yellow-line {
	background-color: #FFFF26;
	height: 30px;
	margin-top: 20px;
	font-weight: bold;
}

.blue-line {
	background-color: #00468C;
	height: 30px;
	margin: 20px 0px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}

.yellow-line .red-square {
	background-color: #FF0000;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
    top: 5px;
    left: 5px;
    margin-right: 15px;
}

.inner-body .title {
	text-transform: uppercase;
	margin: 20px 0px 10px 5px;
	font-weight: bold;
}

.inner-body .title2 {
	text-transform: uppercase;
	margin: 5px 0px 5px 5px;
	font-weight: bold;
}

.btn.btn-border {
	border: 1px solid #333;
	color: #333;
	font-weight: bold;
}

.btn.btn-red {
	background: #FF0000;
	color: #fff;
}

.btn.btn-orange {
	background: #FFCC00;
}

.btn.btn-green {
	background: #66FF33;
}

.form-buttons .btn.btn-primary {
	margin-right: 10px;
	color: #fff;
}

.text-red {
	color: #F90506;
}

.text-black {
	color: #333;
}

.text-green {
	color: #53C147;
}

/***********************************************************************************************************/
.blue {
	color: #0000FF;
}

.btn-standard {
	padding: 0px 6px;
}

.table-search tr td{
	background: #99CC33;
	padding: 2px !important;
}

.old-table {
	width: 75%;
	margin: auto;
}

.old-table.full-table {
	width: 80%;
}

.old-table tr td, .old-table tr th {
	padding: 2px 0px !important;
	font-size: 12px;
}

.first-block, .last-block {
	color: #DA251C;
	font-size: 20px;
	top: 2px;
    position: relative;
}

.first-block {
	margin-right: 20px;
}

.last-block {
	margin-left: 20px;
}

.consultar-td a {
	margin-right: 10px;
}

/******************************************* NUEVA TABLA ***********************************************************************************/

i.icon-orange {
	color: #EF9E56;
}

.responsable {
	border: 1px solid;
	border-top: none;
	padding: 10px;
}

i.icon-user {
	color: #FF0000;
}

.orange-line {
	background-color: #FFCC00;
	height: 30px;
	margin-top: 20px;
	font-weight: bold;
}

.orange-line .red-square {
	background-color: #FF0000;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
    top: 5px;
    left: 5px;
    margin-right: 15px;
}

.new-inner-table {
	margin: 20px 5%;
}

.upload-table .arrow {
	color: #66FF33;
}

.multiple-icons .icon{
	font-size: 20px;
	margin-right: 10px;
}

.multi-file {
	position: relative;
}

.multi-file a.link {
	width: 100%;
}

.multi-file .link i {
	position: absolute;
    right: 0px;
    color: #333;
    font-size: 27px;
    top: 4px;
}

.multi-file .collapsed .up-icon {
	display: none;
}

.multi-file .collapsed .down-icon {
	display: initial;
}

.multi-file .up-icon {
	display: initial;
}

.multi-file .down-icon {
	display: none;
}

.inner-body .inner-box {
	border: 1px solid;
}

.inner-body .inner-box table {
	width: 100%;
}

.inner-body .inner-box table tbody td {
	padding: 0px 5px;
}

.inner-body .inner-box table .underlined {
	border-bottom: 1px solid #EF9E56;
}

.back-btn {
	color: #fff !important;
}

.table.blue-table thead th {
	background-color: #16365C !important;
	color: #fff;
}

/*******************************************************************************/

.dataTables_wrapper {
	margin-bottom: 10px;
}

.data-table tr th, .data-table tr td {
	padding: 8px !important;
}

.data-table-page {
	padding: 0px 10px 10px 10px;
	text-align: center;
}

.data-table-page .dataTables_paginate, .data-table-page .dataTables_length {
	display: inline;
	float: none !important;
}

.data-table-page .dataTables_paginate {
	margin-right: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 1px 6px !important;
}

.dataTables_paginate .previous, .dataTables_paginate .next {
	font-weight: bold;
	font-size: 16px;
}

.data-table-page .dataTables_length select {
	font-weight: normal !important;
	padding: 5px 10px;
}

.box-index {
	border: 1px solid; 
	padding: 20px 10px; 
	height: 170px;
}

.box-index select, .box-index input[type=text] {
	width: 100%;
}

.box-index div {
	margin: 0px 0px 15px 0px;
}

.box-index .tipo2 {
	display: none;
}

.index-box .up-icon, .index-box .down-icon {
	position: absolute;
    right: 20px;
    color: #333;
    font-size: 27px;
    top: 20px;
}

.index-box .show-hide-proj .fas {
	color: #333;
    font-size: 27px;
}

.index-box .all-info {
	display: none;
}

.index-box.opened .all-info {
	display: block;
}

.index-box table tfoot tr td {
	background: #CACAD9;
	position: relative;
	padding: 5px;
	min-height: 100px;
}

.index-box table tfoot tr td img {
	width: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.index-box table tfoot tr td p {
	line-height: 15px;
	margin-left: 60px;
	font-size: 12px;
}

/* ---------------------- TEMAS ---------------------*/

.temas .tema{
	padding: 1.3rem 2rem;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    display: block;
    text-decoration: none !important;
    margin-top: -1px;
    line-height: normal;
    background-color: rgba(0,0,0,.03);
}

.temas .tema a {
	color: black;
}

.temas ul {
	padding: 1.5rem!important;
	padding-left: 50px !important;
}

.temas ul a{
	color: #767676;
}

@media print {
	.col-sm-6 {
		width: 50%;
		float: left; 
	}
	
	.col-sm-6 img.img-responsive {
		width: 200px;
		text-align: center;
	}
}

/* CONTRATACION */

.list-non {
	list-style: none;
	padding: 0px;
}

.table-contratacion tr th {
	background: #FFCC00;
}

#crear-propuesta .cuadro {
	display: none;
}

.grey-td, .grey-table thead th{
	background-color: #ccc !important;
	text-align: left !important;
	border: none !important; 
}

.grey-table2 {
	border-bottom: none !important;
}

.grey-table2 thead th{
	background-color: #ccc !important;
	text-align: center !important;
	border: none !important; 
}

.grey-table2 td{
	background-color: #EDEBFF !important;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.pregunta-separador {
	margin-top: 5px;
    margin-bottom: 5px;
}

.table-left td {
	text-align: left !important;
}

.extra-item td {
	color: #FF0000;
	display: none;
}

.set-max {
	max-width: 90%;
	min-width: 100%;
}

.show-extra, .hide-extra {
	position: absolute;
    left: -30px;
}

.paz-st {
	float: right;
    padding: 4px 15px;
    border: 1px solid;
    margin-left: 20px;
    top: -5px;
    position: relative;
}

.salvo-row {
    padding: 0px 20px;
    font-size: 15px;
}

.salvo-row .row{
	margin: 10px 0px;
}

.paz-table.table thead th {
	background-color: transparent;
	position: relative;
}

.paz-table.table {
	font-size: 12px;
	margin-left: -20px;
}

.salvo-row .far {
	font-size: 20px;
	color: #999999;
}

.paz-table.table .info {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #00468C;
	color: #fff;
	width: 12px;
    height: 12px;
    font-size: 8px;
}

.remove-cursor {
	cursor: pointer;
}

.grey-row {
	background: #ccc;
	padding: 5px;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 16px;
}

.bg-0 td {
	background-color: rgba(178, 193, 209, 0.10) !important;
}
.bg-1 td {
	background-color: rgba(178, 193, 209, 0.30) !important;
}
.bg-2 td {
	background-color: rgba(178, 193, 209, 0.50) !important;
}
.bg-3 td {
	background-color: rgba(178, 193, 209, 0.65) !important;
}
.bg-4 td {
	background-color: rgba(178, 193, 209, 0.80) !important;
}

.bg-99 td {
	background-color: rgba(178, 193, 209, 1) !important;
}

.perms-block {
	margin-top: 10px;
}

.perms-block .perms-title {
	padding: 1.3rem 2rem;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    display: block;
    text-decoration: none !important;
    line-height: normal;
    background-color: rgba(0,0,0,.03);
}

.perms-block .perms-body div {
	padding: 5px;
    border: 1px solid #dfdfdf;
    font-size: 13px;
    margin-left : 20px;
    background-color: #EDEBFF;
} 

.perms-block .perms-body, .perms-block .perms-title .fa-chevron-up {
	display: none;
}

.perms-block.active .perms-body, .perms-block.active .perms-title .fa-chevron-up {
	display: inline;
}

.perms-block.active .perms-title .fa-chevron-down {
	display: none;
}

.perms-block .perms-title .fas {
	cursor: pointer;
}

.grey-form {
	margin-top: 20px;
}

.grey-form.right-label label{
	float: right;
}

.grey-form.no-border .form-block .row{
	border: none;
}

.grey-form.no-auto-width .form-control{
	width: 100% !important;
}

.grey-form .section-title {
	background-color: #CCCCCC !important;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
}

.grey-form .form-block {
	margin-top: 5px;
}

.grey-form .form-block .row {
	padding: 5px;
    border: 1px solid #fff;
    font-size: 14px;
    background-color: #EDEBFF;
    margin : 0px;
}

.grey-form .form-block label {
	
}

.grey-form .form-block label.radio {
	display: inline;
	margin-left: 10px;
}

.grey-form .form-block .form-control {
	width: auto;
	display: inline;
	height: 27px;
}

.grey-form .form-block .form-control.full-width {
	width: 100%;
}

.grey-form .form-block select.form-control {
	padding: 3px 12px;
}

.grey-btn {
	background-color: #CCCCCC;
}

.grey-btn i{
	margin-right: 10px;
}

.grey-form .form-block input[type=checkbox], .grey-form .form-block input[type=radio]:not(.normal-radio){
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
  margin-left: 20px;
  margin-top: 8px;
}

.mantenimiento-table {
	margin-top: 10px;
}

.mantenimiento-table tr {
	border: 1px solid !important;
}

.mantenimiento-table tr th, .mantenimiento-table tr td{
	padding: 1px 4px !important;
	border: 0px !important;
}

.link {
	color: #337ab7;
}

.mantenimiento-table .mant-data, .mantenimiento-table .fa-chevron-up {
	display: none;
}

.mantenimiento-table tr.active .fa-chevron-up {
	display: inline;
}

.mantenimiento-table tr.active.mant-data {
	display: table-row;
	border: 0px !important;
}

.mantenimiento-table tr.mant-data td {
	background-color: #fff !important;
	text-align: right;
	padding: 10px 10px 20px 0px !important;
}

.mantenimiento-table tr.active .fa-chevron-down {
	display: none;
}

.mantenimiento-table .fas {
	cursor: pointer;
}

.mantenimiento-table tr.mant-data td a {
	margin-left: 20px;
}

.mantenimiento-table tr.mant-data td .fas {
	font-size: 20px;
	position: relative;
    top: 3px;
}

.mant-icon {
	width: 20px;
	height: 20px;
	border-radius : 10px;
	background-color: #0000FE;
	color: #fff;
	display: inline-block;
    text-align: center;
    
}

.green-text {
	color: green;
}

.pregs-table td {
	text-align: left !important;
	vertical-align: sub !important;
}

.pointer {
	cursor: pointer;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}
