



@media (min-width: 1250px) {
	.container {
		width: 1250px;
	}
}



table thead.tableFloatingHeaderOriginal {
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 2px -2px rgb(138 138 138 / 17%);
	-moz-box-shadow: 0 4px 2px -2px rgb(138 138 138 / 17%);
	box-shadow: 0 4px 2px -2px rgb(138 138 138 / 17%);
	margin-bottom: -10px;
	z-index: 11 !important;
	height: 48px;
}
table.sicky-header-no-fit thead.tableFloatingHeaderOriginal {
	height: auto;
}


/* LOGIN */
.form-signin {
	margin-top: 40px;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control::-webkit-outer-spin-button,
.form-signin .form-control::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.form-signin .form-control {
	-moz-appearance: textfield;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
}

.form-signin button[type="submit"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* /LOGIN */


th.hover, td.hover {
	background-color: #f5f5f5;
}

.main>h1, .main>h2, .main>h3, .main>h4, .main>h5, .main>h6, .main>.h1, .main>.h2, .main>.h3, .main>.h4, .main>.h5, .main>.h6 {
	margin-top: 0;
}


.form-help {
	padding-top: 7px;
	padding-left: 0;
}

.mmm {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1001;
}
.mmm div {
	width: 50%;
	height: 5px;
	background-color: #1B3E55;
	float: left;
}
.mmm div:first-child {
	background-color: #333333;
}

table {
	font-size: 13.5px;
}





.sortable {
	cursor: ns-resize;
}

.sortable:after {
	/* .dataTable */
	padding-left: 5px; /* alinearo a la izq*/
	display: block;
	opacity: 0.1;
	/* .fa */
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f0dc";
}

/*.sortable:hover {
	background-color: #f8f8f8;
}*/

th.sorted_a, th.sorted_d {
	/*padding-right: 30px !important; para alinearlo a la derecha*/
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background-color: #dddddd;
}

th.sorted_a:after, th.sorted_d:after {
	/* .dataTable */
	/*position: absolute;  para alinearlo a la derecha
	bottom: 8px;
	right: 8px;*/
	padding-left: 5px; /* alinearo a la izq*/
	display: block;
	opacity: 0.5;
	/* .fa */
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.sorted_a:after {
	content: "\f0de";
}

.sorted_d:after {
	content: "\f0dd";
}

.row-head-underscore {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.row-head-underscore h1,
.row-head-underscore h2,
.row-head-underscore h3,
.row-head-underscore h4,
.row-head-nounderscore h1,
.row-head-nounderscore h2,
.row-head-nounderscore h3,
.row-head-nounderscore h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.row-head-nounderscore {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.dis-en-btn {
    width: 86px;
}

.filter-date {
	padding-left:15px !important;
}



/* Sticky footer styles
-------------------------------------------------- */

.footer {
  position: relative;
  bottom: 35px;



  width: 100%;
  /* Set the fixed height of the footer here */
  height: 35px;
  z-index:1001;
  border-bottom: 1px solid #080808;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background: #272727 url("/img/DVBS_H-sf-blanco-s.png") no-repeat 10px -16px;
}

.jet {
	font-family: neuropol !important;
    font-weight: bold;
    text-transform: uppercase;
}


input:read-only
{
  border: 1px solid #CCCCCC !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.radio input[type="radio"] {
	margin-left:0px;
}

.c2c-cell {
	margin-top: 4px;
	height: 14px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
	color: black;
}

.row-pading-top {
	padding-top:10px;
}

#loading-block {
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 10000
}

#mySpinner {
	width: auto;
	text-align: center;
	margin-top: 20%
}

.popover-content {
	background-color: #eeeeee;
}



body.simple {
	background: url('/img/bg-login.jpg') center center/cover no-repeat fixed;
}
body.simple > .alert {
	margin: 10px;
}
body.simple .alert {
	font-size: 13.3px;
	border-radius: 2px;
	padding: 7px 10px;
}
body.simple .alert .btn.view {
	background: #FFF;
	border: 0;
	margin-left: 6px;
	padding-right: 8px;
	padding-left: 8px;
	border-radius: 2px;
	transition: opacity 0.3s ease;
	font-size: 9px;
}
body.simple .alert .btn.view:hover,
body.simple .alert .btn.view:active {
	opacity: 0.6;
}
body.simple .alert.alert-dismissable .close {
	top: 0px;
	right: 0;
	font-weight: 300;
	opacity: 0.8;
	line-height: 17px;
	font-size: 27px;
}

body.simple .alert.alert-dismissable .close:hover {
	opacity: 1;
	color: inherit;
}
body.simple .alert-success {
	background-color: #c1ece9;
	border-color: #a4e6e2;
	color: #279e97;
}
body.simple .alert-success .btn.view {
	background: #37b9b1;
}
body.simple .alert-danger {
	background-color: #ecbfbf;
	border-color: #e7a6a6;
	color: #ca5353;
}
body.simple .alert-info {
	background-color: #c5ecc1;
	border-color: #ade7a7;
	color: #329a26;
}

body.simple .login-box {
	box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 13%);
	padding: 20px 50px 25px;
	border-bottom: 4px solid #2371ad;
	border-radius: 1px;
	max-width: 370px;
	text-align: center;
	color: #929292;
}
body.simple .login-box p {
	line-height: 1;
}
body.simple .login-box a {
	color: #1063b3;
}
body.simple .login-box .brand {
	margin: 30px 0 0 0;
	position: relative;
}
body.simple .login-box .brand img {
	width: auto;
	height: auto;
	max-width: 170px;
}
body.simple .login-box .brand .txt {
	display: block;
	font-style: italic;
	font-size: 20px;
	color: #1c71ad;
	text-align: right;
	margin-top: -5px;
	margin-right: 15px;
}
body.simple .login-box .brand .txt::after {
	display: block;
	content: ' ';
	position: absolute;
	right: -9px;
	bottom: 11px;
	background: #2371ad;
	width: 30px;
	height: 1px;
}
body.simple .login-box .form-signin input[type="email"],
body.simple .login-box .form-signin input[type="password"] {
	border: 1px solid #CCC;
}
body.simple .login-box .form-signin input[type="email"]:active,
body.simple .login-box .form-signin input[type="password"]:active {
	border-color: #4f4f4f;
}

body.simple .login-box .btn-block,
body.simple .login-box .btn-block.active,
body.simple .login-box .btn-block:active,
body.simple .login-box .btn-block:hover,
body.simple .login-box .open>.dropdown-toggle.btn-block {
	background-color: #b0b0b0;
	border-color: #b0b0b0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
}
body.simple .login-box .btn-primary,
body.simple .login-box .btn-primary.active,
body.simple .login-box .btn-primary:active,
body.simple .login-box .btn-primary:hover,
body.simple .login-box .open>.dropdown-toggle.btn-primary {
	background-color: #2371ad;
	border-color: #2371ad;
}
body.simple .login-box .btn-primary:active,
body.simple .login-box .btn-primary:focus {
	outline: none;
	box-shadow: 0 0 5px 1px #2371ad70;
}
body.simple .login-box .lang-selector {
	margin-right: -22px;
}
body.simple .login-box .lang-selector a.dropdown-toggle {
	color: #c1c1c1;
}
body.simple .login-box .lang-selector ul.dropdown-menu a:focus,
body.simple .login-box .lang-selector ul.dropdown-menu a:hover {
	background-color: #1063b3;
	color: #FFF;
}


body.simple .login-footer {
	margin-top: 8px;
	text-align: center;
	color: #4f4f4f;
	font-style: italic;
	font-size: 12.6px;
}