body {
	margin: 0
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0!important;
	padding-top: 7px;
	padding-left: 0px;
}
#topHead {
	background-color: #007EBA;
	color: #fff;
	padding: 8px 0;
	font-size: 80%;
}
#topHead a {
	color: #fff
}
#topHead .dropdown-menu {
	z-index: 10000;
	background-color: #007EBA
}
header#topHead .dropdown-menu:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 10px;
	top: -18px;
	border: #007EBA 10px solid;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
}
#topHead .signin-dd form button, #topHead .signin-dd form button:hover, #topHead .signin-dd form button:active {
	background-color: #95a5a6
}
#topHead .signin-dd form button:after, header#topNav li.search form button:after {
	border: #95a5a6 10px solid;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#topHead .signin-dd form button:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 100;
	left: -18px;
	top: 50%;
	margin-top: -10px;
}
header#topHead a {
	font-size: 13px;
	padding-right: 15px;
	text-decoration: none
}
header#topHead a:last-child {
	padding-right: 0;
}
header#topHead a:hover, header#topHead a:focus {
	color: #007EBA
}
header#topHead .dropdown-menu {
	top: 170%
}
header#topHead .dropdown-menu ul {
}
header#topHead .dropdown-menu ul li {
}
/*
		SIGN IN
		Top Head Drop Down
	*/
#topHead .signin-dd {
	position: relative;
}
#topHead .signin-dd .dropdown-menu {
	padding: 5px 10px;
}
#topHead .signin-dd h2, #topHead .signin-dd h3, #topHead .signin-dd h4, #topHead .signin-dd h5, #topHead .signin-dd h6 {
	font-size: 16px;
	line-height: 23px;
	display: block;
	margin-bottom: 6px !important;
}
#topHead .signin-dd h4, #topHead .signin-dd {
	color: #fff;
	margin: 0;
}
#topHead .signin-dd p {
	color: #888;
}
#topHead .signin-dd input[type="text"], #topHead .signin-dd input[type="password"], #topHead .signin-dd input[type="email"] {
	margin: 0;
	border: 0;
	padding: 8px !important;
	height: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#topHead .signin-dd .input-group input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#topHead .signin-dd p, #topHead .signin-dd form, #topHead .signin-dd form a, #topHead .signin-dd form label {
	font-size: 13px;
}
#topHead .signin-dd form {
	width: 250px;
}
#topHead .signin-dd .form-group {
	margin-bottom: 3px !important;
}
#topHead .signin-dd form .input-group-btn, #topHead .signin-dd form label {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#topHead .signin-dd form div.checkbox {
	line-height: 20px;
	margin: 3px 0 0 0;
}
#topHead .signin-dd form div.checkbox input { /* IE FIX */
	float: left;
	display: inline-block;
	margin-top: 4px;
	margin-right: 6px;
}
#topHead .signin-dd form div.checkbox label {
	display: inline-block;
}
#topHead .signin-dd form .input-group-btn .btn, #topHead .signin-dd form .input-group .btn, #topHead .signin-dd form .form-control {
	border: 0;
	height: 38px;
	margin-top: 0;
}
#topHead .signin-dd form button, #topHead .signin-dd form button:hover {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
#topHead .signin-dd form button:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 100;
	left: -18px;
	top: 50%;
	margin-top: -10px;
}
#topHead .signin-dd form button:hover:after {
	margin-left: -1px; /* temporary fix */
}
#topHead .dropdown-menu hr {
	border: 0;
	padding: 0;
	margin: 10px 0;
	border-bottom: #465260 1px solid;
	border-top: #1B1F23 1px solid;
}
#topHead .bottom-create-account {
	text-align: center;
	margin: 0 -10px -5px -10px;
}
#topHead .bottom-create-account a {
	background: rgba(0,0,0,0.2);
	margin-top: 6px;
	padding: 6px 0;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#topHead .bottom-create-account a:hover {
	background: rgba(0,0,0,0.5);
}
.breadcrumb {
	font-size: 80%;
	background-color: #fff
}
.datepicker table {
	font-size: 70%
}
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
	background-color: #007EBA!important;
	background-image: none
}
.form-control:focus {
	border-color: #888
}
form {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30) !important;
	position:relative}
hr {
border-top: 1px solid #E1E8EA;}


label {
	color: #333333;
	font-size: 85%;
}
fieldset.collapsible {
}
fieldset > legend {
	/*margin-left: 140px;
	padding: 0 10px;*/
	margin-bottom: 0px;
	font-size: 130%;
	color: #007EBA ;
	background-color: #f5f5f5;
	padding: 15px
}
fieldset fieldset {
	border: 1px solid #E1E8EA;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 8px;
	background-color: #E9EDEF;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30) !important;
}
fieldset hr {
	padding-left: 0!important;
	padding-right: 0!important;
}
fieldset fieldset legend {
	color: #007EBA;
	font-size: 130%;
	/*padding: 0 0 15px 15px;*/
	/*margin-bottom: 0;*/
	margin-top: -33px;
	/*background-color: #f5f5f5;*/
	background-color:transparent;
	/*border: 3px solid #333333!important;*/
	width: auto;
	padding-right: 12px;
}
fieldset.collapsible > div {
	display: none;
}
.fileinput {
	width: 19.5%
}
.filtros {
	margin-bottom: 30px
}
fieldset.collapsible > legend:hover, fieldset.collapsible > legend.active {
	cursor: pointer;
	color: #333333;
}
.input-group-btn .btn {
	padding-top: 0;
	padding-bottom: 0
}
.campos {
	background-color: #f5f5f5;
	width: 100%;
	float: left;
	padding-top: 15px;
	
}
.arrow {
	transition: all ease .1s;
	margin-top: 3px
}
th {
	color: #333333;
	border-bottom: 3px solid #333333!important
}

td .icon {
	text-decoration: none!important;
	color: #CCC;
	font-size: 130%;
	opacity: 1
}
td .icon:hover {
	opacity: .5
}
table .green {
	color: #007EBA
}
table .blue {
	color: #007EBA
}
table .red {
	color: #333333
}
table .orange {
	color: #007EBA
}
table .grey {
	color: #666
}
fieldset h5 {color: #007EBA; font-weight:bold}
fieldset th {color:#888; border-bottom: 2px solid #888!important; font-size:13px }
fieldset td {font-size:12px}
.input-group-addon {padding:8px 10px}



 @media only screen and (max-width: 768px) {
}


.form-control-data{

	    margin-bottom: 0;
	    box-shadow: none;

	    height: 33px;
		padding: 6px 9px;
		font-size: 13px;
		line-height: 1.5;
		border-radius: 3px;
	    border: 1px solid #dce4ec;


}

.label-form-control-data-destacado{

	    width: 100%;
	    text-align: center;
	    font-size: large;
	    color:#5a5959;



}

.form-control-data-destacado{

	    margin-bottom: 0;
	    box-shadow: none;

	    height: 50px;
		padding: 3px;
		font-size: x-large;
		line-height: 1.5;
		border-radius: 3px;
	    border: 1px solid black;
	    text-align: center;
	    vertical-align: middle;



}

.shadow{
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30) !important;
}

.fondo-color-buscador{
	background-color: #F5F5F5;
}

.form-signin{
	background-color: #F5F5F5;
	padding: 0px 15px 15px 15px;
}

.form-signin-heading{
	padding-bottom: 5px;
	border-bottom-width: 4px !important;
    border-bottom-color: #007EBA !important;
    border-bottom-style: solid !important;
}

.p-l-15{
	padding-left: 15px;
}

.p-top-20{
	padding-top: 20px;
}

.p-b-15{
	padding-bottom: 15px;
}

.mb-1{
	margin-bottom: 7px;
}
.p-r-15{
	padding-right: 15px;
}

.mb-3{
	margin-bottom: 25px;
}