@charset "utf-8";
/* Paginacion */
.pagination{
	display:inline-block;
	padding-left:0;
	margin:0px 0;
	border-radius:4px
}
#cancelar{
	color:white !important; 
}
.pagination>li{
	display:inline
}
.pagination>li>a,.pagination>li>span{
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#04a1f4;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.pagination>li:last-child>a,.pagination>li:last-child>span{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd;
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#04a1f4;
	border-color:#04a1f4;
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd;
}
.pagination-lg>li>a,.pagination-lg>li>span{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}
.pagination-sm>li>a,.pagination-sm>li>span{
	padding:10px 15px;
	font-size:12px;
	line-height:1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
/* Tour */
.tour-tour {
	padding: 0;
	border: 0;
	font-family: "opensans-regular", sans-serif;
	font-weight: 400;
	background: #ffffff; }
.tour-tour .popover-title {
    background: #1094f7;
    color: #ffffff;
    font-size: 0.8125rem;
    font-family: "opensans-regular", sans-serif;
    font-weight: 500;
    padding: 0.75rem; }
.tour-tour.left .arrow:after {
    border-left-color: #ffffff; 
}
.tour-tour.right .arrow:after {
    border-right-color: #ffffff; 
}
.tour-tour.top .arrow:after {
    border-top-color: #ffffff;
}
.tour-tour.bottom .arrow:after {
    border-bottom-color: #ffffff; 
}
.tour-step-background {
  display: none; 
}
.popover{
	position:absolute;top:0;
	left:0;
	z-index:1060;
	display:none;
	max-width:276px;
	padding:1px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.42857143;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	font-size:14px;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2)
}
.popover.top{
	margin-top:-10px
}
.popover.right{
	margin-left:10px
}
.popover.bottom{
	margin-top:10px
}
.popover.left{
	margin-left:-10px
}
.popover-title{
	margin:0;
	padding:8px 14px;
	font-size:17px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.popover-content{
	padding:9px 14px
}
.popover>.arrow,.popover>.arrow:after{
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover>.arrow{
	border-width:11px
}
.popover>.arrow:after{
	border-width:10px;content:""
}
.popover.top>.arrow{
	left:50%;
	margin-left:-11px;
	border-bottom-width:0;
	border-top-color:#999999;
	border-top-color:rgba(0,0,0,0.25);
	bottom:-11px
}
.popover.top>.arrow:after{
	content:" ";
	bottom:1px;
	margin-left:-10px;
	border-bottom-width:0;
	border-top-color:#fff
}
.popover.right>.arrow{
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-left-width:0;
	border-right-color:#999999;
	border-right-color:rgba(0,0,0,0.25)
}
.popover.right>.arrow:after{
	content:" ";
	left:1px;
	bottom:-10px;
	border-left-width:0;
	border-right-color:#fff
}
.popover.bottom>.arrow{
	left:50%;
	margin-left:-11px;
	border-top-width:0;
	border-bottom-color:#999999;
	border-bottom-color:rgba(0,0,0,0.25);
	top:-11px
}
.popover.bottom>.arrow:after{
	content:" ";
	top:1px;
	margin-left:-10px;
	border-top-width:0;
	border-bottom-color:#fff
}
.popover.left>.arrow{
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
	border-left-color:#999999;
	border-left-color:rgba(0,0,0,0.25)
}
.popover.left>.arrow:after{
	content:" ";right:1px;
	border-right-width:0;
	border-left-color:#fff;
	bottom:-10px
}
.fade{
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear}
.fade.in{
	opacity:1
}
.collapse{
	display:none
}
.collapse.in{
	display:block
}
tr.collapse.in{
	display:table-row
}
tbody.collapse.in{
	display:table-row-group
}
.collapsing{
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition-property:height,visibility;
	transition-property:height,visibility;-webkit-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease
}
.tour-backdrop{
	position:absolute;
	z-index:1100;
	background-color:#000;
	opacity:.8;
	filter:alpha(opacity=80)
}
.popover[class*="tour-"]{
	z-index:1102
}
.popover[class*="tour-"] 
.popover-navigation{
	padding:9px 14px;
	overflow:hidden
}
.popover[class*="tour-"] 
.popover-navigation *[data-role="end"]{
	float:right
}
.popover[class*="tour-"] 
.popover-navigation *[data-role="prev"],.popover[class*="tour-"] 
.popover-navigation *[data-role="next"],.popover[class*="tour-"] 
.popover-navigation *[data-role="end"]{
	cursor:pointer
}
.popover[class*="tour-"] 
.popover-navigation *[data-role="prev"]
.disabled,.popover[class*="tour-"] 
.popover-navigation *[data-role="next"]
.disabled,.popover[class*="tour-"] 
.popover-navigation *[data-role="end"]
.disabled{
	cursor:default
}
.popover[class*="tour-"]
.orphan{
	position:fixed;
	margin-top:0
}.popover[class*="tour-"]
.orphan .arrow{
	display:none
}
/* Estilos Generales */
#nuevoform{
	color: #FFFFFF;
}
.combopaginacion{
	width: 100px;
}
#reportes{
	padding-top: 15px;
}
#reportesgenerales{
	display:none;
}
#buscarUSers{
	display:none;
}
html,body{
  overflow-x: visible;
  height:100%;
  width:100%;
  margin: 0px;
  padding: 0px;
}
.embed-container {
    position: relative;
    padding-bottom: 90.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#campoform{
	margin-bottom: 7px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
	width: 10px;
	padding-top: 12px;
	margin-left: -22px;
	
	text-align: center;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
@media only screen and (max-width:800px){
	.embed-container {
		padding-bottom: 100.25%;
	}	
}
@media only screen and (max-width:320px){
	.embed-container {
		padding-bottom: 150.25%;
	}	
}
