/********************** MARGENES ***********************************/
	.no-padding{
		padding: 0px !important;
	}

	.no-padding-top-botton{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.no-padding-right{
		padding-right: 0px !important;
	}

	.no-padding-left{
		padding-left: 0px !important;
	}

	.no-padding-left-right{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.no-padding-top{
		padding-top: 0px !important;
	}

	.no-padding-bottom{
		padding-bottom: 0px !important;
	}

	.no-margin{
		margin: 0px !important;
	}

	.no-margin-left-right{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.no-margin-bottom{
		margin-bottom: 0px !important;
	}

	.margin-top-5{
		margin-top: 5px !important;
	}

	.margin-top-10{
		margin-top: 10px !important;
	}

	.margin-top-15{
		margin-top: 15px !important;
	}

	.margin-top-15-negativo{
		margin-top: -15px !important;
	}

	.margin-top-20-negativo{
		margin-top: -20px !important;
	}

	.margin-top-20{
		margin-top: 20px !important;
	}

	.margin-top-25{
		margin-top: 25px !important;
	}	

	.margin-top-40{
		margin-top: 40px !important;
	}

	.margin-bottom-5{
		margin-bottom: 5px !important;
	}

	.margin-bottom-10{
		margin-bottom: 10px !important;
	}

	.margin-bottom-20{
		margin-bottom: 20px !important;
	}

	.margin-top-bottom-10{
		margin:10px 0px !important;
	}

	.margin-top-bottom-15{
		margin:15px 0px !important;
	}

	.margin-top-bottom-5{
		margin:5px 0px !important;
	}

	.margin-left-10{
		margin-left: 10px !important;
	}

	.margin-left-15{
		margin-left: 15px !important;
	}

	.margin-left-20{
		margin-left: 20px !important;
	}

	.margin-left-rigth-5{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.margin-left-rigth-10{
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.margin-rigth-5{
		margin-right: 5px !important;
	}

	.margin-rigth-10{
		margin-right: 10px !important;
	}

	.margin-rigth-15{
		margin-right: 15px !important;
	}

	.padding-top-10{
		padding-top: 10px !important;
	}

	.padding-top-5{
		padding-top: 5px !important;
	}

	.padding-top-15{
		padding-top: 15px !important;
	}

	.padding-top-25{
		padding-top: 25px !important;
	}

	.padding-bottom-5{
		padding-bottom: 5px !important;
	}

	.padding-bottom-10{
		padding-bottom: 10px !important;
	}

	.padding-bottom-20{
		padding-bottom: 20px !important;
	}

	.padding-left-5{
		padding-left:  5px !important;
	}

	.padding-right-5{
		padding-right: 5px !important;
	}

	.padding-left-rigth-10{
		padding-left: 10px !important;
		padding-right:10px !important;
	}

	.padding-left-rigth-15{
		padding-left: 15px !important;
		padding-right:15px !important;
	}

	.padding-left-rigth-5{
		padding-left: 5px !important;
		padding-right:5px !important;
	}

	.padding-top-bottom-10{
		padding: 10px 0px !important;
	}

/********************** FUENTES ************************************/
	.font.size-20{
		font-size: 20px !important;
	}

	.font.size-40{
		font-size: 40px !important;
	}

/********************** GENERAL ************************************/
	.form-control{
		border-color: #9E9E9E !important;
    	border-radius: 10px !important;
	}

	.form-control:focus{
		border-color: #1c7af6 !important;
	}

	.font-white{
		color: #fff !important;
		font-weight: 400 !important;
	}

	.font-black{
		color: #333 !important;
		font-weight: 400 !important;
	}

	.boton_agregar{
		margin-top: -20px !important;
		margin-bottom: 25px !important;
	}

	.site-menu-item:hover{
		background-color: rgba(11,105,227,.03) !important;
	}

	.submenu_mostrar{
		visibility: visible !important;
		opacity: 1 !important;
	}

	.boton_desabilitado{
		color: #fff !important;
		background-color: #79b2fc !important;
		border-color: #79b2fc !important;
		cursor: not-allowed !important;
		opacity: 0.65 !important;
		box-shadow: none !important;
	}

	.btn-primary a:hover{
		color: #fff !important;
	}

	.btn_no{
   	padding: 0.20rem 2.5rem !important
	}

	.desabilitado{
		color: #555;
	}

	#tabla_fichas_filter{
	   margin-top: -43px !important;
	}

	.upload_desabilitado{
		background-color: #ccd5db !important;
		border-color: #9E9E9E !important;
		cursor: none !important;
	}

	.red{
		color: red !important;
	}

	.blue{
		color: #007bff !important;
	}

	.text-left {
		text-align: left !important;
	}

	.text-right {
		text-align: right !important;
	}

	.text-center {
		text-align: center !important;
	}

	.menu_cmp{
		min-width: 100px !important;
		left: -80px !important;
		top: -15px !important;
	}

	.dropdown-menu-left{
		min-width: 17rem;
		left: -240px;
	}

	.negrita{
		color: #333 !important;
		font-weight: bold !important;
	}

	@media (min-width: 768px){
		.modal-fill-in .modal-dialog button.close {
			top: 30px;
			right: 60px;
			font-size: 3.5rem;
		}
	}

	#submenu_informes{
		margin-bottom: -90px !important;
	}

/********************** FACTURAS ***********************************/
	.linea_total{
		color: #333 !important;
		font-weight: bold !important;
		font-size: 14px !important;
	}

	.total_recibo{
		color: #333 !important;
		font-weight: bold !important;
		font-size: 17px !important;
	}

	#recibo_fac_pend input{
		height: 25px !important;
		width: 80% !important;
		float: right;
	}

	#recibo_fac_pend td{
		font-size: 14px !important;
	}

	#vinculos input{
		height: 25px !important;
		width: 80% !important;
		float: right;
	}

	#vinculos td{
		font-size: 14px !important;
	}

	.toast-message {
		font-size: 15px !important;
		padding-top: 5px !important;
	}

	.form-control {
		color: #333 !important;
		font-weight: 500 !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #333 !important;
		font-weight: 500 !important;
	}

	#tabla_comprobantes tbody tr:hover{
		cursor: pointer;
	}

/********************** MODAL VISTA CMP ****************************/
	.padding_cmp_vista{
		padding: 5px 10px !important;
	}

	.cmp_vista_tabla .table th {
		color: #37474f;
		background-color: #709cd699;
		font-size: 13px;
		font-weight: 600;
   }

	.cmp_vista_tabla .table td {
		color: #333;
		font-size: 14px;
   }

	.cerrar_modal_cmp{
		margin-right: 35px !important;
		margin-top: 5px !important;
		font-size: 28px !important;
		color: #333 !important;
	}



	/* PDF */

	.pdf{
		padding:0px 5px 5px 5px !important;
		border: none !important;
	}

	.pdf img{
		vertical-align: middle !important;
		text-align: center;
	}

	.pdf .table th {
		color: #37474f;
		background-color: #709cd699;
		font-size: 13px;
		font-weight: 600;
		border: none !important;
   }

	.pdf .table td {
		color: #333;
		font-size: 14px;
		border: none !important;
   }

/********************** BOTON REDONDO ******************************/
	.botones_facturas{
		float: right;
		margin-top: -30px;
	}

	.circulo-verde{
		width: 48px;
		height: 48px;
		border: none;
		border-radius:50% ;
		background: rgb(100, 189, 99);
		font-size: 30px;
	   box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
		cursor: pointer;
		display: inline-block;
		fill: #fff;
		outline: none;
		position: relative;
		text-align: center;
		z-index: 999;
	}

	.circulo-azul{
		width: 48px;
		height: 48px;
		border: none;
		border-radius:50% ;
		background: #2196f3;
		font-size: 30px;
	   box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
		cursor: pointer;
		display: inline-block;
		fill: #fff;
		outline: none;
		position: relative;
		text-align: center;
		z-index: 999;
	}

	.circulo-verde-disabled{
		width: 48px;
		height: 48px;
		border: none;
		border-radius:50% ;
		background: #a3afb7;
		font-size: 30px;
	   box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
		pointer-events: none;
		cursor: default;
		display: inline-block;
		fill: #fff;
		outline: none;
		position: relative;
		text-align: center;
		z-index: 999;
	}

	.circulo-azul-disabled{
		width: 48px;
		height: 48px;
		border: none;
		border-radius:50% ;
		background: #a3afb7;
		font-size: 30px;
	   box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
		pointer-events: none;
		cursor: default;
		display: inline-block;
		fill: #fff;
		outline: none;
		position: relative;
		text-align: center;
		z-index: 999;
	}

	.circulo-verde_chico{
		width: 32px;
		height: 31px;
		border: none;
		border-radius:50% ;
		background: rgb(100, 189, 99);
		font-size: 15px;
	   box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
		cursor: pointer;
		display: inline-block;
		fill: #fff;
		outline: none;
		position: relative;
		text-align: center;
	}

	.circulo-verde_chico .simbolo_mas{
		margin-top: 8px !important;
	}

	.circulo-cerrar{
		width: 50px;
		height: 50px;
		border: none;
		border-radius:50% ;
		background: #db4912;
		font-size: 30px;
	   box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
		cursor: pointer;
		display: inline-block;
		fill: #fff;
		outline: none;
		position: relative;
		text-align: center;
		z-index: 999;
	}

	.circulo-gris{
		width: 25px;
		height: 25px;
		border: 1px solid #428bca;
		border-radius:50% ;
		background: transparent;
		font-size: 15px;
		cursor: pointer;
		display: inline-block;
		outline: none;
		position: relative;
		text-align: center;
		margin-left: 20px;
	}

	.circulo-gris .simbolo_add{
		margin-top: 5px !important;
	}

	.simbolo_add{
		color: #428bca;
	}

	.circulo-gris:hover{
		box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
	}

	.boton-redondo{
		background: transparent !important;
		border: none !important;
	}

	.simbolo_mas{
		color: #fff !important;
	}

	.simbolo_mas_disabled{
		color: red !important;
	}

	.simbolo_mas:hover{
		color: #3333339c !important;
	}

	.disabled{
		cursor: none !important;
		background: #F5F5F5;
	}

   .btn_mas_info{
	   font-size: 22px !important;
      margin-left: 5px;
   }

   .btn_menos_info {
	   font-size: 22px !important;
	   color: #f44336;
      margin-left: 5px;
   }

/********************** LISTADOS      ******************************/
   .boton_listar{
		padding: 0px 50px;
		font-size: 20px;
		margin-top: 25px;
   }

	.informe_cabezal{
		background-color: #337ab7 !important;
		color: #fff !important;
	}

	.pdf_titulo{
		color: #fff !important;
		font-size: 20px !important;
		padding: 0px !important;
		margin: 0px 0px 10px 0px !important;
	}

	.pdf_subtitulo{
		color: #fff !important;
		font-size: 12px !important;
		margin: 0px !important;
		padding: 0px !important;
	}

	.pdf_empresa_rsocial{
		color: #fff !important;
		font-size: 13px !important;
		font-weight: bold !important;
		padding: 0px !important;
		margin-top: 15px 0px 0px 0px !important;
	}

	.pdf_empresa{
		color: #fff !important;
		font-size: 12px !important;
		margin: 0px !important;
		padding: 0px !important;
	}

	.cabezal_estado_cuenta{
		margin-top: -15px !important;
		height: 50px !important;
		background-color: #f9f9f9 !important;
		color: #333 !important;
	}

/********************** PARAMETROS    ******************************/
	.btn-file {
	  position: relative;
	  overflow: hidden;
	  vertical-align: middle;
	}

	.btn-file>input {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  font-size: 23px;
	  cursor: pointer;
	  filter: alpha(opacity=0);
	  opacity: 0;
	  direction: ltr;
	}

	.fileinput {
	  display: inline-block;
	  margin-bottom: 9px;
	}

	.fileinput .form-control {
	  display: inline-block;
	  padding-top: 7px;
	  padding-bottom: 5px;
	  margin-bottom: 0;
	  vertical-align: middle;
	  cursor: text;
	}

	.fileinput .thumbnail {
	  display: inline-block;
	  margin-bottom: 10px;
	  overflow: hidden;
	  text-align: center;
	  vertical-align: middle;
	  max-width: 360px;
	}

	.fileinput .thumbnail.img-circle {
	  border-radius: 50%;
	  max-width: 100px;
	}

	.fileinput .thumbnail>img {
	  max-height: 100%;
	  width: 100%;
	}

	.fileinput .btn {
	  vertical-align: middle;
	}

	.fileinput-exists .fileinput-new,
	.fileinput-new .fileinput-exists {
	  display: none;
	}

	.fileinput-inline .fileinput-controls {
	  display: inline;
	}

	.fileinput-filename {
	  display: inline-block;
	  overflow: hidden;
	  vertical-align: middle;
	}

	.form-control .fileinput-filename {
	  vertical-align: bottom;
	}

	.fileinput.input-group {
	  display: table;
	}

	.fileinput.input-group>* {
	  position: relative;
	  z-index: 2;
	}

	.fileinput.input-group>.btn-file {
	  z-index: 1;
	}

	.fileinput-new.input-group .btn-file,
	.fileinput-new .input-group .btn-file {
	  border-radius: 0 4px 4px 0;
	}

	.fileinput-new.input-group .btn-file.btn-xs,
	.fileinput-new .input-group .btn-file.btn-xs,
	.fileinput-new.input-group .btn-file.btn-sm,
	.fileinput-new.input-group .btn-group-sm>.btn-file.btn,
	.fileinput-new .input-group .btn-file.btn-sm,
	.fileinput-new .input-group .btn-group-sm>.btn-file.btn {
	  border-radius: 0 3px 3px 0;
	}

	.fileinput-new.input-group .btn-file.btn-lg,
	.fileinput-new.input-group .btn-group-lg>.btn-file.btn,
	.fileinput-new .input-group .btn-file.btn-lg,
	.fileinput-new .input-group .btn-group-lg>.btn-file.btn {
	  border-radius: 0 6px 6px 0;
	}

	.form-group.has-warning .fileinput .fileinput-preview {
	  color: #ff9800;
	}

	.form-group.has-warning .fileinput .thumbnail {
	  border-color: #ff9800;
	}

	.form-group.has-error .fileinput .fileinput-preview {
	  color: #f44336;
	}

	.form-group.has-error .fileinput .thumbnail {
	  border-color: #f44336;
	}

	.form-group.has-success .fileinput .fileinput-preview {
	  color: #4caf50;
	}

	.form-group.has-success .fileinput .thumbnail {
	  border-color: #4caf50;
	}

	.input-group-addon:not(:first-child) {
	  border-left: 0;
	}

	.thumbnail {
	  border: 0 none;
	  border-radius: 0;
	  padding: 0;
	}

	.fileinput-new.thumbnail.img-circle {
		margin-top: 50px;
	}

	.btn.btn-rose {
		color: #fff;
		background-color: #e91e63;
		border-color: #e91e63;
		box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
	}

	.btn-file {
		position: relative;
		overflow: hidden;
		vertical-align: middle;
	}

/********************** SUGGEST ARTiCULOS  **************************/
	.searchResult{
		list-style: none;
		padding: 2px 10px;
		width: 100%;
		max-width: 570px;
		position: absolute;
		margin: 3px 0px;
		background-color: #f5f5f5;
		z-index: 9000;
		border: 1px solid #9e9e9e82;
		border-radius: 10px;
		color: #333 !important;
	}

	.searchResult li{
		padding: 4px;
		margin-bottom: 1px;
	}

	.searchResult li:hover{
		cursor: pointer;
	}

	input[type=search_articulo]{
		padding: 5px;
		width: 100%;
		letter-spacing: 1px;
	}

/********************** INFORMES ***********************************/

	.link_informes{
		font-size: 16px !important;
	}

	.link_informes:hover{
		text-decoration: underline !important;
	}

	.link_informes_desabilitado{
		font-size: 16px !important;
		text-decoration: line-through !important;
		color:  red !important;
	}
