
@import url(https://fonts.googleapis.com/css?family=Muli:400,400italic,300italic,300);



* {
	font-family: 'Muli', sans-serif; 
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: .8em;
}

body {
	overflow-y: scroll;
}


.bodi {
	padding-top: 45px; /* top nav-bar fixed... */
}

.main {
	padding-top: 15px;
}

.navbar-fixed-top {
	border: 0;
}

.form-footer {
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
}

.navbar-shadow {
	-webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
	        box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}

.footer-shadow {
	-webkit-box-shadow: 0px -4px 2px -2px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px -4px 2px -2px rgba(0,0,0,0.1);
	        box-shadow: 0px -4px 2px -2px rgba(0,0,0,0.1);
}



.sidebar {
	position: fixed;
	top: 45px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
}

.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #f5f5f5;
	color: #DF4B88;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	background-color: #eeeeee;
	border-left: 4px solid #DF4B88;
}

.nav-sidebar li>a:hover, 
.nav-sidebar li>a:focus {
	border-left: 4px solid #eeeeee;
}



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



table thead.tableFloatingHeaderOriginal {
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
	        box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}


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

.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: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: #DF4B88;
	float: left;
}
.mmm div:first-child {
	background-color: #333333;
}


table {
	font-size: 14px;
}

.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;
} 

.select2-form-control, .select2-container--default, .select2-selection--single, .select2-selection__rendered, .select2-container, .select2-selection--single {
    color: #6f6f6f !important;
    background-color: #ffffff !important;
    background-image: none !important;
    /*border: 1px solid #cccccc !important;*/
    border-radius: 0 !important;
    height: 39px !important;
}

.select2-selection--single {
	border: 1px solid #cccccc !important; 
}

.select2-selection__rendered {
	border-bottom: 1px solid #cccccc !important;
	padding-top:5px !important;
	padding-left:12px !important;
}
.select2-selection__arrow b {
    border-color: black transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    height: 0 !important;
    left: 50% !important;
    margin-left: -4px !important;
    margin-top: 3px !important;
    position: absolute !important;
    top: 50% !important;
    width: 0 !important;
}

.padre {
	position: absolute;
	border:1px solid #808080;
	_top:50%;
	left:50%;
	width:350px;
	margin-left:-200px;
	height:250px;
	padding:5px;
	/*IMPORTANTE*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.hijo {
  width: 280px;
}