/*orange #ff9c00
green: #7ac701
blue:  #16b0dc
gray:  #646464;*/

body{
	min-width: 970px !important;
	color: #646464 !important;
}
.msgStatus
{
	width: 30%;
	margin:0px auto;
	position: fixed;
    top: 0;
    left: 35%;    
    z-index: 1500;    
}

.logo-header
{
	margin-left:15px;
	max-height: 43px;
}
#menu-region{
	padding-bottom: 55px;
}
.footer-body>div>div{
	padding-left:0px !important;
	padding-right:0px !important;
}
.footer-menu>li>a{
	color:#646464 !important;
}
.btn-changeplan
{
	height: 32px !important;	
}
.btn-changeplan a{
	font-size: 15px !important;
	font-weight: normal !important;
	font-family: Futura ,"Open Sans" !important;
}
.glyphicon white{
	color: #fff;
}

.glyphicon-active{
	color: #ff9c00;
}
.menuclickable
{
	cursor: pointer !important;
}
.menu-header
{
	background-color: #16b0dc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.menu-header > li > a:hover,
.menu-header > li > a:focus {
  background-color: #fff;
  color: #605E5C;
}
.menu-header li a:hover .glyphicon-home
{
  color: #ff9c00;
}
.menu-header-item
{
	padding: 4px 65px 0px 70px;
}

.menu-header-item a
{
	font-family: NexusBold,Open Sans;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
.active a .glyphicon-home {
	color: #ff9c00 !important; 
}
.dashboard-container
{
	max-width: 970px;
	padding-bottom: 15px;
}

.menu-header-top-right{
	margin-top: 5px;
}

.menu-header-top-right ul li a
{
	color: #605e5c;
	font-weight: bold;
	font-size: .9em;
	padding:6px 15px;
}

.menu-header-top-right-btn
{
	background-color: #7ac701;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*.menu-header-top-right-btn a:hover
{
	background-color: #8ee308 !important;	
}*/

.menu-header-top-right-btn a
{
	color: #fff !important;
}

.menu-header-top
{
	margin-bottom: 5px;
	margin-top: 5px;
}
.header-submenu .arrow
{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 11px;
	display: none;
}
.header-submenu
{
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	display: block;
	height: 40px;
	margin-top: 7px;
	max-width: 900px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 74;
	white-space: normal;
	z-index: 10;
}

.header-submenu .arrow,
.header-submenu .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;    
}
.header-submenu .arrow {
  border-width: 11px;
}
.header-submenu .arrow:after {
  border-width: 10px;
  content: "";
}
.header-submenu .arrow.m1{
	left: 12%;
}
.header-submenu .arrow.m2{
	left: 50px;
}
.header-submenu .arrow.m3{
	left: 187px;
}
.header-submenu.bottom .arrow {
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.header-submenu.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.header-submenu-content
{
	padding: 1px 6px;
	color: #646464;
}
.header-submenu-content ul li a{
	font-weight: normal;	
	color: #646464;
}
.header-submenu-content ul li a:hover{
	color: #ff9c00;
	background-color: none !important;
}
.header-submenu-content ul li a:focus{
	color: #ff9c00;
	background-color: none !important;
}
.header-submenu-content ul li.activesm a{
	color: #ff9c00;	
}
.nav > li > a
{
	padding: 6px 15px !important;
}
.hidemenu
{
	display: none;
}
.container-page
{
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	border-width: 1px;
	border-color: #d9d7c7;
	border-radius: 4px 4px 0 0;
	box-shadow: none;
	padding: 0px 15px 15px;
	margin: 0 -15px 15px;
	border-style: solid;
}
.lbl-form
{
	font-size: 1.313em;
	color: #68675d;
	font-weight: normal !important;
}
.container-page .row fieldset
{
	padding-top: 10px;
}
.contabilidad-container{
    margin: 0 auto;
    width: 25%;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
.spinner {
    width: 12%;
    height: 26%;
    background: #000;
    position: absolute;
    left: 44.5%;
    top: 37%;
    opacity: 0;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  }
.error-input{
    border-color: red !important;
    border-width: 1px !important;
}
/*************************/
h1.section-title{
	font-size: 60px;
}

  /****************/

#prodser-nota.alert-info{
	position: relative;
	padding: 20px;
	background-color: #16b0dc;
	color:#fff;
}
#prodser-nota .star{
	width: 60px;
	height: 60px;
	float: left;	
	margin-right: 20px;
}

.star{
	float: left;
	margin-right: 20px;
}

#prodser-nota h4{
	font-size: 17px;
	font-family: Futura, "Open Sans", Helvetica;
}

#prodser-nota .close{
	color:#fff;
	opacity: 1;
	position: absolute;
	right: 5px;
	top: 5px;
}
.table-opts{
	height: 36px;
	width: 100%;
	margin-bottom: 10px;
}
.table-opts h3{
	float: left;
	margin: 0;
	line-height: 36px;
	font-size: 21px;
}
.table-opts h2{
	float: left;
	margin: 0;
	line-height: 36px;	
}
.table-opts h1{
	float: left;
	margin: 0;
	line-height: 36px;
	letter-spacing: 1px;

}
.table-filtro{
	background-color: rgb(241,240,228);
}
.table-filtro form{
	margin: 0;
}
.table-filtro form.form-filtro{	
	padding: 10px;
	border-bottom: solid rgb(229,228,217) 1px;	
	height: 152px;
}
.table-filtro form.form-filtro label{
	font-size: 14px;
}
.table-filtro form.form-filtro input{
	/*margin-left: 10px;*/
}
.table-opts-fast{
	height: 45px;
	width: 100%;
	padding: 5px 10px;
}
.table-list .lk-prod{
	font-weight: 700;	
	color: #16b0dc;
	text-decoration: underline;
}
.table-list .lk-ser{
	font-weight: 700;	
	color: #7ac701;
	text-decoration: underline;
}
.table-list a.glyphicon-pencil{
	color:#646464;
}
.table-list a.glyphicon-pencil:hover{
	color:#646464;
	text-decoration: none;
}
.table-list a.glyphicon-remove:hover{	
	text-decoration: none;
}
.table-list .popover h3 span{
	text-decoration: none;
}
.table-list .popover-content{
	font-size: 12px;
}
.table-list{
	text-align: center;
}
.table-list thead{
	background-color: #ff9c00;
	color:#fff;	
}
.table-list thead th{
	text-align: center;	
	font-weight: 400;
	font-family: Futura;
}

.table-list .glyphicon-remove{
	color:red;
}
#ine-top-container select, #ine-top-container input{
    width: 20%;
}
#modalNew .close{
	opacity: 1;
}
#modalNew .glyphicon-remove{
	color:red;
}
.modal-title{
	font-family: Futura;
	font-size: 21px;
}

#modalNew .modal-header{
	border-bottom: none;
}
#modalNew .modal-body{
	padding-top: 0;
}
#modalNew label{
	color: #7ac701;
}
#modalNew label span{
	color: #646464;
}
#modalDelete{
	top:46%;
}
#modalDelete .modal-content{
	width: 438px;
	padding: 10px;
	border: 3px solid #cccccc;
	left: 50%;
	margin-left: -219px;
}
#modalDelete .glyphicon-remove{
	color:#ff9c00;
}
.modal-confirm{
	padding: 20px;
}
/*****************/
.btn-custom{
	padding: 8px 15px;
	display: inline-block;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;	
	border:none;
}
.btn-custom.btn-border{
	border: 1px solid #cccccc;
}

.btn-custom.btn-border-hover{
	border: 1px solid transparent;	
}
.btn-custom.btn-border-hover:hover{
	border: 1px solid #cccccc;	
}
a.btn-custom:hover{
	text-decoration: none;
	color: inherit;
}
input.btn-custom{
	border:none 0;
}
.btn-custom.btn-custom-small{
	padding: 4px 7px;
}
.btn-custom.btn-custom-light{
	padding: 6px 7px;	
}
.btn-custom.btn-white{
	background-color:#fff;	
	color: #646464;
}
/*.btn-custom.btn-white:hover{
	background-color:#eee;		
}*/
.btn-custom.btn-green{
	background-color: #7ac701;
}
.btn-green, .btn-dark-green{
	background-color: #7ac701;
	color:#fff;
}
.btn-dark-green{
	background-color: #009d00;
}
.btn-custom.btn-orange{
	background-color: orange;
}	
.btn-custom.btn-dark-orange{
	background-color: #FF8C00;
}
.btn-custom.btn-dark-orange:hover,.btn-custom.btn-orange:hover{
	background-color: #FF4500;
}
.btn-custom.btn-green:hover,.btn-dark-green:hover{
	background-color: #8ee308;
	color:#fff;
}
.btn-custom.btn-gray{
	background-color: #646464;
}
.btn-custom.btn-gray:hover{
	background-color: #808080;
	color:#fff;
}

.btn-custom.btn-blue{
	background-color: #16b0dc;
}
.btn-custom.btn-dark-blue{
	background-color: #0096BE;
}
.btn-custom.btn-blue:hover, .btn-custom.btn-dark-blue:hover{
	background-color: #1BC1F0;
	color:#fff;
}
/***************************/
.lk{
	color:#7ac701;
}
.color-orange{
	color:#ff9c00;
}
.color-blue{
	color:#16B0DC;
}
.color-green{
	color:#7ac701;
}
.color-red{
	color:red;
}
.color-gray {
    color: #646464;
}
.no-display{
	display: none;
}
.pagination
{
	margin: 0px 0 !important;
}
.pagination li a
{
	cursor:pointer;
}
.pagination > 
.active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus
{
	background-color: #FF9C00 !important;
	border-color: #FF9C00 !important;
	color: #fff !important;
}
.pagination li a
{
	color: #FF9C00 !important;
}
#pageSizePaginator{
	max-width: 60px;	
}

.title-module
{
	font-size: 36px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.subtitle-module
{
	font-size: 22px !important;	
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.block-subtitle{
	margin-top: 25px;
	margin-bottom: 25px;
}
.line-form
{
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #e4e1c9;
	height: 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
}

table thead tr th{
	padding: 5px 5px 4px 5px !important;	
}
table {
	margin-bottom: 10px !important;
}
table tbody{
	font-size: 12px;
}
table tbody tr td{
	padding: 5px !important;
}
table tbody tr td a.glyphicon{
	font-size: 15px;
}
.contenido-complementos{
	margin-bottom: 5px;
}
.entidad-item{
    margin: 25px auto;
    width: 55%;
}
.entidad-item label{
    margin: 0 1px 5px 5px;
}
.entidad-item select{
    width: 29%;
}
.entidad-item input{
    margin: 2px 0;
    text-align:center;
    width: 65%;
}
.form-control
{
	font-size: 13px !important;
	height: 30px !important;
}
.form-group{
	margin-bottom: 10px !important;
}
.form-retencion, .form-traslado{
	margin: 0 auto;
	width: 88%;
}
.form-retencion input[name="ImpLocRetenido"], .form-traslado input[name="ImpLocTraslado"]{
	width: 20%;
}
.form-retencion input[name="TasadeRetencion"], .form-traslado input[name="TasadeTraslado"]{
	width: 15%;
}
.form-retencion input[name="Importe"], .form-traslado input[name="Importe"]{
	width: 15%;
}
.form-traslado label:nth-child(1){
	width: 14.4%;
}

.help-inline{
	font-size: 11px !important;
}
.control-label
{
	font-size: 13px !important;
}
/****************Facturacion Electronica Admin*******************/
.btn-file-custom
{
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	background-color: #ff9c00 !important;
	font-family: Futura !important;
	color: #fff;
	font-size: 14px !important;
}

.btn-file-custom:hover{
	color: #fff !important;
}
.custom-background{
	background-color: #f1f0e4;
	padding: 30px;
	margin: 15px !important;
}

#DatosCertificado .popover .popover-title {
    border: none;
    background: #FFF;
    font-weight: 700;
    font-family: Futura;
    font-size: 13px;
    color: #ff9c00; }
#DatosCertificado .popover .popover-content {
padding-top: 0;
font-size: 13px; }

#DatosCertificado .thumbnail
{
	max-width: 200px;
	min-height: 174px !important;
}
.green-icon
{
	font-size: 30px; 
	color: #7ac701;	
}
.gray-icon
{
	font-size: 30px; 
	color: #646464;	
}
#entidad-container{
    margin: 10px 0px;
}
#ine-top-container{
    margin: 10px auto;
    float: none;
}
#boxPaginator{
	display: inline-block;
	margin-left: 0;
	position: relative;
	vertical-align: bottom;
	width: 14%;
}
#boxPaginator span{
	text-align: start;
}
#paginator{
	display: inline-block !important;
	margin: 0 auto !important;
	text-align: center;
	vertical-align: bottom;
	width: 73%;
}
#paginator li{
	display: inline-block !important;
}
#loadedState
{
	min-height: 70px;
}
#modalVideo .modal-header {
  border-bottom: none; }
#modalVideo .modal-body {
  padding-top: 0; }
#modalVideo label {
  color: #7ac701; }
#modalVideo label span {
    color: #646464; }
#modalVideo .close {
  opacity: 1; }
#modalVideo .glyphicon-remove {
  color: red; }
#modalVideo:focus {
  outline: 0;
  border: none transparent; }
.has-error .thumbnail
{
	border-color: #b94a48;
}
/*Panel Libre*/
.panel-blue > .panel-heading{
	color: #fff;
	background-color: #16B0DC;
	border-color: #16B0DC;
}
.panel-blue{
	border-color: #16B0DC !important;
}
select {
	border-radius: 4px !important;
	padding: 0px 5px !important;
}
.actions-column{
	width:95px;
}
.tt-input{
 	background-color: #fff !important;
}
.search-block{
 	min-width: 330px;
} 
.search-block input[type="search"]{
	 float: right;
	 width: 200px;
}  
.search-block input[type="search"]:focus{
	width:300px;
	padding-left: 25px;
	outline:none;
	background:url("../img/search-icon.png")5px no-repeat, #fff;            
	-webkit-box-shadow:1px 1px 0 rgba(255,255,255,0.125);
	cursor:text;            
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
.loaderbox
{
   background:
     url('../img/loaderbox.gif')
     no-repeat
     right center !important;
}
.footer-menu>li>a{
	padding: 0px !important;
}
.money-column{
	text-align: left;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.form-control.typeahead{
	border-radius:4px;
}
.col-20p{
	width: 20% !important;
}

/**************************************************************/

/*orange #ff9c00
green: #7ac701
blue:  #16b0dc
gray:  #646464;*/
/******************************/

/*@media (min-width: 1200px) {
  .container {
    max-width: 970px !important;
  }

@media (min-width: 970px) {
  .container {
    max-width: 970px !important;
  }*/